This fun script estimates the population of the world at this moment, in real time. Archived using a series of mathematical algorithms, it comes pretty close to the actual numbers.
Look up the time of various cities around the world easily with this useful script! Configurable to use cities of your choice.
If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection.
This is an article that tells the users how to define an array using literal notation. This tutorial provide info to the users that the literal notation is a method of declaring arrays. This article describes the method of declaring arrays and they m
This great script lets your visitors easily input a date/time into a form field, by selecting it from a popup window. Supports output dates in various formats such as: dd/MM/yyyy, dd/MMM/yyyy, MM/dd/yyyy etc.
This effective quick reference articles discusses about all the style sheet properties. Programmers can find various properties such as font, text, color, background, positioning, print, box properties etc., with examples. This reference is useful fo
Learn how to implement an image slideshow in JavaScript, along with making each slide "clickable."
Specify a past date (ie, the day you got a job), and let this script count many days has passed since then.
Use this script to automatically clear the default value of any form's input field when the mouse sets focus on it. This script intelligently distinguishes between default and user-entered text, and clears only the former on mouse focus.
Learn how to calculate the difference between two dates in JavaScript, and in the process, derive some useful applications such as counting down to a particular event, counting up, displaying what's new on your page etc. |