<?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>Redrooffs &#187; Programming</title>
	<atom:link href="http://www.redrooffs.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redrooffs.com</link>
	<description>Interaction design, wine, Cocoa, Vancouver, and other observations</description>
	<lastBuildDate>Sat, 24 Jul 2010 01:16:55 +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>Cocoa Week 2: Conversion Methods and Data</title>
		<link>http://www.redrooffs.com/2006/08/22/cocoa-week-2-conversion-methods-and-data/</link>
		<comments>http://www.redrooffs.com/2006/08/22/cocoa-week-2-conversion-methods-and-data/#comments</comments>
		<pubDate>Tue, 22 Aug 2006 05:56:10 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.redrooffs.com/2006/08/22/cocoa-week-2-conversion-methods-and-data/</guid>
		<description><![CDATA[Day 6: More work on the ChromaBank class. I was pondering how best to handle data for the conversion methods. I realized that, looking forward to when I get to a patch librarian and, later, an editor, this class should be able to store patch bank data in different formats simultaneously: for example, Syntech sysex; [...]]]></description>
		<wfw:commentRss>http://www.redrooffs.com/2006/08/22/cocoa-week-2-conversion-methods-and-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Real Progress on Cocoa</title>
		<link>http://www.redrooffs.com/2006/08/13/real-progress-on-cocoa/</link>
		<comments>http://www.redrooffs.com/2006/08/13/real-progress-on-cocoa/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 16:38:43 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.redrooffs.com/2006/08/13/real-progress-on-cocoa/</guid>
		<description><![CDATA[After Steve Jobs&#8217; WWDC keynote I got itching to get going and leave the tutorials behind. After a while they become (for me) plodding and uninspiring, and I thought that I&#8217;d picked up enough to build something of my own. I decided that the keynote was Day 0 of my Cocoa work. So I started [...]]]></description>
		<wfw:commentRss>http://www.redrooffs.com/2006/08/13/real-progress-on-cocoa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSString memory allocation</title>
		<link>http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/</link>
		<comments>http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 20:32:23 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/</guid>
		<description><![CDATA[Working through Chapter 3 of Cocoa Programming for Mac OS X. Question: why can you do this NSString *temp = @"this is a string"; and you don&#8217;t have to do this: NSString *temp = [[NSString alloc] init]; temp = @"this is a string";]]></description>
		<wfw:commentRss>http://www.redrooffs.com/2006/06/24/nsstring-memory-allocation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
