<?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>Cappuccino Casts &#187; atlas</title>
	<atom:link href="http://cappuccinocasts.com/tag/atlas/feed/" rel="self" type="application/rss+xml" />
	<link>http://cappuccinocasts.com</link>
	<description>Free Cappuccino Screencasts, with a cool accent</description>
	<lastBuildDate>Thu, 24 Jun 2010 19:05:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>#13 Loading views from a CIB using CPViewController and Atlas</title>
		<link>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/</link>
		<comments>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:36:33 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[cappuccinocasts]]></category>
		<category><![CDATA[atlas]]></category>
		<category><![CDATA[cib]]></category>
		<category><![CDATA[cpviewcontroller]]></category>

		<guid isPermaLink="false">http://cappuccinocasts.com/?p=166</guid>
		<description><![CDATA[In this episode, I&#8217;ll show you &#8211; in a single window application like iTunes or iPhoto &#8211; how you can load views from CIBs using a CPViewController (and Atlas).

Download .mov file (71.5 MB, 7:56)
Download .m4v file for iPod/iPhone (9.8 MB, 7:56)
This episode on Vimeo (HD quality)
Full episode source code

]]></description>
			<content:encoded><![CDATA[<p>In this episode, I&#8217;ll show you &#8211; in a single window application like iTunes or iPhoto &#8211; how you can load views from CIBs using a CPViewController (and Atlas).</p>
<ul>
<li><a onclick="javascript: pageTracker._trackPageview('link : ' + this.href);" href="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/013/013-loading-views-from-a-cib-using-cpviewcontroller-and-atlas-hd.mov">Download .mov file</a> (71.5 MB, 7:56)</li>
<li><a onclick="javascript: pageTracker._trackPageview('link : ' + this.href);" href="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/013/013-loading-views-from-a-cib-using-cpviewcontroller-and-atlas.m4v">Download .m4v file for iPod/iPhone</a> (9.8 MB, 7:56)</li>
<li><a href="http://www.vimeo.com/8948460">This episode on Vimeo (HD quality)</a></li>
<li><a href="http://github.com/suitmymind/cappuccinocasts-episodes/tree/master/013/">Full episode source code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cappuccinocasts.com/2010/01/25/13-loading-views-from-a-cib-using-cpviewcontroller-and-atlas/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
<enclosure url="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/013/013-loading-views-from-a-cib-using-cpviewcontroller-and-atlas.m4v" length="9787373" type="binary/octet-stream" />
<enclosure url="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/013/013-loading-views-from-a-cib-using-cpviewcontroller-and-atlas-hd.mov" length="71490343" type="video/quicktime" />
		</item>
		<item>
		<title>#12 Playing with Atlas (beta)</title>
		<link>http://cappuccinocasts.com/2009/11/17/12-playing-with-atlas-beta/</link>
		<comments>http://cappuccinocasts.com/2009/11/17/12-playing-with-atlas-beta/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 00:36:28 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[cappuccinocasts]]></category>
		<category><![CDATA[atlas]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://cappuccinocasts.com/?p=154</guid>
		<description><![CDATA[[update] : there is an error at 1:26 when I add a ScrollView then a CollectionView in it. In fact, there already is a ScrollView in the CollectionView, so you can simply skip the ScrollView. I&#8217;ve updated the code of the episode.
In this episode, I&#8217;ll try to show you the basics of Atlas (which is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>[update] :</strong> there is an error at 1:26 when I add a ScrollView then a CollectionView in it. In fact, there already is a ScrollView in the CollectionView, so you can simply skip the ScrollView. I&#8217;ve updated the code of the episode.</p>
<p>In this episode, I&#8217;ll try to show you the basics of <a href="http://280atlas.com">Atlas</a> (which is available as a public beta since yesterday). I will assume that you already watched <a href="http://cappuccinocasts.com/2009/05/11/8-cappuccino-and-ruby-on-rails-the-weblog-application-part-1/">episodes #8</a> and <a href="http://cappuccinocasts.com/2009/05/18/9-cappuccino-and-ruby-on-rails-the-weblog-application-part-2/">episode #9</a>, cause in this screencast, I&#8217;ll reuse part of the code that was written during those episodes. The small application written in this screencast is far from complete, but it will give you a taste of what you can do with Cappuccino and Atlas.</p>
<ul>
<li><a onclick="javascript: pageTracker._trackPageview('link : ' + this.href);" href="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/012/012-playing-with-atlas-hd.mov">Download .mov file</a> (55.6 MB, 6:24)</li>
<li><a onclick="javascript: pageTracker._trackPageview('link : ' + this.href);" href="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/012/012-playing-with-atlas.m4v">Download .m4v file for iPod/iPhone</a> (10.3 MB, 6:24)</li>
<li><a href="http://www.vimeo.com/7653904">This episode on Vimeo (HD quality)</a></li>
<li><a href="http://github.com/suitmymind/cappuccinocasts-episodes/tree/master/012/">Full episode source code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cappuccinocasts.com/2009/11/17/12-playing-with-atlas-beta/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
<enclosure url="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/012/012-playing-with-atlas.m4v" length="10338877" type="binary/octet-stream" />
<enclosure url="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/012/012-playing-with-atlas-hd.mov" length="55587923" type="video/quicktime" />
		</item>
	</channel>
</rss>
