Category Archives: html

Client Side Storage/Persistence

Why client side persistence ?
Web vs Desktop: Desktop allows a lot of options to store data on the client side as it allows us to access information from local files. But the web has a limitation in that respect. Wen do allow some mechanisms to store and load data locally one of them is cookies.
What [...]

Also posted in WEB 2.0, javascript | Tagged , , | Leave a comment