<?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 Mihai CORLAN</title>
	<atom:link href="http://corlan.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://corlan.org</link>
	<description>Flex, AIR and Rock&#38;Roll</description>
	<lastBuildDate>Thu, 11 Mar 2010 11:49:57 +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 Photoshop.com for Android and more by Andrei</title>
		<link>http://corlan.org/2010/03/05/photoshop-com-for-android-and-more/comment-page-1/#comment-9146</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1622#comment-9146</guid>
		<description>It&#039;s the latest technology. 
Its new features seem great!
Is it difficult to use?
You&#039;ve already installed it.
Congratulations... You lucky donkey!</description>
		<content:encoded><![CDATA[<p>It&#8217;s the latest technology.<br />
Its new features seem great!<br />
Is it difficult to use?<br />
You&#8217;ve already installed it.<br />
Congratulations&#8230; You lucky donkey!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fx Gallery &#8211; Drupal Module by Building an image module for Drupal : Despre Adobe Romania</title>
		<link>http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/comment-page-1/#comment-9145</link>
		<dc:creator>Building an image module for Drupal : Despre Adobe Romania</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/creating-drupal-modules-with-flex/fx-gallery-drupal-module/#comment-9145</guid>
		<description>[...] Codul modulului [...]</description>
		<content:encoded><![CDATA[<p>[...] Codul modulului [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Drupal modules with Flex by Building an image module for Drupal : Despre Adobe Romania</title>
		<link>http://corlan.org/creating-drupal-modules-with-flex/comment-page-1/#comment-9144</link>
		<dc:creator>Building an image module for Drupal : Despre Adobe Romania</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/creating-drupal-modules-with-flex/#comment-9144</guid>
		<description>[...] Un articol detaliat despre modul si cum a fost codat [...]</description>
		<content:encoded><![CDATA[<p>[...] Un articol detaliat despre modul si cum a fost codat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Praveen</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-2/#comment-9142</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Thu, 11 Mar 2010 05:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-9142</guid>
		<description>1) While creating Custom Components I didn&#039;t want to expose the (mxml)  controls directly in Code Hinting. So Add a property like &#039;accessor&#039; which accept &#039;public/private/internal&#039; as parameters. if its &#039;private&#039; hide that control from code hinting when object for custom component is created.

2)During Debugging add feature so that we can take the code execution backward. i.e if a method is from line 10 to line 20 and we are in line 18, add a functionality so that we can take the execution back to line 12(This feature is there in Visual Studio.Net)</description>
		<content:encoded><![CDATA[<p>1) While creating Custom Components I didn&#8217;t want to expose the (mxml)  controls directly in Code Hinting. So Add a property like &#8216;accessor&#8217; which accept &#8216;public/private/internal&#8217; as parameters. if its &#8216;private&#8217; hide that control from code hinting when object for custom component is created.</p>
<p>2)During Debugging add feature so that we can take the code execution backward. i.e if a method is from line 10 to line 20 and we are in line 18, add a functionality so that we can take the execution back to line 12(This feature is there in Visual Studio.Net)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working in Flash Builder 4 with Flex and PHP by Shonn Isitt</title>
		<link>http://corlan.org/2009/06/12/working-in-flash-builder-4-with-flex-and-php/comment-page-1/#comment-9134</link>
		<dc:creator>Shonn Isitt</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/06/12/working-in-flash-builder-4-with-flex-and-php/#comment-9134</guid>
		<description>Can you provide the PHP file with the database functions?</description>
		<content:encoded><![CDATA[<p>Can you provide the PHP file with the database functions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by KKC</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-2/#comment-9124</link>
		<dc:creator>KKC</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:46:17 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-9124</guid>
		<description>4 What features do you think Flash Builder needs in order to make you a happier/richer developer?

-- While creating custom component from the existing component, add override the protected methods option with generate constructor with super class option.  So that custom code fast and with that learners will know more.</description>
		<content:encoded><![CDATA[<p>4 What features do you think Flash Builder needs in order to make you a happier/richer developer?</p>
<p>&#8211; While creating custom component from the existing component, add override the protected methods option with generate constructor with super class option.  So that custom code fast and with that learners will know more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Sohil</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-9122</link>
		<dc:creator>Sohil</dc:creator>
		<pubDate>Wed, 10 Mar 2010 12:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-9122</guid>
		<description>1. Zend Framework integration!!
2. Profiler a little more easily usuable</description>
		<content:encoded><![CDATA[<p>1. Zend Framework integration!!<br />
2. Profiler a little more easily usuable</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex and PHP: remoting with Zend AMF by Zena</title>
		<link>http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/comment-page-3/#comment-9119</link>
		<dc:creator>Zena</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/#comment-9119</guid>
		<description>Thank you for your good tutorial.
It was a big help for a beginner like me.</description>
		<content:encoded><![CDATA[<p>Thank you for your good tutorial.<br />
It was a big help for a beginner like me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by cristi</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9115</link>
		<dc:creator>cristi</dc:creator>
		<pubDate>Wed, 10 Mar 2010 10:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9115</guid>
		<description>I would spend money on this slate. Because it has Flash support and this is not because I&#039;m a flash developer, but I&#039;m also an end user.

Having the Flash, Silverlight, Java, QuickTime, Windows Media and all other plugins in a browser for me as a end user makes the difference. 

I would like to be the one who enable or disable them.</description>
		<content:encoded><![CDATA[<p>I would spend money on this slate. Because it has Flash support and this is not because I&#8217;m a flash developer, but I&#8217;m also an end user.</p>
<p>Having the Flash, Silverlight, Java, QuickTime, Windows Media and all other plugins in a browser for me as a end user makes the difference. </p>
<p>I would like to be the one who enable or disable them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Mihai Corlan</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9104</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9104</guid>
		<description>@Charles

Let&#039;s be cool. Your last comment is just a diversion (you are moving the discussion from HP&#039;s device and the fact that it seems to be open, to a discussion about HTML5 killing Flash). To my knowledge, NO ONE came back from the future in order to know what will happen in the next half, 1, 2, or X years. We can speculate all day long about this if you want, but not here :). Maybe I can comment on these matters on your blog, and I promise I&#039;ll not hide my name and affiliation.

So, while no one KNOWS what the future will be, I know that HP&#039;s slate device is supporting plug-ins. And it seems with this device any user can see everything he usually sees on a desktop when browsing the Internet.

@all 

I apologize if this comment seems to be out of place. I don&#039;t want to see flames on my blog. I never had to delete comments so far, and I&#039;d hate to start doing this now...</description>
		<content:encoded><![CDATA[<p>@Charles</p>
<p>Let&#8217;s be cool. Your last comment is just a diversion (you are moving the discussion from HP&#8217;s device and the fact that it seems to be open, to a discussion about HTML5 killing Flash). To my knowledge, NO ONE came back from the future in order to know what will happen in the next half, 1, 2, or X years. We can speculate all day long about this if you want, but not here <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Maybe I can comment on these matters on your blog, and I promise I&#8217;ll not hide my name and affiliation.</p>
<p>So, while no one KNOWS what the future will be, I know that HP&#8217;s slate device is supporting plug-ins. And it seems with this device any user can see everything he usually sees on a desktop when browsing the Internet.</p>
<p>@all </p>
<p>I apologize if this comment seems to be out of place. I don&#8217;t want to see flames on my blog. I never had to delete comments so far, and I&#8217;d hate to start doing this now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Charles</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9101</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 09 Mar 2010 17:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9101</guid>
		<description>@Tudor. 5 to 10 years. Really? A nervous Adobe staff seems to indicate otherwise.</description>
		<content:encoded><![CDATA[<p>@Tudor. 5 to 10 years. Really? A nervous Adobe staff seems to indicate otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Tudor</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9100</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9100</guid>
		<description>@Charles the tomorrow you&#039;re talking about will come (and there&#039;s a big if there) 5 to 10 years from now. By then, all today&#039;s gadgets will be used as paperweights. 

If I buy a pad today, I want flash on it...</description>
		<content:encoded><![CDATA[<p>@Charles the tomorrow you&#8217;re talking about will come (and there&#8217;s a big if there) 5 to 10 years from now. By then, all today&#8217;s gadgets will be used as paperweights. </p>
<p>If I buy a pad today, I want flash on it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Mihai Corlan</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9098</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9098</guid>
		<description>I think one of the most appealing feature is the ability to install any application you want (this device runs Windows 7 and I don&#039;t think it will be locked).

Though some argue that the vast majority of the people out there are not geeks like us (and thus able to discern or want to install all sort of things) and can live with a device that limits your choices. I on the other hand believe that web is part of the future, and at least for now many interesting apps are delivered using browsers plug-ins.

I think there is another point of view when thinking about these devices and the way will be used. Many people will want to use the same software they are using on their desktops or laptops, or they will want to use the same web apps. I, for example, when I want to use Twitter, I&#039;ll always use TweetDeck. I don&#039;t see any reason for not having TweetDeck on a device like HP&#039;s slate...</description>
		<content:encoded><![CDATA[<p>I think one of the most appealing feature is the ability to install any application you want (this device runs Windows 7 and I don&#8217;t think it will be locked).</p>
<p>Though some argue that the vast majority of the people out there are not geeks like us (and thus able to discern or want to install all sort of things) and can live with a device that limits your choices. I on the other hand believe that web is part of the future, and at least for now many interesting apps are delivered using browsers plug-ins.</p>
<p>I think there is another point of view when thinking about these devices and the way will be used. Many people will want to use the same software they are using on their desktops or laptops, or they will want to use the same web apps. I, for example, when I want to use Twitter, I&#8217;ll always use TweetDeck. I don&#8217;t see any reason for not having TweetDeck on a device like HP&#8217;s slate&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by VeryVito</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9097</link>
		<dc:creator>VeryVito</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9097</guid>
		<description>As tablet PCs go, this one actually seems to recognize the fundamental difference between a laptop and a tablet -- the interface itself seems to be geared toward touching, rather than clicking. That said, I don&#039;t think the video really makes a strong case against the iPad (which, let&#039;s face it, it was designed to do): The apps shown -- Photoshop.com, Pandora, a photo manager (which actually doesn&#039;t seem as polished as iPhoto)-- already exist and perform quite well on the iPhone/iPad platform. 

So yes, although it&#039;s nice to see Flash on a handheld device... this is really just a PC, and price will be much more important than any other factor in determining whether the consumer adds it to their stable of capable computers.</description>
		<content:encoded><![CDATA[<p>As tablet PCs go, this one actually seems to recognize the fundamental difference between a laptop and a tablet &#8212; the interface itself seems to be geared toward touching, rather than clicking. That said, I don&#8217;t think the video really makes a strong case against the iPad (which, let&#8217;s face it, it was designed to do): The apps shown &#8212; Photoshop.com, Pandora, a photo manager (which actually doesn&#8217;t seem as polished as iPhoto)&#8211; already exist and perform quite well on the iPhone/iPad platform. </p>
<p>So yes, although it&#8217;s nice to see Flash on a handheld device&#8230; this is really just a PC, and price will be much more important than any other factor in determining whether the consumer adds it to their stable of capable computers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Mariush T.</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9096</link>
		<dc:creator>Mariush T.</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9096</guid>
		<description>I like this device. I think this device has tremendous advantage over iPad since it supports Flash Player and AIR.</description>
		<content:encoded><![CDATA[<p>I like this device. I think this device has tremendous advantage over iPad since it supports Flash Player and AIR.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Marko Simic</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9095</link>
		<dc:creator>Marko Simic</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9095</guid>
		<description>Is anything seen as an alternative for Flash on iPad/phone platform in foreseeable future? 
Everybody talking about impact of Apple&#039;s anti-Flash policy, but no one is offering an alternative technology. And that is what Flash/Flex should be afraid of. But, I heard that you are fearless breed :)</description>
		<content:encoded><![CDATA[<p>Is anything seen as an alternative for Flash on iPad/phone platform in foreseeable future?<br />
Everybody talking about impact of Apple&#8217;s anti-Flash policy, but no one is offering an alternative technology. And that is what Flash/Flex should be afraid of. But, I heard that you are fearless breed <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Charles</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9094</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9094</guid>
		<description>&quot;I think it’s much better suited for today’s web...&quot; This is correct. But what about tomorrow. People don&#039;t care about Flash; they care about the apps they love to use which are for now mostly developed in Flash. Should alternatives such as the iPhone/iPad apps replace those online Flash apps, then Flash on the tablet devices won&#039;t matter.

What we need to watch out for as Flex/Flash developers is that the iPhone is habit forming. Hence, it is capable of redefining the online space.

By convincing YouTube to develop iPhone friendly apps, Apple covered the vast majority of the web surfing public. The next few months will be interesting!</description>
		<content:encoded><![CDATA[<p>&#8220;I think it’s much better suited for today’s web&#8230;&#8221; This is correct. But what about tomorrow. People don&#8217;t care about Flash; they care about the apps they love to use which are for now mostly developed in Flash. Should alternatives such as the iPhone/iPad apps replace those online Flash apps, then Flash on the tablet devices won&#8217;t matter.</p>
<p>What we need to watch out for as Flex/Flash developers is that the iPhone is habit forming. Hence, it is capable of redefining the online space.</p>
<p>By convincing YouTube to develop iPhone friendly apps, Apple covered the vast majority of the web surfing public. The next few months will be interesting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Marko Simic</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9093</link>
		<dc:creator>Marko Simic</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9093</guid>
		<description>I need Slate too, but not for my wife but me :)
When my son and wife occupy desktop PC all I can do is to cheer from behind or visit my neighbor for coffee :) 
At least now I know what I am going to ask for birthday!</description>
		<content:encoded><![CDATA[<p>I need Slate too, but not for my wife but me <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
When my son and wife occupy desktop PC all I can do is to cheer from behind or visit my neighbor for coffee <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
At least now I know what I am going to ask for birthday!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A magical device for me: HP&#8217;s slate by Tudor</title>
		<link>http://corlan.org/2010/03/09/a-magical-device-for-me-hps-slate/comment-page-1/#comment-9092</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Tue, 09 Mar 2010 09:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1630#comment-9092</guid>
		<description>I think it&#039;s much better suited for today&#039;s web - where Flash holds supremacy when it comes to online video, RIAs and so on - than its Apple counterpart. 

But the price is also an issue. We should wait and see how much it costs.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s much better suited for today&#8217;s web &#8211; where Flash holds supremacy when it comes to online video, RIAs and so on &#8211; than its Apple counterpart. </p>
<p>But the price is also an issue. We should wait and see how much it costs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by creynders</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-9076</link>
		<dc:creator>creynders</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-9076</guid>
		<description>1/Eclipse, Flex Builder 3, FlashDevelop, Notepad++
2/demonster debugger, Charles Webproxy to view the server communication &amp; AMFPHP browser to test the amfphp service calls
3/amfphp
4/I&#039;ve only worked with FB3 so it could be I&#039;m mentioning stuff that&#039;s already been included with v4:
a. the help files could be a lot better
b. templates. The main reason why i&#039;m not using FB for AS3-only projects is because of it&#039;s lack of creating custom-made templates. In Flashdevelop I&#039;ve created templates for many patterns and/or frameworks and they save me hours.</description>
		<content:encoded><![CDATA[<p>1/Eclipse, Flex Builder 3, FlashDevelop, Notepad++<br />
2/demonster debugger, Charles Webproxy to view the server communication &amp; AMFPHP browser to test the amfphp service calls<br />
3/amfphp<br />
4/I&#8217;ve only worked with FB3 so it could be I&#8217;m mentioning stuff that&#8217;s already been included with v4:<br />
a. the help files could be a lot better<br />
b. templates. The main reason why i&#8217;m not using FB for AS3-only projects is because of it&#8217;s lack of creating custom-made templates. In Flashdevelop I&#8217;ve created templates for many patterns and/or frameworks and they save me hours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Antonio Mano</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-9067</link>
		<dc:creator>Antonio Mano</dc:creator>
		<pubDate>Sun, 07 Mar 2010 21:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-9067</guid>
		<description>1 - Eclipse, Adobe Flex Builder 3, Pspad.
2 - Only Flex debuger in eclipse.
3 - Only Zend Amf
4 - Portuguese documentation, examples with complete source of advanced applications and a way to view the interface for the Adobe Flex on Ubuntu.</description>
		<content:encoded><![CDATA[<p>1 &#8211; Eclipse, Adobe Flex Builder 3, Pspad.<br />
2 &#8211; Only Flex debuger in eclipse.<br />
3 &#8211; Only Zend Amf<br />
4 &#8211; Portuguese documentation, examples with complete source of advanced applications and a way to view the interface for the Adobe Flex on Ubuntu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building a Drupal module with Flex: Fx Gallery by Mihai Corlan</title>
		<link>http://corlan.org/2010/02/01/building-a-drupal-module-with-flex-fx-gallery/comment-page-1/#comment-9063</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Sun, 07 Mar 2010 18:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1546#comment-9063</guid>
		<description>@jon @Andrew

I will do this webinar again on March 10th, just register using the widget on the left sidebar. This time I will post the source code and the plugin.</description>
		<content:encoded><![CDATA[<p>@jon @Andrew</p>
<p>I will do this webinar again on March 10th, just register using the widget on the left sidebar. This time I will post the source code and the plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Kim Hansen</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-9045</link>
		<dc:creator>Kim Hansen</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-9045</guid>
		<description>&gt;What tools are you using?
FlashBuilder 4 beta, Eclipse

&gt;What do you use for debugging?
FlashBuilder, Service Capture

&gt;What frameworks (AMFPHP, Zend Framework, Doctrine etc) do you use when working on Flex and PHP projects?
Weborb, Blazeds, AMFPHP

&gt;And the most important question: What features do you think Flash Builder needs in order to make you a happier/richer developer?
 - More support for refactoring
 - Faster compilation
 - Better continous integration
 - Better support for unit testing</description>
		<content:encoded><![CDATA[<p>&gt;What tools are you using?<br />
FlashBuilder 4 beta, Eclipse</p>
<p>&gt;What do you use for debugging?<br />
FlashBuilder, Service Capture</p>
<p>&gt;What frameworks (AMFPHP, Zend Framework, Doctrine etc) do you use when working on Flex and PHP projects?<br />
Weborb, Blazeds, AMFPHP</p>
<p>&gt;And the most important question: What features do you think Flash Builder needs in order to make you a happier/richer developer?<br />
 &#8211; More support for refactoring<br />
 &#8211; Faster compilation<br />
 &#8211; Better continous integration<br />
 &#8211; Better support for unit testing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to easily and seamlessly update an AIR application by Diego</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/comment-page-1/#comment-9019</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Fri, 05 Mar 2010 19:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-9019</guid>
		<description>Hello Mihai...
Before all, Thanks for the article. 
I have a question related with updating adobe AIR applications. 
There are any way to execute a silent update of an application if i have the newer .air file.

I mean if it&#039;s posible having &quot;x&quot; application ver 1.0 installed, update this application from command line similar to the &quot;airappinstaller.exe -silent airAppVer2.0.air&quot; i recive &quot;failed due to bad configuration error&quot;.

thanks...</description>
		<content:encoded><![CDATA[<p>Hello Mihai&#8230;<br />
Before all, Thanks for the article.<br />
I have a question related with updating adobe AIR applications.<br />
There are any way to execute a silent update of an application if i have the newer .air file.</p>
<p>I mean if it&#8217;s posible having &#8220;x&#8221; application ver 1.0 installed, update this application from command line similar to the &#8220;airappinstaller.exe -silent airAppVer2.0.air&#8221; i recive &#8220;failed due to bad configuration error&#8221;.</p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photoshop.com for Android and more by Mihai Corlan</title>
		<link>http://corlan.org/2010/03/05/photoshop-com-for-android-and-more/comment-page-1/#comment-9015</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1622#comment-9015</guid>
		<description>@Daniele Lazzara

Nope, it isn&#039;t an AIR app!</description>
		<content:encoded><![CDATA[<p>@Daniele Lazzara</p>
<p>Nope, it isn&#8217;t an AIR app!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Photoshop.com for Android and more by Daniele Lazzara</title>
		<link>http://corlan.org/2010/03/05/photoshop-com-for-android-and-more/comment-page-1/#comment-9014</link>
		<dc:creator>Daniele Lazzara</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1622#comment-9014</guid>
		<description>hi mihai, is this actually an air application?
thank you
Daniele</description>
		<content:encoded><![CDATA[<p>hi mihai, is this actually an air application?<br />
thank you<br />
Daniele</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging a combined Java/Flex project by Sangita</title>
		<link>http://corlan.org/2008/06/06/debugging-a-combined-javaflex-project/comment-page-1/#comment-9008</link>
		<dc:creator>Sangita</dc:creator>
		<pubDate>Fri, 05 Mar 2010 08:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=20#comment-9008</guid>
		<description>I have an project of Flerry on Flas buider beta

In this I am actually using flerry and making connection between flex and java.

I wanted to debugg both flex and java together so how to do that</description>
		<content:encoded><![CDATA[<p>I have an project of Flerry on Flas buider beta</p>
<p>In this I am actually using flerry and making connection between flex and java.</p>
<p>I wanted to debugg both flex and java together so how to do that</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex per sviluppatori PHP by Flex per sviluppatori PHP &#124; Napolux.com</title>
		<link>http://corlan.org/flex-for-php-developers/flex-per-sviluppatori-php/comment-page-1/#comment-9002</link>
		<dc:creator>Flex per sviluppatori PHP &#124; Napolux.com</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?page_id=1574#comment-9002</guid>
		<description>[...] veloce per segnalarvi il bel lavoro di traduzione di ideogroup dell&#039;articolo Flex for PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] veloce per segnalarvi il bel lavoro di traduzione di ideogroup dell&#39;articolo Flex for PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Vjekoslav J.</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-9001</link>
		<dc:creator>Vjekoslav J.</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-9001</guid>
		<description>*  What tools are you using?
- Flash Builder 4 Beta (trial) + Zend Studio (only community features)

* What do you use for debugging?
- FirePHP and Zend debugger for PHP, trace :-)

* What frameworks do you use when working on Flex and PHP projects?
- Zend

* And the most important question: What features do you think Flash Builder needs in order to make you a happier/richer developer?
- better design support for data grid (eg. column widths)
- code behind by default (for separating AS from MXML)
- faster switching between design and code
- easier elements alignment and size manipulation

And the last (but not least :-)) it would be really nice to have a Linux version more like the one on Windows

Cheers!</description>
		<content:encoded><![CDATA[<p>*  What tools are you using?<br />
- Flash Builder 4 Beta (trial) + Zend Studio (only community features)</p>
<p>* What do you use for debugging?<br />
- FirePHP and Zend debugger for PHP, trace <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>* What frameworks do you use when working on Flex and PHP projects?<br />
- Zend</p>
<p>* And the most important question: What features do you think Flash Builder needs in order to make you a happier/richer developer?<br />
- better design support for data grid (eg. column widths)<br />
- code behind by default (for separating AS from MXML)<br />
- faster switching between design and code<br />
- easier elements alignment and size manipulation</p>
<p>And the last (but not least <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ) it would be really nice to have a Linux version more like the one on Windows</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Antonin Gagelin</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-8998</link>
		<dc:creator>Antonin Gagelin</dc:creator>
		<pubDate>Thu, 04 Mar 2010 08:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-8998</guid>
		<description>* What tools are you using?
Flash Builder 4 beta 2

* What do you use for debugging?
Flex debugger and firebug

* What frameworks?
AMFPHP

* What features do you think Flash Builder needs in order to make you a happier/richer developer?
- Native source code formatter
- AMF debugging tool
- Better management of itemRenderer

Thanks :)</description>
		<content:encoded><![CDATA[<p>* What tools are you using?<br />
Flash Builder 4 beta 2</p>
<p>* What do you use for debugging?<br />
Flex debugger and firebug</p>
<p>* What frameworks?<br />
AMFPHP</p>
<p>* What features do you think Flash Builder needs in order to make you a happier/richer developer?<br />
- Native source code formatter<br />
- AMF debugging tool<br />
- Better management of itemRenderer</p>
<p>Thanks <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by webdev.andrei</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-8975</link>
		<dc:creator>webdev.andrei</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-8975</guid>
		<description>Tools:
- Flash Builder 4 + PDT
- Eclipse
- Crimson Editor for small changes
- sometimes Zend Studio

Debugging:
- Flex debugger
- XDebug and/or ZendDebug

Frameworks:
- AmfPhp
- ZendAmf
- Zend Framework

Improvements:
- Better intergration between Flash Builder 4 and Flash Professional
- PHP debugging together with Flash Builder 4 Debugger
- Productivity improvements: Task markers for TODO,FIXME, and XXX comments, etc (see http://elementriver.com/sourcemate/)</description>
		<content:encoded><![CDATA[<p>Tools:<br />
- Flash Builder 4 + PDT<br />
- Eclipse<br />
- Crimson Editor for small changes<br />
- sometimes Zend Studio</p>
<p>Debugging:<br />
- Flex debugger<br />
- XDebug and/or ZendDebug</p>
<p>Frameworks:<br />
- AmfPhp<br />
- ZendAmf<br />
- Zend Framework</p>
<p>Improvements:<br />
- Better intergration between Flash Builder 4 and Flash Professional<br />
- PHP debugging together with Flash Builder 4 Debugger<br />
- Productivity improvements: Task markers for TODO,FIXME, and XXX comments, etc (see <a href="http://elementriver.com/sourcemate/)" rel="nofollow">http://elementriver.com/sourcemate/)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working in Flash Builder 4 with Flex and PHP by Muhammad Farooqi</title>
		<link>http://corlan.org/2009/06/12/working-in-flash-builder-4-with-flex-and-php/comment-page-1/#comment-8974</link>
		<dc:creator>Muhammad Farooqi</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/06/12/working-in-flash-builder-4-with-flex-and-php/#comment-8974</guid>
		<description>Great man... it&#039;s really amazing..
i m very new to flex.. and its realy very easy.

thank you</description>
		<content:encoded><![CDATA[<p>Great man&#8230; it&#8217;s really amazing..<br />
i m very new to flex.. and its realy very easy.</p>
<p>thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Mario Kralj</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-8973</link>
		<dc:creator>Mario Kralj</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-8973</guid>
		<description>TOOLS:
- Flex 3
- Eclipse/Aptana Studio
- Coda (Mac)

DEBUGGING:
- Flex debugger
- Charles Debugging Proxy

FRAMEWORKS:
- ZendAMF
- AMFPHP
- CodeIgniter

IMPROVEMENTS:
- Source Code Formatter Plugin installed by default.
- Adopt components/classes/libraries which are developed from other users, but showed themselves better than default components/classes...</description>
		<content:encoded><![CDATA[<p>TOOLS:<br />
- Flex 3<br />
- Eclipse/Aptana Studio<br />
- Coda (Mac)</p>
<p>DEBUGGING:<br />
- Flex debugger<br />
- Charles Debugging Proxy</p>
<p>FRAMEWORKS:<br />
- ZendAMF<br />
- AMFPHP<br />
- CodeIgniter</p>
<p>IMPROVEMENTS:<br />
- Source Code Formatter Plugin installed by default.<br />
- Adopt components/classes/libraries which are developed from other users, but showed themselves better than default components/classes&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to use Text Layout Framework in Flex 3.2 or AIR 1.5 by deep</title>
		<link>http://corlan.org/2009/01/19/how-to-use-text-layout-framework-in-flex-32-or-air-15/comment-page-2/#comment-8972</link>
		<dc:creator>deep</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/01/19/how-to-use-text-layout-framework-in-flex-32-or-air-15/#comment-8972</guid>
		<description>hi
i am working on the text layout framework and i have a problem with tab key.when i press the tab key it doesn&#039;t insert tab(blank spaces) inside text area.i have written the event for tab key in which i am adding tab element to my paragraph element and also have set tabEnabled=false for all other components inside the application.</description>
		<content:encoded><![CDATA[<p>hi<br />
i am working on the text layout framework and i have a problem with tab key.when i press the tab key it doesn&#8217;t insert tab(blank spaces) inside text area.i have written the event for tab key in which i am adding tab element to my paragraph element and also have set tabEnabled=false for all other components inside the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quick poll on debugging and tooling for Flex and PHP projects by Brayan</title>
		<link>http://corlan.org/2010/02/25/quick-poll-on-debugging-and-tooling-for-flex-and-php-projects/comment-page-1/#comment-8948</link>
		<dc:creator>Brayan</dc:creator>
		<pubDate>Mon, 01 Mar 2010 12:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=1612#comment-8948</guid>
		<description>flex builder 3 for students
flash builder 4 beta2

Framework - zend framework
other tool - php designer, zend studio, zend server, wamp5, phpmyadmin, Workflow, Rational, AMFPHP and i like use zendAMF.

Thanks</description>
		<content:encoded><![CDATA[<p>flex builder 3 for students<br />
flash builder 4 beta2</p>
<p>Framework &#8211; zend framework<br />
other tool &#8211; php designer, zend studio, zend server, wamp5, phpmyadmin, Workflow, Rational, AMFPHP and i like use zendAMF.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
