<?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>Ruby and Cocoa</title>
	<atom:link href="http://rubycocoa.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubycocoa.wordpress.com</link>
	<description>A programming journey with RubyCocoa</description>
	<lastBuildDate>Wed, 07 Nov 2007 21:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rubycocoa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ruby and Cocoa</title>
		<link>http://rubycocoa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rubycocoa.wordpress.com/osd.xml" title="Ruby and Cocoa" />
	<atom:link rel='hub' href='http://rubycocoa.wordpress.com/?pushpress=hub'/>
		<item>
		<title>RubyCocoa MultipleNibTabView sample</title>
		<link>http://rubycocoa.wordpress.com/2007/11/07/rubycocoa-multiplenibtabview-sample/</link>
		<comments>http://rubycocoa.wordpress.com/2007/11/07/rubycocoa-multiplenibtabview-sample/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 21:44:47 +0000</pubDate>
		<dc:creator>acaro</dc:creator>
				<category><![CDATA[InterfaceBuilder]]></category>
		<category><![CDATA[RubyCocoa]]></category>

		<guid isPermaLink="false">http://rubycocoa.wordpress.com/2007/11/07/rubycocoa-multiplenibtabview-sample/</guid>
		<description><![CDATA[The example from the Apple Developer Tools often show interesting techniques that can be successfully used in real projects. One of those is the MultipleNibTabView example (available under /Developer/Examples/InterfaceBuilder/MultipleNibTabView) , showing how you how to build user interfaces in a more modular way. This is the official project description (ReadMe.rtf): This example application demonstrates how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubycocoa.wordpress.com&amp;blog=1370817&amp;post=5&amp;subd=rubycocoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rubycocoa.wordpress.com/2007/11/07/rubycocoa-multiplenibtabview-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5066e58ed8eb167b284f7c3d0481fe1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">acaro</media:title>
		</media:content>
	</item>
		<item>
		<title>Low-level Core Data Tutorial</title>
		<link>http://rubycocoa.wordpress.com/2007/08/15/low-level-core-data-tutorial/</link>
		<comments>http://rubycocoa.wordpress.com/2007/08/15/low-level-core-data-tutorial/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 20:12:11 +0000</pubDate>
		<dc:creator>acaro</dc:creator>
				<category><![CDATA[Core Data]]></category>
		<category><![CDATA[RubyCocoa]]></category>

		<guid isPermaLink="false">http://rubycocoa.wordpress.com/2007/08/15/low-level-core-data-tutorial/</guid>
		<description><![CDATA[As you all know, simple Core Data applications can be built without much coding thanks to XCode Data Modeler and Interface Builder and, for basic things, you seldom need to deal with Core Data API itself. Nevertheless, a Core Data API does exist that allows you to programmatically define your data model, and in some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubycocoa.wordpress.com&amp;blog=1370817&amp;post=4&amp;subd=rubycocoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rubycocoa.wordpress.com/2007/08/15/low-level-core-data-tutorial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5066e58ed8eb167b284f7c3d0481fe1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">acaro</media:title>
		</media:content>
	</item>
		<item>
		<title>Core Data Package Documents</title>
		<link>http://rubycocoa.wordpress.com/2007/07/19/core-data-package-documents/</link>
		<comments>http://rubycocoa.wordpress.com/2007/07/19/core-data-package-documents/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 12:25:39 +0000</pubDate>
		<dc:creator>acaro</dc:creator>
				<category><![CDATA[Core Data]]></category>
		<category><![CDATA[PersistentPackageDocument]]></category>

		<guid isPermaLink="false">http://rubycocoa.wordpress.com/2007/07/19/core-data-package-documents/</guid>
		<description><![CDATA[This post is a follow-up to <a href="http://acaro.wordpress.com/2007/07/09/packages-and-core-data-documents/">another post</a> I wrote on the very same subject. I am showing here the full implementation of a NSPersistentDocument based class that allows to use package documents embedding a Core Data store.

I short, what this post adds to the previous one is:
<ul>
<li> improved encapsulation;</li>
<li> NSDocumentController subclass to correctly handle the Recent Document menus;</li>
<li> fixed a problem with NSError handling, though still not doing any proper error management.</li>
</ul><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubycocoa.wordpress.com&amp;blog=1370817&amp;post=3&amp;subd=rubycocoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rubycocoa.wordpress.com/2007/07/19/core-data-package-documents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5066e58ed8eb167b284f7c3d0481fe1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">acaro</media:title>
		</media:content>
	</item>
		<item>
		<title>A way to start&#8230;</title>
		<link>http://rubycocoa.wordpress.com/2007/07/15/hello-world/</link>
		<comments>http://rubycocoa.wordpress.com/2007/07/15/hello-world/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 09:17:14 +0000</pubDate>
		<dc:creator>acaro</dc:creator>
				<category><![CDATA[resources]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[RubyCocoa is definitely a great way to build Cocoa apps. Here I will collect resources about RubyCocoa and tell my experiences using it. But first of all, I would like to point you to a few online resources about RubyCocoa that I find really useful: Homepage to the RubyCocoa Project The place to go when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rubycocoa.wordpress.com&amp;blog=1370817&amp;post=1&amp;subd=rubycocoa&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://rubycocoa.wordpress.com/2007/07/15/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5066e58ed8eb167b284f7c3d0481fe1f?s=96&#38;d=identicon" medium="image">
			<media:title type="html">acaro</media:title>
		</media:content>
	</item>
	</channel>
</rss>
