<?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>stupendous.net &#187; cocoa</title>
	<atom:link href="http://www.stupendous.net/archives/tag/cocoa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stupendous.net</link>
	<description>ramblings of a caffeinated discombobulated mind</description>
	<lastBuildDate>Tue, 16 Mar 2010 22:30:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Peek at current project</title>
		<link>http://www.stupendous.net/archives/2009/01/18/peek-at-current-project/</link>
		<comments>http://www.stupendous.net/archives/2009/01/18/peek-at-current-project/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 02:54:13 +0000</pubDate>
		<dc:creator>chrome</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.stupendous.net/?p=260</guid>
		<description><![CDATA[I&#8217;ve been incubating a new IRC client for the past few months, as a way to learn cocoa and gain proficiency over the APIs. I thought I&#8217;d share a peek at a finished part of the application that I&#8217;m quite proud of; the connections preferences panel.

IRC is a pretty simple protocol, but there are a [...]]]></description>
		<wfw:commentRss>http://www.stupendous.net/archives/2009/01/18/peek-at-current-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cocoa Bindings &#8211; am I missing something?</title>
		<link>http://www.stupendous.net/archives/2009/01/14/cocoa-bindings-am-i-missing-something/</link>
		<comments>http://www.stupendous.net/archives/2009/01/14/cocoa-bindings-am-i-missing-something/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 10:24:49 +0000</pubDate>
		<dc:creator>chrome</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[objective-c]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.stupendous.net/?p=258</guid>
		<description><![CDATA[In the development of my IRC client, I have used Cocoa Bindings heavily to control my Preferences control panel. In short, I have a tree of classes &#8211; a class for an IRC Network (ModelNetwork), a class for an IRC Server (ModelServer) and a class for an IRC Channel (ModelChannel). 

I have an NSMutableArray holding [...]]]></description>
		<wfw:commentRss>http://www.stupendous.net/archives/2009/01/14/cocoa-bindings-am-i-missing-something/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSOutlineView Example</title>
		<link>http://www.stupendous.net/archives/2009/01/11/nsoutlineview-example/</link>
		<comments>http://www.stupendous.net/archives/2009/01/11/nsoutlineview-example/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 06:14:14 +0000</pubDate>
		<dc:creator>chrome</dc:creator>
				<category><![CDATA[Cocoa Programming]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://www.stupendous.net/?p=231</guid>
		<description><![CDATA[NSOutlineView can be a real bitch to work with. If you&#8217;re getting stuck, here&#8217;s a simple example that uses a tree of objects using an NSDictionary for the root object.

It needs some extra features to be truly useful, but you get the idea.


The main trick to this class is that we use the information within [...]]]></description>
		<wfw:commentRss>http://www.stupendous.net/archives/2009/01/11/nsoutlineview-example/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>IRC Client Framework for Cocoa</title>
		<link>http://www.stupendous.net/archives/2009/01/10/irc-client-framework-for-cocoa/</link>
		<comments>http://www.stupendous.net/archives/2009/01/10/irc-client-framework-for-cocoa/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 08:32:20 +0000</pubDate>
		<dc:creator>chrome</dc:creator>
				<category><![CDATA[Cocoa Programming]]></category>
		<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://www.stupendous.net/?p=229</guid>
		<description><![CDATA[As a part of my Cocoa learning safari, I wrote a Cocoa Framework for IRC client comms. Check it out.
]]></description>
		<wfw:commentRss>http://www.stupendous.net/archives/2009/01/10/irc-client-framework-for-cocoa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
