Tested in Firefox 2.0
Tested in Firefox 3.0
Tested in Firefox 3.6
Tested in Chrome 5
Tested in Safari 4
Tested in Safari 5
Tested in IE6
Tested in IE7
Tested in IE8
Tested in Opera 10"
Does it mean it works on IE6+? Does IE6 have local storage?
I've seen some frameworks that use flash storage as a last resort for IE6. I've found success just building in a ajax fail-over and then let IE6 or any other browser make use of the fail-over.
I use semicolons when they're needed (for loops, multiple statements per line), and don't use them when they're not. The code becomes cleaner to my eyes.
Anyone know of size limitations on this storage? I am in the middle of writing a jQuery plugin and storing data in cookies which have the 4KB size limitation (which resulted in me having to "chunk" the data across several cookies). This looks like the perfect alternative!
MilkCrate is a wrapper around html localStorage/globalStorage that provides support for saving and querying collections of objects.
MilkCrate attempts to implement a similar querying interface to mongoDB.
It works now that I stuck it on a server, but apparently FF3.6.4 drops the data between passes on a file:// url. IE6 and Opera10 hang on to it, nothing else available here.
I'm completely unconvinced that cross-domain local storage is even remotely a good idea. I can't think of any data I'd want to store in a clientside database that I would want other sites to be able to see/modify.
So, all hopes for cross-domain user tracking are still doomed. sigh
Um, this is a good thing. I don't want the sites I visit to be communicating my use patterns to each other.
[+] [-] Myrth|15 years ago|reply
I.e. maximum storage size, scope (global, 2nd level domain, any domain), life cycle (when is it cleared), etc.
[+] [-] kenpratt|15 years ago|reply
[+] [-] mblakele|15 years ago|reply
[+] [-] barredo|15 years ago|reply
"So far tested in
Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10"
Does it mean it works on IE6+? Does IE6 have local storage?
[+] [-] cheald|15 years ago|reply
http://msdn.microsoft.com/en-us/library/ms531424%28v=VS.85%2...
Been available since IE 5.5, apparently. Who knew?
[+] [-] pmjordan|15 years ago|reply
[+] [-] narcvs|15 years ago|reply
[+] [-] alc277|15 years ago|reply
[+] [-] kingsley_20|15 years ago|reply
[+] [-] n8agrin|15 years ago|reply
[+] [-] marcuswestin|15 years ago|reply
[+] [-] chip|15 years ago|reply
Looks great by the way!
[+] [-] empire29|15 years ago|reply
[+] [-] Groxx|15 years ago|reply
[+] [-] eli|15 years ago|reply
[+] [-] philfreo|15 years ago|reply
[+] [-] richbradshaw|15 years ago|reply
[+] [-] tobyhede|15 years ago|reply
MilkCrate is a wrapper around html localStorage/globalStorage that provides support for saving and querying collections of objects. MilkCrate attempts to implement a similar querying interface to mongoDB.
[+] [-] Dylan16807|15 years ago|reply
[+] [-] paraschopra|15 years ago|reply
[+] [-] dandelany|15 years ago|reply
[+] [-] orangecat|15 years ago|reply
I would certainly hope so...
[+] [-] cheald|15 years ago|reply
[+] [-] Groxx|15 years ago|reply
</sarcasm>
[+] [-] wolfhumble|15 years ago|reply
[+] [-] narcvs|15 years ago|reply
I don't have access to IE5.5, would love to have someone test it.
[+] [-] eli|15 years ago|reply
[+] [-] erlanger|15 years ago|reply
[+] [-] alunny|15 years ago|reply
[+] [-] marcuswestin|15 years ago|reply