<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments for Building Blocks</title>
	<atom:link href="http://joelhooks.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com</link>
	<description>[without unit tests] you&#039;re not refactoring; you&#039;re just changing shit. -Hamlet D&#039;Arcy</description>
	<lastBuildDate>Mon, 14 May 2012 21:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Flex Date and Time (datetime) Picker Control by Israel Marsilli</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-951</link>
		<dc:creator>Israel Marsilli</dc:creator>
		<pubDate>Mon, 14 May 2012 21:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-951</guid>
		<description>Ey Joel Hooks, I&#039;m sure that you&#039;re not good, you are the best!!!! Jajajaja Greetings and Thanks...</description>
		<content:encoded><![CDATA[<p>Ey Joel Hooks, I&#8217;m sure that you&#8217;re not good, you are the best!!!! Jajajaja Greetings and Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Introduction to Robotlegs AS3 Part 3: Services by Mutasem Barjawi</title>
		<link>http://joelhooks.com/2011/03/12/an-introduction-to-robotlegs-as3-part-3-services/comment-page-1/#comment-949</link>
		<dc:creator>Mutasem Barjawi</dc:creator>
		<pubDate>Wed, 02 May 2012 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=600#comment-949</guid>
		<description>In these tutorials, you used the following two methods for listening for events:

addViewListener
addContextListener

I was wondering whats the difference between those and the one used in your TwitterClient screencast:
eventMap.mapListener

Thanks</description>
		<content:encoded><![CDATA[<p>In these tutorials, you used the following two methods for listening for events:</p>
<p>addViewListener<br />
addContextListener</p>
<p>I was wondering whats the difference between those and the one used in your TwitterClient screencast:<br />
eventMap.mapListener</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Introduction to Robotlegs AS3 Part 3: Services by Mutasem Barjawi</title>
		<link>http://joelhooks.com/2011/03/12/an-introduction-to-robotlegs-as3-part-3-services/comment-page-1/#comment-948</link>
		<dc:creator>Mutasem Barjawi</dc:creator>
		<pubDate>Wed, 02 May 2012 20:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=600#comment-948</guid>
		<description>I think you shouldn&#039;t move the creation of new Tweet objects outside the loop... otherwise, you&#039;ll end up inserting the same object into all the Array cells... which means the same tweet will be repeated in the list.</description>
		<content:encoded><![CDATA[<p>I think you shouldn&#8217;t move the creation of new Tweet objects outside the loop&#8230; otherwise, you&#8217;ll end up inserting the same object into all the Array cells&#8230; which means the same tweet will be repeated in the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Robotlegs MVCS: Walkthrough of an AIR Twitter Client by C. Bewernitz</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-947</link>
		<dc:creator>C. Bewernitz</dc:creator>
		<pubDate>Wed, 02 May 2012 19:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-947</guid>
		<description>Of course there is. ;)
You could create a &quot;component&quot; combining some buttons and elements that are used together, that dispatch certain events or offer a certain API for a Mediator.

Or you could handle it with a different structure: have a look at &quot;Presentation Patterns&quot; as e.g. described here: http://blogs.adobe.com/paulw/archives/2007/09/presentation_pa.html

But you should be aware that, what I know of, robotloegs only brings MVCS as a &quot;reference implementation&quot; with it, which doesn&#039;t support e.g. &quot;Presentation Model&quot; as easy.

Hoping that answers your question,

karfau</description>
		<content:encoded><![CDATA[<p>Of course there is. <img src='http://joelhooks.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
You could create a &#8220;component&#8221; combining some buttons and elements that are used together, that dispatch certain events or offer a certain API for a Mediator.</p>
<p>Or you could handle it with a different structure: have a look at &#8220;Presentation Patterns&#8221; as e.g. described here: <a href="http://blogs.adobe.com/paulw/archives/2007/09/presentation_pa.html" rel="nofollow">http://blogs.adobe.com/paulw/archives/2007/09/presentation_pa.html</a></p>
<p>But you should be aware that, what I know of, robotloegs only brings MVCS as a &#8220;reference implementation&#8221; with it, which doesn&#8217;t support e.g. &#8220;Presentation Model&#8221; as easy.</p>
<p>Hoping that answers your question,</p>
<p>karfau</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Robotlegs MVCS: Walkthrough of an AIR Twitter Client by Mutasem Barjawi</title>
		<link>http://joelhooks.com/2009/11/11/a-walkthrough-of-an-air-twitter-client-using-robotlegs-mvcs/comment-page-1/#comment-946</link>
		<dc:creator>Mutasem Barjawi</dc:creator>
		<pubDate>Wed, 02 May 2012 19:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=349#comment-946</guid>
		<description>Thank you so much for this useful screencast.

I see that you create a view/mediator for everything... things as small as buttons... when working on a large scale project, a single view could have tens of these small view/mediators. Is there a different way of handling these things?

Thanks</description>
		<content:encoded><![CDATA[<p>Thank you so much for this useful screencast.</p>
<p>I see that you create a view/mediator for everything&#8230; things as small as buttons&#8230; when working on a large scale project, a single view could have tens of these small view/mediators. Is there a different way of handling these things?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Robotlegs Book: ActionScript Developer’s Guide to Robotlegs by Anna</title>
		<link>http://joelhooks.com/2011/07/16/robotlegs-book-actionscript-developer%e2%80%99s-guide-to-robotlegs/comment-page-1/#comment-944</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Tue, 24 Apr 2012 13:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=613#comment-944</guid>
		<description>Nice book! Do you have a tutorial about separating view-logic from the mediator. I saw it in the book and want to try it out, but I really don&#039;t know were to start :X.</description>
		<content:encoded><![CDATA[<p>Nice book! Do you have a tutorial about separating view-logic from the mediator. I saw it in the book and want to try it out, but I really don&#8217;t know were to start :X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Date and Time (datetime) Picker Control by Gennadynikolaev</title>
		<link>http://joelhooks.com/2008/10/11/flex-date-and-time-datetime-picker-control/comment-page-1/#comment-941</link>
		<dc:creator>Gennadynikolaev</dc:creator>
		<pubDate>Fri, 30 Mar 2012 20:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=94#comment-941</guid>
		<description>Thanks!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Robotlegs Image Gallery Example using AS3-Signals and the Presentation Model by Hrithik Shah</title>
		<link>http://joelhooks.com/2010/01/16/robotlegs-image-gallery-example-using-as3-signals-and-the-presentation-model/comment-page-1/#comment-932</link>
		<dc:creator>Hrithik Shah</dc:creator>
		<pubDate>Wed, 07 Mar 2012 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=386#comment-932</guid>
		<description>Thanks for the great article it really helps me in understanding as3 signals. Finally mine search ends here. Thanks once again.

http://fungamingzone.com/  </description>
		<content:encoded><![CDATA[<p>Thanks for the great article it really helps me in understanding as3 signals. Finally mine search ends here. Thanks once again.</p>
<p><a href="http://fungamingzone.com/  " rel="nofollow">http://fungamingzone.com/  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Introduction to Robotlegs AS3 Part 1: Context and Mediators by Anna</title>
		<link>http://joelhooks.com/2011/03/12/an-introduction-to-robotlegs-as3-part-1-context-and-mediators/comment-page-1/#comment-928</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Fri, 02 Mar 2012 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=589#comment-928</guid>
		<description> I don&#039;t know if I understand correctly, but this is what I want: if I want to inject the MessageView in my mediator like this: [Injector]private var myMessageView:MessageView; .

I see it is possible like that, but are their some drawbacks?? 

</description>
		<content:encoded><![CDATA[<p> I don&#8217;t know if I understand correctly, but this is what I want: if I want to inject the MessageView in my mediator like this: [Injector]private var myMessageView:MessageView; .</p>
<p>I see it is possible like that, but are their some drawbacks??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on An Introduction to Robotlegs AS3 Part 1: Context and Mediators by Joel Hooks</title>
		<link>http://joelhooks.com/2011/03/12/an-introduction-to-robotlegs-as3-part-1-context-and-mediators/comment-page-1/#comment-926</link>
		<dc:creator>Joel Hooks</dc:creator>
		<pubDate>Thu, 01 Mar 2012 15:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=589#comment-926</guid>
		<description>Injections occur externally. The Injector has no access to private member variables. I know some folks that have done interesting byte code manipulations to make it possible, but with RL, that isn&#039;t the case. 
--
Joel
817.675.6031 m
@jhooks (https://twitter.com/#!/jhooks)
http://joelhooks.com</description>
		<content:encoded><![CDATA[<p>Injections occur externally. The Injector has no access to private member variables. I know some folks that have done interesting byte code manipulations to make it possible, but with RL, that isn&#8217;t the case.<br />
&#8211;<br />
Joel<br />
817.675.6031 m<br />
@jhooks (<a href="https://twitter.com/#!/jhooks" rel="nofollow">https://twitter.com/#!/jhooks</a>)<br />
<a href="http://joelhooks.com" rel="nofollow">http://joelhooks.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

