Google Gears - Enabling the Offline Web
Google Gears a new Beta service and FireFox extension from Google allows you to create web applications that store data offline on your harddrive instead online. After installing the Add On on FireFox you can check out several demo applications on their developer page to check how it works. Every application that want to use the service needs to be aproved by the user in order to use Google Gears with a special web application.
- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
I also noticed that Google Reader is now using it too. After installing Google Gears and visiting Google Reader I was able to download all data from my subscriptions to view it offline. Google Gears is storing the data somewhere - don't know where at the moment - on your local harddrive. They store the data in a fully searchable relational database which is installed on your local computer.google gears offline web developer code day










