<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Architect blog &#187; air</title>
	<atom:link href="http://www.php-architect.com/blog/tag/air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-architect.com/blog</link>
	<description>PHP, MySQL, ZF, Python, Linux, Mac, C++, Java, Flex, Air, ActionScript &#38; apps development.</description>
	<lastBuildDate>Sun, 13 Jun 2010 18:25:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=6887</generator>
		<item>
		<title>Manage your notes / Code snippets with Snippely</title>
		<link>http://www.php-architect.com/blog/2009/11/14/manage-your-notes-code-snippets-with-snippely/</link>
		<comments>http://www.php-architect.com/blog/2009/11/14/manage-your-notes-code-snippets-with-snippely/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 17:27:35 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Favorites]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Snippely]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=351</guid>
		<description><![CDATA[It has been a challenge for me to keep tracking code snippets I want to remember, I have always used text files, or sending my self email with the snippet that I feel I am gonna need to look at again in the future, same for notes also. Today I have found this nice Air [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/09/20/web-developer-brain/' rel='bookmark' title='Permanent Link: Web Developer Brain'>Web Developer Brain</a></li>
<li><a href='http://www.php-architect.com/blog/2009/08/08/how-to-add-subtract-time-code-in-python/' rel='bookmark' title='Permanent Link: How to Add &#038; Subtract time code in Python'>How to Add &#038; Subtract time code in Python</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">It has been a challenge for me to keep tracking code snippets I want to remember, I have always used text files, or sending my self email with the snippet that I feel I am gonna need to look at again in the future, same for notes also.</p>
<p style="text-align: left;">Today I have found this nice Air App called Snippely, it allow you to manage your notes / code snippets, It is enough for me and better than text files and emails, I believe I am gonna stick to it for now.</p>
<p style="text-align: center;">
<a href="http://code.google.com/p/snippely/"><img title="Snippely" src="http://mootools.net/snippely.png" alt="Snippely" width="256" height="256" /></a>
<p style="text-align: left;">Only Two options I wish to see in the coming version, to backup / restore the data &amp; to sync the data across many machines, but like I said, I am happy with what I have now.</p>
<p style="text-align: left;">You can get Snippely from their Google Code page : <a href="http://code.google.com/p/snippely/" target="_blank">http://code.google.com/p/snippely/</a></p>
<p style="text-align: left;">I hope you will find it as much useful as I did.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/09/20/web-developer-brain/' rel='bookmark' title='Permanent Link: Web Developer Brain'>Web Developer Brain</a></li>
<li><a href='http://www.php-architect.com/blog/2009/08/08/how-to-add-subtract-time-code-in-python/' rel='bookmark' title='Permanent Link: How to Add &#038; Subtract time code in Python'>How to Add &#038; Subtract time code in Python</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2009/11/14/manage-your-notes-code-snippets-with-snippely/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Framework, Flex &amp; PHP &#8211; Best Practice Cautions</title>
		<link>http://www.php-architect.com/blog/2008/07/31/zend-framework-flex-php-best-practice-cautions/</link>
		<comments>http://www.php-architect.com/blog/2008/07/31/zend-framework-flex-php-best-practice-cautions/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 11:01:10 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[zend]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=78</guid>
		<description><![CDATA[Hey guys, recently me and my flex developer colleague had a weird problem while exchanging data from zend framework to flex as web services using json. well, 1st caution : &#60;?php echo &#34;Json = $encoded_json_data&#34;; ?&#62; don&#8217;t ever use a closing tag &#8221; ?&#62; &#8221; in your controllers or classes, as it will result in [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/27/quick-dive-into-flash-builder-4-formerly-flex/' rel='bookmark' title='Permanent Link: Quick dive into Flash Builder 4 (formerly Flex)'>Quick dive into Flash Builder 4 (formerly Flex)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>recently me and my flex developer colleague had a weird problem while exchanging data from zend framework to flex as web services using json.</p>
<p><strong>well, 1st  caution :</strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Json = <span style="color: #006699; font-weight: bold;">$encoded_json_data</span>&quot;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>don&#8217;t ever use a closing tag &#8221; ?&gt; &#8221; in your controllers or classes, as it will result in new line in the output json data, which will make flex not able to recognize it correctly.</p>
<p><strong>2nd caution :</strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;Json = <span style="color: #006699; font-weight: bold;">$encoded_json_data</span>&quot;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>when u echo output from php don&#8217;t leave space between the variable and the equal &#8220;=&#8221; sign and also between the equal &#8220;=&#8221; sign and the value.<br />
to be clear :<br />
<em>example 1 : </em></p>
<p>This won&#8217;t work as flex will not recognize a value for the variable Json.<br />
<em>example 2 :</em></p>
<p>This will work because we removed the spaces.</p>
<p>hope u don&#8217;t fall in this trap as we did.<br />
&amp; enjoy <img src='http://www.php-architect.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/27/quick-dive-into-flash-builder-4-formerly-flex/' rel='bookmark' title='Permanent Link: Quick dive into Flash Builder 4 (formerly Flex)'>Quick dive into Flash Builder 4 (formerly Flex)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/07/31/zend-framework-flex-php-best-practice-cautions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe to contribute AMF support to Zend Framework</title>
		<link>http://www.php-architect.com/blog/2008/07/31/adobe-to-contribute-amf-support-to-zend-framework/</link>
		<comments>http://www.php-architect.com/blog/2008/07/31/adobe-to-contribute-amf-support-to-zend-framework/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 10:50:07 +0000</pubDate>
		<dc:creator>Me2resh</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Favorites]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[zend framework]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[air applications]]></category>
		<category><![CDATA[zf]]></category>

		<guid isPermaLink="false">http://www.php-architect.com/blog/?p=75</guid>
		<description><![CDATA[Hey folks, i have read this great news yesterday, that Adobe has made a proposal for an AMF (Action Message Format) component in Zend Framework. what a great addition to the strong &#038; superior framework. this will facilitate my work a lot with my colleagues here that works with Flex, we have been developing some [...]


Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/27/quick-dive-into-flash-builder-4-formerly-flex/' rel='bookmark' title='Permanent Link: Quick dive into Flash Builder 4 (formerly Flex)'>Quick dive into Flash Builder 4 (formerly Flex)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Hey folks,<br />
i have read this great news yesterday, that Adobe has made a proposal for an AMF (Action Message Format) component in Zend Framework.<br />
what a great addition to the strong &#038; superior framework.<br />
this will facilitate my work a lot with my colleagues here that works with Flex, we have been developing some Air applications, and as a solution of the interaction between Flex &#038; PHP we used web services to exchange the data in Json format between us, it works fine, but having the options of AMF will make it more powerful and smooth.<br />
long live ZF, long live flex <img src='http://www.php-architect.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>here is the link for the news i got :<br />
<a href="http://andigutmans.blogspot.com/2008/07/adobe-to-contribute-amf-support-to-zend.html">http://andigutmans.blogspot.com/2008/07/adobe-to-contribute-amf-support-to-zend.html</a></p>
<p>and here is the link for the proposal :<br />
<a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Amf">http://framework.zend.com/wiki/display/ZFPROP/Zend_Amf</a></p>
<p>Enjoy <img src='http://www.php-architect.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.php-architect.com/blog/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.php-architect.com/blog/2009/11/27/quick-dive-into-flash-builder-4-formerly-flex/' rel='bookmark' title='Permanent Link: Quick dive into Flash Builder 4 (formerly Flex)'>Quick dive into Flash Builder 4 (formerly Flex)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.php-architect.com/blog/2008/07/31/adobe-to-contribute-amf-support-to-zend-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
