<?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 on: My first AIR application</title>
	<atom:link href="http://daniel.carrera.bz/2008/05/my-first-air-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.carrera.bz/2008/05/my-first-air-application/</link>
	<description>No trees were killed in the production of this website.</description>
	<lastBuildDate>Tue, 13 Jul 2010 07:06:14 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel</title>
		<link>http://daniel.carrera.bz/2008/05/my-first-air-application/comment-page-1/#comment-412</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 27 May 2009 10:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.carrera.name/2008/05/31/my-first-air-application/#comment-412</guid>
		<description>PHP is a server-side language. The only way you could use it with Adobe AIR would be if AIR came with a web server and that server supported PHP.

You make dynamic apps through either JavaScript or Flash. I would recommend jQuery. It is a really good and easy to learn library.

Adobe AIR provides an API to JavaScript that is not normally available on a browser. That API allows you to open files, use a local storage (but not MySQL) and do other things that JavaScript is not normally allowed to do.

Don&#039;t confuse JavaScript with the DOM API. JavaScript is just a language and in principle it can do anything. But browsers don&#039;t give JavaScript access to the computer for obvious security reasons.</description>
		<content:encoded><![CDATA[<p>PHP is a server-side language. The only way you could use it with Adobe AIR would be if AIR came with a web server and that server supported PHP.</p>
<p>You make dynamic apps through either JavaScript or Flash. I would recommend jQuery. It is a really good and easy to learn library.</p>
<p>Adobe AIR provides an API to JavaScript that is not normally available on a browser. That API allows you to open files, use a local storage (but not MySQL) and do other things that JavaScript is not normally allowed to do.</p>
<p>Don&#8217;t confuse JavaScript with the DOM API. JavaScript is just a language and in principle it can do anything. But browsers don&#8217;t give JavaScript access to the computer for obvious security reasons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conor</title>
		<link>http://daniel.carrera.bz/2008/05/my-first-air-application/comment-page-1/#comment-411</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Tue, 12 May 2009 23:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://daniel.carrera.name/2008/05/31/my-first-air-application/#comment-411</guid>
		<description>Are you sure it is not possible to make AIR applications with PHP? I have been doing some hard searching on the matter and couldn&#039;t find a solution anywhere. Maybe it just cannot be done!

If you can&#039;t use PHP then how do you make the application dynamic? Is it just through the use of JavaScript? Hopefully not because my JavaScript knowledge is very bad and my PHP knowledge is very good! :-)

Could you use jQuery?

How would you perform more complex tasks such as using FTP, sending emails or connecting to MySQL? Are they possible with JavaScript?

I am new to AIR as you might have noticed but I really like the concept. If only it ran PHP! :-)</description>
		<content:encoded><![CDATA[<p>Are you sure it is not possible to make AIR applications with PHP? I have been doing some hard searching on the matter and couldn&#8217;t find a solution anywhere. Maybe it just cannot be done!</p>
<p>If you can&#8217;t use PHP then how do you make the application dynamic? Is it just through the use of JavaScript? Hopefully not because my JavaScript knowledge is very bad and my PHP knowledge is very good! <img src='http://daniel.carrera.bz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Could you use jQuery?</p>
<p>How would you perform more complex tasks such as using FTP, sending emails or connecting to MySQL? Are they possible with JavaScript?</p>
<p>I am new to AIR as you might have noticed but I really like the concept. If only it ran PHP! <img src='http://daniel.carrera.bz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
