| Current |
|
| Total |
| Listings: |
5735 |
| Categories: |
681 |
| Votes: |
187 |
|
|
This site is a comprehensive online source of the most up-to-date information related to the different technology platforms, scripting languages and software tools. Any webmaster will definitely find some helpful articles or script reviews here.
|
| News |
24.03.2008 We are fortunate enough to have our first sponsors and partners that are willing to contribute to the development of our web site resources. As we continue to grow, our aim is to provide you with all the tools and resources you need for the development of your business. We strongly believe that your sponsorship and cross promotions are a winning combination for both our parties. We are looking forward to adding you to the growing list of our sponsors. Contact us for more information.
23.02.2008 Over 1000 resources are now available in our Internet directory. Wide range of web scripts and applications with descriptions and reviews will certainly make contribution to the development of your web site or services. All the material on elitescriptz.com has been thoroughly selected and divided into groups and sections thus allowing you to find an appropriate software easily and quickly.
17.01.2008 The leading web development company Conkurent LLC has launched a brand new project EliteScriptz.com recently! The hottest IT news, the most relevant information is aggregated here exclusively for you.
|
|
|
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.
|
http://www.eskimo.com/~jet/javascript/lastvisit.html
(Clicks: 1;
Comments: 0;
Listing added: Apr 9, 2008)
|
|
Use this JavaScript to count and remember the number of seconds that a visitor has been at your page.
|
http://plebian.com/?sec=scriptarchive&id=seconds+at+site
(Clicks: 0;
Comments: 0;
Listing added: Apr 9, 2008)
|
|
Using a cookie This JavaScript allows you to remember how many times a user has visited a page.
|
http://plebian.com/?sec=scriptarchive&id=cookie+tracker
(Clicks: 1;
Comments: 0;
Listing added: Apr 9, 2008)
|
|
The author notes" I was using IE version 5.5 to find the maximum size you can have a cookie be. This seems to be on the side of working - add 1 more to the size and it will not work as the cookie becomes too big. It should be easy enough to take this script and use it for yourself to test your web browser (future releases)."
|
http://www.js-x.com/example/?ex=378
(Clicks: 0;
Comments: 0;
Listing added: Apr 9, 2008)
|
|
This JavaScript 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.
|
http://www.js-x.com/example/?ex=42
(Clicks: 0;
Comments: 0;
Listing added: Apr 9, 2008)
|
|
This JavaScript example counts the number of visits to this site (page). It uses that information to send the user directly to the correct page on the site (via a parameter). A test-only variable should be set to false to turn off the test mode.
|
http://www.js-x.com/example/?ex=41
(Clicks: 0;
Comments: 0;
Listing added: Apr 9, 2008)
|
|
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.
|
http://www.script-masters.com/index.php
(Clicks: 0;
Comments: 0;
Listing added: Apr 9, 2008)
|
|
|
|