<?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 for mxml.it</title>
	<atom:link href="http://www.mxml.it/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mxml.it</link>
	<description>avoid mickey mouse programming</description>
	<lastBuildDate>Tue, 05 Jul 2011 03:54:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Introduction to MVP for Flex by Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6586</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Tue, 05 Jul 2011 03:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6586</guid>
		<description>If you mean how multiple Presenters can coexist in your application the reply is quite easy, you need to define multiple &quot;triads&quot; and leave them to leave decoupled in the application.
The main file of your application will contain the instantiation of the components needed to let the user start to use your application and that&#039;s it.</description>
		<content:encoded><![CDATA[<p>If you mean how multiple Presenters can coexist in your application the reply is quite easy, you need to define multiple &#8220;triads&#8221; and leave them to leave decoupled in the application.<br />
The main file of your application will contain the instantiation of the components needed to let the user start to use your application and that&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to MVP for Flex by ahmed</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6580</link>
		<dc:creator>ahmed</dc:creator>
		<pubDate>Mon, 20 Jun 2011 19:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6580</guid>
		<description>could u please explain how one could use multiple controllers in an application.
thanks</description>
		<content:encoded><![CDATA[<p>could u please explain how one could use multiple controllers in an application.<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Longest common subsequence problem by Alessandro Bianco</title>
		<link>http://www.mxml.it/index.php/2011/06/04/longest-common-subsequence-problem/comment-page-1/#comment-6566</link>
		<dc:creator>Alessandro Bianco</dc:creator>
		<pubDate>Mon, 06 Jun 2011 12:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/?p=45#comment-6566</guid>
		<description>Nice work!
LCS is used, for example, to recognize mouse gestures like they did here http://www.bytearray.org/?p=91</description>
		<content:encoded><![CDATA[<p>Nice work!<br />
LCS is used, for example, to recognize mouse gestures like they did here <a href="http://www.bytearray.org/?p=91" rel="nofollow">http://www.bytearray.org/?p=91</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to MVP for Flex by Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6564</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Sun, 05 Jun 2011 19:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6564</guid>
		<description>So your suggestion is to &quot;add&quot; an interface to implement for the presenter and &quot;consume&quot; it from the view, right? If so I guess the result is to get only another abstraction level and I&#039;m not sure it makes the app more robust.
:)</description>
		<content:encoded><![CDATA[<p>So your suggestion is to &#8220;add&#8221; an interface to implement for the presenter and &#8220;consume&#8221; it from the view, right? If so I guess the result is to get only another abstraction level and I&#8217;m not sure it makes the app more robust. <img src='http://www.mxml.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to MVP for Flex by AAP</title>
		<link>http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/comment-page-1/#comment-6554</link>
		<dc:creator>AAP</dc:creator>
		<pubDate>Fri, 22 Apr 2011 16:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2008/09/09/introduction-to-mvp-for-flex/#comment-6554</guid>
		<description>The only thing I would change about the application is the coupling with UserView and UserViewPresenter.

1. Better to have IPresenter marker interface and UserViewPresenter implements IPresenter.
2. In UserView use IPresenter
3. From MM_Mvp.mxml pass in UserViewPresenter to 

All else is nicely explained. Thanks for that!</description>
		<content:encoded><![CDATA[<p>The only thing I would change about the application is the coupling with UserView and UserViewPresenter.</p>
<p>1. Better to have IPresenter marker interface and UserViewPresenter implements IPresenter.<br />
2. In UserView use IPresenter<br />
3. From MM_Mvp.mxml pass in UserViewPresenter to </p>
<p>All else is nicely explained. Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading Exif data with ActionScript 3.0 by Mike</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6552</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 15 Apr 2011 19:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6552</guid>
		<description>You should offer the source for DL (just the  necessary .as files).  It&#039;s unnecessarily confusing to package it with all that other stuff in a .app file.

-Also, Thanks for the Class!</description>
		<content:encoded><![CDATA[<p>You should offer the source for DL (just the  necessary .as files).  It&#8217;s unnecessarily confusing to package it with all that other stuff in a .app file.</p>
<p>-Also, Thanks for the Class!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading Exif data with ActionScript 3.0 by Giorgio Natili</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6540</link>
		<dc:creator>Giorgio Natili</dc:creator>
		<pubDate>Sun, 03 Apr 2011 10:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6540</guid>
		<description>The source is bundled with the AIR app, download it and then right click for the source.</description>
		<content:encoded><![CDATA[<p>The source is bundled with the AIR app, download it and then right click for the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading Exif data with ActionScript 3.0 by felix</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6523</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Tue, 15 Mar 2011 01:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6523</guid>
		<description>very cool! I don&#039;t see a link to the source code?</description>
		<content:encoded><![CDATA[<p>very cool! I don&#8217;t see a link to the source code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Abstract Factory pattern with Flex by Welmadopome</title>
		<link>http://www.mxml.it/index.php/2009/02/13/using-the-abstract-factory-pattern-with-flex/comment-page-1/#comment-6517</link>
		<dc:creator>Welmadopome</dc:creator>
		<pubDate>Fri, 11 Mar 2011 07:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2009/02/13/using-the-abstract-factory-pattern-with-flex/#comment-6517</guid>
		<description>Pretty good job. I just stumbled across your blog and wanted to say, I love browsing your blog posts. In any case, I will subscribe to your feed, I hope you write again!</description>
		<content:encoded><![CDATA[<p>Pretty good job. I just stumbled across your blog and wanted to say, I love browsing your blog posts. In any case, I will subscribe to your feed, I hope you write again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reading Exif data with ActionScript 3.0 by Gareth Shapiro</title>
		<link>http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/comment-page-1/#comment-6502</link>
		<dc:creator>Gareth Shapiro</dc:creator>
		<pubDate>Mon, 21 Feb 2011 10:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mxml.it/index.php/2010/01/04/reading-exif-data-with-actionscript-30/#comment-6502</guid>
		<description>Thank you for your library.  I am using it in an Air &#039;Photo Viewer&#039; application and it has helped me a lot.

Changes I have made are : 

Mainly streamlining so the class does not do work that I do not need.  For eg. load the thumbnail.  I only need MODEL and DATETIMEORIGINAL.

Changed 

stored[currentTag] = {};

to 

stored[currentTag] = processing;

so I can do 

__exif.getTagValue(	Exif.MODEL	).value

I discarded creating Naming as this prevented many object that were clogging up memory like HashItem.

rawData is also exposed in a public getter so I can use this to create my own thumb for the application.  No need to load the binary again as Exif has it.

This process happens over a few methods so I created some of my own properties so that Exif can carry them for me through this.

Finally I created a dispose() method to clean up as many things as possible from memory.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thank you for your library.  I am using it in an Air &#8216;Photo Viewer&#8217; application and it has helped me a lot.</p>
<p>Changes I have made are : </p>
<p>Mainly streamlining so the class does not do work that I do not need.  For eg. load the thumbnail.  I only need MODEL and DATETIMEORIGINAL.</p>
<p>Changed </p>
<p>stored[currentTag] = {};</p>
<p>to </p>
<p>stored[currentTag] = processing;</p>
<p>so I can do </p>
<p>__exif.getTagValue(	Exif.MODEL	).value</p>
<p>I discarded creating Naming as this prevented many object that were clogging up memory like HashItem.</p>
<p>rawData is also exposed in a public getter so I can use this to create my own thumb for the application.  No need to load the binary again as Exif has it.</p>
<p>This process happens over a few methods so I created some of my own properties so that Exif can carry them for me through this.</p>
<p>Finally I created a dispose() method to clean up as many things as possible from memory.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

