<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>We tell the machines what to make.</title>
	<atom:link href="http://designexmachina.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://designexmachina.wordpress.com</link>
	<description>For now...</description>
	<lastBuildDate>Sat, 08 Aug 2009 00:59:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='designexmachina.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>We tell the machines what to make.</title>
		<link>http://designexmachina.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://designexmachina.wordpress.com/osd.xml" title="We tell the machines what to make." />
	<atom:link rel='hub' href='http://designexmachina.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Simplest iPhone persistence</title>
		<link>http://designexmachina.wordpress.com/2009/08/08/simplest-iphone-persistence/</link>
		<comments>http://designexmachina.wordpress.com/2009/08/08/simplest-iphone-persistence/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 00:59:19 +0000</pubDate>
		<dc:creator>designexmachina</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://designexmachina.wordpress.com/?p=12</guid>
		<description><![CDATA[NSUserDefaults is ludicrously simple: //load defaults NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; //persist value [defaults setObject:@"felix" forKey:@"Username"]; //retrieve value [[NSUserDefaults standardUserDefaults] stringForKey:@"Username"]; Via: iphonedevhelp<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designexmachina.wordpress.com&amp;blog=8908975&amp;post=12&amp;subd=designexmachina&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>NSUserDefaults is ludicrously simple:</p>
<p><code><br />
//load defaults<br />
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];</p>
<p>//persist value<br />
[defaults setObject:@"felix" forKey:@"Username"];</p>
<p>//retrieve value<br />
[[NSUserDefaults standardUserDefaults] stringForKey:@"Username"];<br />
</code></p>
<p>Via: <a href="http://www.iphonedevhelp.com/2008/04/nsuserdefaults-how-i-love-thee.html">iphonedevhelp</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/designexmachina.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/designexmachina.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/designexmachina.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/designexmachina.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/designexmachina.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/designexmachina.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/designexmachina.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/designexmachina.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/designexmachina.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/designexmachina.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/designexmachina.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/designexmachina.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/designexmachina.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/designexmachina.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designexmachina.wordpress.com&amp;blog=8908975&amp;post=12&amp;subd=designexmachina&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://designexmachina.wordpress.com/2009/08/08/simplest-iphone-persistence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84be85b746c3726540747c203278a41a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">designexmachina</media:title>
		</media:content>
	</item>
		<item>
		<title>fix for &#8220;uninitialized constant ApplicationController&#8221;</title>
		<link>http://designexmachina.wordpress.com/2009/08/08/fix-for-uninitialized-constant-applicationcontroller/</link>
		<comments>http://designexmachina.wordpress.com/2009/08/08/fix-for-uninitialized-constant-applicationcontroller/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 00:11:29 +0000</pubDate>
		<dc:creator>designexmachina</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://designexmachina.wordpress.com/?p=4</guid>
		<description><![CDATA[Got this running a pre-Rails 2.3 example app: NameError (uninitialized constant ApplicationController): Fix was simple: rake rails:update From: hackido<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designexmachina.wordpress.com&amp;blog=8908975&amp;post=4&amp;subd=designexmachina&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Got this running a pre-Rails 2.3 example app:<br />
<code><br />
NameError (uninitialized constant ApplicationController):<br />
</code></p>
<p>Fix was simple:</p>
<p><code><br />
rake rails:update<br />
</code></p>
<p>From: <a href="http://www.hackido.com/2009/03/quick-tip-solve-uninitialized-constant.html">hackido</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/designexmachina.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/designexmachina.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/designexmachina.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/designexmachina.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/designexmachina.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/designexmachina.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/designexmachina.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/designexmachina.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/designexmachina.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/designexmachina.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/designexmachina.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/designexmachina.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/designexmachina.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/designexmachina.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designexmachina.wordpress.com&amp;blog=8908975&amp;post=4&amp;subd=designexmachina&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://designexmachina.wordpress.com/2009/08/08/fix-for-uninitialized-constant-applicationcontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84be85b746c3726540747c203278a41a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">designexmachina</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://designexmachina.wordpress.com/2009/08/07/hello-world/</link>
		<comments>http://designexmachina.wordpress.com/2009/08/07/hello-world/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 10:33:08 +0000</pubDate>
		<dc:creator>designexmachina</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello,<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designexmachina.wordpress.com&amp;blog=8908975&amp;post=1&amp;subd=designexmachina&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/designexmachina.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/designexmachina.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/designexmachina.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/designexmachina.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/designexmachina.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/designexmachina.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/designexmachina.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/designexmachina.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/designexmachina.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/designexmachina.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/designexmachina.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/designexmachina.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/designexmachina.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/designexmachina.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=designexmachina.wordpress.com&amp;blog=8908975&amp;post=1&amp;subd=designexmachina&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://designexmachina.wordpress.com/2009/08/07/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84be85b746c3726540747c203278a41a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">designexmachina</media:title>
		</media:content>
	</item>
	</channel>
</rss>
