<?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: Zombies! RUN! (Managing Page Transitions In Backbone Apps)</title>
	<atom:link href="http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/</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: Vikram Pawar</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3234</link>
		<dc:creator>Vikram Pawar</dc:creator>
		<pubDate>Sun, 12 May 2013 18:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3234</guid>
		<description>Thanks dude. You&#039;re a life saver!</description>
		<content:encoded><![CDATA[<p>Thanks dude. You&#8217;re a life saver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3229</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 09 May 2013 16:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3229</guid>
		<description>Please use new Backbone.Events.listenTo instead of Backbone.Events.on</description>
		<content:encoded><![CDATA[<p>Please use new Backbone.Events.listenTo instead of Backbone.Events.on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vignesh Nandha Kumar</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3214</link>
		<dc:creator>Vignesh Nandha Kumar</dc:creator>
		<pubDate>Thu, 02 May 2013 07:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3214</guid>
		<description>Hi, isn&#039;t the problem we are trying to solve by adding the `onClose` callback already solved by `stopListening`, which is called automatically by Backbone during `view.remove`?</description>
		<content:encoded><![CDATA[<p>Hi, isn&#8217;t the problem we are trying to solve by adding the `onClose` callback already solved by `stopListening`, which is called automatically by Backbone during `view.remove`?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Kemp</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3092</link>
		<dc:creator>Joel Kemp</dc:creator>
		<pubDate>Fri, 01 Mar 2013 23:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3092</guid>
		<description>Bless your soul.</description>
		<content:encoded><![CDATA[<p>Bless your soul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m4cm3nz</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3091</link>
		<dc:creator>m4cm3nz</dc:creator>
		<pubDate>Fri, 01 Mar 2013 17:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3091</guid>
		<description>Great!! I really don&#039;t like the blog&#039;s logo and layout, but the content is awesome</description>
		<content:encoded><![CDATA[<p>Great!! I really don&#8217;t like the blog&#8217;s logo and layout, but the content is awesome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Young</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3090</link>
		<dc:creator>Neil Young</dc:creator>
		<pubDate>Fri, 01 Mar 2013 11:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3090</guid>
		<description>Thanks for the great code although I am finding using this kills the events in my views when using your app view as the events are setup on the element in the object and then added to the #mainContent div ?</description>
		<content:encoded><![CDATA[<p>Thanks for the great code although I am finding using this kills the events in my views when using your app view as the events are setup on the element in the object and then added to the #mainContent div ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jami</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3081</link>
		<dc:creator>jami</dc:creator>
		<pubDate>Mon, 25 Feb 2013 20:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3081</guid>
		<description>Thanks for such a comprehensive post. 

I had what I thought were zombies, but no, it was just that I was instantiating a view twice with the same event, and I only wanted it to fire for one of the instances. I solved it by taking the events out on instantiation and using Backbone&#039;s delegateEvents() function when I needed the event to be bound.</description>
		<content:encoded><![CDATA[<p>Thanks for such a comprehensive post. </p>
<p>I had what I thought were zombies, but no, it was just that I was instantiating a view twice with the same event, and I only wanted it to fire for one of the instances. I solved it by taking the events out on instantiation and using Backbone&#8217;s delegateEvents() function when I needed the event to be bound.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thalis Kalfigkopoulos</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3062</link>
		<dc:creator>Thalis Kalfigkopoulos</dc:creator>
		<pubDate>Mon, 18 Feb 2013 15:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3062</guid>
		<description>I may be mistaken, but shouldn&#039;t line 3 of the Appview definition be:

   this.showView = function(view) {...}

Instead of the shown:

   this.showView(view) {...}</description>
		<content:encoded><![CDATA[<p>I may be mistaken, but shouldn&#8217;t line 3 of the Appview definition be:</p>
<p>   this.showView = function(view) {&#8230;}</p>
<p>Instead of the shown:</p>
<p>   this.showView(view) {&#8230;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mitchell</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3036</link>
		<dc:creator>Michael Mitchell</dc:creator>
		<pubDate>Sun, 10 Feb 2013 21:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3036</guid>
		<description>You are awesome. Thank you for this.</description>
		<content:encoded><![CDATA[<p>You are awesome. Thank you for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2011/09/15/zombies-run-managing-page-transitions-in-backbone-apps/#comment-3025</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Wed, 06 Feb 2013 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=548#comment-3025</guid>
		<description>yes it does. i said that wrong in the article</description>
		<content:encoded><![CDATA[<p>yes it does. i said that wrong in the article</p>
]]></content:encoded>
	</item>
</channel>
</rss>
