<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Lee Munroe &#187; Apple</title> <atom:link href="http://www.leemunroe.com/tags/apple/feed/" rel="self" type="application/rss+xml" /><link>http://www.leemunroe.com</link> <description>User Experience and Web Interface Designer Lee Munroe</description> <lastBuildDate>Thu, 09 Feb 2012 02:44:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>How to get MySQL, Ruby, RVM and Rails working on Snow Leopard</title><link>http://www.leemunroe.com/snow-leopard-mysql-ruby-rails/</link> <comments>http://www.leemunroe.com/snow-leopard-mysql-ruby-rails/#comments</comments> <pubDate>Tue, 11 Jan 2011 16:27:21 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[Web Design]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[leopard]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[osx]]></category> <category><![CDATA[rails]]></category> <category><![CDATA[ruby]]></category> <category><![CDATA[rvm]]></category> <category><![CDATA[snow leopard]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=2226</guid> <description><![CDATA[For over a year now I refused to upgrade from Leopard to Snow Leopard on Mac OSX. I knew it wouldn&#8217;t be a simple straight forward procedure. So this past&#8230;<html><body><h1>400 Bad request</h1> Your browser sent an invalid request.</body></html> ]]></description> <content:encoded><![CDATA[<p>For over a year now <strong>I refused to upgrade</strong> from Leopard to Snow Leopard on Mac OSX. I knew it wouldn&#8217;t be a simple straight forward procedure.</p><p>So this past Christmas, when I had some time to spare, I took the plunge and of course, as expected, not everything worked after.</p><p><strong>It took me a few days to get everything back up and running</strong> so I&#8217;ve noted down some things below to help any other designers/developers who have still to make the jump.</p><p><span
id="more-2226"></span></p><h4>Backup your development databases</h4><p>Should go without saying but here&#8217;s your reminder anyway. <strong>Backup everything.</strong></p><p>Specifically, back up your local databases. For handiness, <strong>backup/copy your MySQL databases (located under /usr/local/mysql/data)</strong> to your desktop. You&#8217;ll want to use these shortly after upgrading.</p><h5>Sidenote: How to open /usr/ in Finder</h5><p>I&#8217;m usually lost when it comes to working in Terminal. I prefer to see folders in Finder.</p><p>In case you didn&#8217;t know how to locate and open any hidden folders like /usr/ do the following:</p><ol><li>Open Terminal.app</li><li>Type: cd /usr/</li><li>Type: open .</li></ol><p>Simple when you know how.</p><h4>Install/Upgrade to Snow Leopard</h4><p>Follow the on screen instructions. Should be simple enough and takes a little less than 1 hour.</p><h4>Install MySQL</h4><p>Go to <a
href="http://www.mysql.com/downloads/mysql/">MySQL.com</a> and download the latest version of MySQL.</p><p>Just to confuse you there are a few options. Go for the <strong>DMG Archive</strong>. You&#8217;re most likely looking for the <strong>64-bit </strong>but <a
href="http://support.apple.com/kb/ht3696">check first to make sure</a>.</p><p>Once downloaded, install MySQL (along with the Startup Item and Preference Pane).</p><h4>Restore your development databases</h4><p>At this point we have MySQL installed but we don&#8217;t have any data.</p><p>You want to copy the data folder that we previously backed up into your new MySQL folder.</p><p>I found this link helpful from Corey. <a
href="http://www.idolhands.com/application-and-web-development/sql-and-databases/restore-rails-development-databases-after-snow-leopard-and-mysql-upgrade">Restore development databases after Snow Leopard upgrade</a>.</p><p>In short:</p><ol><li>Turn off MySQL (use the Preference Pane)</li><li>Replace /usr/local/mysql/data with your backed up data folder</li><li>Turn on MySQL</li></ol><h4>MySQL is nearly all set</h4><p>At this point I tried one of my PHP sites locally however <strong>it didn&#8217;t work</strong>.</p><p>Thanks to <a
href="http://www.artin.org/geekblog/2010/12/installing-mysql-5-5-8-on-mac-os-x-snow-leopard/">Aaron&#8217;s solution here</a>, I was able to get it up and running.</p><ol><li>Open Terminal.app</li><li>Type: sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /usr/local/mysql/support-files/mysql.server</li><li>Find the line starting with basedir and datadir and replace with:<br
/>basedir=/usr/local/mysql<br
/>datadir=/usr/local/mysql/data</li><li>Save the file</li><li>Start MySQL using the System Preferences pane button.</li></ol><h4>Installing Ruby, rvm and Rails</h4><p><strong>This is where I got completely lost</strong> and wasted a couple of days trying to troubleshoot and get things up and running.</p><p>I installed rvm, ruby and the rails gem but couldn&#8217;t get any local applications to run for one reason or another (usually some sort of gem problem).</p><p>In the end I had to give in and ask for help from the talented <a
href="http://davidjrice.co.uk/">Mr David Rice</a>, whose conclusion was to do a clean install.</p><ol><li><a
href="http://stackoverflow.com/questions/3558656/how-to-remove-rvm-ruby-version-manager-from-my-system">Remove RVM</a></li><li><a
href="http://punctuatedproductivity.com/2007/11/01/uninstalling-ruby-installed-by-source-on-os-x/#removing-ruby">Remove Ruby</a></li><li><a
href="http://developer.apple.com/technologies/xcode.html">Install Xcode</a> if you haven&#8217;t already done so (p.s. it&#8217;s a big ass file)</li><li><a
href="http://www.cowboycoded.com/2010/12/04/setting-up-rails-3-on-mac-osx-snow-leopard-10-6-4/">Install git, RVM, Ruby and Rails</a></li></ol><p>Hopefully this is you up and running.</p><h4>Should it be this difficult?</h4><p>I&#8217;m not a developer so I was lost quite a bit along the way. Running commands in Terminal is a task in itself.</p><p>It seems to be different for everyone so the process above might not be exactly the same for you. And if you&#8217;re a developer you might be saying to yourself &#8220;Why did he need to do that?&#8221;. <strong>Tell me if anything above looks odd.</strong></p><p><strong><em>If someone can create a button that once clicked, installs everything you need (in all the right places) to get a Rails project running locally, that would be great thanks.</em></strong></p><p>Big thanks to David Rice for his help and to all the websites mentioned above. <a
href="http://stackoverflow.com/">Stackoverflow</a> is your friend in situations like this.</p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/snow-leopard-mysql-ruby-rails/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>5 Mac Apps You Should Try</title><link>http://www.leemunroe.com/recommended-mac-apps/</link> <comments>http://www.leemunroe.com/recommended-mac-apps/#comments</comments> <pubDate>Wed, 18 Aug 2010 08:01:10 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[General News]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[apps]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[chrome]]></category> <category><![CDATA[inspiration]]></category> <category><![CDATA[journal]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[mail]]></category> <category><![CDATA[Twitter]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=2081</guid> <description><![CDATA[Nearly two years ago I published a post on 15 mac apps web designers should have in their dock. I thought it was about time I updated this list with&#8230;]]></description> <content:encoded><![CDATA[<p>Nearly two years ago I published a post on <a
href="http://www.leemunroe.com/15-mac-apps-web-designers-should-have-in-their-dock/">15 mac apps web designers should have in their dock</a>.</p><p>I thought it was about time I updated this list with any new apps I&#8217;ve started using but turns out I&#8217;ve been using pretty much the same lot since then.</p><p>Here are 5 new apps I&#8217;ve been introduced to during that time and now use daily.</p><p><span
id="more-2081"></span></p><h4><a
href="http://www.google.co.uk/chrome">1. Google Chrome</a></h4><div
style="text-align:center;"><a
href="http://www.google.co.uk/chrome"><img
src="http://www.leemunroe.com/wp-content/uploads/chrome.gif" alt="chrome.gif" border="0" width="128" height="128" /></a></div><p>Firefox was once my choice but for some reason it started running very slow for me. I&#8217;d especially find YouTube videos very jumpy. So one day I tried out Chrome and absolutely loved it. It&#8217;s light weight, fast and trim.</p><p>After I sourced a few extensions I use often (namely <a
href="https://chrome.google.com/extensions/detail/lnejbeiilmbliffhdepeobjemekgdnok">Delicious</a> and <a
href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka">EyeDropper</a>) I fully switched over my default browser.</p><p>Chrome also renders with the WebKit engine so <strong>you get all the nice CSS3 and HTML5 goodies</strong> (that also come with Safari).</p><p>I still tend to keep Firefox open though. <strong>It&#8217;s hard to beat that Developer Toolbar and Firebug.</strong> I also prefer the autocomplete that comes with the Firefox web address bar.</p><p>If you&#8217;re asking &#8220;What about Safari?&#8221; I never really got using it &#8211; an earlier version used to crash on me quite a lot which put me off it.</p><h4><a
href="http://mailplaneapp.com/">2. Mailplane</a></h4><div
style="text-align:center;"><a
href="http://mailplaneapp.com/"><img
src="http://www.leemunroe.com/wp-content/uploads/mailplane.gif" alt="mailplane.gif" border="0" width="128" height="128" /></a></div><p>Only started using this recently for managing emails. I have 4 different GMail accounts for different domains that I was continually checking and had tabs open in the browser for (I wanted to keep them separate).</p><p>Mailplane is a desktop app but with the same look and feel and interaction as GMail has in the browser. <strong>It has some niceties like a top toolbar and &#8216;neater&#8217; switching between accounts.</strong></p><h4><a
href="http://www.tweetdeck.com/">3. TweetDeck</a></h4><div
style="text-align:center;"><a
href="http://www.tweetdeck.com/"><img
src="http://www.leemunroe.com/wp-content/uploads/tweetdeck.gif" alt="tweetdeck.gif" border="0" width="128" height="128" /></a></div><p>This is my Twitter client of choice. Some people really dislike it, and to be honest it doesn&#8217;t scream of the typical nice UI you get with Mac apps, but <strong>I find it really handy for keeping track of multiple accounts and groups of people</strong>.</p><p>Also nice integration with other social networks like Facebook, LinkedIn, even FourSquare.</p><h4><a
href="http://www.marinersoftware.com/products/macjournal/">4. MacJournal</a></h4><div
style="text-align:center;"><a
href="http://www.marinersoftware.com/products/macjournal/"><img
src="http://www.leemunroe.com/wp-content/uploads/macjournal.gif" alt="macjournal.gif" border="0" width="128" height="128" /></a></div><p>MacJournal actually came part of a <a
href="http://www.macheist.com/">MacHeist</a> bundle and I find it really useful for taking daily notes. I now use it to keep track of:</p><ul><li>Meetings (what was discussed)</li><li>Events (what was talked about)</li><li>Books (overviews and key notes)</li><li>Workshops (what I learned)</li></ul><p>Great for referring back to. In the past I would have recorded these things in a notebook, which would eventually be lost, forgot about or binned.</p><h4><a
href="http://www.realmacsoftware.com/littlesnapper/">5. LittleSnapper</a></h4><div
style="text-align:center;"><a
href="http://www.realmacsoftware.com/littlesnapper/"><img
src="http://www.leemunroe.com/wp-content/uploads/littlesnapper.gif" alt="littlesnapper.gif" border="0" width="128" height="128" /></a></div><p>LittleSnapper was also part of a MacHeist bundle. <strong>Useful for taking screenshots of web pages and nice graphics then keeping them to hand for inspiration.</strong></p><p>I wish I could say I had a really neat and nicely configured LittleSnapper for all areas of inspiration but I never get around to organising it (except once when I did it on a plane).</p><h4>What would you recommend?</h4><p>I&#8217;m sure there are tonnes of apps out there that I haven&#8217;t tried and should be using.</p><p><strong><em>If you were to recommend one really good app that I haven&#8217;t mentioned, what would it be?</em></strong></p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/recommended-mac-apps/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Why the iPad failed</title><link>http://www.leemunroe.com/ipad-fail/</link> <comments>http://www.leemunroe.com/ipad-fail/#comments</comments> <pubDate>Sat, 31 Jul 2010 07:19:54 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[General News]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[fail]]></category> <category><![CDATA[ipad]]></category> <category><![CDATA[iphone]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=2063</guid> <description><![CDATA[Back in June I had the pleasure of winning an iPad from the Onotate team. Don&#8217;t get me wrong, I&#8217;m extremely thankful but after less than 2 months of very&#8230;]]></description> <content:encoded><![CDATA[<p>Back in June I had the pleasure of winning an iPad from the <a
href="http://onotate.com/">Onotate team</a>. Don&#8217;t get me wrong, I&#8217;m extremely thankful but <strong>after less than 2 months of very little usage I&#8217;ve sold it</strong>. Why did it fail me?</p><p><span
id="more-2063"></span></p><div
style="text-align:center;"><img
src="http://www.leemunroe.com/wp-content/uploads/ipad.jpg" alt="ipad.jpg" border="0" width="540" height="159" /></div><h4>There&#8217;s no use case</h4><p>I have no use for the iPad. So many times <strong>I&#8217;ve &#8220;tried to fit it into my life&#8221;</strong> but it never really caught on.</p><p>A <strong>£400/£500 gadget shouldn&#8217;t be something you <em>try</em> to fit into your life</strong>. It should just fit. When I bought my first MacBook Pro a couple years back, it fitted perfectly. When I purchased an iPhone, it fitted perfectly. These things allowed me to be more efficient and productive. The iPad doesn&#8217;t do that.</p><p>I&#8217;ve struggled to find a use case for it. <strong>The best I&#8217;ve found is reading the Sun in bed when I wake up in the morning.</strong> That&#8217;s a damn expensive newspaper, considering you still have to pay a monthly subscription for the newspaper on top of the initial app purchase.</p><p>I&#8217;ve also tried browsing the web while in front of the TV, but again I rely to much on my &#8220;work environment&#8221;. As a web designer I&#8217;m never just browsing, I&#8217;m usually doing some sort of work on the computer that involves a host of other apps.</p><h4>iPad apps suck</h4><p>I have yet to discover an iPad app that &#8216;wows&#8217; me. Yes there are lots of beautifully designed apps from a lot of talented developers but nothing has stuck out as a &#8216;must have&#8217;.</p><p>If you ask someone with an iPad to recommend some apps, you&#8217;ll generally get a response that includes the following.</p><h5>File sharing apps</h5><p>What&#8217;s the deal with file sharing apps? <strong>Haven&#8217;t we been sharing files easily for years?</strong> Why do we need an app to do this? I can just use my laptop to produce the files I need and remove the need to &#8216;share&#8217; them or sync them from the iPad.</p><h5>Reading apps</h5><p>I tried to read books on the iPad. I have to admit it is a lot better than I thought it would be, but you still can&#8217;t beat a physical book.</p><p>I prefer lifting a book, highlighting key lines with a highlighter, bending a page corner and setting that beside my bed as a reminder to read it. A digital book doesn&#8217;t replace that.</p><h5>RSS readers</h5><p>When it comes to reading RSS feeds, if I come across a useful article I&#8217;ll tag in on delicious. If it&#8217;s really useful, I&#8217;ll share it on Twitter, or I&#8217;ll open up TextMate or Photoshop to make something. <strong>I can do these things no problem on the MacBook Pro but on the iPad it can&#8217;t be done</strong> or in the case of sharing on Twitter, it involves opening and closing apps.</p><h4>Why is it so successful?</h4><p>The iPad failed for me but it certainly hasn&#8217;t seemed to have failed Apple.</p><blockquote><p>Apple indicates that it has sold 3.27 million iPads as of June 26. That translates to more than $2 billion in revenue for the company in a product category that didn’t even exist one year ago.</p></blockquote><p>The above is a recent extract from <a
href="http://mashable.com/2010/07/20/ipad-revenue/">Mashable</a>.</p><p>A few good use cases or suitable personas I can think of include:</p><ul><li><strong>People who travel a lot</strong> &#8211; it&#8217;s lighter than a laptop, has longer battery life, so is useful for email management and web browsing if traveling regularly</li><li><strong>Sales people</strong> &#8211; if you go out to pitch to potential customers regularly or give one to one presentations on a regular basis it is quite useful</li></ul><h4>Is it a fail in the long run?</h4><p>Apple have introduced this new product to the market, and <strong>being the first company to do so has contributed to its success.</strong> It&#8217;s a new toy, a new era, so people are jumping on board and trying to justify its existence.</p><p>One year from now we&#8217;ll surely see a certain &#8216;type&#8217; of person who relies heavily on the iPad, but right now I&#8217;m not sure who that will be.</p><p>For me, I&#8217;d prefer to sell the iPad (which I have done) and upgrade to an iPhone 4 (which I plan on doing).</p><p><strong><em>Have you got an iPad? Do you want one? What do you really think of it?</em></strong></p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/ipad-fail/feed/</wfw:commentRss> <slash:comments>33</slash:comments> </item> <item><title>Northern Ireland creative resources: Blogs, events, free wi-fi</title><link>http://www.leemunroe.com/ni-creative-resources/</link> <comments>http://www.leemunroe.com/ni-creative-resources/#comments</comments> <pubDate>Wed, 07 Jan 2009 10:24:07 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[Events]]></category> <category><![CDATA[Northern Ireland]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[belfast]]></category> <category><![CDATA[creatives]]></category> <category><![CDATA[industry]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[northern ireland]]></category> <category><![CDATA[tech]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=824</guid> <description><![CDATA[Sometimes it&#8217;s hard to find out what&#8217;s happening in the web/tech scene in Northern Ireland so here&#8217;s a list of useful sites that I recommend you keep track of so&#8230;]]></description> <content:encoded><![CDATA[<p>Sometimes it&#8217;s hard to find out what&#8217;s happening in the <strong>web/tech scene in Northern Ireland</strong> so here&#8217;s a list of useful sites that I recommend you keep track of so you don&#8217;t miss out.</p><p><span
id="more-824"></span></p><p>I&#8217;m sure there are more useful resources that I&#8217;ve missed so if you think you can recommend anything else, <a
href="#respond">leave me a comment</a> and I&#8217;ll update accordingly.</p><h4>Web/Techy blogs and meetups</h4><h5><a
href="http://opencoffeebelfast.com/">Belfast Open Coffee Club<br
/> </a></h5><p>BOCC is an informal tech meeting that happens once or twice per month. Chat about web apps and iPhones over coffee and cake.</p><h5><a
href="http://www.digitalcircle.org/">Digital Circle</a></h5><p>Digital Circle is an association of digital media businesses that help to develop, connect and promote the industry.</p><h5><a
href="http://www.nicreatives.com/">NI Creatives</a></h5><p>Great resource to keep you informed about what&#8217;s happening in NI.</p><h5><a
href="http://mobilemondaybelfast.org/">MobileMonday Belfast</a></h5><p>MobileMonday brings together industry professionals interested in mobile.</p><h5><a
href="http://www.nimug.org/">Northern Ireland Mac User Group</a></h5><p>NiMUG provides support to Apple users and have monthly meetings.</p><h5><a
href="http://digitalmediaisland.com/">Digital Media Island</a></h5><p>Digital Media Island is an enterprise network that develops and administers enterprise resources for companies in the digital media industry in Ireland.</p><h5><a
href="http://www.crea8ivity.com/">Crea8ivity</a></h5><p>Northern Ireland&#8217;s creative digital hub.</p><h5><a
href="http://www.webdesignire.com">Web Designire</a></h5><p>Showcase of creative web designs coming from Ireland and Northern Ireland.</p><h5><a
href="http://www.nitechblog.com">NI Tech Blog</a></h5><p>The latest tech news from Northern Ireland.</p><h4>Events to keep an eye on</h4><h5><a
href="http://www.barcampbelfast.com">BarCamp</a></h5><p>An open techy/web event where anyone is welcome to present.</p><h5><a
href="http://creativecampbelfast.com/">CreativeCamp</a></h5><p>A similar event to BarCamp but with a broader creative reach i.e. you don&#8217;t have to be &#8216;tech savvy&#8217;.</p><h5><a
href="http://buildconference.com/">Build</a></h5><p>Coming to Belfast later this year, Build is an exciting new web conference.</p><h5><a
href="http://events.carsonified.com/fowa/2009/dublin">FOWA Dublin</a></h5><p>The Future of Web Apps is coming to Dublin in March 2009. <a
href="http://events.carsonified.com/">Keep track of Carsonifed for future events</a>.</p><h4>Business meetups</h4><h5><a
href="http://www.nisp.co.uk/nisp-connect.aspx">NISP Connect</a></h5><p>Northern Ireland Science Park have a variety of events and competitions, including monthly frameworks classes that are free to attend (and often include bacon buddies).</p><h5><a
href="http://www.cecni.org/">Creative Entrepreneurs Club</a></h5><p>CECNI brings creative entrepreneurs together at various networking events.</p><h4>Free Wi-Fi hotspots in Belfast</h4><p>Free Wi-Fi spots include;</p><ul><li><a
href="http://lookaly.com/belfast/sinnamon-coffee/">Sinnamon, Stranmillis</a></li><li><a
href="http://lookaly.com/belfast/charlies/">Charlies, Bradbury Place</a></li><li><a
href="http://lookaly.com/belfast/the-limelight-katy-dalys/">The Limelight, Ormeau Avenue</a></li><li><a
href="http://lookaly.com/belfast/ground-1/">Ground, Fountain Avenue</a></li><li><a
href="http://lookaly.com/belfast/roast/">Roast, Royal Avenue</a></li><li><a
href="http://lookaly.com/belfast/roast-1/">Roast, Lisburn Road</a></li><li><a
href="http://lookaly.com/belfast/bookfinders/">Bookfinders, University Road</a></li></ul><h4>What else is happening?</h4><p>Feel free to leave a comment below with more suggestions.</p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/ni-creative-resources/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Connecting to MAMP in Windows using Parallels on a Mac</title><link>http://www.leemunroe.com/connecting-to-mamp-with-windows-using-parallels-on-a-mac/</link> <comments>http://www.leemunroe.com/connecting-to-mamp-with-windows-using-parallels-on-a-mac/#comments</comments> <pubDate>Sat, 29 Nov 2008 12:20:30 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[General News]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[ie]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[mamp]]></category> <category><![CDATA[parallels]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Wordpress]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=619</guid> <description><![CDATA[I use MAMP for running Apache, MySQL and PHP on the Mac. A simple click and all 3 are up and running in 5 seconds and you can easily configure&#8230;]]></description> <content:encoded><![CDATA[<p>I use <a
href="http://www.mamp.info">MAMP</a> for running Apache, MySQL and PHP on the Mac. A simple click and all 3 are up and running in 5 seconds and you can easily configure your ports and root folder.</p><p>However, I was having trouble accessing my MAMP server through Parallels. I use Parallels to <strong>test my sites on Internet Explorer</strong> and it&#8217;s pretty important that I&#8217;m able to do this in development before going live.</p><p>I found this <a
href="http://timothyfletcher.com/journal/posts/setup-guide-for-mamp-parallels-desktop-and-wordpress">excellent solution from Tim Fletcher</a> and thought I&#8217;d summarize it below so you too can get testing your <strong>Wordpess, CodeIgniter, PHP sites</strong> etc. through Parallels.<br
/> <span
id="more-619"></span></p><h4>1. Install Bonjour for Windows</h4><p>Download and install (in your Windows OS) Apple&#8217;s <a
href="http://www.apple.com/support/downloads/bonjourforwindows.html">Bonjour For Windows</a>.</p><h4>2. Enable file sharing</h4><p>Now back in Mac OSX, enable <strong>file sharing</strong>. System Preferences &gt; Sharing &gt; File Sharing.</p><div
class="blog-img"><img
src="http://www.leemunroe.com/wp-content/uploads/picture-6.png" border="0" alt="File Sharing" width="472" height="184" /></div><h4>3. Change your computer name</h4><p>From the &#8216;Sharing&#8217; window you have open, change your computers name to <strong>localhost.local</strong>.</p><div
class="blog-img"><img
src="http://www.leemunroe.com/wp-content/uploads/picture-15.png" border="0" alt="Computer Name" width="472" height="184" /></div><h4>4. Change your Apache and MySQL ports in MAMP</h4><p>Run MAMP and open up &#8216;Preferences&#8217;. Change the Apache Port to <strong>80</strong> and the MySQL Port to <strong>3306</strong></p><div
class="blog-img"><img
src="http://www.leemunroe.com/wp-content/uploads/picture-16.png" border="0" alt="Ports" width="338" height="229" /></div><p>N.B. Make sure there are no other instances of MySQL running.</p><h4>5. Configure your framework</h4><p>Change the settings on your framework to reflect the new settings.</p><p>The example I&#8217;ve used here is WordPress. Change your WordPress address (&amp; blog address) to <strong>http://localhost.local</strong> (Settings &gt; General).</p><div
class="blog-img"><img
src="http://www.leemunroe.com/wp-content/uploads/picture-17.png" border="0" alt="Settings" width="392" height="133" /></div><h4>Volia!</h4><p>You should now be able to access your site from your Parallels Windows environment using the URL http://localhost.local and you can test your site in IE.</p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/connecting-to-mamp-with-windows-using-parallels-on-a-mac/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>15 mac apps web designers should have in their dock</title><link>http://www.leemunroe.com/15-mac-apps-web-designers-should-have-in-their-dock/</link> <comments>http://www.leemunroe.com/15-mac-apps-web-designers-should-have-in-their-dock/#comments</comments> <pubDate>Mon, 20 Oct 2008 14:06:06 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[Web Design]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[apps]]></category> <category><![CDATA[design]]></category> <category><![CDATA[development]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[software]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=345</guid> <description><![CDATA[Back in June when I was converting from a PC to a MacBook Pro (best decision I ever made) I asked around to see what apps people recommended for the&#8230;]]></description> <content:encoded><![CDATA[<div
style="text-align:center;"><a
href="http://www.leemunroe.com/15-mac-apps-web-designers-should-have-in-their-dock"><img
class="alignnone size-full wp-image-347" title="dock1" src="http://www.leemunroe.com/wp-content/uploads/dock2.jpg" alt="Dock" /></a></div><p>Back in June when I was converting from a PC to a MacBook Pro (best decision I ever made) I asked around to see what apps people recommended for the Mac. There are a <a
href="http://www.apple.com/downloads/">lot of nice apps</a> available for Mac OSX that aren&#8217;t available for Windows.</p><p>I&#8217;ve compiled a list of Mac Apps I have in my OSX dock that I use on a daily basis and should be useful to other Mac users and/or web designers.</p><p><span
id="more-345"></span></p><h4>1. <a
href="http://www.adobe.com">Adobe Creative Suite</a></h4><div
style="text-align:center;"><a
href="http://www.adobe.com"><img
src="http://www.leemunroe.com/wp-content/uploads/ps.png" alt="Photoshop" width="128" height="128" /></a></div><p>An obvious and primary requirement (I feel) all serious web designers should have. I couldn&#8217;t get through the day without Photoshop while Illustrator and Flash are constantly called upon. I hear Fireworks is good too, especially for compressing images, but I&#8217;ve yet to use it myself.</p><h4>2. <a
href="http://www.panic.com/transmit/">Transmit</a></h4><div
style="text-align:center;"><a
href="http://www.panic.com/transmit/"><img
src="http://www.leemunroe.com/wp-content/uploads/transmit.png" alt="Transmit" width="128" height="128" /></a></div><p>Transmit is an FTP client for Mac. Edit remote files, synchronize, search, SSL, tabs; it covers all your daily FTP needs.</p><h4>3. <a
href="http://www.panic.com/coda/">Coda</a></h4><div
style="text-align:center;"><a
href="http://www.panic.com/coda/"><img
src="http://www.leemunroe.com/wp-content/uploads/code.png" alt="Coda" width="128" height="128" /></a></div><p>Coda is a light-weight all in one text editor. You can edit your code, preview your web page, upload to server (integration with Transmit), edit CSS and run commands in Terminal; all from within this one app. I would use Coda for front-end development.</p><h4>4. <a
href="http://macromates.com/">Textmate</a></h4><div
style="text-align:center;"><a
href="http://macromates.com/"><img
src="http://www.leemunroe.com/wp-content/uploads/textmate.png" alt="TextMate" width="128" height="128" /></a></div><p>Textmate is another text editor that I prefer using for back-end development. Code completion, snippets, syntax colouring are some of the things I enjoy about Textmate along with ease of customizing fonts and colours.</p><h4>5. <a
href="http://cocoamysql.sourceforge.net/">CocoaMySQL</a></h4><div
style="text-align:center;"><a
href="http://cocoamysql.sourceforge.net/"><img
src="http://www.leemunroe.com/wp-content/uploads/cocoa.png" alt="Cocoa" width="128" height="128" /></a></div><p>CocoaMySQL gives you an interface to work with your MySQL databases. This is a desktop alternative to PHPMyAdmin, which is a lot quicker and in my opinion a lot easier to operate.</p><p><strong>UPDATE 13/12/08: CocoaMySQL has been abandoned and replaced with <a
href="http://www.mjmedia.com.au/sequel-pro.html">Sequel Pro</a>. Works just as well and looks even better. <a
href="http://www.mjmedia.com.au/sequel-pro.html">Check it out</a>.</strong></p><h4>6. <a
href="http://www.mamp.info/">MAMP</a></h4><div
style="text-align:center;"><a
href="http://www.mamp.info/"><img
src="http://www.leemunroe.com/wp-content/uploads/mamp.png"  alt="Mamp" width="128" height="128" /></a></div><p>MAMP is an easy way to get Apache, MySQL and PHP up and running on your machine. Just by running MAMP all these three services will be up and running, no messing around in Terminal needed.</p><h4>7. <a
href="http://www.culturedcode.com/things/">Things</a></h4><div
style="text-align:center;"><a
href="http://www.culturedcode.com/things/"><img
src="http://www.leemunroe.com/wp-content/uploads/things.png" alt="Things" width="128" height="128" /></a></div><p>Great app for getting things done. Set yourself project tasks and daily tasks and check them off as and when you get them done.</p><h4>8.<a
href="http://macrabbit.com/cssedit/"> CSS Edit</a></h4><div
style="text-align:center;"><a
href="http://macrabbit.com/cssedit/"><img
src="http://www.leemunroe.com/wp-content/uploads/css.png" alt="CSS Edit" width="128" height="128" /></a></div><p>A very good CSS editor. It allows for real time previews of your website and styles and is a very efficient app allowing you to easily find all styles being applied to certain elements.</p><h4>9. <a
href="http://www.transmissionbt.com/">Transmission</a></h4><div
style="text-align:center;"><a
href="http://www.transmissionbt.com/"><img
src="http://www.leemunroe.com/wp-content/uploads/trans.png"  alt="Transmission" width="128" height="128" /></a></div><p>Transmission is used for downloading/uploading torrents over the net. Useful for sharing files with friends and colleagues (among other things)</p><h4>10. <a
href="http://www.red-sweater.com/marsedit/">MarsEdit</a></h4><div
style="text-align:center;"><a
href="http://www.red-sweater.com/marsedit/"><img
src="http://www.leemunroe.com/wp-content/uploads/mars.png" alt="MarsEdit" width="128" height="128" /></a></div><p>MarsEdit allows you to compile draft blog posts on your local machine before publishing them live on your blog. I use it daily to take notes on various blog topics I think of and then I can easily compile a blog post over the course of a week.</p><h4>11. <a
href="http://skitch.com/">Skitch</a></h4><div
style="text-align:center;"><a
href="http://skitch.com/"><img
src="http://www.leemunroe.com/wp-content/uploads/skitch.png" alt="Skitch" width="128" height="128" /></a></div><p>I was only recently introduced to this by <a
href="http://goodonpaper.org">GoodOnPaper</a> @ FOWA. Allows you to easily share images/screenshots on the web and using the Skitch editor you can add notes to your image or highlight areas of a screenshot. Very useful and saves having to load up Photoshop for simple tasks.</p><h4>12. <a
href="http://www.amazon.co.uk/gp/product/B0014BBQ5M?ie=UTF8&amp;tag=10homepa-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=B0014BBQ5M">Parallels Desktop</a></h4><div
style="text-align:center;"><a
href="http://www.amazon.co.uk/gp/product/B0014BBQ5M?ie=UTF8&amp;tag=10homepa-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=B0014BBQ5M"><img
src="http://www.leemunroe.com/wp-content/uploads/parallels.png" alt="Parallels" width="128" height="128" /></a></div><p>You can run Windows XP or Vista on your Mac using Parallels. Handy for being able to test your websites in versions of IE (<a
href="http://tredosoft.com/Multiple_IE">using Multiple IEs</a>) and if there are any Windows only apps you need to use, e.g. Microsoft Access.</p><h4>13. <a
href="http://www.amazon.co.uk/gp/product/B000WR2F2M?ie=UTF8&amp;tag=10homepa-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=B000WR2F2M">Office</a></h4><div
style="text-align:center;"><a
href="http://www.amazon.co.uk/gp/product/B000WR2F2M?ie=UTF8&amp;tag=10homepa-21&amp;linkCode=as2&amp;camp=1634&amp;creative=6738&amp;creativeASIN=B000WR2F2M"><img
src="http://www.leemunroe.com/wp-content/uploads/office.png" alt="Office" width="128" height="128" /></a></div><p>A good old favorite for creating text documents, preparing slideshows or looking after sets of data. There are a few Mac alternatives, and of course online alternatives, but I personally prefer Office.</p><h4>14. <a
href="http://www.derailer.org/paparazzi/">Paparazzi</a></h4><div
style="text-align:center;"><a
href="http://www.derailer.org/paparazzi/"><img
src="http://www.leemunroe.com/wp-content/uploads/pap.png" alt="Paparazzi" width="128" height="128" /></a></div><p>Paparazzi takes full screenshots of webpages. The problem with Cmd+Shift+3 is that it only takes a screenshot of the visible screen. Paparrazi takes the whole height of the page, even below the fold, so it&#8217;s great for showing screenshots of your web designs.</p><h4>15. <a
href="http://iconfactory.com/software/twitterrific">Twitterific</a></h4><div
style="text-align:center;"><a
href="http://iconfactory.com/software/twitterrific"><img
src="http://www.leemunroe.com/wp-content/uploads/twit.png" alt="Twitterific" width="128" height="128" /></a></div><p>Easily interact with Twitterland via Twitterific. Saves you having to make the trip to <a
href="http://www.twitter.com">Twitter</a> to see what&#8217;s going on as it can retrieve and send tweets for you.</p><h4>Others worth looking at</h4><ul><li><a
href="http://www.mozilla.com/en-US/firefox/">Firefox</a> Firefox is a fantastic browser with fantastic extensions for web designers like <a
href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer Toolbar</a> and <a
href="https://addons.mozilla.org/en-US/firefox/addon/1843">FireBug</a></li><li><a
href="http://www.pixelmator.com/">Pixelmator</a> Cheap alternative to Photoshop</li><li><a
href="http://www.freeverse.com/apps/app/?id=6020">Lineform</a> Cheap alternative to Illustrator</li><li><a
href="http://www.flickr.com/tools/uploadr/">Flickr Uploader</a> Easily upload your photos to Flickr</li><li><a
href="http://www.skype.com">Skype</a> Have your conference calls for free over the web</li></ul><h4>What apps do you use?</h4><p>Let me know what apps you find useful and you think should be included in the list above.</p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/15-mac-apps-web-designers-should-have-in-their-dock/feed/</wfw:commentRss> <slash:comments>97</slash:comments> </item> <item><title>How to connect to a MAMP MySQL database using CocoaMySQL</title><link>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/</link> <comments>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/#comments</comments> <pubDate>Thu, 16 Oct 2008 11:00:00 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[Web Design]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[mac]]></category> <category><![CDATA[mysql]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=296</guid> <description><![CDATA[I came across this problem when I converted to a Mac and I was trying to connect to a MySQL database on MAMP using CocoaMySQL. CocoaMySQL wasn&#8217;t able to connect&#8230;]]></description> <content:encoded><![CDATA[<p>I came across this problem when I converted to a Mac and I was trying to connect to a MySQL database on MAMP using CocoaMySQL. CocoaMySQL wasn&#8217;t able to connect to the database. Thought the solution may be useful to others.</p><p><span
id="more-296"></span></p><h4>Settings</h4><p>Host:localhost<br
/> User:root<br
/> Password:root</p><p>If you try to connect now you may get the following error:<br
/> <strong>Unable to connect to host localhost.<br
/> Be sure that the address is correct and that you have the necessary privileges.<br
/> MySQL said: Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: YES)</strong></p><div
class="blog-img"><img
src="http://www.leemunroe.com/wp-content/uploads/picture-91.png" alt="CocoaMySQL error" border="0" width="410" height="151" /></div><h4>Solution</h4><p>So here&#8217;s the extra bit. Enter the following in the <strong>socket</strong> field:<br
/> <strong>/applications/mamp/tmp/mysql/mysql.sock</strong></p><div
class="blog-img"><img
src="http://www.leemunroe.com/wp-content/uploads/picture-30.png" alt="Picture 30.png" border="0" width="261" height="346" /></div><p>Happy days!</p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/how-to-connect-to-a-mamp-mysql-database-using-cocoamysql/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 19/30 queries in 0.850 seconds using disk: basic

Served from: www.leemunroe.com @ 2012-02-09 13:37:19 -->
