Few days back I wrote about making web applications offline, well Google again are way ahead of the crowd and they already came up with the same called Google Gears. It is an open source web browser extension that enables web applications to provide functionality while user is offline. Google basically talks about 3 main layers to achieve this
LocalServer – which caches and serves application resources like HTML, JS,CSS, images etc locally on the clients machine
Database – which provides browser-local relational data storage on user’s computer with domain based security
WorkerPool – which pools asynchronously in the background to contact online application
A pretty cool Beta release with few samples and open APIs. But I am really sad that Google Gear installer doesn’t work for people who are behind proxy. I even posted in the Google Gear group but can’t see any response. There are presently around 227 topics floating in that group and almost 55-60 of the topics are around installation problem ( search for install, installation, 80040800 etc.)
Most of developers are behind company proxy’s and due to such issues people are loosing interest even when its an interesting development. Well for open source, community is the main source for information,ideas etc. and Google is lagging in that.