- Baking Cookies With JavaScript
This article explains how to create cookies using JavaScript to store user preferences and act on them automatically. Includes full source codes of several examples.
Price: Free
http://www.webtools.com/story/dhtml/TLS19981103S0001
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Cookies
A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus you do not need any extra server space to customize a page for any amount of users you may have. To use Cookies there are two things you need to do, one is set the cookie, and the other is retrieve a cookie you have already set. Heres a brief tutorial on how to use cookies, and a couple of ideas which you can use cookies for.
Price: Free
http://blazonry.com/javascript/cookies.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Understanding Session-only Cookies
Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.
http://wsabstract.com/javatutors/cookie.shtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
|