<?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>whump.com &#124; More Like This WebLog &#187; sproutcore</title>
	<atom:link href="http://www.whump.com/moreLikeThis/tag/sproutcore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whump.com/moreLikeThis</link>
	<description>Where is their vote?</description>
	<lastBuildDate>Mon, 28 Dec 2009 04:55:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Papercube</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2009%2F01%2F05%2Fpapercube%2F&#038;seed_title=Papercube</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2009%2F01%2F05%2Fpapercube%2F&#038;seed_title=Papercube#comments</comments>
		<pubDate>Tue, 06 Jan 2009 05:40:29 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[spatial hypertext]]></category>
		<category><![CDATA[sproutcore]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2009/01/05/papercube/</guid>
		<description><![CDATA[I&#8217;m happy to see my friend and former coworker Peter Bergström getting some nice press for his work. He&#8217;s using the Sproutcore framework, SVG and Canvas. It&#8217;s a visualization of academic citation networks, extending on work he did as an undergraduate at UCSC, for his Masters thesis at Santa Clara University: Demo Movie and Demo [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to see my friend and former coworker Peter Bergström getting <a href="http://ajaxian.com/archives/who-needs-flash-having-fun-with-canvas-and-svg">some nice press for his work</a>. He&#8217;s using the Sproutcore framework, SVG and Canvas.</p>
<p>It&#8217;s a visualization of academic citation networks, extending on work he did as an undergraduate at UCSC, for his Masters thesis at Santa Clara University: <a href="http://peterbergstrom.com/papercube/nodegraph.mov">Demo Movie</a> and <a href="http://peterbergstrom.com/papercube/">Demo App</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2009%2F01%2F05%2Fpapercube%2F&#038;seed_title=Papercube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://peterbergstrom.com/papercube/nodegraph.mov" length="3187891" type="video/quicktime" />
		</item>
		<item>
		<title>Dispelling Some Confusion Over SproutCore</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F17%2Fdispelling-some-confusion-over-sproutcore%2F&#038;seed_title=Dispelling+Some+Confusion+Over+SproutCore</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F17%2Fdispelling-some-confusion-over-sproutcore%2F&#038;seed_title=Dispelling+Some+Confusion+Over+SproutCore#comments</comments>
		<pubDate>Tue, 17 Jun 2008 07:21:22 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sproutcore]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/?p=4129</guid>
		<description><![CDATA[While SproutCore uses Ruby to generate static HTML and JavaScript files, you are not tied to Ruby or Rails in production. SproutCore runs in the browser, your production system can use whatever backend you want, as long as it sends JSON to the browser. When I was using an early version of SproutCore to build [...]]]></description>
			<content:encoded><![CDATA[<p>While <a href="http://www.sproutcore.com/">SproutCore</a> uses Ruby to generate static HTML and JavaScript files, <em>you are not tied to Ruby or Rails in production</em>.</p>
<p>SproutCore runs in the browser, your production system can use whatever backend you want<del datetime="2008-06-17T18:08:46+00:00">, as long as it sends JSON to the browser</del>.</p>
<p>When I was using an early version of SproutCore to build .Mac Web Gallery last year, the backing system was a WebDAV server that produced JSON when asked. I&#8217;m pretty sure that WebObjects is the backend sending JSON to the calendar and address book applications demoed at last week&#8217;s WWDC.</p>
<p>The nice thing about the separation of browser logic from the backend is that you can build some static JSON fixtures you can serve from your local web server while you&#8217;re developing your application.</p>
<p><strong>ETA:</strong> <a href="http://www.sproutcore.com/2008/06/17/dispelling-some-confusion-about-sproutcore/">Charles Jolley reminds me</a> that you can consume XML as well as JSON, but JSON remains faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2008%2F06%2F17%2Fdispelling-some-confusion-over-sproutcore%2F&#038;seed_title=Dispelling+Some+Confusion+Over+SproutCore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SproutCore and Web Gallery</title>
		<link>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F08%2F07%2Fsproutcore-and-web-gallery%2F&#038;seed_title=SproutCore+and+Web+Gallery</link>
		<comments>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F08%2F07%2Fsproutcore-and-web-gallery%2F&#038;seed_title=SproutCore+and+Web+Gallery#comments</comments>
		<pubDate>Tue, 07 Aug 2007 21:33:49 +0000</pubDate>
		<dc:creator>Bill Humphries</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[sproutcore]]></category>

		<guid isPermaLink="false">http://www.whump.com/moreLikeThis/2007/08/07/sproutcore-and-web-gallery/</guid>
		<description><![CDATA[The .Mac Web Gallery announced this morning was our team&#8217;s secret project these past few months. To build this, we used a JavaScript MVC framework, SproutCore, that Charles Jolley, another member of our team, started before coming to Apple. And yes, I know I&#8217;m contributing to the proliferation of cat photos on the Web. One [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.apple.com/dotmac/webgallery.html">.Mac Web Gallery</a> announced this morning was our team&#8217;s secret project these past few months. To build this, we used a JavaScript <abbr title="Model/View/Controller">MVC</abbr> framework, <a href="http://wiki.sproutit.com/core/">SproutCore</a>, that Charles Jolley, another member of our team, started before coming to Apple.</p>
<p>And yes, I know I&#8217;m contributing to <a href="http://gallery.mac.com/whump#100023&amp;bgcolor=black">the proliferation of cat photos on the Web</a>.</p>
<p>One more thing: the <a href="http://gallery.mac.com/whump?webdav-method=truthget" title="It's valid, with some warnings.">Gallery provides feeds in Atom</a>.</p>
<p><strong>8 August 2007 ETA:</strong> Charles launched <a href="http://www.sproutcore.com/">the official SproutCore site</a> this evening. And woah, a link from <a href="http://daringfireball.net/">Daring Fireball</a> can spike one&#8217;s traffic, and hopefully create a bunch of users and contributors for the framework.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whump.com/feeder/?FeederAction=clicked&#038;feed=Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.whump.com%2FmoreLikeThis%2F2007%2F08%2F07%2Fsproutcore-and-web-gallery%2F&#038;seed_title=SproutCore+and+Web+Gallery/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

