====== jquery.indexeddb - (by Parashuram) ====== * [[http://plugins.jquery.com/indexeddb/|jquery-plugin]] * [[http://nparashuram.com/jquery-indexeddb/|nparashuram]] * [[https://github.com/axemclion/jquery-indexeddb/blob/gh-pages/docs/README.md|github-doku]] * [[http://nparashuram.com/trialtool/#example=/IndexedDB/trialtool/index.html|trialtool]] ====== xxx ====== * [[http://en.wikipedia.org/wiki/Indexed_Database_API|IndexedDB]] [[http://www.w3.org/TR/IndexedDB/|IndexedDB Specification]] * [[https://developer.mozilla.org/en-US/docs/IndexedDB|mozilla]] [[https://developer.mozilla.org/de/docs/IndexedDB/IndexedDB_verwenden|...]] * [[http://www.peterkroener.de/indexed-db-die-neue-html5-datenbank-im-browser-teil-1-ein-kurzer-ueberblick/|peterkroener]] * [[http://plugins.jquery.com/indexeddb/|jq plugin indexeddb (nparashuram)]] [[http://nparashuram.com/jquery-indexeddb/|JQuery IndexedDB Plugin]] [[http://nparashuram.com/IndexedDB/|...]] * Wrapper: * [[http://aaronpowell.github.io/db.js/|db.js]] * [[http://jensarps.github.io/IDBWrapper/|IDBWrapper]] [[https://github.com/jensarps/IDBWrapper|...git]] **[[http://jensarps.github.io/IDBWrapper/example/|example]]** [[http://jensarps.de/2011/11/25/working-with-idbwrapper-part-1/]] * [[http://net.tutsplus.com/tutorials/javascript-ajax/working-with-indexeddb/|working-with-indexeddb]] [[http://net.tutsplus.com/tutorials/javascript-ajax/working-with-indexeddb-part-2/|...part-2]] * **async_storage.js:** [[http://code.ohloh.net/file?fid=2eHyyWvUkXoIRvR40xrtV5rm8P4&cid=J8YKMN30KQo&s=&browser=Default&fp=270838&mp&projSelected=true|code]] \\ //see Firefox::about:app-manager->StartSimulator->Device->System::Debug (->)Debugger// [[https://developers.google.com/chrome/whitepapers/storage]] \\ **Future development:** \\ //The plan is to put all HTML5 offline storage APIs—including IndexedDB, Application Cache, Files System, and other APIs that might be specified—under the Quota Management API. You will be able to manage all storage allocation with it. //