This link has been bookmarked by 33 people . It was first bookmarked on 24 Aug 2008, by Paul Merrell.
-
26 Apr 12
-
20 Jan 12
-
28 Sep 11
-
01 Sep 11
-
To create a database object you use the
openDatabase()method on theWindowobject. It takes four arguments: a database name, a database version, a display name, and an estimated size, in bytes, of the data to be stored in the database. For instance: -
var db = openDatabase("notes", "", "The Example Notes App!", 1048576);
-
The transaction method takes one to three arguments: a transaction callback, an error callback, and a success callback.
-
transaction()
-
-
29 Mar 11
-
20 Feb 11
-
22 Dec 10
-
26 Mar 10
-
01 Mar 10
yann langlaisHTML 5 contains several features that address the challenge of building Web applications that work while offline. This document highlights these features (SQL, offline application caching APIs as well as online/offline events, status, and the localStorage API) from HTML 5 and provides brief tutorials on how these features might be used to create Web applications that work offline.
-
Offline Web Applications
-
-
23 Feb 10
Simon WrightHTMLÂ 5 contains several features that address the challenge of building Web applications that work while offline. This document highlights these features (SQL, offline application caching APIs as well as online/offline events, status, and the localStorage API) from HTMLÂ 5 and provides brief tutorials on how these features might be used to create Web applications that work offline
-
21 Feb 10
-
17 Jul 09
-
23 Apr 09
-
24 Aug 08
-
Abstract
HTML 5 contains several features that address the challenge of building Web applications that work while offline. This document highlights these features (SQL, offline application caching APIs as well as
online/offlineevents, status, and thelocalStorageAPI) from HTML 5 and provides brief tutorials on how these features might be used to create Web applications that work offline.
-
-
04 Jun 08
-
Joe Crawfordpowered by technologies like google gears, interesting idea.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.