IndexedDB Articles
-
Webinar: IndexedDB with Jonas Sicking
Update 2011-12-20: The video recording of this webinar is now available: IndexedDB is the emerging standard for structured client-side data storage. The IndexedDB standard is supported by current versions of Firefox and Chrome, and support for it is expected in Internet Explorer 10. With this growing maturity and support, it’s time to start experimenting with […]
-
Announcing Firefox Aurora 10
We’re happy to announce the availability of Aurora 10. (Download and Test Aurora 10) In additional to the normal improvements that you’ve come to expect like performance, security and bug fixes, Aurora 10 focuses in HTML5 enhancements. New additions HTML5 Visibility API createProcessingInstruction WebGL antialiasing 3D Transforms Visibility API Document.mozFullScreenEnabled Developer Tools Code Editor CSS […]
-
Mozilla Hacks Weekly, November 3rd 2011
Thursday again, and we in the Mozilla’s Developer Engagement Team has our weekly reading tips for you.
-
IndexedDB in Firefox 4
This is a guest post from Ben Turner, one of the developers of IndexedDB for Firefox. Mozilla is pleased to announce support for IndexedDB in the upcoming Firefox 4 Beta 9 and recent trunk nightlies. IndexedDB allows web apps to store large amounts of data on your local system (with your explicit permission, of course) […]
-
People of HTML5 – Remy Sharp
HTML5 needs spokespeople to work. There are a lot of people out there who took on this role, and here at Mozilla we thought it is a good idea to introduce some of them to you with a series of interviews and short videos. The format is simple – we send the experts 10 questions […]
-
Firefox 4: An early walk-through of IndexedDB
Web developers already have localStorage, which is used for client side storage of simple key-value pairs. This alone doesn’t address the needs of many web applications for structured storage and indexed data. Mozilla is working on a structured storage API with indexing support called IndexedDB, and we will have some test builds in the next […]
-
Beyond HTML5: Database APIs and the Road to IndexedDB
IndexedDB is an evolving web standard for the storage of significant amounts of structured data in the browser and for high performance searches on this data using indexes. Mozilla has submitted substantial technical feedback on the specification, and we plan to implement it in Firefox 4. We spoke to prominent web developers about evolving an […]