I have been digging into cookies a little bit more recently as I want to build a few simple tools with no backend. The idea would be to store JSON data in a cookie and just push and pull the objects when necessary. Often, finding the basic facts on a subject can be more difficult on the web than trying to find more esoteric stuff.
So here are some of the links I found:
- Cookies Spec - http://wp.netscape.com/newsref/std/cookie_spec.html
- Basic JavaScript Cookie Functions - http://www.quirksmode.org/js/cookies.html
- Dojo Cookie Function - http://api.dojotoolkit.org/jsdoc/dojo/HEAD/dojo.cookie
This info along with an O'Reilly book or two on your favorite programming language will get pretty much anyone going with the subject.
No comments:
Post a Comment