Google released an open source toolkit for offline web apps – Google Gears: It provides 3 significant components to the browser ecosystem. A multithreaded javascript environment, which provides a restricted background taks JavaScript environment for accessing remote data source without blocking the main UI. Adding support for local data storage is a new set of javascript APIs. The storage support transactional data based on SQLite. […]