undyingking: (Default)
undyingking ([personal profile] undyingking) wrote2010-10-12 12:25 pm
Entry tags:

localStorage

Interesting article on Smashing Magazine about localStorage. In summary, it's a JavaScript object that provides an improved alternative to cookies, for storing data on the user's computer. Looks extremely usable and powerful, but also there has to be a certain yikes! factor I think, about the way it can be used to get round users' cookie-storage privacy preferences.

It's not universally supported, but one of the comments says "this is supported by Firefox 3.5 up, IE8 up, Safari 4, and Chrome 4 up" – which would cover almost all of our users.

Another comment points out that you can do the same thing in Flash. Yes, but probably more users have Flash blocked than have JS blocked?

[identity profile] undyingking.livejournal.com 2010-10-20 08:57 pm (UTC)(link)
Mm, I'm no Flash whiz but I don't see how they could avoid being cleared if you do that.