more...

You are browsing the archive for Scripts and Programming.

by admin

Must Visit From….

March 11, 2010 in Scripts and Programming by admin

  • If other sites links directly the sub-pages of your site or if previous required pages are being skipped, you can now require your visitors to come from a certain page! Those that did not come from the required page are alerted then send back to the required previous page. Clever!

by admin

Age Finder

March 11, 2010 in Scripts and Programming by admin

  • Not only will this script tell you how many days, hours, minutes, and seconds old you are, it tells you how long until your next birthday!

by admin

Byte Converter

March 11, 2010 in Scripts and Programming by admin

  • Use this script to convert bytes, kilobytes, megabytes, and gigabytes. Quick and easy to use.

by admin

Magic Squares

March 11, 2010 in Scripts and Programming by admin

  • Here is a fun JavaScript game. Try to put the squares back in order. The ‘0′ repesents the empty spot, and click a square next to the 0 to make them trade places! Get the squares back in order and you win!

by admin

Byte Converter

March 11, 2010 in Scripts and Programming by admin

  • Use this script to convert bytes, kilobytes, megabytes, and gigabytes. Quick and easy to use.

by admin

Basic Date Display

March 11, 2010 in Scripts and Programming by admin

  • Use this code snippet to display today’s date on your Web page.

by admin

Love Test

March 11, 2010 in Scripts and Programming by admin

  • Here’s a neat little script to figure the “love compatibility” between two people. Just enter their names and hit calculate! We are not responsible for any broken relationships resulting from this script.

by admin

Developing a Simple Validation Library in JavaScript

March 11, 2010 in Scripts and Programming by admin

  • This tutorial teaches some of the most commonly used JavaScript functions for client side validation of HTML forms. You can reuse these scripts to inject into server side controls.

by admin

Check Username Signup

March 11, 2010 in Scripts and Programming by admin

  • This script does a Gmail-style check on the username supplied to see if it is a unique username, using the Ajax method.

by admin

Delayed Popup

March 11, 2010 in Scripts and Programming by admin

  • Automatically opens a new popup window a given number of seconds after the page finishes loading. The script can optionally be configured to close the window after a few seconds.