<?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>Mike Southby &#187; air</title>
	<atom:link href="http://www.mikesouthby.co.uk/tag/air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikesouthby.co.uk</link>
	<description>Microsoft MCSE certified geek and general technology enthusiast</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:37:55 +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>Linux Mint 8 Installing Adobe AIR&#8230;</title>
		<link>http://www.mikesouthby.co.uk/2010/02/linux-mint-8-installing-adobe-air/</link>
		<comments>http://www.mikesouthby.co.uk/2010/02/linux-mint-8-installing-adobe-air/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 15:39:19 +0000</pubDate>
		<dc:creator>Mike Southby</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blah]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Technology Related]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>

		<guid isPermaLink="false">http://www.mikesouthby.co.uk/?p=1203</guid>
		<description><![CDATA[After a previous post where I outlined how to install Adobe AIR in Ubuntu 9.10 I thought I would write another post with instructions for installing in Linux Mint 8 as I also use this distribution on my development machine.  The differences are subtle but nevertheless they are slightly different.]]></description>
			<content:encoded><![CDATA[<p>After a previous post where I outlined how to install Adobe AIR in Ubuntu 9.10 I thought I would write another post with instructions for installing in Linux Mint 8 as I also use this distribution on my development machine.  The differences are subtle but nevertheless they are slightly different.</p>
<p>Installing Adobe AIR on Linux Mint is again quite easy (certainly no more difficult than installing in Ubuntu), although it is not available in the repository so you’ll need to  follow these instructions:</p>
<ul>
<li>Download Adobe AIR by clicking this <a title="Click here to download the Adobe AIR Installer" href="http://www.mikesouthby.co.uk/wp-content/uploads/2009/11/AdobeAIRInstaller.bin" target="_blank">link</a>, ensure that you save the installer to your desktop for the following steps</li>
<li>Once the download has completed, you need to open your Terminal (select <strong>Menu</strong> &gt; <strong>Terminal</strong>).  Type the following command to switch to your desktop where you have just downloaded the AIR installer (making sure to take note of capitalisation):<br />
<code>cd ~/Desktop</code><br />
We now need to make the file executable.  To do this type the following command:<br />
<code>chmod +x  AdobeAIRInstaller.bin</code><br />
Finally you need to run the installer itself, as you are already in Terminal simply type the following command:<br />
<code>./AdobeAIRInstaller.bin</code></li>
</ul>
<div align="center"><div id="attachment_1204" class="wp-caption alignnone" style="width: 480px"><a href="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot.png"><img class="size-full wp-image-1204" title="Screenshot" src="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot.png" alt="" width="470" height="294" /></a><p class="wp-caption-text">Running the installer from within Terminal</p></div></p>
</div>
<ul>
<li>The Adobe AIR installer will now launch, obviously click to agree the T&amp;Cs and then sit back, the installer doesn’t take long.</li>
</ul>
<div align="center"><div id="attachment_1205" class="wp-caption alignnone" style="width: 480px"><a href="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-1.png"><img class="size-full wp-image-1205" title="Screenshot-1" src="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-1.png" alt="" width="470" height="294" /></a><p class="wp-caption-text">Accept the T&amp;Cs by clicking &#39;I Agree&#39;</p></div></p>
<div id="attachment_1206" class="wp-caption alignnone" style="width: 480px"><a href="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-2.png"><img class="size-full wp-image-1206" title="Screenshot-2" src="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-2.png" alt="" width="470" height="294" /></a><p class="wp-caption-text">Sit back and wait for the installer to finish</p></div>
<div id="attachment_1207" class="wp-caption alignnone" style="width: 480px"><a href="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-3.png"><img class="size-full wp-image-1207" title="Screenshot-3" src="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-3.png" alt="" width="470" height="294" /></a><p class="wp-caption-text">Done!</p></div>
</div>
<p><code> </code><br />
That’s it; simple.  You can then install any Adobe AIR application directly from the web, in this case I have chosen to install TweetDeck to test everything works.</p>
<div align="center"><div id="attachment_1208" class="wp-caption alignnone" style="width: 480px"><a href="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-4.png"><img class="size-full wp-image-1208" title="Screenshot-4" src="http://www.mikesouthby.co.uk/wp-content/uploads/2010/02/Screenshot-4.png" alt="" width="470" height="294" /></a><p class="wp-caption-text">Installing TweetDeck from within Firefox</p></div></p>
</div>
<p><code> </code><br />
I hope this is useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesouthby.co.uk/2010/02/linux-mint-8-installing-adobe-air/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Installing Adobe AIR&#8230;</title>
		<link>http://www.mikesouthby.co.uk/2009/11/ubuntu-9-10-installing-adobe-air/</link>
		<comments>http://www.mikesouthby.co.uk/2009/11/ubuntu-9-10-installing-adobe-air/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:39:54 +0000</pubDate>
		<dc:creator>Mike Southby</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blah]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology Related]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mikesouthby.co.uk/?p=1000</guid>
		<description><![CDATA[Adobe AIR is becoming increasingly popular amongst developers owning to it ability to work across multi-platforms, developers now only have to write the code once and it'll work not only in Windows, but also Linux and Mac using the AIR platform.  The amount of AIR applications on the market is still somewhat limited, and most of the things available are niche items but at it grows in popularity, it also grows in its usefulness to the average end user...]]></description>
			<content:encoded><![CDATA[<p>Adobe AIR is becoming increasingly popular amongst developers owning to its ability to work across multi-platforms, developers now only have to write the code once and it&#8217;ll work not only in Windows, but also Linux and Mac using the AIR platform.  The amount of AIR applications on the market is still somewhat limited, and most of the things available are niche items but at it grows in popularity, it also grows in its usefulness to the average end user.</p>
<p>I have a few applications which I use, meaning that I can run them both in Windows 7 and Ubuntu; it&#8217;s great being able to boot into either OS depending on my mood and not have to switch just to do the things that I need.</p>
<p>Probably the most well known AIR application that I use is <a title="http://www.tweetdeck.com" href="http://www.tweetdeck.com" target="_self">TweetDeck</a>; which for the record is really useful!  TweetDeck is a &#8216;one stop shop&#8217; for your social networking requirements, giving you a single screen with access to all of your most needed information across Twitter, Facebook and MySpace.  You get full access to all of the native features with the exception of the new Twitter Lists feature, although this is already being addressed and will feature in a forthcoming update.  Obviously it focuses on Twitter and is great for composing tweets, giving you functionality including full bit.ly API integration and the ability to &#8216;shrink&#8217; tweets on demand to fit 140 characters.</p>
<p>I also run PiWik Desktop Analytics.  You may not have heard of PiWik but they are an open source alternative to Google Analytics and actually, they are really rather good.  What is worth mentioning here, is that unlike Google Analytics, PiWik is installed locally onto your web server so you can be sure no one has access to your data, with privacy becoming more and more or an issue as the days go on, a lot are already questioning the way in which Google &#8216;could&#8217; use your data, with PiWik this isn&#8217;t a concern.  <em>Enough about PiWik for now, I will be writing a review of PiWik in the not too distant future</em>.  PiWik Desktop Analytics is a great little app which runs in AIR and gives you real time access to your web statistics.  It even has a live tab showing you who is on your site right now.  Great stuff.</p>
<p>Installing Adobe AIR on Ubuntu is actually quite easy, although it is not available in the repository so simply follow these instructions:</p>
<ul>
<li>Download Adobe AIR by clicking this <a title="Click here to download the Adobe AIR Installer" href="http://www.mikesouthby.co.uk/wp-content/uploads/2009/11/AdobeAIRInstaller.bin" target="_blank">link</a>, ensure that you save the installer to your desktop for the following steps</li>
<li>Once the download has completed, you need to open your Terminal (select <strong>Applications</strong> &gt; <strong>Accessories</strong> &gt; <strong>Terminal</strong>).  Type the following command to switch to your desktop where you have just downloaded the AIR installer:<br />
<code>cd ~/desktop</code><br />
We now need to make the file executable.  To do this type the following command:<br />
<code>chmod +x AdobeAIRInstaller.bin</code><br />
Finally you need to run the installer itself, as you are already in Terminal simply type the following command:<br />
<code>./AdobeAIRInstaller.bin</code></li>
<li>The Adobe AIR installer will now launch, obviously click to agree the T&amp;Cs and then sit back, the installer doesn&#8217;t take long.</li>
</ul>
<div align="center"><img class="alignnone size-full wp-image-1002" title="air" src="http://www.mikesouthby.co.uk/wp-content/uploads/2009/11/air.png" alt="air" width="450" height="394" /></div>
<p><code> </code><br />
That&#8217;s it.  Now all you need to do is go find some AIR applications to download and enjoy; I recommend that you check out <a title="http://www.tweetdeck.com" href="http://www.tweetdeck.com" target="_blank">TweetDeck</a>..!</p>
<p>If you&#8217;re using or find any good AIR apps, leave a comment below and share your experiences.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikesouthby.co.uk/2009/11/ubuntu-9-10-installing-adobe-air/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
