<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: 3 Stages Of A Backbone Application&#8217;s Startup</title>
	<atom:link href="http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Mon, 20 May 2013 17:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Craft Blue</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2719</link>
		<dc:creator>Craft Blue</dc:creator>
		<pubDate>Thu, 23 Aug 2012 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2719</guid>
		<description>I know it&#039;s quite popular, but you might consider linking directly to the github project whenever you reference Marionette for the unfamiliar (or adding a one line explanation of what it does).


https://github.com/derickbailey/backbone.marionette</description>
		<content:encoded><![CDATA[<p>I know it&#8217;s quite popular, but you might consider linking directly to the github project whenever you reference Marionette for the unfamiliar (or adding a one line explanation of what it does).</p>
<p><a href="https://github.com/derickbailey/backbone.marionette" rel="nofollow">https://github.com/derickbailey/backbone.marionette</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2223</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Wed, 15 Feb 2012 07:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2223</guid>
		<description>Thanks! The problem I have mostly is that I dont have any backend. So I end up using various node.js tools trying to find something that suits for building and pre compressing only.    &quot;my backends&quot; are just http apis.</description>
		<content:encoded><![CDATA[<p>Thanks! The problem I have mostly is that I dont have any backend. So I end up using various node.js tools trying to find something that suits for building and pre compressing only.    &#8221;my backends&#8221; are just http apis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2221</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Tue, 14 Feb 2012 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2221</guid>
		<description>I have another post that covers file / folder organization: http://lostechies.com/derickbailey/2012/02/02/javascript-file-folder-structures-just-pick-one/

as for minify / compress - depends on the environment. in ASP.NET MVC, I&#039;m using SquishIt. In Rails apps, I&#039;d suggest the Asset Pipeline (or for Rails &lt; 3.1, the Jammit gem). In NodeJS, there are several minifiers available. RequireJS can do that with the addition of the R.js optimizer, too. It largely depends on what tools your using on the back-end, and whether you want to do a build step or a runtime compression. I don&#039;t think it makes much difference if it&#039;s build or runtime, though. just as long as your using one :)</description>
		<content:encoded><![CDATA[<p>I have another post that covers file / folder organization: http://lostechies.com/derickbailey/2012/02/02/javascript-file-folder-structures-just-pick-one/</p>
<p>as for minify / compress &#8211; depends on the environment. in ASP.NET MVC, I&#8217;m using SquishIt. In Rails apps, I&#8217;d suggest the Asset Pipeline (or for Rails &lt; 3.1, the Jammit gem). In NodeJS, there are several minifiers available. RequireJS can do that with the addition of the R.js optimizer, too. It largely depends on what tools your using on the back-end, and whether you want to do a build step or a runtime compression. I don&#039;t think it makes much difference if it&#039;s build or runtime, though. just as long as your using one :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2220</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Tue, 14 Feb 2012 15:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2220</guid>
		<description>Hi Derick

How do your organize your backbone apps into files and dirs?  Do you use and tool to build/compresss/minify  and/or serve your app with a dev server or anything like that?</description>
		<content:encoded><![CDATA[<p>Hi Derick</p>
<p>How do your organize your backbone apps into files and dirs?  Do you use and tool to build/compresss/minify  and/or serve your app with a dev server or anything like that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2198</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2198</guid>
		<description>I used it in some test scenarios when it was first being developed and really liked what i saw. I haven&#039;t had a chance to use it in a production app, though. But it does bring the best of backbone and knockout together, which is a good thing. I can&#039;t speak to it&#039;s scalability or performance, though.</description>
		<content:encoded><![CDATA[<p>I used it in some test scenarios when it was first being developed and really liked what i saw. I haven&#8217;t had a chance to use it in a production app, though. But it does bring the best of backbone and knockout together, which is a good thing. I can&#8217;t speak to it&#8217;s scalability or performance, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2197</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Tue, 07 Feb 2012 18:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2197</guid>
		<description>Sorry for going kinda off-topic...have you tried KnockbackJS (BackboneJS + KnockoutJS)? If so, what are your thoughts on it? I&#039;m about to give BackboneJS a try but am wondering if it&#039;s best to go straight to KnockbackJS. There are almost too many choices for JS frameworks/libraries! ;)</description>
		<content:encoded><![CDATA[<p>Sorry for going kinda off-topic&#8230;have you tried KnockbackJS (BackboneJS + KnockoutJS)? If so, what are your thoughts on it? I&#8217;m about to give BackboneJS a try but am wondering if it&#8217;s best to go straight to KnockbackJS. There are almost too many choices for JS frameworks/libraries! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2196</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Tue, 07 Feb 2012 04:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2196</guid>
		<description>yeah, that&#039;s what i did for the situation where i wrote the &quot;onReset&quot; code originally. it worked out really well. </description>
		<content:encoded><![CDATA[<p>yeah, that&#8217;s what i did for the situation where i wrote the &#8220;onReset&#8221; code originally. it worked out really well. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navy92f</title>
		<link>http://lostechies.com/derickbailey/2012/02/06/3-stages-of-a-backbone-applications-startup/#comment-2195</link>
		<dc:creator>Navy92f</dc:creator>
		<pubDate>Tue, 07 Feb 2012 03:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=803#comment-2195</guid>
		<description>thank you for you article.
is it right  that I &quot;.fetch&quot; my collection in the app init step,and i make a &quot;onReset&quot; call back in my contextual step? 
personById: function(id){  App.persons.onReset(function(collection){    var person = collection.get(id);    App.showPerson(person);  });}</description>
		<content:encoded><![CDATA[<p>thank you for you article.<br />
is it right  that I &#8220;.fetch&#8221; my collection in the app init step,and i make a &#8220;onReset&#8221; call back in my contextual step?<br />
personById: function(id){  App.persons.onReset(function(collection){    var person = collection.get(id);    App.showPerson(person);  });}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
