Stored Documents is a Favorites capability for your website. It is supplied both as a free hosted service, or available for download. By simply placing a tag on the page where you want the links to appear, the Stored Documents script provides three separate JavaScript functions, which display the 'Store this document' link, the 'Clear all documents' link, and the list of stored documents.
Cross-platform JavaScript utility class for creating, reading, and deleting cookies. Cookies can be either session or persistent. Has ability to apply unlimited sub-values to a cookie. This allows you to work within the confines of the 20 cookie per server limit.
4 javascript cookie functions that I wrote for various website projects. I put them together in this script. They allow you to access, assign, modify, and delete your cookies with client-side code.
Automatically sets an invisible, remote cookie from another website, without alerting or annoying your surfer. This one-time popunder window has an adjustable timer for closing itself. Invisible, simple, silent, and very smooth. Automatic code generator for ease of use.
This script records the date+time of your visitor's last visit and displays it upon their return. If this is their first visit to your site, a greeting message is shown instead. Uses cookies.
Using cookies this script saves the date of the user's last visit and compares the date of the last updated date for the page. It then shows whether the page was updated or not since his/her last visit.