<?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>Web, Mobile, and Rock&#38;Roll</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:40:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Announcing a series of web conferences organized by Adobe Romania by Catalin Gerea</title>
		<link>http://corlan.org/2012/01/16/announcing-a-series-of-web-conferences-organized-by-adobe-romania/comment-page-1/#comment-38611</link>
		<dc:creator>Catalin Gerea</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3380#comment-38611</guid>
		<description>Can you (or Vincent) upload the presentations to http://myadobe.ro/2012/01/16/adobe-developer-day-web-platform/ post?</description>
		<content:encoded><![CDATA[<p>Can you (or Vincent) upload the presentations to <a href="http://myadobe.ro/2012/01/16/adobe-developer-day-web-platform/" rel="nofollow">http://myadobe.ro/2012/01/16/adobe-developer-day-web-platform/</a> post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Flex Mobile Apps with Flash Builder for PHP by Cross-Platform Mobile Code Generator – a Tool Comparison &#171; Technology Trend Analysis</title>
		<link>http://corlan.org/2011/05/05/creating-flex-mobile-apps-with-flash-builder-for-php/comment-page-1/#comment-38610</link>
		<dc:creator>Cross-Platform Mobile Code Generator – a Tool Comparison &#171; Technology Trend Analysis</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=2840#comment-38610</guid>
		<description>[...] on how to use: Mihai Corlan, [...]</description>
		<content:encoded><![CDATA[<p>[...] on how to use: Mihai Corlan, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understanding Flex Mobile View and ViewNavigator by Dan Zen</title>
		<link>http://corlan.org/2011/01/12/understanding-flex-mobile-views-and-viewnavigator/comment-page-1/#comment-38593</link>
		<dc:creator>Dan Zen</dc:creator>
		<pubDate>Fri, 03 Feb 2012 09:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=2401#comment-38593</guid>
		<description>@Manu George:  You asked, &quot;How can I remove one view from the stack?&quot;

I was looking for the same thing and realized that there is a replaceView() method that allowed me to in effect skip a view in the stack.

I wanted to go from Start &gt; Play &gt; Score and then have the previous button go from Score &gt; Start.  So when I go from Play &gt; Score in the Play view I use replaceView(Score) rather than pushView(Score).  This removes Play from the stack and the popView() in Score takes me to Start.</description>
		<content:encoded><![CDATA[<p>@Manu George:  You asked, &#8220;How can I remove one view from the stack?&#8221;</p>
<p>I was looking for the same thing and realized that there is a replaceView() method that allowed me to in effect skip a view in the stack.</p>
<p>I wanted to go from Start &gt; Play &gt; Score and then have the previous button go from Score &gt; Start.  So when I go from Play &gt; Score in the Play view I use replaceView(Score) rather than pushView(Score).  This removes Play from the stack and the popView() in Score takes me to Start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steps to deploy a Flex and PHP application by Mihai Corlan</title>
		<link>http://corlan.org/2011/12/09/steps-to-deploy-a-flex-and-php-application/comment-page-1/#comment-38590</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Thu, 02 Feb 2012 11:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3281#comment-38590</guid>
		<description>Hi khristi,

I&#039;m sorry to hear about your problems. Unfortunately, there isn&#039;t possible to write a complete guide for deploying Flex and PHP apps. Why? Because most of time the errors people are encounter are related to:
- incorrect database user, password, or server;
- files not copied to the server;
- Flex app compiled with different server URL;
- and so on.

cheers,
Mihai</description>
		<content:encoded><![CDATA[<p>Hi khristi,</p>
<p>I&#8217;m sorry to hear about your problems. Unfortunately, there isn&#8217;t possible to write a complete guide for deploying Flex and PHP apps. Why? Because most of time the errors people are encounter are related to:<br />
- incorrect database user, password, or server;<br />
- files not copied to the server;<br />
- Flex app compiled with different server URL;<br />
- and so on.</p>
<p>cheers,<br />
Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steps to deploy a Flex and PHP application by khristi</title>
		<link>http://corlan.org/2011/12/09/steps-to-deploy-a-flex-and-php-application/comment-page-1/#comment-38589</link>
		<dc:creator>khristi</dc:creator>
		<pubDate>Thu, 02 Feb 2012 08:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3281#comment-38589</guid>
		<description>I&#039;m so frustrated with deployment of flex/php using Flash Builder 4.5.1. I&#039;ve worked through most of the problems in deployment. I completed step 5 above and no longer got the #2048 error but now I get nothing but a blank alert box with an ok button and my app is still not connecting to data. 
Any ideas as to why this happens? I can reach my endpoint. My amf config and gateway seem to be correct. 
What would be nice if some tutorials would be done beginning to end showing deployment and folder structures. It seems every Adobe tutorial I look at is done differently. 
Thanks for any help you can provide.</description>
		<content:encoded><![CDATA[<p>I&#8217;m so frustrated with deployment of flex/php using Flash Builder 4.5.1. I&#8217;ve worked through most of the problems in deployment. I completed step 5 above and no longer got the #2048 error but now I get nothing but a blank alert box with an ok button and my app is still not connecting to data.<br />
Any ideas as to why this happens? I can reach my endpoint. My amf config and gateway seem to be correct.<br />
What would be nice if some tutorials would be done beginning to end showing deployment and folder structures. It seems every Adobe tutorial I look at is done differently.<br />
Thanks for any help you can provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex and PHP: remoting with Zend AMF by faraqsa</title>
		<link>http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/comment-page-4/#comment-38580</link>
		<dc:creator>faraqsa</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/#comment-38580</guid>
		<description>hi Mihai,

thanks for the tutorial btw I have some question I am trying to figure out ur tutorial on WAMP / Win7 with FB 4.5 

and I am getting a timer in my cursor it keeps on ticking nothing is retrieved !

pls advice</description>
		<content:encoded><![CDATA[<p>hi Mihai,</p>
<p>thanks for the tutorial btw I have some question I am trying to figure out ur tutorial on WAMP / Win7 with FB 4.5 </p>
<p>and I am getting a timer in my cursor it keeps on ticking nothing is retrieved !</p>
<p>pls advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Mobile Development: Creating Dialog Windows by Emmanuel</title>
		<link>http://corlan.org/2011/08/10/flex-mobile-development-creating-dialog-windows/comment-page-1/#comment-38574</link>
		<dc:creator>Emmanuel</dc:creator>
		<pubDate>Mon, 30 Jan 2012 14:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3088#comment-38574</guid>
		<description>Why is SkinnablePopUpContainerSkin extending the mxml skin classes ? They say mxml skin with state are a performance killer for mobile...

This popup is a bit sluggish on iPad1, I was forced to recreate the skin base on MobileSkin.</description>
		<content:encoded><![CDATA[<p>Why is SkinnablePopUpContainerSkin extending the mxml skin classes ? They say mxml skin with state are a performance killer for mobile&#8230;</p>
<p>This popup is a bit sluggish on iPad1, I was forced to recreate the skin base on MobileSkin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex for PHP developers by khristi</title>
		<link>http://corlan.org/flex-related/flex-for-php-developers/comment-page-2/#comment-38463</link>
		<dc:creator>khristi</dc:creator>
		<pubDate>Sun, 29 Jan 2012 06:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/flex-for-php-developers/#comment-38463</guid>
		<description>Hello,
I&#039;ve been researching my problem for days now. I have a PHP service with basic CRUD functionality to a database table. I also have a PHP class value object. I a Flex project and a PHP project. I put all my services in the PHP project services folder and I put the value objects in a vo subfolder of the services folder. What I have found is that the create and update functions fail with the VO class in the vo subfolder while all other functions work perfectly fine. If I move the VO class out of the vo subfolder and into the services folder then the create and update functions work as well. 
This seems like crazy behavior to me but then I&#039;ve run into a lot of quirky things that have driven me about nuts with Flex and PHP with Zend AMF. 
Any ideas as to why this happens?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I&#8217;ve been researching my problem for days now. I have a PHP service with basic CRUD functionality to a database table. I also have a PHP class value object. I a Flex project and a PHP project. I put all my services in the PHP project services folder and I put the value objects in a vo subfolder of the services folder. What I have found is that the create and update functions fail with the VO class in the vo subfolder while all other functions work perfectly fine. If I move the VO class out of the vo subfolder and into the services folder then the create and update functions work as well.<br />
This seems like crazy behavior to me but then I&#8217;ve run into a lot of quirky things that have driven me about nuts with Flex and PHP with Zend AMF.<br />
Any ideas as to why this happens?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex/AIR and PHP apps by Joe</title>
		<link>http://corlan.org/flex-related/flexair-and-php-apps/comment-page-1/#comment-38434</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 28 Jan 2012 22:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?page_id=507#comment-38434</guid>
		<description>Hello, I was wondering if there is someone out there who can create a customizable keyboard for playbook (choose what keys you want it to show) if this goes on bb app world i would be will to pay for it. Or can someone explain how to make a keyboard?</description>
		<content:encoded><![CDATA[<p>Hello, I was wondering if there is someone out there who can create a customizable keyboard for playbook (choose what keys you want it to show) if this goes on bb app world i would be will to pay for it. Or can someone explain how to make a keyboard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex and remoting with PHP, which library is the best: Zend AMF, AMFPHP, WebORB for PHP, or SabreAMF? by sgia</title>
		<link>http://corlan.org/2009/03/31/flex-and-remoting-with-php-which-library-is-the-best-zend-amf-amfphp-weborb-for-php-or-sabreamf/comment-page-1/#comment-38118</link>
		<dc:creator>sgia</dc:creator>
		<pubDate>Wed, 25 Jan 2012 10:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/03/31/flex-and-remoting-with-php-which-library-is-the-best-zend-amf-amfphp-weborb-for-php-or-sabreamf/#comment-38118</guid>
		<description>Lots of praise for AMFPHP here. I have used it for 2 years now, and yes, it&#039;s very easy and fast (especially on windows with the C extension) however: It falls down seriously when it comes to Authentication. I have started to look the other AMF options because of this. With 2.0 you can write your own plugins, however I don&#039;t want to home-cook my security model.</description>
		<content:encoded><![CDATA[<p>Lots of praise for AMFPHP here. I have used it for 2 years now, and yes, it&#8217;s very easy and fast (especially on windows with the C extension) however: It falls down seriously when it comes to Authentication. I have started to look the other AMF options because of this. With 2.0 you can write your own plugins, however I don&#8217;t want to home-cook my security model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex/AIR and PHP apps by Mihai Corlan</title>
		<link>http://corlan.org/flex-related/flexair-and-php-apps/comment-page-1/#comment-37906</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Sun, 22 Jan 2012 07:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?page_id=507#comment-37906</guid>
		<description>Hey Victor,

I&#039;m not sure I understand your question. Usually, you use jQuerry in pure HTML apps. How do you want to use them together?

cheers,
Mihai</description>
		<content:encoded><![CDATA[<p>Hey Victor,</p>
<p>I&#8217;m not sure I understand your question. Usually, you use jQuerry in pure HTML apps. How do you want to use them together?</p>
<p>cheers,<br />
Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex/AIR and PHP apps by Barbu Victor</title>
		<link>http://corlan.org/flex-related/flexair-and-php-apps/comment-page-1/#comment-37871</link>
		<dc:creator>Barbu Victor</dc:creator>
		<pubDate>Sat, 21 Jan 2012 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?page_id=507#comment-37871</guid>
		<description>Salut, Mihai! Ai idee insa, cum as putea folosi PHP, chiar si prin jQuery doar prin Adobe Flash Professional CS5.5?

Hi, Mihai! Have you got any idea about how could I use PHP, and with jQuery, only with Adobe Flash Professional CS5.5?</description>
		<content:encoded><![CDATA[<p>Salut, Mihai! Ai idee insa, cum as putea folosi PHP, chiar si prin jQuery doar prin Adobe Flash Professional CS5.5?</p>
<p>Hi, Mihai! Have you got any idea about how could I use PHP, and with jQuery, only with Adobe Flash Professional CS5.5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Functional Testing Framework for AIR AJAX apps based on Selenium by uggs on clearance</title>
		<link>http://corlan.org/2008/08/15/functional-testing-framework-for-air-ajax-apps-based-on-selenium/comment-page-1/#comment-37649</link>
		<dc:creator>uggs on clearance</dc:creator>
		<pubDate>Thu, 19 Jan 2012 01:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/08/15/functional-testing-framework-for-air-ajax-apps-based-on-selenium/#comment-37649</guid>
		<description>It is easy to understand &lt;a href=&quot;http://disruptioneq2.net/phpbb2/viewtopic.php?p=384779#384779&quot; rel=&quot;nofollow&quot;&gt;uggs on clearance&lt;/a&gt; similar to his or her tall loved ones</description>
		<content:encoded><![CDATA[<p>It is easy to understand <a href="http://disruptioneq2.net/phpbb2/viewtopic.php?p=384779#384779" rel="nofollow">uggs on clearance</a> similar to his or her tall loved ones</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steps to deploy a Flex and PHP application by Faraz</title>
		<link>http://corlan.org/2011/12/09/steps-to-deploy-a-flex-and-php-application/comment-page-1/#comment-37499</link>
		<dc:creator>Faraz</dc:creator>
		<pubDate>Tue, 17 Jan 2012 19:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3281#comment-37499</guid>
		<description>Thanks a lot for this post. Its something I have been looking for. 

I have done as you have instructed but i get the following error:

Send failed
Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: &#039;http://ipaddress/site/public/gateway.php&#039;

Am I doing something wrong? Thanks</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post. Its something I have been looking for. </p>
<p>I have done as you have instructed but i get the following error:</p>
<p>Send failed<br />
Channel.Connect.Failed error NetConnection.Call.BadVersion: : url: &#8216;<a href="http://ipaddress/site/public/gateway.php" rel="nofollow">http://ipaddress/site/public/gateway.php</a>&#8216;</p>
<p>Am I doing something wrong? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with PhoneGap resources by Ivan Ilijasic</title>
		<link>http://corlan.org/2012/01/13/getting-started-with-phonegap-resources/comment-page-1/#comment-37188</link>
		<dc:creator>Ivan Ilijasic</dc:creator>
		<pubDate>Fri, 13 Jan 2012 21:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3375#comment-37188</guid>
		<description>Are you saying I&#039;m not spending enough time on Adobe TV :) ? Or other boys and girls don&#039;t spend much time on Adobe TV? Or materials don&#039;t last long on Adobe TV :)

It would be nice to see some materials how to connect Phonegap / jQuery mobile to server data services and store data to local cache in order to prevent too much traffic ;)

Enjoy your weekend ;)</description>
		<content:encoded><![CDATA[<p>Are you saying I&#8217;m not spending enough time on Adobe TV :) ? Or other boys and girls don&#8217;t spend much time on Adobe TV? Or materials don&#8217;t last long on Adobe TV :)</p>
<p>It would be nice to see some materials how to connect Phonegap / jQuery mobile to server data services and store data to local cache in order to prevent too much traffic ;)</p>
<p>Enjoy your weekend ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with PhoneGap resources by Mihai Corlan</title>
		<link>http://corlan.org/2012/01/13/getting-started-with-phonegap-resources/comment-page-1/#comment-37156</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Fri, 13 Jan 2012 11:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3375#comment-37156</guid>
		<description>Nope my friend. I should thank you. Because you wanted PhoneGap resources I realized that many don&#039;t spent much time on Adobe TV :D

cheers,
Mihai</description>
		<content:encoded><![CDATA[<p>Nope my friend. I should thank you. Because you wanted PhoneGap resources I realized that many don&#8217;t spent much time on Adobe TV :D</p>
<p>cheers,<br />
Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with PhoneGap resources by Ivan Ilijasic</title>
		<link>http://corlan.org/2012/01/13/getting-started-with-phonegap-resources/comment-page-1/#comment-37154</link>
		<dc:creator>Ivan Ilijasic</dc:creator>
		<pubDate>Fri, 13 Jan 2012 11:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3375#comment-37154</guid>
		<description>Thanks Mihai ;)</description>
		<content:encoded><![CDATA[<p>Thanks Mihai ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Frameworks by vit</title>
		<link>http://corlan.org/flex-related/flex-frameworks/comment-page-1/#comment-37146</link>
		<dc:creator>vit</dc:creator>
		<pubDate>Fri, 13 Jan 2012 09:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?page_id=668#comment-37146</guid>
		<description>one more: FlexORM
http://flexorm.riaforge.org/

Persistence Framework</description>
		<content:encoded><![CDATA[<p>one more: FlexORM<br />
<a href="http://flexorm.riaforge.org/" rel="nofollow">http://flexorm.riaforge.org/</a></p>
<p>Persistence Framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Player 11.2 Beta and Adobe AIR 3.2 Beta available on Adobe Labs by Gil Amran</title>
		<link>http://corlan.org/2011/10/26/flash-player-11-2-beta-and-adobe-air-3-2-beta-available-on-adobe-labs/comment-page-1/#comment-37105</link>
		<dc:creator>Gil Amran</dc:creator>
		<pubDate>Thu, 12 Jan 2012 21:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3244#comment-37105</guid>
		<description>Stage3D for mobile...
We need the performance on mobile!</description>
		<content:encoded><![CDATA[<p>Stage3D for mobile&#8230;<br />
We need the performance on mobile!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash Player 11 and AIR 3 to be released in early October by Nick Brown</title>
		<link>http://corlan.org/2011/09/21/flash-player-11-and-air-3-to-be-released-in-early-october/comment-page-1/#comment-37087</link>
		<dc:creator>Nick Brown</dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3206#comment-37087</guid>
		<description>Can you please let us know when Flash pro will be able to output to and use Starling?</description>
		<content:encoded><![CDATA[<p>Can you please let us know when Flash pro will be able to output to and use Starling?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging Web Pages and PhoneGap apps on mobile devices by Debugging web pages remotely using a PlayBook tablet : Mihai Corlan</title>
		<link>http://corlan.org/2012/01/10/debugging-web-pages-and-phonegap-apps-on-mobile-devices/comment-page-1/#comment-37081</link>
		<dc:creator>Debugging web pages remotely using a PlayBook tablet : Mihai Corlan</dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3310#comment-37081</guid>
		<description>[...]  a previous post I explained how you can use weinre to &#8220;debug&#8221; remotely web pages that run on your [...]</description>
		<content:encoded><![CDATA[<p>[...]  a previous post I explained how you can use weinre to &#8220;debug&#8221; remotely web pages that run on your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steps to deploy a Flex and PHP application by Katrien</title>
		<link>http://corlan.org/2011/12/09/steps-to-deploy-a-flex-and-php-application/comment-page-1/#comment-37063</link>
		<dc:creator>Katrien</dc:creator>
		<pubDate>Thu, 12 Jan 2012 08:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3281#comment-37063</guid>
		<description>Hi,

thanks for the steps. I want to deploy a Flex 4 web application with php onto a remote headless Ubuntu Linux server which does not have Zend installed but it already has MySQL and php installed. I&#039;ve been developing on my Windows XP machine using a WampServer and developing in FlashBuilder 4. Must I install the Zend stack even though it already has MySQL and php? Before hacking into the server, I thought as a trial to try &amp; install Linux and MySQL and php (or Zend) on an external hard drive &amp; see if I can get a release version of the Flex web app first onto that. Do you think that&#039;s a good idea? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for the steps. I want to deploy a Flex 4 web application with php onto a remote headless Ubuntu Linux server which does not have Zend installed but it already has MySQL and php installed. I&#8217;ve been developing on my Windows XP machine using a WampServer and developing in FlashBuilder 4. Must I install the Zend stack even though it already has MySQL and php? Before hacking into the server, I thought as a trial to try &amp; install Linux and MySQL and php (or Zend) on an external hard drive &amp; see if I can get a release version of the Flex web app first onto that. Do you think that&#8217;s a good idea? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Mobile Development: storing data locally by Kim Jensen</title>
		<link>http://corlan.org/2011/08/18/flex-mobile-development-storing-data-locally/comment-page-1/#comment-37048</link>
		<dc:creator>Kim Jensen</dc:creator>
		<pubDate>Thu, 12 Jan 2012 01:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3117#comment-37048</guid>
		<description>How do I save a image I download from a webserver using the PersistenceManager.
I made a this, but when I want to display the image I get and error. Do I need to uses any function to read it back to a Image view?

package {

[Bindable]     
class User {
    public var Name:String;
    public var MyImage:Object;   
}
}</description>
		<content:encoded><![CDATA[<p>How do I save a image I download from a webserver using the PersistenceManager.<br />
I made a this, but when I want to display the image I get and error. Do I need to uses any function to read it back to a Image view?</p>
<p>package {</p>
<p>[Bindable]<br />
class User {<br />
    public var Name:String;<br />
    public var MyImage:Object;<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript or JavaScript? by Illotus</title>
		<link>http://corlan.org/2011/12/11/coffeescript-or-javascript/comment-page-1/#comment-36942</link>
		<dc:creator>Illotus</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3292#comment-36942</guid>
		<description>The thing about Perl is that the problem isn&#039;t the terseness, but rather the More Than One Way of Doing It ideology. So in practice you have remember quite a few different syntaxes if you read a lot of Perl code from different sources. A lot of Perl code suffers from the same thing as Javascript code: it is written by people who don&#039;t really know how to program well. 

Coffeescript has definitely sparked my interested and I&#039;ve been experimenting with it a bit. Seems like a good solution to many of Javascripts problems, but the debugging seems to be a pain. I don&#039;t have much of experience with Javascript and I&#039;m debating whether I should actually just use Coffeescript for couple of my own experiments.</description>
		<content:encoded><![CDATA[<p>The thing about Perl is that the problem isn&#8217;t the terseness, but rather the More Than One Way of Doing It ideology. So in practice you have remember quite a few different syntaxes if you read a lot of Perl code from different sources. A lot of Perl code suffers from the same thing as Javascript code: it is written by people who don&#8217;t really know how to program well. </p>
<p>Coffeescript has definitely sparked my interested and I&#8217;ve been experimenting with it a bit. Seems like a good solution to many of Javascripts problems, but the debugging seems to be a pain. I don&#8217;t have much of experience with Javascript and I&#8217;m debating whether I should actually just use Coffeescript for couple of my own experiments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy New Year! by Mihai Corlan</title>
		<link>http://corlan.org/2012/01/04/happy-new-year-2/comment-page-1/#comment-36925</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Tue, 10 Jan 2012 09:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3301#comment-36925</guid>
		<description>Hi Alex,

We didn&#039;t announce anything about the availability of AIR on WebOS and Windows Phone. We are working to find the best way to support Windows phone. 

cheers,
Mihai</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>We didn&#8217;t announce anything about the availability of AIR on WebOS and Windows Phone. We are working to find the best way to support Windows phone. </p>
<p>cheers,<br />
Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Happy New Year! by Alex</title>
		<link>http://corlan.org/2012/01/04/happy-new-year-2/comment-page-1/#comment-36923</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 10 Jan 2012 09:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3301#comment-36923</guid>
		<description>Hi,

Happy New Year and thank you for all the great work you&#039;ve done so far!
I&#039;d like to take the opportunity and push the first question of the year :D. Are there any plans to make the AIR runtime available for WebOS or Windows Phone?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Happy New Year and thank you for all the great work you&#8217;ve done so far!<br />
I&#8217;d like to take the opportunity and push the first question of the year :D. Are there any plans to make the AIR runtime available for WebOS or Windows Phone?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Mobile Development: skinning the ActionBar component by Al</title>
		<link>http://corlan.org/2011/08/29/flex-mobile-development-skinning-the-actionbar-component/comment-page-1/#comment-36881</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Mon, 09 Jan 2012 18:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3142#comment-36881</guid>
		<description>Best detailed and easy ActionBar explanation I&#039;ve seen, thank-you!</description>
		<content:encoded><![CDATA[<p>Best detailed and easy ActionBar explanation I&#8217;ve seen, thank-you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AIR: How to save locally a resource from Web by Saving remote images locally in an AIR app</title>
		<link>http://corlan.org/2008/07/18/air-how-to-save-locally-a-resource-from-web/comment-page-1/#comment-36548</link>
		<dc:creator>Saving remote images locally in an AIR app</dc:creator>
		<pubDate>Thu, 05 Jan 2012 06:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/07/18/air-how-to-save-locally-a-resource-from-web/#comment-36548</guid>
		<description>[...] would go into the details of this but Brian Rinaldi and Mihai Corlan have both written excellent and concise posts about [...]</description>
		<content:encoded><![CDATA[<p>[...] would go into the details of this but Brian Rinaldi and Mihai Corlan have both written excellent and concise posts about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Flex Mobile Apps with Flash Builder for PHP by Antonio</title>
		<link>http://corlan.org/2011/05/05/creating-flex-mobile-apps-with-flash-builder-for-php/comment-page-1/#comment-36431</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 03 Jan 2012 22:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=2840#comment-36431</guid>
		<description>Hi, could you explain how to attach a busyIndicator while the service call is being made to display progress, the example works well

thanks</description>
		<content:encoded><![CDATA[<p>Hi, could you explain how to attach a busyIndicator while the service call is being made to display progress, the example works well</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex / AIR, PHP and user authentication by maor</title>
		<link>http://corlan.org/2008/07/22/flex-air-php-and-user-authentication/comment-page-1/#comment-34958</link>
		<dc:creator>maor</dc:creator>
		<pubDate>Mon, 19 Dec 2011 13:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/07/22/flex-air-php-and-user-authentication/#comment-34958</guid>
		<description>Hi,
First thank you for a great tutorial, very useful!!

I have a standalone projector program which connects to a remote ms sql server on a remote iis server. i would like to allow windows authentication to an active directory domain. is it possible to do impersonation with a amf php??I have been able to do this with a php script running with the browser but not through my app. it there a way to this this automatically? or a way to get the access token after a computer logs in to the domain and attach it to requests made?

any help would be great.

thanks,

Maor</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First thank you for a great tutorial, very useful!!</p>
<p>I have a standalone projector program which connects to a remote ms sql server on a remote iis server. i would like to allow windows authentication to an active directory domain. is it possible to do impersonation with a amf php??I have been able to do this with a php script running with the browser but not through my app. it there a way to this this automatically? or a way to get the access token after a computer logs in to the domain and attach it to requests made?</p>
<p>any help would be great.</p>
<p>thanks,</p>
<p>Maor</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steps to deploy a Flex and PHP application by Antonio</title>
		<link>http://corlan.org/2011/12/09/steps-to-deploy-a-flex-and-php-application/comment-page-1/#comment-34944</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Mon, 19 Dec 2011 10:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3281#comment-34944</guid>
		<description>Hi Mihai, how can i securize this webservices? What about webservice authentication present in Flash Builder wizard? Have you ever used it? How? Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mihai, how can i securize this webservices? What about webservice authentication present in Flash Builder wizard? Have you ever used it? How? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mobile Development: scaling content depending on the screen resolution by pligg.com</title>
		<link>http://corlan.org/2011/04/28/mobile-development-scaling-content-depending-on-the-screen-resolution/comment-page-1/#comment-34414</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Tue, 13 Dec 2011 21:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=2817#comment-34414</guid>
		<description>&lt;strong&gt;Mobile Development: scaling content depending on the screen resolution : Mihai Corlan...&lt;/strong&gt;

Mobile Development: scaling content depending on the screen resolution : Mihai Corlan...</description>
		<content:encoded><![CDATA[<p><strong>Mobile Development: scaling content depending on the screen resolution : Mihai Corlan&#8230;</strong></p>
<p>Mobile Development: scaling content depending on the screen resolution : Mihai Corlan&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Steps to deploy a Flex and PHP application by Mihai Corlan</title>
		<link>http://corlan.org/2011/12/09/steps-to-deploy-a-flex-and-php-application/comment-page-1/#comment-34388</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Tue, 13 Dec 2011 14:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/?p=3281#comment-34388</guid>
		<description>@lgerber

You are right with the all _Super_xxx. I meant the class that extends the _Supper. I updated the post to reflect that.

For AIR applications you will have to update the services URL to use absolute URLs. So I suggest to do this using the same approach I explained in my post. Flex services panel doesn&#039;t support external PHP server setups.

cheers,
Mihai</description>
		<content:encoded><![CDATA[<p>@lgerber</p>
<p>You are right with the all _Super_xxx. I meant the class that extends the _Supper. I updated the post to reflect that.</p>
<p>For AIR applications you will have to update the services URL to use absolute URLs. So I suggest to do this using the same approach I explained in my post. Flex services panel doesn&#8217;t support external PHP server setups.</p>
<p>cheers,<br />
Mihai</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex and PHP: remoting with Zend AMF by smartcode &#124; smartcode &#124; blog &#124; flex 3 and zend_amf class mapping hint</title>
		<link>http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/comment-page-4/#comment-34381</link>
		<dc:creator>smartcode &#124; smartcode &#124; blog &#124; flex 3 and zend_amf class mapping hint</dc:creator>
		<pubDate>Tue, 13 Dec 2011 12:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/#comment-34381</guid>
		<description>[...] familiar with amfphp and there are good resources available on the web ( e.g. Zend Amf Wiki and Flex and PHP: remoting with Zend AMF [...]</description>
		<content:encoded><![CDATA[<p>[...] familiar with amfphp and there are good resources available on the web ( e.g. Zend Amf Wiki and Flex and PHP: remoting with Zend AMF [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex and PHP: remoting with Zend AMF by smartcode &#124; smartcode &#124; blog &#124; flex 3 and zend_amf class mapping hint</title>
		<link>http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/comment-page-4/#comment-34380</link>
		<dc:creator>smartcode &#124; smartcode &#124; blog &#124; flex 3 and zend_amf class mapping hint</dc:creator>
		<pubDate>Tue, 13 Dec 2011 12:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/11/13/flex-and-php-remoting-with-zend-amf/#comment-34380</guid>
		<description>[...] familiar with amfphp and there are good resources available on the web ( e.g. Zend Amf Wiki and Flex and PHP: remoting with Zend AMF [...]</description>
		<content:encoded><![CDATA[<p>[...] familiar with amfphp and there are good resources available on the web ( e.g. Zend Amf Wiki and Flex and PHP: remoting with Zend AMF [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

