login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

What is the Gears API?
Gears is an open source project that enables more powerf ...
Features
Gears modules include:
... performing resource-intensive operations asynchronously

Gears API - Google Code
http://code.google.com/apis/gears/

Categories

/Channels/techie/JavaScript

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

What is the Gears API?

Gears is an open source project that enables more powerful web applications, by adding new features to web browsers.


Features

Gears modules include:

LocalServer LocalServer Cache and serve application resources (HTML, JavaScript, images, etc.) locally
Database Database Store data locally in a fully-searchable relational database
WorkerPool WorkerPool Make your web applications more responsive by performing resource-intensive operations asynchronously

HTML

<h2>What is the Gears API?</h2> <p>Gears is an open source project that enables more powerful web applications, by adding new features to web browsers.</p> <br> <h3>Features</h3> <p>Gears modules include:</p> <table id="features" cellpadding="0" cellspacing="0"> <tbody><tr> <td> <img src="resources/localserver.gif" class="noborder" alt="LocalServer" height="35" width="43"> </td> <td> <a href="api_localserver.html">LocalServer</a> Cache and serve application resources (HTML, JavaScript, images, etc.) locally </td> </tr> <tr> <td> <img src="resources/database.gif" class="noborder" alt="Database" height="35" width="43"> </td> <td> <a href="api_database.html">Database</a> Store data locally in a fully-searchable relational database </td> </tr> <tr> <td> <img src="resources/workerpool.gif" class="noborder" alt="WorkerPool" height="35" width="43"> </td> <td> <a href="api_workerpool.html">WorkerPool</a> Make your web applications more responsive by performing resource-intensive operations asynchronously </td> </tr> </tbody></table>