<?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; server</title>
	<atom:link href="http://cappuccinocasts.com/tag/server/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>#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>
		<item>
		<title>#8 Cappuccino and Ruby on Rails : the Weblog application (part 1)</title>
		<link>http://cappuccinocasts.com/2009/05/11/8-cappuccino-and-ruby-on-rails-the-weblog-application-part-1/</link>
		<comments>http://cappuccinocasts.com/2009/05/11/8-cappuccino-and-ruby-on-rails-the-weblog-application-part-1/#comments</comments>
		<pubDate>Mon, 11 May 2009 08:02:46 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[cappuccinocasts]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[intermediate]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://cappuccinocasts.com/?p=104</guid>
		<description><![CDATA[In the next 2 screencasts, I will show you how to create a simple Cappuccino application and connect it with the example Ruby on Rails Weblog application.
In this episode, I will build the Cappuccino interface. I&#8217;ll make the connections with the Rails application in the next episode.
Thanks to Ross and Francisco who kindly reviewed my [...]]]></description>
			<content:encoded><![CDATA[<p>In the next 2 screencasts, I will show you how to create a simple Cappuccino application and connect it with the example <a href="http://rubyonrails.org/screencasts">Ruby on Rails Weblog application</a>.</p>
<p>In this episode, I will build the Cappuccino interface. I&#8217;ll make the connections with the Rails application in the next episode.</p>
<p>Thanks to <a href="http://twitter.com/boucher">Ross</a> and <a href="http://twitter.com/tolmasky">Francisco</a> who kindly reviewed my code for your pleasure.</p>
<ul>
<li><a onclick="javascript: pageTracker._trackPageview('link : ' + this.href);" href="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/008/008_cappuccino_and_ruby_on_rails_the_weblog_application_part_1.mov">Download .mov file</a> (38.9 MB, 8:42)</li>
<li><a onclick="javascript: pageTracker._trackPageview('link : ' + this.href);" href="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/008/008_cappuccino_and_ruby_on_rails_the_weblog_application_part_1.m4v">Download .m4v file for iPod &amp; Apple TV</a> (15.6 MB, 8:42)</li>
<li><a href="http://vimeo.com/4581109">This episode on Vimeo (HD quality)</a></li>
<li><a href="http://github.com/suitmymind/cappuccinocasts-episodes/tree/master/008">Full episode source code</a></li>
</ul>
<p>Your comments are welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://cappuccinocasts.com/2009/05/11/8-cappuccino-and-ruby-on-rails-the-weblog-application-part-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
<enclosure url="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/008/008_cappuccino_and_ruby_on_rails_the_weblog_application_part_1.m4v" length="16338718" type="binary/octet-stream" />
<enclosure url="http://suitmymind.com.s3.amazonaws.com/screencasts/cappuccinocasts.com/008/008_cappuccino_and_ruby_on_rails_the_weblog_application_part_1.mov" length="40806407" type="video/quicktime" />
		</item>
	</channel>
</rss>
