<?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: Managing Layouts And Nested Views With Backbone.Marionette</title>
	<atom:link href="http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/</link>
	<description>Better Than Yesterday</description>
	<lastBuildDate>Fri, 17 May 2013 03:30: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: ed</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-3064</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Tue, 19 Feb 2013 13:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-3064</guid>
		<description>Hi there - I&#039;ve been using compositeView to create nested views - a model + a collection. Is it possible to nest composite views inside each other? 

I have an composite view, &#039;catchup_videos&#039;, its itemView is a &#039;catchup_view&#039;. I want to make another composite view that re-uses the &#039;catchup_videos&#039; view as an Item. Basically to create 5 groups of &#039;catchup_videos&#039; - does anybody know where i can see an explanation of this...if its possible?</description>
		<content:encoded><![CDATA[<p>Hi there &#8211; I&#8217;ve been using compositeView to create nested views &#8211; a model + a collection. Is it possible to nest composite views inside each other? </p>
<p>I have an composite view, &#8216;catchup_videos&#8217;, its itemView is a &#8216;catchup_view&#8217;. I want to make another composite view that re-uses the &#8216;catchup_videos&#8217; view as an Item. Basically to create 5 groups of &#8216;catchup_videos&#8217; &#8211; does anybody know where i can see an explanation of this&#8230;if its possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-3047</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Wed, 13 Feb 2013 13:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-3047</guid>
		<description>I prefer the events so that my child view (the one going in to the region) doesn&#039;t have to know about the parent or anything else outside of itself. It keeps things more flexible, in my experience.</description>
		<content:encoded><![CDATA[<p>I prefer the events so that my child view (the one going in to the region) doesn&#8217;t have to know about the parent or anything else outside of itself. It keeps things more flexible, in my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel Birke</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-3044</link>
		<dc:creator>Gabriel Birke</dc:creator>
		<pubDate>Wed, 13 Feb 2013 08:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-3044</guid>
		<description>What&#039;s the best/common approach to show another view in a region when an event occurs in a view handler? I could either trigger an event in the event handler of the view (the triggered event will be handled by the layout) or insert the layout object as an option for the view. Any comments on the approaches?</description>
		<content:encoded><![CDATA[<p>What&#8217;s the best/common approach to show another view in a region when an event occurs in a view handler? I could either trigger an event in the event handler of the view (the triggered event will be handled by the layout) or insert the layout object as an option for the view. Any comments on the approaches?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjarni Thorisson</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-2843</link>
		<dc:creator>Bjarni Thorisson</dc:creator>
		<pubDate>Thu, 15 Nov 2012 12:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-2843</guid>
		<description>Could you expand a bit on what part of BBCloneMail is outdated?
Are there any techniques you are using there that should be replaced by other methods?
Things seem to be changing very fast in Marionette..
Thanks</description>
		<content:encoded><![CDATA[<p>Could you expand a bit on what part of BBCloneMail is outdated?<br />
Are there any techniques you are using there that should be replaced by other methods?<br />
Things seem to be changing very fast in Marionette..<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-2841</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Wed, 14 Nov 2012 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-2841</guid>
		<description>BBCloneMail changes on a regular basis - as new ideas, new features and new implementation details make their way in to Marionette. I also tend to use it as a playground for what the future of Marionette will bring. At this time, BBCloneMail is rather outdated, though.  I haven&#039;t had a chance to go back and clean up some of the things that I know are odd / not the way I want them.</description>
		<content:encoded><![CDATA[<p>BBCloneMail changes on a regular basis &#8211; as new ideas, new features and new implementation details make their way in to Marionette. I also tend to use it as a playground for what the future of Marionette will bring. At this time, BBCloneMail is rather outdated, though.  I haven&#8217;t had a chance to go back and clean up some of the things that I know are odd / not the way I want them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjarni Thorisson</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-2840</link>
		<dc:creator>Bjarni Thorisson</dc:creator>
		<pubDate>Wed, 14 Nov 2012 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-2840</guid>
		<description>Hi, thanks for super useful posts. Whenever your site comes up when googling for backbone answers I know it&#039;s a hit.

One question regarding this post: It seems the layout in bbclonemail has changed since you wrote this post. What are the reasons?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for super useful posts. Whenever your site comes up when googling for backbone answers I know it&#8217;s a hit.</p>
<p>One question regarding this post: It seems the layout in bbclonemail has changed since you wrote this post. What are the reasons?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-2475</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Tue, 22 May 2012 18:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-2475</guid>
		<description>oh... that&#039;s not right. it should work without having to show the layout first. i&#039;ve logged a bug for this in the github issues and will try to get to it (and others) soon.</description>
		<content:encoded><![CDATA[<p>oh&#8230; that&#8217;s not right. it should work without having to show the layout first. i&#8217;ve logged a bug for this in the github issues and will try to get to it (and others) soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Levy</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-2474</link>
		<dc:creator>Robert Levy</dc:creator>
		<pubDate>Tue, 22 May 2012 18:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-2474</guid>
		<description>yeah, the .render thing I understood and was documented so that&#039;s cool.  The .show order is what threw me off... I was trying to call .show on the layout regions before .showing the layout itself because I assumed this would yield the best performance - this doesn&#039;t work at all though.</description>
		<content:encoded><![CDATA[<p>yeah, the .render thing I understood and was documented so that&#8217;s cool.  The .show order is what threw me off&#8230; I was trying to call .show on the layout regions before .showing the layout itself because I assumed this would yield the best performance &#8211; this doesn&#8217;t work at all though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derick Bailey</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-2473</link>
		<dc:creator>Derick Bailey</dc:creator>
		<pubDate>Tue, 22 May 2012 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-2473</guid>
		<description>you have to call .render on the layout before the regions are available, at this point. that can be changed, though, and probably should be. the only caveat to changing it is that the view&#039;s `el` must be populated with the elements that the regions are looking for before you try to use the regions.</description>
		<content:encoded><![CDATA[<p>you have to call .render on the layout before the regions are available, at this point. that can be changed, though, and probably should be. the only caveat to changing it is that the view&#8217;s `el` must be populated with the elements that the regions are looking for before you try to use the regions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Levy</title>
		<link>http://lostechies.com/derickbailey/2012/03/22/managing-layouts-and-nested-views-with-backbone-marionette/#comment-2472</link>
		<dc:creator>Robert Levy</dc:creator>
		<pubDate>Mon, 21 May 2012 19:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/derickbailey/?p=855#comment-2472</guid>
		<description>i stumbled on this for quite a while... it seems that you have to show(layout) before layout.region.show(view), otherwise nothing appears.  by design?</description>
		<content:encoded><![CDATA[<p>i stumbled on this for quite a while&#8230; it seems that you have to show(layout) before layout.region.show(view), otherwise nothing appears.  by design?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
