<?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"
	>
<channel>
	<title>Comments for hubflanger.com | adventures in code</title>
	<atom:link href="http://hubflanger.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://hubflanger.com</link>
	<description>Peng's blog about Flash, Flex, Actionscript, RIA development and programming</description>
	<pubDate>Sat, 05 Jul 2008 09:40:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Building a Flash site using PureMVC by Pedro Araújo Developer &#187; Flash + Framework</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-131</link>
		<dc:creator>Pedro Araújo Developer &#187; Flash + Framework</dc:creator>
		<pubDate>Mon, 16 Jun 2008 22:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-131</guid>
		<description>[...] Achei um post com um exemplo implementado nesse framework, link: http://hubflanger.com/building-a-flash-site-using-puremvc/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Achei um post com um exemplo implementado nesse framework, link: <a href="http://hubflanger.com/building-a-flash-site-using-puremvc/" rel="nofollow">http://hubflanger.com/building-a-flash-site-using-puremvc/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Flash site using PureMVC by Tutorial &#124; Building a Flash site using PureMVC &#171; Flash Enabled Blog</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-129</link>
		<dc:creator>Tutorial &#124; Building a Flash site using PureMVC &#171; Flash Enabled Blog</dc:creator>
		<pubDate>Fri, 30 May 2008 20:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-129</guid>
		<description>[...] Read Tutorial and download support files     No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published) (required)url [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Read Tutorial and download support files     No Comments   Leave a Commenttrackback addressThere was an error with your comment, please try again. name (required)email (will not be published) (required)url [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Flash site using PureMVC by Peng</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-128</link>
		<dc:creator>Peng</dc:creator>
		<pubDate>Mon, 26 May 2008 19:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-128</guid>
		<description>Thanks, Peter. You are right. To follow best practice, the data model should be a value object and not a generic Object. The strict typing will allow the compiler to catch errors that it may otherwise not.</description>
		<content:encoded><![CDATA[<p>Thanks, Peter. You are right. To follow best practice, the data model should be a value object and not a generic Object. The strict typing will allow the compiler to catch errors that it may otherwise not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PureMVC Tutorials by MVC &#171; factornine weblog</title>
		<link>http://hubflanger.com/puremvc-tutorials/#comment-127</link>
		<dc:creator>MVC &#171; factornine weblog</dc:creator>
		<pubDate>Thu, 22 May 2008 10:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=36#comment-127</guid>
		<description>[...] There are various tutorials for Pure MVC see: hubflanger [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] There are various tutorials for Pure MVC see: hubflanger [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Flash site using PureMVC by Peter</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-126</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 21 May 2008 07:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-126</guid>
		<description>Good article, but I have one suggestion. I think the Proxy should have some proper functions to make his data accessible. Now every part that want to read his data has to get his untyped vo and work with that. 
I think the proxy should at least have a methods &#38; properties like: 
function get numSections():int;
function getSectionVO(id:int):SectionVO;

It would be even better if it had:
function get numSections():int;
getSectionContent(id:int):XMLList) 
function get numButtons():int;
getButtonId(index:int):String
getLabel(id:int):String

When a proxy controls access you can change at any moment how the proxy gets that info. So this his makes it more flexible and easier to read.

Keep up the good work :)</description>
		<content:encoded><![CDATA[<p>Good article, but I have one suggestion. I think the Proxy should have some proper functions to make his data accessible. Now every part that want to read his data has to get his untyped vo and work with that.<br />
I think the proxy should at least have a methods &amp; properties like:<br />
function get numSections():int;<br />
function getSectionVO(id:int):SectionVO;</p>
<p>It would be even better if it had:<br />
function get numSections():int;<br />
getSectionContent(id:int):XMLList)<br />
function get numButtons():int;<br />
getButtonId(index:int):String<br />
getLabel(id:int):String</p>
<p>When a proxy controls access you can change at any moment how the proxy gets that info. So this his makes it more flexible and easier to read.</p>
<p>Keep up the good work <img src='http://hubflanger.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to compile an AS3 Project with FDT by Al</title>
		<link>http://hubflanger.com/how-to-compile-an-as3-project-with-fdt/#comment-86</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Sun, 04 May 2008 10:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=38#comment-86</guid>
		<description>Thank you so much!

I've been trying for days to get this to work with my existing Flex builders SDK directory (even with spaces removed).   FDT just falls apart for some reason.

Installing the separate SDK as per your tutorial is the key!!

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you so much!</p>
<p>I&#8217;ve been trying for days to get this to work with my existing Flex builders SDK directory (even with spaces removed).   FDT just falls apart for some reason.</p>
<p>Installing the separate SDK as per your tutorial is the key!!</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Flash site using PureMVC by Winton DeShong</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-78</link>
		<dc:creator>Winton DeShong</dc:creator>
		<pubDate>Fri, 02 May 2008 18:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-78</guid>
		<description>Thank you so much for your time and being so thorough. Keep it up!</description>
		<content:encoded><![CDATA[<p>Thank you so much for your time and being so thorough. Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Flash site using PureMVC by Winton DeShong</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-77</link>
		<dc:creator>Winton DeShong</dc:creator>
		<pubDate>Fri, 02 May 2008 18:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-77</guid>
		<description>Great overview! Thank you so much for your time and being so thorough.</description>
		<content:encoded><![CDATA[<p>Great overview! Thank you so much for your time and being so thorough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Flash site using PureMVC by Achim</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-76</link>
		<dc:creator>Achim</dc:creator>
		<pubDate>Fri, 02 May 2008 15:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-76</guid>
		<description>Hi

great article. Would it be possible to transform this example to AS2?
Or perhaps save the .fla files in Flash8-format, so someone else
can transform the whole project to AS2 using the AS2 port of PureMVC?

Thanx a lot for any information

Achim</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>great article. Would it be possible to transform this example to AS2?<br />
Or perhaps save the .fla files in Flash8-format, so someone else<br />
can transform the whole project to AS2 using the AS2 port of PureMVC?</p>
<p>Thanx a lot for any information</p>
<p>Achim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Flash site using PureMVC by Stefan Schmalhaus</title>
		<link>http://hubflanger.com/building-a-flash-site-using-puremvc/#comment-69</link>
		<dc:creator>Stefan Schmalhaus</dc:creator>
		<pubDate>Sun, 27 Apr 2008 13:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://hubflanger.com/?p=37#comment-69</guid>
		<description>This is the best "Getting Started" tutorial on PureMVC! Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This is the best &#8220;Getting Started&#8221; tutorial on PureMVC! Thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
