<?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: Investigating Lua</title>
	<atom:link href="http://www.glenscott.co.uk/2008/01/28/investigating-lua/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.glenscott.co.uk/2008/01/28/investigating-lua/</link>
	<description>Thoughts on application development and other geeky pursuits.</description>
	<pubDate>Tue, 06 Jan 2009 09:36:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://www.glenscott.co.uk/2008/01/28/investigating-lua/comment-page-1/#comment-11</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Jan 2008 10:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=5#comment-11</guid>
		<description>I have found from the first beta release that the speed is pretty good, though I haven't really built any big applications, so can't do any sort of benchmark.  Though I have found that when you create custom chrome for the application (i.e complete redesign of the application window), it can be a tad slow when moving / animating the window, though that may have been due to the transparency which was applied.

Keep us posted on how things go with your project :)</description>
		<content:encoded><![CDATA[<p>I have found from the first beta release that the speed is pretty good, though I haven&#8217;t really built any big applications, so can&#8217;t do any sort of benchmark.  Though I have found that when you create custom chrome for the application (i.e complete redesign of the application window), it can be a tad slow when moving / animating the window, though that may have been due to the transparency which was applied.</p>
<p>Keep us posted on how things go with your project <img src='http://www.glenscott.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.glenscott.co.uk/2008/01/28/investigating-lua/comment-page-1/#comment-10</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Wed, 30 Jan 2008 08:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=5#comment-10</guid>
		<description>Peter,

Thanks for this, will read up on AIR when I get some time.  The thing that initially puts me off is the idea of an "Adobe Runtime".  It conjures up images of a slow-beast of a system, based on my experiences with other Adobe products like Reader and Photoshop.

There is a Yahoo! Mail API (http://developer.yahoo.com/mail/), but because of the Application ID restrictions, it is not suitable for distributed desktop apps.  So, our application is going to act like a user-agent and use standard HTTP GET and POST requests to interface with the mail functions.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Thanks for this, will read up on AIR when I get some time.  The thing that initially puts me off is the idea of an &#8220;Adobe Runtime&#8221;.  It conjures up images of a slow-beast of a system, based on my experiences with other Adobe products like Reader and Photoshop.</p>
<p>There is a Yahoo! Mail API (http://developer.yahoo.com/mail/), but because of the Application ID restrictions, it is not suitable for distributed desktop apps.  So, our application is going to act like a user-agent and use standard HTTP GET and POST requests to interface with the mail functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.glenscott.co.uk/2008/01/28/investigating-lua/comment-page-1/#comment-9</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 30 Jan 2008 00:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=5#comment-9</guid>
		<description>Hey Glen,

Probably the best place would be the official URL...

http://labs.adobe.com/technologies/air/

I have been playing around with it since the alpha release.  No need to learn new languages, as it uses existing technologies (HTML, CSS, Javascript, Actionscript etc).  You can interface with the runtime from Javascript, so for example, you can read / write files to the system.

I would look at the showcase to see what has been done, and by who.

In your case, if you are wanting to interface with Yahoo Mail, then you should be able to make a SMTP Client using the Socket class.

Does Yahoo have an API?

http://labs.adobe.com/showcase/air/</description>
		<content:encoded><![CDATA[<p>Hey Glen,</p>
<p>Probably the best place would be the official URL&#8230;</p>
<p><a href="http://labs.adobe.com/technologies/air/" rel="nofollow">http://labs.adobe.com/technologies/air/</a></p>
<p>I have been playing around with it since the alpha release.  No need to learn new languages, as it uses existing technologies (HTML, CSS, Javascript, Actionscript etc).  You can interface with the runtime from Javascript, so for example, you can read / write files to the system.</p>
<p>I would look at the showcase to see what has been done, and by who.</p>
<p>In your case, if you are wanting to interface with Yahoo Mail, then you should be able to make a SMTP Client using the Socket class.</p>
<p>Does Yahoo have an API?</p>
<p><a href="http://labs.adobe.com/showcase/air/" rel="nofollow">http://labs.adobe.com/showcase/air/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.glenscott.co.uk/2008/01/28/investigating-lua/comment-page-1/#comment-8</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Tue, 29 Jan 2008 19:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=5#comment-8</guid>
		<description>Hey Peter,

This is going to be an unofficial app, so I'm free to use whatever technology suits.  I've not checked out AIR at all, so perhaps you could advise on some URL's that have a good overview of it?</description>
		<content:encoded><![CDATA[<p>Hey Peter,</p>
<p>This is going to be an unofficial app, so I&#8217;m free to use whatever technology suits.  I&#8217;ve not checked out AIR at all, so perhaps you could advise on some URL&#8217;s that have a good overview of it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.glenscott.co.uk/2008/01/28/investigating-lua/comment-page-1/#comment-7</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 29 Jan 2008 16:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.glenscott.co.uk/?p=5#comment-7</guid>
		<description>Have you thought about looking at Adobe AIR?

Or is this going to be an actual Yahoo official application?  In which case you wouldn't want the Adobe name on it.</description>
		<content:encoded><![CDATA[<p>Have you thought about looking at Adobe AIR?</p>
<p>Or is this going to be an actual Yahoo official application?  In which case you wouldn&#8217;t want the Adobe name on it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
