web-storage

Free webstorage that is accessible via code.

I have a desktop app for personal use and I would like it to be able to synchronize it's data with the net. Since it's not trancational, I figured a solition migth be to (de)serialize the lot to a plain text format and store that in some file on the web. Now I am looking for free storage in a way that I can access it via code, be it...

HTML5 Web Storage Cleared when Browser Clear Cache?

i wonder if HTML5 Web Storage will be cleared when browser clears its cache? if it did, many ppl like me may lose data if i accidentally clear cache? or like in this comment ... Since HTML5 local storage is kept separate from js cookies (like Silverlight, Gears, Flash), it opens up a world of 3rd party privacy issues for HTML5 as the...

synchronizing executeSql in Safari (WebKit) Web Sql database

WebKit (Safari 4+ is my focus) has a feature called Web SQL. Web SQL is specified in the W3C draft Currently only the asynchronous flavor is supported. I have a situation where I want to synchronize couple of operations - writing to database (using CREATE TABLE query and then a loop through INSERT queries) and then reading from the dat...