Tagged Questions

1
vote
1answer
437 views

Android v1.5 w/ browser data storage

I'm trying to build an offline web application which can sync online if the network is available. I tryed jQuery jStore but the test page stop at "testing..." whitout result, then I tryed Google Gears ...
1
vote
3answers
575 views

Javascript Session Data Storage

Does anyone know of a reliable way to store data to use across pages of a site?... Here is what I've found so far: Cookies - Not enough capacity to store what I need atm. URL hash - Same as above ...