<?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>Cozmoslabs &#187; aptana</title>
	<atom:link href="http://www.cozmoslabs.com/tag/aptana/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cozmoslabs.com</link>
	<description>Web design and development experiment.</description>
	<lastBuildDate>Thu, 01 Jul 2010 09:26:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Adobe Air resources for HTML and JavaScript developers</title>
		<link>http://www.cozmoslabs.com/2008/10/10/adobe-air-resources-for-html-and-javascript-developers/</link>
		<comments>http://www.cozmoslabs.com/2008/10/10/adobe-air-resources-for-html-and-javascript-developers/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 12:00:54 +0000</pubDate>
		<dc:creator>Cristian</dc:creator>
				<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.cozmoslabs.com/?p=129</guid>
		<description><![CDATA[I&#8217;ve just finished my first adobe air project. It was a simple Daily Incomes-Expenses desktop application with monthly reports (simple enough to build in a few hours using PHP and MySql). It took me however something like 12 hours of work mostly because of lack of documentation, certain JavaScript functions are banned in Adobe Air [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="postimage"><img class="alignnone size-full wp-image-138" title="air_logo" src="http://www.cozmoslabs.com/wp-content/uploads/2008/10/air_logo.jpg" alt="" width="300" height="300" /></div>
<p>I&#8217;ve just finished my first <strong>adobe air</strong> project. It was a simple Daily Incomes-Expenses desktop application with monthly reports (simple enough to build in a few hours using PHP and MySql). It took me however something like 12 hours of work mostly because of lack of documentation, certain JavaScript functions are banned in Adobe Air because of security concerns ( functions like eval() that are used in JavaScript Frameworks ) and bugs in <a href="http://aptana.com/">Aptana IDE</a> and it&#8217;s Adobe Air plugin.</p>
<p>To sum it all up I&#8217;ve put together a list of resources that might help you shave a few hours on you ADOBE AIR project if you are developing it using HTML and JavaScript.</p>
<p><span id="more-129"></span></p>
<h2>Tutorials &amp; How To&#8217;s</h2>
<h3 id="title"><a href="http://www.sitepoint.com/article/learn-adobe-air-part-1/">Site Point &#8211; Learn Adobe AIR, Part I: Build A Note Storage App</a></h3>
<p>This is a step-by-step well written tutorial that will guide you from installing your Aptana IDE and Plugin for Adobe Air, to developing your Sqlite local database application to deploying and packing it as a .air file.</p>
<h3 id="title"><a href="http://www.sitepoint.com/article/learn-adobe-air-part-2/">Site Point &#8211; Learn Adobe AIR, Part II: Build a  Customer Management App</a></h3>
<p>This one builds on top of what you&#8217;ve learned in part 1 and guides you throught building a more complex AIR application.  You will learn how to explore the user interface possibilities that AIR provides, implement drag-and-drop functionality, work with native windows, communicate between windows, construct menus, and more.</p>
<h3><a href="http://www.adobe.com/devnet/air/ajax/">Adobe AIR Developer Center for HTML and Ajax</a></h3>
<p>Adobe Air&#8217;s official page for resources related to developing application using HTML and Javascript. There are many good tutorials, articles and tips here to keep you busy for a wile. It also has a <strong>Get started with Adobe AIR</strong> section that I wished I found before I started work on my application <img src='http://www.cozmoslabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3 id="post-3566"><a title="Permanent Link to Adobe AIR for JavaScript Developers Pocketguide" rel="bookmark" href="http://ajaxian.com/archives/adobe-air-for-javascript-developers-pocketguide">Adobe AIR for JavaScript Developers Pocketguide &#8211; Free Book<br />
</a></h3>
<p>Adobe AIR for JavaScript developers provides an introduction to Adobe AIR for developers using interested in building AIR applications using JavaScript, HTML and CSS.</p>
<p>The book has several pieces:</p>
<ul>
<li>Introduction to Adobe AIR</li>
<li>Getting started with Adobe AIR</li>
<li>Working with JavaScript and HTML Within Adobe AIR</li>
<li>Adobe AIR Mini-Cookbook</li>
</ul>
<p>It is written by members of the AIR team itself, so you know that the information will be correct.</p>
<h3><a href="http://www.adobe.com/support/documentation/en/air/#html-ajax">Adobe AIR resources For HTML and Ajax</a></h3>
<p>Here you get to see some of the most important or popular aspects of specific Adobe AIR features, step-by-step instructions for creating Adobe AIR applications using HTML and Ajax and Language Reference for HTML Developers. This is and official Adobe page so the information here should be kept up to date.</p>
<h3><a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=4&amp;postId=10483">Include existing SQLite database in an AIR application </a></h3>
<p>I had a small problem with the database for my adobe air application and this page helped me find the cause. Again it&#8217;s an official Adobe page so it can be used as reference for developing solid applications.</p>
<h3><a href="http://help.adobe.com/en_US/AIR/1.1/devappshtml/WSC04AFC0E-5BF5-4c2f-8A32-BEDE16E9DF95.html">Developing Adobe AIR 1.1 Applications with HTML and Ajax </a></h3>
<p>You could say this is the help file for Adobe Air, but it&#8217;s more like a complete online reference for the SDK and framework. You can probably find all the information you need here if you want to invest the time and effort needed into it .</p>
<h2>Application Lists and Reviews &#8211; If you need to know what others have built with Adobe Air</h2>
<h3 id="line13"><a href="http://refreshingapps.com/">RefreshingApps.com &#8211; Showcase for Adobe AIR Applications and Resources</a></h3>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-131" title="refreshing_apps" src="http://www.cozmoslabs.com/wp-content/uploads/2008/10/refreshing_apps.jpg" alt="" width="500" height="149" /></p>
<p>&#8220;The premier showcase, resource website for Adobe AIR applications. Find the best Adobe AIR apps, get the best knowledge here&#8221;&#8230; or so they say! The bottom line is that this is a directory for Adobe Air application, it has reviews, previews, news from Adobe Air world, interviews with developers and A LOT of resources for developers from tutorials to icons for your applications.</p>
<h3><a href="http://www.webresourcesdepot.com/27-adobe-air-applications-handy-for-web-designers/">27 Adobe AIR Applications &#8211; Handy For Web Designers</a></h3>
<p><img class="aligncenter size-full wp-image-132" title="27_air_apps" src="http://www.cozmoslabs.com/wp-content/uploads/2008/10/27_air_apps.jpg" alt="" width="500" height="149" /></p>
<p>That&#8217;s right&#8230; 27&#8230; I doubt anyone would use all 27 of them (I personally tryed <a href="http://www.aboutnico.be/" target="_blank">Google Analytics Reporting Suite</a> ) but you might find something useful.</p>
<h3><a href="http://www.adobe.com/products/air/showcase/">Adobe AIR Showcase applications</a></h3>
<p><a href="http://www.cozmoslabs.com/wp-content/uploads/2008/10/showcase_air_apps.jpg"><img class="aligncenter size-full wp-image-135" title="showcase_air_apps" src="http://www.cozmoslabs.com/wp-content/uploads/2008/10/showcase_air_apps.jpg" alt="" width="500" height="149" /></a></p>
<p>Best of the best&#8230; This is the official Adobe Air Showcase. You can find applications from big names like AOL, NASDAQ, eBay, Yahoo!, The New York Times and the list goes on and on&#8230; These are Air Applications that probably are used by thousands of people around the world!</p>
<h3><a href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&amp;exc=24">Adobe AIR Marketplace</a></h3>
<p><img class="aligncenter size-full wp-image-136" title="air_marketplace" src="http://www.cozmoslabs.com/wp-content/uploads/2008/10/air_marketplace.jpg" alt="" width="500" height="149" /></p>
<p>Adobe has created an official <a rel="nofollow" href="http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&amp;exc=24">Adobe AIR Marketplace (beta)</a> which aims to enlist all of the Adobe AIR applications and widgets. This is a great place to search for inspiration or something that you would actually use!</p>
<h2>Editors for Adobe Air to use with HTML and JavaScript</h2>
<h3><a href="http://www.aptana.com/air">Aptana Studio + Adobe AIR</a></h3>
<p><em>&#8220;We are delighted with Aptana Studio&#8217;s support for Adobe AIR. Ajax developers using Aptana Studio 1.1 and Adobe AIR can now build advanced rich Internet applications that deploy on the desktop and run consistently across operating systems. In addition, Ajax developers will save time building applications on Adobe AIR with Aptana&#8217;s many productivity features including the AIR application export wizard and advanced Ajax code hinting. Aptana is making it easy to build Ajax-based applications for Adobe AIR.&#8221;</em> <strong>-Rob Christensen, Senior Product Manager of Adobe AIR</strong></p>
<h3><a href="http://www.adobe.com/products/air/tools/ajax/">Tools for AIR and Ajax &#8211; Adobe Dreamweaver CS3</a></h3>
<p>The Adobe AIR extension for Dreamweaver will allow you to package and preview AIR application files directly within Adobe Dreamweaver CS3, so you can leverage your existing web development skills to build rich Internet applications on the desktop.</p>
<h3>Javascript Libarys</h3>
<p>You can use pretty much any javascript library, be it <a href="http://jquery.com/">jQuery</a>, <a href="http://www.prototypejs.org/">Prototype</a>, <a href="http://mootools.net/">MooTools</a> as long as you take into consideration <a href="http://help.adobe.com/en_US/AIR/1.1/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7f0e.html">security-related JavaScript errors</a> that could apear if you aren&#8217;t careful. I personally used jQuery because there are a <a href="http://plugins.jquery.com/">lot of plugins</a> for it. Also because of thouse security-related JavaScript errors parts of <a href="http://ui.jquery.com/">jQuery UI</a> don&#8217;t work (the calendar part for example makes use of <em>eval()</em> function and that is not allowed in AIR).</p>
<p>Another alternative is the <a href="http://labs.adobe.com/technologies/spry/">Spry framework for Ajax</a> that comes with Dreamweaver CS3. The Spry prerelease was updated to support the shipping version of Adobe AIR.</p>
<p>This is what I thought relevant related to <strong>Adobe Air</strong> for Javascript developers. The web is a big place so if you are really serious about developing Air Applications don&#8217;t limit yourself to this list.</p>
<p><em>Don&#8217;t forget to have fun while developing your Air App! </em></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.cozmoslabs.com/2008/10/10/adobe-air-resources-for-html-and-javascript-developers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 14/25 queries in 0.027 seconds using disk

Served from: www.cozmoslabs.com @ 2010-07-31 02:22:14 -->