chrsmithdemos / html5rocks

Automatically exported from code.google.com/p/html5rocks
0 stars 0 forks source link

Article on IndexedDB+Autosuggest #884

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The main point of this article is to show a practical usecase for IndexedDB. 
Specifically it covers two parts:

In the first part, I show how we can suck down data from a remote server and 
add it to the client's local db. This will probably be about 500 user records.

In the second, I'll show how you can bind an autosuggest (jQuery UI probably) 
to data from the indexeddb.

Original issue reported on code.google.com by raymondc...@gmail.com on 11 May 2012 at 8:39

GoogleCodeExporter commented 9 years ago

Original comment by ericbide...@html5rocks.com on 11 May 2012 at 8:54

GoogleCodeExporter commented 9 years ago
Checked in. Thanks Raymond!

Original comment by ericbide...@html5rocks.com on 25 Jun 2012 at 3:53