<?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>Aaron Gerdes</title>
	<atom:link href="http://www.aarongerdes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aarongerdes.com</link>
	<description>strategy, design, and technology to stand out and win business</description>
	<lastBuildDate>Tue, 04 May 2010 23:46:46 +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>Defensive Design: Gmail&#8217;s &#8220;Did you mean to attach files?&#8221;</title>
		<link>http://www.aarongerdes.com/uncategorized/defensive-design-gmails-did-you-mean-to-attach-files/</link>
		<comments>http://www.aarongerdes.com/uncategorized/defensive-design-gmails-did-you-mean-to-attach-files/#comments</comments>
		<pubDate>Tue, 04 May 2010 23:46:46 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/?p=292952327</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_292952328" class="wp-caption alignnone" style="width: 450px"><a href="http://www.aarongerdes.com/wp-content/uploads/2010/05/Screen-shot-2010-04-23-at-1.20.40-PM.png"><img class="size-medium wp-image-292952328" title="Defensive Design: Did you mean to attach files?" src="http://www.aarongerdes.com/wp-content/uploads/2010/05/Screen-shot-2010-04-23-at-1.20.40-PM-440x234.png" alt="Did you mean to attach files?" width="440" height="234" /></a><p class="wp-caption-text">Defensive Design: Did you mean to attach files?</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/uncategorized/defensive-design-gmails-did-you-mean-to-attach-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help getting started with Rails 3</title>
		<link>http://www.aarongerdes.com/development/help-getting-started-with-rails-3/</link>
		<comments>http://www.aarongerdes.com/development/help-getting-started-with-rails-3/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:53:14 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rails3]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/?p=292952323</guid>
		<description><![CDATA[Got started with Rails 3 today, with help from the brilliant Ben Wiseley. He referred me to the following script to help generate a test app and make sure it runs. If you&#8217;re getting started with Rails 3, check out this script by Kierian P: http://gist.github.com/293298 (link is to wiseleyb&#8217;s fork that worked for me [...]]]></description>
			<content:encoded><![CDATA[<p>Got started with Rails 3 today, with help from the brilliant <a href="http://www.workingwithrails.com/person/5804-ben-wiseley">Ben Wiseley</a>. He referred me to the following script to help generate a test app and make sure it runs.</p>
<p>If you&#8217;re getting started with Rails 3, check out this script by <a href="http://github.com/KieranP">Kierian P</a>: http://gist.github.com/293298 (link is to wiseleyb&#8217;s fork that worked for me on Mac)</p>
<p>After installing the following gems, it was up and running for me:</p>
<ul>
<li>sudo gem uninstall bundler</li>
<li>sudo gem install bundler &#8211;pre</li>
<li>sudo gem install i18n</li>
<li>sudo gem install tzinfo</li>
<li>sudo gem install memcache-client</li>
</ul>
<p>YMMV. Rails 3, here we come!</p>
<p>PS &#8211; Hint. It&#8217;s &#8220;script/rails server&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/development/help-getting-started-with-rails-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reminder: Back up your blog</title>
		<link>http://www.aarongerdes.com/regular/287776350/</link>
		<comments>http://www.aarongerdes.com/regular/287776350/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 08:00:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/287776350</guid>
		<description><![CDATA[Looks like the host of my blog lost a drive, and backing up was something I&#8217;d overlooked. Here&#8217;s to a fresh start. UPDATE: I was able to recover many of my previous posts, but lost all of your wonderful comments. Really hate to have only half the conversation here, but now I&#8217;ll be backing both [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like the host of my blog lost a drive, and backing up was something I&#8217;d overlooked. Here&#8217;s to a fresh start.</p>
<p><b>UPDATE: I was able to recover many of my previous posts, but lost all of your wonderful comments. Really hate to have only half the conversation here, but now I&#8217;ll be backing both comments and posts up.</b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/regular/287776350/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Google Wave was the right tool for the job</title>
		<link>http://www.aarongerdes.com/regular/287786047/</link>
		<comments>http://www.aarongerdes.com/regular/287786047/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 19:11:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[regular]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/287786047</guid>
		<description><![CDATA[I had my first useful experience with Google Wave recently. A team of five people needed to collectively find a solution that fit our disparate interests. IM wasn’t going to work with this many people. Group chat would make finding the log a pain and tracking the threads difficult. A wiki or forum didn’t move [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://aarongerdes.com/wp-content/uploads/2009/12/screenshot20091217at957.png"><img class="size-medium wp-image-292952319 alignnone" title="Google Wave" src="http://aarongerdes.com/wp-content/uploads/2009/12/screenshot20091217at957.png" alt="Google Wave" width="440" height="263" /></a></p>
<p>I had my first useful experience with Google Wave recently. A team of five people needed to collectively find a solution that fit our disparate interests. IM wasn’t going to work with this many people. Group chat would make finding the log a pain and tracking the threads difficult. A wiki or forum didn’t move fast enough when we had momentum.</p>
<p>Wave let us shift between real-time and asynchronous communication. Finding the information we created is as easy as finding something in Gmail. We could have threaded discussions and maintain a group-editable post with a summary.</p>
<p>Besides of having us all in one location with a whiteboard, Wave was a good option.</p>
<p>Wanted: A better way to think and communicate visually in Wave.</p>
<p>PS: Need a Wave invite? Direct message me on Twitter, I still have a few.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/regular/287786047/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex trace output broken in Snow Leopard?</title>
		<link>http://www.aarongerdes.com/regular/292486808/</link>
		<comments>http://www.aarongerdes.com/regular/292486808/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 04:37:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[10.6]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/292486808</guid>
		<description><![CDATA[Like me, you probably forgot that to get trace output, you need to be using a debug-version of the Flash player. Snow Leopard overwrites whatever Flash player you had installed with an older, non-debug version.You can get the debug versions of players here.Forgot how you got all this setup in the first place? Here’s the [...]]]></description>
			<content:encoded><![CDATA[<p>Like me, you probably forgot that to get trace output, you need to be using a debug-version of the Flash player. Snow Leopard overwrites whatever Flash player you had installed with an older, non-debug version.<br/><br/><a href="http://www.adobe.com/support/flashplayer/downloads.html">You can get the debug versions of players here.</a><br/><br/>Forgot how you got all this setup in the first place? <a href="http://livedocs.adobe.com/flex/3/html/help.html?content=logging_07.html">Here’s the Flex docs.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/regular/292486808/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is GNAX &amp; NetDepot customer service like?</title>
		<link>http://www.aarongerdes.com/regular/292933673/</link>
		<comments>http://www.aarongerdes.com/regular/292933673/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 22:31:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/292933673</guid>
		<description><![CDATA[Here’s a glimpse. I had only submitted one ticket mentioning there was connectivity trouble.There’s an example of how not to respond when your customer’s connections are down.]]></description>
			<content:encoded><![CDATA[<p>Here’s a glimpse. I had only submitted one ticket mentioning there was connectivity trouble.<br/><br/><img src="http://img215.imageshack.us/img215/3523/picture6ufk.png" alt=""/><br/><br/>There’s an example of how not to respond when your customer’s connections are down.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/regular/292933673/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML vs XHTML vs HTML 5: What on earth is going on?</title>
		<link>http://www.aarongerdes.com/regular/292937714/</link>
		<comments>http://www.aarongerdes.com/regular/292937714/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:18:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[webapp]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/292937714</guid>
		<description><![CDATA[If you’re confused about the recent news that the XHTML working group is shutting down at the end of the year, take a look at this explanation from Brad Colbow at Smashing Magazine.By far the best explanation I’ve read. And the most calm by far!]]></description>
			<content:encoded><![CDATA[<p>If you’re confused about <a href="http://www.zeldman.com/2009/07/02/xhtml-wtf/">the recent news that the XHTML working group is shutting down at the end of the year</a>, take a look at <a href="http://www.smashingmagazine.com/2009/07/29/misunderstanding-markup-xhtml-2-comic-strip/">this explanation from Brad Colbow at Smashing Magazine</a>.<br/><br/>By far the best explanation I’ve read. And the most calm by far!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/regular/292937714/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems running big_sitemap Rails gem with Sphinx</title>
		<link>http://www.aarongerdes.com/regular/292518253/</link>
		<comments>http://www.aarongerdes.com/regular/292518253/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 09:24:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[big_sitemap]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/292518253</guid>
		<description><![CDATA[Seems like there’s a problem running the big_sitemap Rails gem with Sphinx. I noticed I could still create files via console though, using the code from the example rake tasks. The amazing Ben Wiseley confirmed that it worked via script/runner, too.So if you’re struggling to get big_sitemap working as a rake task, considering putting it [...]]]></description>
			<content:encoded><![CDATA[<p>Seems like there’s a problem running the <a href="http://github.com/alexrabarts/big_sitemap/issues">big_sitemap</a> Rails gem with Sphinx. I noticed I could still create files via console though, using the code from the example rake tasks. The amazing <a href="http://www.twitter.com/wiseleyb">Ben Wiseley</a> confirmed that it worked via script/runner, too.<br/><br/>So if you’re struggling to get big_sitemap working as a rake task, considering putting it on a cron and running it via script/runner. That’s our plan.<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/regular/292518253/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.aarongerdes.com/quote/292442693/</link>
		<comments>http://www.aarongerdes.com/quote/292442693/#comments</comments>
		<pubDate>Mon, 11 May 2009 11:40:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[quote]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[entrepaneur]]></category>
		<category><![CDATA[lyrics]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/292442693</guid>
		<description><![CDATA[Well you’re in your little room and you’re working on something good but if it’s really good you’re gonna need a bigger room and when you’re in the bigger room you might not know what to do you might have to think of how you got started sitting in your little room The White Stripes]]></description>
			<content:encoded><![CDATA[<blockquote><p>Well you’re in your little room<br/><br />
and you’re working on something good<br/><br />
but if it’s really good<br/><br />
you’re gonna need a bigger room<br/><br />
and when you’re in the bigger room<br/><br />
you might not know what to do<br/><br />
you might have to think of<br/><br />
how you got started <br/><br />
sitting in your little room</p></blockquote>
<p>		The White Stripes</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/quote/292442693/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello new SXSW friends!</title>
		<link>http://www.aarongerdes.com/regular/292516120/</link>
		<comments>http://www.aarongerdes.com/regular/292516120/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 23:16:00 +0000</pubDate>
		<dc:creator>Aaron Gerdes</dc:creator>
				<category><![CDATA[regular]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[sxsw]]></category>
		<category><![CDATA[sxswi]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.aarongerdes.com/post/292516120</guid>
		<description><![CDATA[Hi there! If you’re coming across this site in the next few days, you probably got a hold of one of my handmade business cards at South by Southwest Interactive.In case our meeting is fuzzy, here’s a recap: I’m Aaron Gerdes, and I lead a small web team based in Seattle. We design, build, and [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there! If you’re coming across this site in the next few days, you probably got a hold of one of my handmade business cards at <a href="http://www.sxsw.com/">South by Southwest Interactive</a>.<br/><br/>In case our meeting is fuzzy, here’s a recap: I’m Aaron Gerdes, and I lead a small web team based in Seattle. We design, build, and market user-centered web applications and tools. <a href="http://www.vibramfivefingers.com/">Also, I had a memorable pair of shoes</a>.<br/><br/>Lately, we’ve worked extensively in the online gaming market. It has been a blast getting to know a very tight industry and our great clients in it. Our work has taken us into the strategy, UX, and technology of video-on-demand, community building, and affiliate marketing.<br/><br/>You can reach me best at the conference via <a href="http://www.twitter.com/aarongerdes"><a href="http://www.twitter.com/aarongerdes">http://www.twitter.com/aarongerdes</a></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aarongerdes.com/regular/292516120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
