
As I'm sure you already know, cloud computing and new client software that will take advantage of our applications moving to the cloud are coming at us thick and fast. We have Google Gears offering us Google apps when we are not connected to the web, AJAX that is being used by just about every to offer richer applications. We have Mozilla Prism, which is based on their Webrunner technology and now Adobe Air. I also believe Microsoft have an offering with Silverlight, but as it is not cross platform I won't be able to use it. There is a Linux port called Moonlight, but I hate products that are not designed from the ground up to be cross platform, that is very anti web.
As a recent convert to using twitter (@codfather), I started to look around for clients that offered more functionality than just the bog standard web interface. I found a great new web application call tweetdeck. Now this requires Adobe Air to use, as it is cross platform development environment, very much like Java, but designed for the next generation of web applications.
Installing this onto Linux is very straight forward, the instructions on their web site are great, all you need to do is do the following:
1) Download the binary installation program to your home directory by clicking on the link
2) Open a terminal and make the binary file executable - good old Linux security
3) Run the Binary
nick@nick-laptop:~$ chmod +x AdobeAIRInstaller.bin
nick@nick-laptop:~$ ./AdobeAIRInstaller.bin
Once you have done this very simple operation, the installation process is done through a point and click installer.Once it has been installed, you will have two new application links in your Gnome Applications --> Accessories menu bar.
Installing applications couldn't be easier, you just identify an Adobe Air application you want to install in Firefox, and just click on it. They all have a .air extension, and firefox will tell you it's an Air application and will offer to open it with the Adobe Air installer. Give this a go by installing tweetdeck.
I have installed this on all my laptops and desktops to give it a good test and to try and shake down any issues. I'm currently using it on my Eeepc with Eeebuntu installed as I type this. Now a twitter friend of mine , @glynmoody, has found some potential memory hogging, but I haven't seen this as of yet.
I would definitely recommend giving it a go and trying out the many applications that are available for it on the Adobe Air web site , but also out on the web.
I suspect we have not seen all the potential that this new web development has to offer yet, but the initial products are good enough for us start enjoying them.