<?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>Chris Johnston &#187; Apple Mac</title>
	<atom:link href="http://www.fuzzylizard.com/archives/category/apple-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuzzylizard.com</link>
	<description>Web development and design with a little VFX thrown in for fun</description>
	<lastBuildDate>Sun, 30 Oct 2011 14:23:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to get Phusion Passenger and ImageMagick to work together?</title>
		<link>http://www.fuzzylizard.com/archives/2008/07/05/954/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/07/05/954/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 08:12:24 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/?p=954</guid>
		<description><![CDATA[For Studio Gallery, I want people to have the ability to upload avatars for the clients that they create. I am using the Paperclip plug-in for this and when running the app via script/server this works great. I installed ImageMagick and Paperclip is able to find it since all the right paths are set in [...]]]></description>
			<content:encoded><![CDATA[<p>For Studio Gallery, I want people to have the ability to upload avatars for the clients that they create. I am using the <a href="http://www.thoughtbot.com/projects/paperclip">Paperclip plug-in</a> for this and when running the app via <code>script/server</code> this works great. I installed <a href="http://www.imagemagick.org/script/index.php">ImageMagick</a> and Paperclip is able to find it since all the right paths are set in my <code>.bash_profile</code> file.</p>
<p>The problem is that I can&#8217;t get Paperclip or ImageMagick to work when running the app via <a href="http://www.modrails.com/">Passenger</a>. I have added the following lines to my <code>/etc/profile</code> file:</p>
<pre>
#ImageMagick
export MAGICK_HOME="/usr/local/ImageMagick-6.4.1"
export DYLD_LIBRARY_PATH="$MAGICK_HOME/lib"
export PATH=$MAGICK_HOME/bin:/usr/bin:$PATH
</pre>
<p>But so far, it seems that Apache or Passenger is unable to find ImageMagick. Anyone have any ideas?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/07/05/954/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Must have Mac Apps</title>
		<link>http://www.fuzzylizard.com/archives/2008/01/22/920/</link>
		<comments>http://www.fuzzylizard.com/archives/2008/01/22/920/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 05:18:01 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Miscellanous]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2008/01/22/920/</guid>
		<description><![CDATA[A coworker was asking me some questions about the Mac, he had just received his new ThoughtWorks MacBook Pro. As a partial answer, here is my list of must have applications for the Mac. I have divided them into two categories &#8211; free and not free. Free Apps QuickSilver &#8211; the definitive time saving app [...]]]></description>
			<content:encoded><![CDATA[<p>A coworker was asking me some questions about the Mac, he had just received his new ThoughtWorks MacBook Pro. As a partial answer, here is my list of must have applications for the Mac. I have divided them into two categories &#8211; free and not free.</p>
<p>Free Apps</p>
<ul>
<li><a href="http://www.blacktree.com/">QuickSilver</a> &#8211; the definitive time saving app getting things done without doing them</li>
<li><a href="http://growl.info/">Growl</a> &#8211; displays messages directly on the screen in a little transparent window</li>
<li><a href="http://www.adiumx.com/">Adium</a> &#8211; Instant Message app that works with just about every protocol out there today</li>
<li><a href="http://sourceforge.net/projects/cotvnc/">Chicken of the VNC</a> &#8211; excellent VNC client</li>
<li><a href="http://www.istumbler.net/">iStumbler</a> &#8211; for finding WiFi hotspots</li>
<li><a href="http://www.neooffice.org/neojava/en/index.php">NeoOffice</a> &#8211; OS X implementation of OpenOffice.org (a Microsoft Office replacement)</li>
<li><a href="http://developer.apple.com/tools/xcode/">xCode</a> &#8211; Apple&#8217;s IDE, this gives you C compilers and other tools you will need for compiling things like Ruby gems</li>
<li><a href="http://www.lachoseinteractive.net/en/community/subversion/svnx">SvnX</a> &#8211; Subversion Client (if you don&#8217;t want to use the command line)</li>
<li><a href="http://www.isquint.org/">iSquint</a> &#8211; converts just about any video format into iTunes, Apple TV, and iPod compliant video</li>
<li><a href="http://www.ragingmenace.com/software/menumeters/">MenuMeters</a> &#8211; puts a set of graphs in the menu bar that show you what your CPU, Memory, Networks connections, Disks are doing</li>
<li><a href="http://perian.org/">Perian</a> &#8211; added codecs for playing back non quicktime compliant audio and video files</li>
</ul>
<p>Not Free</p>
<ul>
<li><a href="http://macromates.com/">TextMate</a> &#8211; the only editor for the Mac</li>
<li><a href="http://www.panic.com/transmit/">Transmit</a> &#8211; FTP/SFTP client</li>
<li><a href="http://www.omnigroup.com/applications/omnigraffle/">Omnigraffle</a> &#8211; Visio replacement for creating diagrams</li>
<li><a href="http://www.worldofwarcraft.com/index.xml">World of Warcraft</a> &#8211; I think this one goes without saying</li>
</ul>
<p>That is all I can think of right now, as more come to me, I will add them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2008/01/22/920/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ruby and Upgrading to Leopard</title>
		<link>http://www.fuzzylizard.com/archives/2007/12/06/914/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/12/06/914/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 05:06:22 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/12/06/914/</guid>
		<description><![CDATA[I recently upgraded my mac to OS X 10.5 and had some problems installing the Ruby gem Hpricot. This particular gem is compiled from source when it is installed (on a Mac at least, no idea about Windows or Linux). When I tried to install it, it kept throwing an error and failing. The problem [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my mac to OS X 10.5 and had some problems installing the Ruby gem <a href="http://code.whytheluckystiff.net/hpricot/">Hpricot</a>. This particular gem is compiled from source when it is installed (on a Mac at least, no idea about Windows or Linux). When I tried to install it, it kept throwing an error and failing. The problem was that I had forgotten to also upgrade Xcode, so it was being compiled with an old copy of gcc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/12/06/914/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What web design app to use for Rails development on OS X?</title>
		<link>http://www.fuzzylizard.com/archives/2007/11/27/912/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/11/27/912/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 04:57:32 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/11/27/912/</guid>
		<description><![CDATA[The subject line basically says it all; what web design application are people using for Ruby on Rails projects on OS X? My first guess is TextMate. Are there any apps out there that support Rails layouts and ERB? I am currently taking a look at Panic&#8217;s Coda and am really impressed with what I [...]]]></description>
			<content:encoded><![CDATA[<p>The subject line basically says it all; what web design application are people using for Ruby on Rails projects on OS X? My first guess is <a href="http://macromates.com/">TextMate</a>. Are there any apps out there that support Rails layouts and ERB?</p>
<p>I am currently taking a look at <a href="http://www.panic.com/coda/">Panic&#8217;s Coda</a> and am really impressed with what I am seeing. Anyone have any other suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/11/27/912/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cool Mac Tip &#8211; Locking your computer using keyboard</title>
		<link>http://www.fuzzylizard.com/archives/2007/07/09/894/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/07/09/894/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 02:41:11 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/07/09/894/</guid>
		<description><![CDATA[One thing that OS X misses, in my opinion, is the ability to lock the computer when you walk away. I finally found an excellent tip on how to set this up using the screensaver and QuickSilver.]]></description>
			<content:encoded><![CDATA[<p>One thing that OS X misses, in my opinion, is the ability to lock the computer when you walk away. I finally found an excellent <a href="http://pragmactic-osxer.blogspot.com/2007/07/quickly-locking-your-computer-using.html">tip on how to set this up using the screensaver and QuickSilver</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/07/09/894/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parallels Desktop creates Max/PC ads</title>
		<link>http://www.fuzzylizard.com/archives/2007/07/06/893/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/07/06/893/#comments</comments>
		<pubDate>Fri, 06 Jul 2007 15:31:21 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/07/06/893/</guid>
		<description><![CDATA[The guys at Parallels have put together four excellent Apple &#8220;I&#8217;m a Mac and I&#8217;m a PC&#8221; like ads showing off the ability to run Windows and OS X side by side.]]></description>
			<content:encoded><![CDATA[<p>The guys at Parallels have put together four <a href="http://parallelsvirtualization.blogspot.com/2007/07/coexist-with-parallels.html">excellent Apple &#8220;I&#8217;m a Mac and I&#8217;m a PC&#8221; like ads</a> showing off the ability to run Windows and OS X side by side.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/07/06/893/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two finger scrolling</title>
		<link>http://www.fuzzylizard.com/archives/2007/02/13/866/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/02/13/866/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 23:05:53 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/02/13/866/</guid>
		<description><![CDATA[I am not sure what it is called, but the ability, on my Macbook Pro, to use two fingers on the touchpad to do things like scrolling just makes so much sense. The only problem I have with it is that when I start using a PC, I find myself trying to scroll with two [...]]]></description>
			<content:encoded><![CDATA[<p>I am not sure what it is called, but the ability, on my Macbook Pro, to use two fingers on the touchpad to do things like scrolling just makes so much sense. The only problem I have with it is that when I start using a PC, I find myself trying to scroll with two fingers. It just makes so much sense and, in terms of muscle memory, is incredibly easy to pick up and remember. I also find that  even when I have a mouse attached, I still end up scrolling with two fingers instead of using the mouse wheel. When it comes to design and usability, Apple gets it right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/02/13/866/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The future of Human-Computer Interaction</title>
		<link>http://www.fuzzylizard.com/archives/2007/02/08/865/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/02/08/865/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 03:28:02 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/02/08/865/</guid>
		<description><![CDATA[The video below demonstrates the power of multi-touch, the technology that apple put into the iPhone, as it should be used. It is cool in a phone, but when used as the interface for an entire computer, it has the potential to change the way we interact with and think about computers. If you have [...]]]></description>
			<content:encoded><![CDATA[<p>The video below demonstrates the power of multi-touch, the technology that apple put into the iPhone, as it should be used. It is cool in a phone, but when used as the interface for an entire computer, it has the potential to change the way we interact with and think about computers. If you have ever seen Minority Report, this is it. This is the future.</p>
<p><span id="more-865"></span></p>
<p><embed src="http://services.brightcove.com/services/viewer/federated_f8/271543545" bgcolor="#FFFFFF" flashVars="videoId=422563006&#038;playerId=271543545&#038;viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&#038;servicesURL=http://services.brightcove.com/services&#038;cdnURL=http://admin.brightcove.com&#038;domain=embed&#038;autoStart=true&#038;" base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></p>
<p>I saw the &#8220;video below on the O&#8217;Reilly Mac Dev website.&#8221;:http://www.oreillynet.com/mac/blog/2007/02/multitouch_one_step_further.html One comment made on that site that I do agree with is that as cool as this video is, we still need to solve the problem of how to efficient enter text. I am not sure talking to our computers is the entire answer, but it is probably half. I wonder if hand writing recognition is the second half. The problem with that is that most people can type faster then they can write.</p>
<p>I can&#8217;t wait to have this interface on a desktop or tablet computer sometime soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/02/08/865/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Apple News &#8211; New AirportExtreme and Office 2008 for Mac</title>
		<link>http://www.fuzzylizard.com/archives/2007/01/09/851/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/01/09/851/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 04:54:31 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/01/09/851/</guid>
		<description><![CDATA[There were two quiet releases/announcements made today along with all the iPhone hype: * Apple has released a new version of AirportExtreme that incorporates 802.11n and software to turn on the 802.11n cards in new Macs such as the Macbook and the Macbook Pro. * Microsoft announced Mac Office 2008 incorporating the new user interface [...]]]></description>
			<content:encoded><![CDATA[<p>There were two quiet releases/announcements made today along with all the iPhone hype:</p>
<p>* Apple has released a new version of <a href="http://www.macrumors.com/pages/2007/01/20070109143833.shtml">AirportExtreme that incorporates 802.11n and software to turn on the 802.11n cards in new Macs such as the Macbook and the Macbook Pro.</a><br />
* <a href="http://www.macrumors.com/pages/2007/01/20070109180128.shtml">Microsoft announced Mac Office 2008</a> incorporating the new user interface which uses the ribbon instead of menus. I realize that I am probably suppose to hate MS, but I personally think that the new Office UI is a huge step in the right direction when it comes to creating software. And it is just really cool.</p>
<p>Both links go to the Mac Rumors website where you will find more information and more links.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/01/09/851/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple MWSF Keynote &#8211; AppleTV and iPhone</title>
		<link>http://www.fuzzylizard.com/archives/2007/01/09/850/</link>
		<comments>http://www.fuzzylizard.com/archives/2007/01/09/850/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 04:36:23 +0000</pubDate>
		<dc:creator>Chris Johnston</dc:creator>
				<category><![CDATA[Apple Mac]]></category>

		<guid isPermaLink="false">http://www.fuzzylizard.com/archives/2007/01/09/850/</guid>
		<description><![CDATA[I &#8220;watched&#8221; the Steve Job&#8217;s keynote address via the Mac Rumors website and was a little disappointed with it. I watched the video of it and I have to to say that I am still a little disappointed, but for different reasons. The first disappointment was because there was not more Mac stuff. The second [...]]]></description>
			<content:encoded><![CDATA[<p>I &#8220;watched&#8221; the Steve Job&#8217;s keynote address via the Mac Rumors website and was a little disappointed with it. I watched the video of it and I have to to say that I am still a little disappointed, but for different reasons. The first disappointment was because there was not more Mac stuff. The second disappointment is from the realization that I may never be own an iPhone.</p>
<p>First though I have to say that both AppleTV and the iPhone both look incredible. I want both, right now. I will probably be running out to buy AppleTV as soon as it is available at the Apple store here in Toronto. We have been looking for a media centre PC and this is definitely the one to get. I think Apple will corner the media pc market with this release. At the very least, if you check the prices of the accessories, Apple has some of the cheapest HDMI cables around.</p>
<p>The iPhone is simply amazing; and probably won&#8217;t be available in Canada any time soon. My prediction is actually that it will never be available in Canada. I hope I&#8217;m wrong.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuzzylizard.com/archives/2007/01/09/850/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

