<?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>Ryan Phelan &#187; AIR</title>
	<atom:link href="http://www.rphelan.com/category/air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rphelan.com</link>
	<description>Exploring Flex, Design, and Visualization</description>
	<lastBuildDate>Thu, 12 Aug 2010 14:56:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AIR Install Badge Issues</title>
		<link>http://www.rphelan.com/2008/08/22/air-install-badge-issues/</link>
		<comments>http://www.rphelan.com/2008/08/22/air-install-badge-issues/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 14:42:28 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[AIR]]></category>

		<guid isPermaLink="false">http://www.rphelan.com/?p=67</guid>
		<description><![CDATA[I love the concept of AIR badges. They make your application really simple to distribute, and Adobe has succeeded in making the installation of the AIR runtime along with your app completely seamless. But, what happens when the badges don't work? You can't install any AIR applications. Check out the message I get every time [...]]]></description>
			<content:encoded><![CDATA[<p>I love the concept of AIR badges.  They make your application really simple to distribute, and Adobe has succeeded in making the installation of the AIR runtime along with your app completely seamless.  But, what happens when the badges don't work?  You can't install any AIR applications.</p>
<p>Check out the message I get every time I click on one of these badges:<br />
<img src="http://www.rphelan.com/flex/uploads/2008/08/airror1.jpg" alt="Something went wrong trying to install this application.  Please install the latest version of Adobe AIR from http://www.adobe.com/go/getair and" title="AIR Error" width="500" height="348" class="aligncenter size-full wp-image-70" /><br />
<br><br />
BTW - I get the same result in IE, Firefox and Safari and I've tried badges from dozens of different sites.  (I'm running Vista on a brand new Dell laptop)</p>
<p>Believe me, I have the latest version of Adobe AIR.  I've uninstalled and reinstalled the runtime a dozen times trying to figure this out.  The applications install just fine if I can download and run the .air file.  However, if I am not given that option, my only current workaround is to uninstall the AIR runtime.  Then when I click the installer badge, it installs the runtime and the application together just fine.  </p>
<p>If anybody knows of a solution, I'd love to hear it.  My greater concern is that this could happen to anyone, and they might not be tech savvy or patient enough to figure out a solution.  They just won't use your app.  Or any AIR app.  </p>
<p>The moral of the story is: <strong> please include a download link along with your AIR install badge so that people have an alternate method of installing your application.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rphelan.com/2008/08/22/air-install-badge-issues/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Perfect Application for AIR</title>
		<link>http://www.rphelan.com/2008/07/15/a-perfect-application-for-air/</link>
		<comments>http://www.rphelan.com/2008/07/15/a-perfect-application-for-air/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 18:01:15 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Playlist]]></category>
		<category><![CDATA[Taskbar]]></category>

		<guid isPermaLink="false">http://www.rphelan.com/?p=44</guid>
		<description><![CDATA[At work, we stream an internet radio station called WOXY which plays a really great selection of independent rock. Since there's always new stuff coming on, I like to keep tabs on who I'm listening to when I hear something I like. They have a pop-out playlist on their website, but it's inconvenient (or actually [...]]]></description>
			<content:encoded><![CDATA[<p>At work, we stream an internet radio station called <a href="http://www.woxy.com">WOXY </a>which plays a really great selection of independent rock.  Since there's always new stuff coming on, I like to keep tabs on who I'm listening to when I hear something I like.  They have a pop-out playlist on their website, but it's inconvenient (or actually impossible) to keep a browser window open when I'm doing Flex development/debugging/etc.  So - I whipped together a mini AIR app that just sits in the taskbar and keeps an updated playlist.  We're hosting the application on my company's <a href="http://www.phenomblue.com/blog/?p=56">blog</a>, and if anybody is interested in the source I'd be happy to post that too.  You can also check out <a href="http://woxy.lala.com/boards/showthread.php?t=54214">this discussion</a> on WOXY's Forum.  The feedback has been very positive so far, although some people are having a really hard time getting AIR installed.</p>
<p><img class="alignright size-full wp-image-46" title="WOXYplaylist" src="http://www.rphelan.com/flex/uploads/2008/07/woxyplaylist1.jpg" alt="WOXYplaylist" width="478" height="327" /></p>
<p><a href="http://www.rphelan.com/flex/uploads/2008/07/woxyplaylist.jpg"> </a></p>
<p>I was very impressed with this experience in the ease of putting together a taskbar based application.  There aren't as many resources out there yet for AIR as there are for Flex, but I found most of the syntax fairly concise and intuitive.  The major downside is AIR's memory footprint.  This obscenely simple application takes up 20-25 Mb of RAM!   I've been reading similar complaints about other AIR applications too.  Hopefully this will be addressed in a future release...</p>
<p><strong>Note:</strong> <em>I built this app for my windows box and haven't tested it on a mac... because OSX doesn't really have a taskbar, it may have some issues.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rphelan.com/2008/07/15/a-perfect-application-for-air/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
