<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/483.html</link><description>Cookies RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Indicate if the site was updated since your last visit</title>
<link>http://www.advancescripts.com/detailed/11349.html</link>
<description>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.</description>
</item>
<item>
<title>Display Time of Last Visit</title>
<link>http://www.advancescripts.com/detailed/11348.html</link>
<description>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.</description>
</item>
<item>
<title>AIR Cookie Generator</title>
<link>http://www.advancescripts.com/detailed/11347.html</link>
<description>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.</description>
</item>
<item>
<title>Stored Documents</title>
<link>http://www.advancescripts.com/detailed/11346.html</link>
<description>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.</description>
</item>
<item>
<title>Cookie Utility Class</title>
<link>http://www.advancescripts.com/detailed/11345.html</link>
<description>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.</description>
</item>
<item>
<title>Cookie Functions</title>
<link>http://www.advancescripts.com/detailed/11344.html</link>
<description>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.</description>
</item>
<item>
<title>cookie tracker</title>
<link>http://www.advancescripts.com/detailed/11343.html</link>
<description>Using a cookie This JavaScript allows you to remember how many times a user has visited a page.</description>
</item>
<item>
<title>seconds at site</title>
<link>http://www.advancescripts.com/detailed/11342.html</link>
<description>Use this JavaScript to count and remember the number of seconds that a visitor has been at your page.</description>
</item>
<item>
<title>Visits</title>
<link>http://www.advancescripts.com/detailed/11341.html</link>
<description>This cookie records how many times the visitor has visited the page and writes to the page accordingly. (ie: You have been here 2 times).</description>
</item>
<item>
<title>User Name</title>
<link>http://www.advancescripts.com/detailed/11340.html</link>
<description>This cookie allows you to record and store the visitor's name on the visitors computer and to later retrieve that information.</description>
</item>
<item>
<title>Your Last Visit</title>
<link>http://www.advancescripts.com/detailed/11339.html</link>
<description>This script remembers the last time a user visited your Web page within last 30 days. A cookie is used to record the time of a visit.</description>
</item>
<item>
<title>Favorite BG Color</title>
<link>http://www.advancescripts.com/detailed/11338.html</link>
<description>Let a JavaScript cookie remember your favorite background color. On the first visit, it prompts for your favorite background color and change it to your choice. On future visits, it automatically displays that background color for you.</description>
</item>
<item>
<title>Cookie Protection</title>
<link>http://www.advancescripts.com/detailed/11337.html</link>
<description>You can use a basic cookie script to keep visitors (that don't have the cookie on their system) from viewing certain parts of your site (kind of.... There are always ways around it). The cookie is placed when the password provided is correct. Then, when they are forwarded to the password protected page, the cookie allows them to stay. Those without the cookie are sent back.</description>
</item>
<item>
<title>Cookie Welcome Back</title>
<link>http://www.advancescripts.com/detailed/718.html</link>
<description>This uses a cookie to know if this is a first time visitor. 
If it is a first timer, it asks the users name, and writes it to a cookie.</description>
</item>
<item>
<title>Cookies Enabled?</title>
<link>http://www.advancescripts.com/detailed/717.html</link>
<description>This shows how to easily set up a test to see if this user has cookies enabled.</description>
</item>
<item>
<title>Non-Persistent Cookie</title>
<link>http://www.advancescripts.com/detailed/716.html</link>
<description>This uses cookies to get input from the user 1 time per users web session. It uses a non-persistent cookie to prompt the user for a word - it then stores it for the rest of that web browser s life.It will use the value input and stored in the cookie to put that word onto the page that it is loading.</description>
</item>
<item>
<title>Count Visits with Cookies - Send User To Correct Page</title>
<link>http://www.advancescripts.com/detailed/715.html</link>
<description>This example counts the number of visits to this site (page). 
It uses that information to send the user directly to the correct pageon the site (via a parameter) 
A test-only variable should be set to false to turn off the test mode.</description>
</item>
<item>
<title>Cookie Construct</title>
<link>http://www.advancescripts.com/detailed/714.html</link>
<description>This file contains a cookie construct. Here you can see how to easily use cookies.</description>
</item>
<item>
<title>Store/Retrieve Cookie Values</title>
<link>http://www.advancescripts.com/detailed/713.html</link>
<description>This example stores 3 variables into a cookie, and then retrieves them. 
It puts the values into a form text box where the user can change the values. 
A window can be made to open up where that window has the cookie values written on it.</description>
</item>
<item>
<title>Move Images around - They remember</title>
<link>http://www.advancescripts.com/detailed/692.html</link>
<description>This example shows how to have images that can be clicked and moved around the page. 
They remember where they were last moved to (by using cookies) and will appear in the same place the next time. 
This script is designed for different pages to use the same script - just change the variable PAGE to be a different unique number. 
It works in both IE5.0 and NS4.7 
This script needs to have the statement: onload=&quot;placemarks()&quot; placed in the BODY tag to work properly. 
It might not work correctly as displayed in part of the database... download it- try it out. </description>
</item>
</channel>
</rss>
