<?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</title>
	<atom:link href="http://everythingisgray.com/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>Restore MySQL Database from ibdata and .frm Files</title>
		<link>http://everythingisgray.com/2010/07/21/restore-mysql-database-from-ibdata-and-frm-files/</link>
		<comments>http://everythingisgray.com/2010/07/21/restore-mysql-database-from-ibdata-and-frm-files/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 03:48:54 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=190</guid>
		<description><![CDATA[Last week I was presented with a problem that involved restoring a MySQL database for a client using only the /data folder from an original MySQL installation. The solution turned out to be rather simple, but that didn&#8217;t stop me from racking my brain for a few hours. Thus, I thought I&#8217;d share my experience [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I was presented with a problem that involved restoring a MySQL database for a client using only the <code>/data</code> folder from an original MySQL installation. The solution turned out to be rather simple, but that didn&#8217;t stop me from racking my brain for a few hours. Thus, I thought I&#8217;d share my experience in hopes of helping others that may run into this.</p>
<p>*NOTE* The MySQL database I was tasked with restoring was associated with a WordPress installation. My guess is that this is irrelevant, though.</p>
<p>*ALSO NOTE* This article assumes you are comfortable with software solutions such as <a href="http://www.mamp.info/en/index.html">MAMP</a> and/or <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a>, as well as <a href="http://www.phpmyadmin.net/home_page/index.php">phpMyAdmin</a>.</p>
<p>I made the decision early on to solve this problem locally, (I find that working directly from a web server usually just gets me into trouble).  I use MAMP on a regular basis and as such have quite a few MySQL databases associated with that installation. Rather than fooling with this at all I opted to use XAMPP on a Windows XP SP2 machine. Either one of these solutions will work, as they essentially provide the same services. I chose to avoid using MAMP on my machine because of everything I have invested into that application, but that doesn&#8217;t mean you have to.</p>
<p>The first thing you&#8217;ll want to do is install a fresh copy of either MAMP, (Mac only), or XAMPP. Then create an empty database using phpMyAdmin with the same name as your original database, (the one you&#8217;re trying to restore). For example, if your previous database was called &#8216;wordpress,&#8217; in phpMyAdmin, (under the &#8216;Create new database&#8217; text field), you would enter &#8216;wordpress.&#8217; This will create a folder named <code>wordpress</code> in <code>/Applications/MAMP/db/mysql</code> if you&#8217;re using MAMP, or <code>C:\xampp\mysql</code> if you&#8217;re using XAMPP. At this point you&#8217;ll want to turn off the MySQL service. Now, copy the contents of, (not the entire folder), your mysql database folder that contains the .frm files to the new location. The next step is to copy the <code>ibdata1</code> file to the MySQL folder in either XAMPP or MAMP, then start the MySQL service again. Now you should be able to locate your database tables in phpMyAdmin.</p>
<p>At this point, (assuming you don&#8217;t want to keep the data locally on your machine), you&#8217;ll want to export the database using phpMyAdmin. Be sure to check Add DROP TABLE, choose SQL as the export type, and check the &#8216;Save as file&#8217; checkbox. The .sql file that will be generated can easily be imported into another instance of phpMyAdmin. The new database doesn&#8217;t need to have the same name as the previous database, either. I was unable to use my previous database name because the site I was working on had been moved to a shared hosting server, (where someone had already chosen the name of my previous database), and everything worked fine.</p>
<p>Also keep in mind that this can be accomplished whether or not your server is running phpMyAdmin. There are plenty of alternatives available that will allow you to accomplish the same tasks, and there&#8217;s always the command line. The most important step is to simply copy the contents of the <code>/data</code> folder and the <code>ibdata1</code> file. Hope this helps!</p>
<p>Leave a comment if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2010/07/21/restore-mysql-database-from-ibdata-and-frm-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In-Store Signing at Pages Bookstore</title>
		<link>http://everythingisgray.com/2010/04/16/in-store-signing-at-pages-bookstore/</link>
		<comments>http://everythingisgray.com/2010/04/16/in-store-signing-at-pages-bookstore/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 20:09:13 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Comics]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=181</guid>
		<description><![CDATA[The kind folks at Pages Bookstore have invited me to do a book signing and give a short talk on comics production on May 8, 2010. The event will be taking place from 1-3 pm in downtown Flint, MI. If you&#8217;re in the area stop by to pick up one of my short comics and [...]]]></description>
			<content:encoded><![CDATA[<p>The kind folks at <a href="http://maps.google.com/maps/place?cid=9976738330174778878&amp;q=pages+bookstore&amp;hl=en&amp;cd=1&amp;ei=TsLIS4qpOof2M7G64IEK&amp;sll=37.0625,-95.677068&amp;sspn=57.379893,85.869141&amp;ie=UTF8&amp;ll=60.630102,-138.691406&amp;spn=0,0&amp;z=4&amp;iwloc=A">Pages Bookstore</a> have invited me to do a book signing and give a short talk on comics production on May 8, 2010. The event will be taking place from 1-3 pm in downtown Flint, MI. If you&#8217;re in the area stop by to pick up one of my short comics and chat with me for a bit. The promotional poster I did for the event can be found in the <a href="http://everythingisgray.com/portfolio/">portfolio</a> section of this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2010/04/16/in-store-signing-at-pages-bookstore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSU Comics Forum</title>
		<link>http://everythingisgray.com/2010/03/20/msu-comics-forum/</link>
		<comments>http://everythingisgray.com/2010/03/20/msu-comics-forum/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 02:30:01 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Comics]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=175</guid>
		<description><![CDATA[Thanks to my mentor and friend Ryan Claytor I&#8217;ll be tabling at the MSU Comics Forum on March 27, 2010. The event is held annually at, you guessed it, Michigan State University. There I&#8217;ll be showcasing my latest comic, &#8220;Here For Now,&#8221; (which I&#8217;ll soon have examples of in the portfolio section of this site), [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to my mentor and friend <a href="http://www.elephanteater.com/">Ryan Claytor</a> I&#8217;ll be tabling at the MSU Comics Forum on March 27, 2010. The event is held annually at, you guessed it, Michigan State University. There I&#8217;ll be showcasing my latest comic, &#8220;Here For Now,&#8221; (which I&#8217;ll soon have examples of in the portfolio section of this site), as well as my first comic, &#8220;Stars Beneath Stars.&#8221; For more info please visit <a href="http://www.comicsforum.msu.edu/">http://www.comicsforum.msu.edu/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2010/03/20/msu-comics-forum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>10 Inspiring Websites</title>
		<link>http://everythingisgray.com/2010/02/01/10-inspiring-websites/</link>
		<comments>http://everythingisgray.com/2010/02/01/10-inspiring-websites/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 04:57:07 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=156</guid>
		<description><![CDATA[Lately I&#8217;ve been spending quite a bit of time designing websites, whether it&#8217;s WordPress theme development or Joomla! template design. A huge part of this process, (for me), is finding inspiration. Below are 10 carefully crafted examples of good web design that I&#8217;ve been inspired by as of late.]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been spending quite a bit of time designing websites, whether it&#8217;s WordPress theme development or Joomla! template design. A huge part of this process, (for me), is finding inspiration. Below are 10 carefully crafted examples of good web design that I&#8217;ve been inspired by as of late.</p>
<div id="attachment_166" class="wp-caption alignleft" style="width: 460px"><a href="http://www.31three.com/"><img class="size-full wp-image-166" title="31THREE" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-10.52.54-PM.png" alt="31THREE" width="450" height="276" /></a><p class="wp-caption-text">31THREE</p></div>
<div id="attachment_161" class="wp-caption alignleft" style="width: 460px"><a href="http://www.kflorence.com/"><img class="size-full wp-image-161" title="Kyle Florence" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-5.13.23-PM.png" alt="Kyle Florence" width="450" height="277" /></a><p class="wp-caption-text">Kyle Florence</p></div>
<div id="attachment_160" class="wp-caption alignleft" style="width: 460px"><a href="http://www.alistapart.com/"><img class="size-full wp-image-160" title="A List Apart" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-5.12.07-PM.png" alt="A List Apart" width="450" height="276" /></a><p class="wp-caption-text">A List Apart</p></div>
<div id="attachment_159" class="wp-caption alignleft" style="width: 460px"><a href="http://www.builtbybuffalo.com/"><img class="size-full wp-image-159" title="Buffalo" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-5.11.43-PM.png" alt="Buffalo" width="450" height="276" /></a><p class="wp-caption-text">Buffalo</p></div>
<div id="attachment_158" class="wp-caption alignleft" style="width: 460px"><a href="http://silnt.com/v4/"><img class="size-full wp-image-158" title="Design by Silnt" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-5.11.28-PM.png" alt="Design by Silnt" width="450" height="276" /></a><p class="wp-caption-text">Design by Silnt</p></div>
<div id="attachment_165" class="wp-caption alignleft" style="width: 460px"><a href="http://fullahead.org/index.php"><img class="size-full wp-image-165" title="FullAhead" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-10.50.21-PM.png" alt="FullAhead" width="450" height="276" /></a><p class="wp-caption-text">FullAhead</p></div>
<div id="attachment_164" class="wp-caption alignleft" style="width: 460px"><a href="http://www.viget.com/inspire/"><img class="size-full wp-image-164" title="Viget" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-10.49.50-PM.png" alt="Viget" width="450" height="276" /></a><p class="wp-caption-text">Viget</p></div>
<div id="attachment_163" class="wp-caption alignleft" style="width: 460px"><a href="http://thinkdesignblog.com/"><img class="size-full wp-image-163" title="thinkdesign" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-10.48.11-PM.png" alt="thinkdesign" width="450" height="276" /></a><p class="wp-caption-text">thinkdesign</p></div>
<div id="attachment_162" class="wp-caption alignleft" style="width: 460px"><a href="http://www.edmerritt.com/"><img class="size-full wp-image-162" title="Ed Merritt" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-5.14.25-PM.png" alt="Ed Merritt" width="450" height="276" /></a><p class="wp-caption-text">Ed Merritt</p></div>
<div id="attachment_157" class="wp-caption alignleft" style="width: 460px"><a href="http://themeshaper.com/"><img class="size-full wp-image-157" title="ThemeShaper" src="http://everythingisgray.com/wp-content/uploads/2010/02/Screen-shot-2010-01-31-at-5.10.57-PM.png" alt="ThemeShaper" width="450" height="276" /></a><p class="wp-caption-text">ThemeShaper</p></div>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2010/02/01/10-inspiring-websites/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webcomics</title>
		<link>http://everythingisgray.com/2009/12/16/webcomics/</link>
		<comments>http://everythingisgray.com/2009/12/16/webcomics/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 02:47:52 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[Art]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=154</guid>
		<description><![CDATA[I have a confession to make: I love webcomics. I&#8217;m quite the comics nerd in general, to be honest. It&#8217;s possible that recently completing the first sequential drawing class offered at my university rekindled this fascination, but who&#8217;s keeping track? If you&#8217;re interested in finding out who&#8217;s responsible for teaching me everything I know about [...]]]></description>
			<content:encoded><![CDATA[<p>I have a confession to make: I love webcomics. I&#8217;m quite the comics nerd in general, to be honest. It&#8217;s possible that recently completing the first sequential drawing class offered at my university rekindled this fascination, but who&#8217;s keeping track? If you&#8217;re interested in finding out who&#8217;s responsible for teaching me everything I know about the production of comics, visit my professor&#8217;s site <a href="http://www.elephanteater.com/">elephanteater.com</a>. I&#8217;ll have a few more samples from my comic posted in the portfolio section here shortly. Now back to webcomics, here are a few of my favoritesâ€¦</p>
<p><a href="http://xkcd.com/">xkcd</a><br />
<a href="http://americanelf.com/">American Elf</a><br />
<a href="http://leasticoulddo.com/">Least I Could Do</a><br />
<a href="http://lfgcomic.com/">Looking For Group</a><br />
<a href="http://toothpastefordinner.com/">Toothpaste for Dinner</a><br />
<a href="http://www.nataliedee.com/">NatalieDee</a><br />
<a href="http://questionablecontent.net/index.php">Questionable Content</a><br />
<a href="http://www.applegeeks.com/">AppleGeeks</a><br />
<a href="http://www.oglaf.com/">OGLAF</a> *Not safe for work*</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/12/16/webcomics/feed/</wfw:commentRss>
		<slash:comments>2</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>Life on Mars?</title>
		<link>http://everythingisgray.com/2009/09/04/life-on-mars/</link>
		<comments>http://everythingisgray.com/2009/09/04/life-on-mars/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 01:54:46 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=147</guid>
		<description><![CDATA[So it turns out life on Mars might actually be possible, thanks to an adorable little robot called Le Petit Prince. The robot, (which looks an awful lot like EVE from WALL-E), was designed to care for plants while searching for an environment with ample nutrients. The idea is to eventually produce enough oxygen on [...]]]></description>
			<content:encoded><![CDATA[<p>So it turns out life on Mars might actually be possible, thanks to an adorable little robot called <em><a href="http://www.treehugger.com/files/2009/08/robot-colonize-mars-plants.php">Le Petit Prince</a></em>. The robot, (which looks an awful lot like EVE from WALL-E), was designed to care for plants while searching for an environment with ample nutrients. The idea is to eventually produce enough oxygen on Mars to make it suitable for humans, but don&#8217;t plan on moving anytime soon, it&#8217;s just a concept.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/09/04/life-on-mars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iDeals iPhone app</title>
		<link>http://everythingisgray.com/2009/08/01/ideals-iphone-ap/</link>
		<comments>http://everythingisgray.com/2009/08/01/ideals-iphone-ap/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 20:43:21 +0000</pubDate>
		<dc:creator>James Barclay</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://everythingisgray.com/?p=141</guid>
		<description><![CDATA[So I had the pleasure of meeting the gentleman that develops the iDeals iPhone application a few days ago. iDeals was designed to provide an easy to use interface for tracking deals from Amazon, EB Games, Buy.com, Woot!, etc. The iDeals app pulls its information from DODTracker.com servers, but is far more enjoyable than visiting [...]]]></description>
			<content:encoded><![CDATA[<p>So I had the pleasure of meeting the gentleman that develops the <a href="http://fiveohfive.com/iDeals.html">iDeals</a> iPhone application a few days ago. iDeals was designed to provide an easy to use interface for tracking deals from Amazon, EB Games, Buy.com, Woot!, etc. The iDeals app pulls its information from <a href="http://www.dodtracker.com/">DODTracker.com</a> servers, but is far more enjoyable than visiting the site itself. Best of all it&#8217;s free, go download it.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingisgray.com/2009/08/01/ideals-iphone-ap/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</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! -->