<?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: References, Routing, And The Event Aggregator: Coordinating Views In Backbone.js</title>
	<atom:link href="http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/</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: Jesse</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-3201</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 25 Apr 2013 17:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-3201</guid>
		<description>I&#039;m curious... I am using RequireJS for my Backbone app. I could create an &#039;events&#039; module that extends Backone.Events, much like the example you have here using _.extend(). However, whichever module I choose to use this Event Aggregator with will need to be added as a RequireJS dependency. 


This is not a huge deal, only 2 strings, but considering Backbone is already a required dependency for all my views, models etc., what about just using Backbone.Events as the &#039;vent&#039;? That is assuming I am not extending the functionality at all.... This way I wouldn&#039;t need to create any additional dependencies or modules, and just use the Backbone.Events object right out of the box.


By the way, great site with tons of valuable info! Keep up the good work :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious&#8230; I am using RequireJS for my Backbone app. I could create an &#8216;events&#8217; module that extends Backone.Events, much like the example you have here using _.extend(). However, whichever module I choose to use this Event Aggregator with will need to be added as a RequireJS dependency. </p>
<p>This is not a huge deal, only 2 strings, but considering Backbone is already a required dependency for all my views, models etc., what about just using Backbone.Events as the &#8216;vent&#8217;? That is assuming I am not extending the functionality at all&#8230;. This way I wouldn&#8217;t need to create any additional dependencies or modules, and just use the Backbone.Events object right out of the box.</p>
<p>By the way, great site with tons of valuable info! Keep up the good work :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Colburn</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-3066</link>
		<dc:creator>Rob Colburn</dc:creator>
		<pubDate>Tue, 19 Feb 2013 19:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-3066</guid>
		<description>FYI: Looks like your syntax highlighter plugins are conflicting, and your getting black-text on black-background.

Looks like if you disable: /wp-content/plugins/pygment/css/inkpot.css

Then it will look alright.</description>
		<content:encoded><![CDATA[<p>FYI: Looks like your syntax highlighter plugins are conflicting, and your getting black-text on black-background.</p>
<p>Looks like if you disable: /wp-content/plugins/pygment/css/inkpot.css</p>
<p>Then it will look alright.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-3023</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Tue, 05 Feb 2013 01:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-3023</guid>
		<description>At this point, no. You should just use Backbone directly. When I wrote this almost a year and a half ago, it didn&#039;t provide that. :)</description>
		<content:encoded><![CDATA[<p>At this point, no. You should just use Backbone directly. When I wrote this almost a year and a half ago, it didn&#8217;t provide that. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eoin Kelly</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-3022</link>
		<dc:creator>Eoin Kelly</dc:creator>
		<pubDate>Mon, 04 Feb 2013 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-3022</guid>
		<description>The Backbone object mixes in events - is there any reason not to use it rather than the custom &#039;vent&#039; object you created here?</description>
		<content:encoded><![CDATA[<p>The Backbone object mixes in events &#8211; is there any reason not to use it rather than the custom &#8216;vent&#8217; object you created here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: no one</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-2942</link>
		<dc:creator>no one</dc:creator>
		<pubDate>Sat, 15 Dec 2012 15:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-2942</guid>
		<description>G-d forbid you ever link to a demo in any of your posts</description>
		<content:encoded><![CDATA[<p>G-d forbid you ever link to a demo in any of your posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josé tomás albornoz</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-2881</link>
		<dc:creator>josé tomás albornoz</dc:creator>
		<pubDate>Fri, 07 Dec 2012 08:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-2881</guid>
		<description>This post has helped me a lot. Thanks.</description>
		<content:encoded><![CDATA[<p>This post has helped me a lot. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bichara</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-2814</link>
		<dc:creator>Eric Bichara</dc:creator>
		<pubDate>Wed, 31 Oct 2012 15:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-2814</guid>
		<description>Great post thanks</description>
		<content:encoded><![CDATA[<p>Great post thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh Rathord</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-2654</link>
		<dc:creator>Suresh Rathord</dc:creator>
		<pubDate>Fri, 27 Jul 2012 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-2654</guid>
		<description>@johnml:disqus Meaning that, using a global variables under a namespace is fine. Thanks 




</description>
		<content:encoded><![CDATA[<p>@johnml:disqus Meaning that, using a global variables under a namespace is fine. Thanks </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-2653</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 27 Jul 2012 16:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-2653</guid>
		<description>It&#039;s recommended to namespace it to your app:


We use rt.app.events as a global event handler.  Everything under rt.app is an instance variable of some sort so it falls right inline with the structure of our application.  


Other than that as long as you keep global events properly named you should avoid any confusion as to what they do.</description>
		<content:encoded><![CDATA[<p>It&#8217;s recommended to namespace it to your app:</p>
<p>We use rt.app.events as a global event handler.  Everything under rt.app is an instance variable of some sort so it falls right inline with the structure of our application.  </p>
<p>Other than that as long as you keep global events properly named you should avoid any confusion as to what they do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh Rathord</title>
		<link>http://lostechies.com/derickbailey/2011/07/19/references-routing-and-the-event-aggregator-coordinating-views-in-backbone-js/#comment-2652</link>
		<dc:creator>Suresh Rathord</dc:creator>
		<pubDate>Fri, 27 Jul 2012 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=472#comment-2652</guid>
		<description>Hi,


I have a question a very basic one though and please correct me if I am wrong. Isn&#039;t vent object a global object ? And isn&#039;t having global variables considered wrong ?
</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a question a very basic one though and please correct me if I am wrong. Isn&#8217;t vent object a global object ? And isn&#8217;t having global variables considered wrong ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
