<?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>Everything is Gray &#187; OS X</title>
	<atom:link href="http://everythingisgray.com/category/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingisgray.com</link>
	<description>James Barclay's blog about design, technology, and the web.</description>
	<lastBuildDate>Wed, 21 Jul 2010 03:55:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Configure Archive Utility in Mac OS X</title>
		<link>http://everythingisgray.com/2010/02/16/configure-archive-utility-in-mac-os-x/</link>
		<comments>http://everythingisgray.com/2010/02/16/configure-archive-utility-in-mac-os-x/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 06:46:41 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=173</guid>
		<description><![CDATA[Having recently purchased a new MacBook Pro and electing to skip the option of running Migration Assistant to transfer my data and settings, I noticed that a few applications were behaving differently. Over the years I&#8217;ve configured quite a few things on my Mac, and eventually I became accustomed to said customizations. One of the [...]]]></description>
			<content:encoded><![CDATA[<p>Having recently purchased a new MacBook Pro and electing to skip the option of running <a href="http://en.wikipedia.org/wiki/Migration_Assistant_(Apple)">Migration Assistant</a> to transfer my data and settings, I noticed that a few applications were behaving differently. Over the years I&#8217;ve configured quite a few things on my Mac, and eventually I became accustomed to said customizations. One of the first things I noticed was that when I would unarchive a zip file, the compressed file would stay put. I remembered that a few years ago I learned of a cool way to configure Mac OS X&#8217;s built-in Archive Utility, (using a System Preference pane), so I immediately went digging. To do this, simply navigate to <code>therootofyourharddrive/System/Library/CoreServices</code>. From there right or control click on Archive Utility.app, and select &#8220;Show Package Contents.&#8221; A new window will open containing a folder named <code>Contents</code>, within which you&#8217;ll find <code>Resources</code>, and finally <code>Archives.prefPane</code>. Opening this preference pane will result in System Preferences.app asking if you&#8217;d like to install for all users or for this user only. Voila! Now you can tell Archive Utility to delete the archive after expanding it.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2010/02/16/configure-archive-utility-in-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check if your Mac is 64 bit</title>
		<link>http://everythingisgray.com/2009/10/08/check-if-your-mac-is-64-bit/</link>
		<comments>http://everythingisgray.com/2009/10/08/check-if-your-mac-is-64-bit/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:52:41 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=149</guid>
		<description><![CDATA[Here&#8217;s an easy way to determine whether or not your Mac is 64 bit capable. Open Terminal.app, which is located in /Applications/Utilities and type in sysctl hw &#124;grep 64bit. If your machine is 64 bit capable, the result will be hw.cpu64bit_capable: 1 If your machine is not 64 bit capable, the result will be hw.cpu64bit_capable: [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s an easy way to determine whether or not your Mac is 64 bit capable. Open <code>Terminal.app</code>, which is located in <code>/Applications/Utilities</code> and type in</p>
<p><code>sysctl hw |grep 64bit</code>.</p>
<p>If your machine is 64 bit capable, the result will be</p>
<p><code>hw.cpu64bit_capable: 1</code></p>
<p>If your machine is not 64 bit capable, the result will be</p>
<p><code>hw.cpu64bit_capable: 0</code></p>
<p>Tip source: <a href="http://osxdaily.com/2009/09/23/check-if-your-mac-is-64-bit-compatible-via-command-line/">OSXDaily.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/10/08/check-if-your-mac-is-64-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Snow Stack 3D CSS</title>
		<link>http://everythingisgray.com/2009/07/23/snow-stack-3d-css/</link>
		<comments>http://everythingisgray.com/2009/07/23/snow-stack-3d-css/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 03:36:30 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=137</guid>
		<description><![CDATA[A gentleman by the name of Charles Ying of Satine.org has developed a new 3D CSS visual effects demonstration called Snow Stack, which runs entirely on JavaScript, native WebKit CSS extensions, and XHTML/HTML. If you&#8217;re familiar with Cover Flow/Core Animation on the Mac you&#8217;ll immediately recognize Snow Stack. In order to run the demo you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>A gentleman by the name of Charles Ying of <a href="http://www.satine.org/">Satine.org</a> has developed a new 3D CSS visual effects demonstration called <a href="http://www.satine.org/archives/2009/07/11/snow-stack-is-here/">Snow Stack</a>, which runs entirely on JavaScript, native WebKit CSS extensions, and XHTML/HTML. If you&#8217;re familiar with Cover Flow/Core Animation on the Mac you&#8217;ll immediately recognize Snow Stack. In order to run the demo you&#8217;ll need either the <em>Snow Leopard Beta + Safari</em> <strong>or</strong> <em>Leopard + the latest nightly build of WebKit</em>. Either way, it&#8217;s quite fascinating to think that this is all being done in the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/07/23/snow-stack-3d-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cappuccino Web Framework</title>
		<link>http://everythingisgray.com/2009/07/21/cappuccino-web-framework/</link>
		<comments>http://everythingisgray.com/2009/07/21/cappuccino-web-framework/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:31:43 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Objective-J]]></category>
		<category><![CDATA[SproutCore]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=134</guid>
		<description><![CDATA[So lately I&#8217;ve been playing around with the Cappuccino web framework and a nifty little programming language called Objective-J. The Cappuccino framework allows you to create desktop class applications for the browser, and gives you the ability to run these applications on the desktop, (similar to Adobe AIR). One of the many benefits of being [...]]]></description>
			<content:encoded><![CDATA[<p>So lately I&#8217;ve been playing around with the <a href="http://cappuccino.org/">Cappuccino web framework</a> and a nifty little programming language called Objective-J. The Cappuccino framework allows you to create desktop class applications for the browser, and gives you the ability to run these applications on the desktop, (similar to <a href="http://www.adobe.com/products/air/">Adobe AIR</a>). One of the many benefits of being able to create applications that run on the desktop is having the ability to run the application while offline.</p>
<p>The interesting thing about Objective-J is that it is based on Objective-C, but any valid JavaScript code is accepted as valid Objective-J code. A fun way to look at it is that Objective-J is to JavaScript as Objective-C is to C.</p>
<p>Cappuccino is frequently compared to another JavaScript framework called <a href="http://www.sproutcore.com/">SproutCore</a>, which also allows you to build rich Mac-like applications for the browser, (just look at <a href="http://me.com/">MobileMe</a>). Both Cappuccino and SproutCore utilize the same icon set and window chrome as desktop Mac applications, which can look incredible.</p>
<p>If you&#8217;d like to see Cappuccino and Objective-J in action, take a look at <a href="http://280slides.com/">280 Slides</a>, and if you&#8217;d like to learn more, read the <a href="http://cappuccino.org/learn/tutorials/">tutorials</a> on Cappuccino.org and <a href="http://cappuccino.org/starter">download the sample application</a>.</p>
<p>@end</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/07/21/cappuccino-web-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I shed a tear for Quicksilver today</title>
		<link>http://everythingisgray.com/2009/04/22/i-shed-a-tear-for-quicksilver-today/</link>
		<comments>http://everythingisgray.com/2009/04/22/i-shed-a-tear-for-quicksilver-today/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 21:25:56 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[OS X]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[LaunchBar]]></category>
		<category><![CDATA[Quicksilver]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=84</guid>
		<description><![CDATA[Today I uninstalled Quicksilver, in favor of using the LaunchBar 5 beta. It was late 2007 when developer Nicholas Jitkoff released the source to Google Code, and I&#8217;ve been hanging on tightly ever since. I understand that the project will continue to be updated, but I&#8217;ve come to my wits end, and am done struggling [...]]]></description>
			<content:encoded><![CDATA[<p>Today I uninstalled <a href="http://www.blacktree.com/">Quicksilver</a>, in favor of using the <a href="http://www.obdev.at/products/launchbar/beta.html">LaunchBar 5 beta</a>. It was late 2007 when developer Nicholas Jitkoff released the <a href="http://code.google.com/p/blacktree-alchemy/">source</a> to Google Code, and I&#8217;ve been hanging on tightly ever since. I understand that the project will continue to be updated, but I&#8217;ve come to my wits end, and am done struggling with the application for now. We&#8217;ll see how long this lasts&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/04/22/i-shed-a-tear-for-quicksilver-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->