<?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>Roathe.com &#187; Code</title>
	<atom:link href="http://www.roathe.com/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.roathe.com</link>
	<description>Where the web comes to die...</description>
	<lastBuildDate>Fri, 13 Jan 2012 22:16:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OOP != classes, but may == DOD</title>
		<link>http://www.roathe.com/2010/03/oop-classes-but-may-dod/</link>
		<comments>http://www.roathe.com/2010/03/oop-classes-but-may-dod/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 19:52:53 +0000</pubDate>
		<dc:creator>Lane Roathe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.roathe.com/?p=201</guid>
		<description><![CDATA[<br/>Think about how the system will use your data, and design your objects so that their data is optimized for highest performance. Then code your OOP design in whichever language is best for the task.]]></description>
		<wfw:commentRss>http://www.roathe.com/2010/03/oop-classes-but-may-dod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google code repo</title>
		<link>http://www.roathe.com/2009/12/google-code-repo/</link>
		<comments>http://www.roathe.com/2009/12/google-code-repo/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 06:23:47 +0000</pubDate>
		<dc:creator>Lane Roathe</dc:creator>
				<category><![CDATA[Apple //]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[iPhone / iOS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.roathe.com/2009/12/google-code-repo/</guid>
		<description><![CDATA[<br/>I created a svn repository on google&#8217;s code hosting for all of my misc. open source efforts that do not...]]></description>
		<wfw:commentRss>http://www.roathe.com/2009/12/google-code-repo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to background load and cache UIImageViews images</title>
		<link>http://www.roathe.com/2009/12/how-to-background-load-and-cache-uiimageviews-images/</link>
		<comments>http://www.roathe.com/2009/12/how-to-background-load-and-cache-uiimageviews-images/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 10:01:50 +0000</pubDate>
		<dc:creator>Lane Roathe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iPhone / iOS]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Objective]]></category>
		<category><![CDATA[UIImage]]></category>
		<category><![CDATA[UIImageView]]></category>

		<guid isPermaLink="false">http://www.roathe.com/?p=179</guid>
		<description><![CDATA[<br/>It&#8217;s often the case that the apps I am working on are required to download quite a couple, or even...]]></description>
		<wfw:commentRss>http://www.roathe.com/2009/12/how-to-background-load-and-cache-uiimageviews-images/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Using Handles to Improve Memory Use</title>
		<link>http://www.roathe.com/2009/09/using-handles-to-improve-memory-use/</link>
		<comments>http://www.roathe.com/2009/09/using-handles-to-improve-memory-use/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 09:54:48 +0000</pubDate>
		<dc:creator>Lane Roathe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Hints]]></category>
		<category><![CDATA[iPhone / iOS]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[Rant]]></category>
		<category><![CDATA[resource]]></category>

		<guid isPermaLink="false">http://www.roathe.com/?p=89</guid>
		<description><![CDATA[<br/>Handles have a bad rap, but they provide a lot of benefits, esp. on limited resource devices like phones and mobile game platforms.]]></description>
		<wfw:commentRss>http://www.roathe.com/2009/09/using-handles-to-improve-memory-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick fix for TableViewCellSubviews sample project</title>
		<link>http://www.roathe.com/2009/06/quick-fix-for/</link>
		<comments>http://www.roathe.com/2009/06/quick-fix-for/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:29:12 +0000</pubDate>
		<dc:creator>Lane Roathe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone / iOS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Sample]]></category>

		<guid isPermaLink="false">http://www.roathe.com/?p=16</guid>
		<description><![CDATA[<br/>Here is a fix to allow Apple's TableViewCellSubviews sample code to run after being built.]]></description>
		<wfw:commentRss>http://www.roathe.com/2009/06/quick-fix-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

