Tag: JavaScript
color Wheel
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This JavaScript will change the background from one color to the next for each of the 10 colors then it starts the loop over again! There is also an On/Off button to let you start and stop the JavaScript. JavaScript...
Read MoreRandom Background
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Type a color
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This script is another neat way to spice up your webpage with JavaScript. Visitors just type their favorite color in the box and click a button. The background is instantly changed to their favorite color! JavaScript...
Read MoreCurrent date and time (long)
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This is the somewhat longer way to put the current date and time on your page. It writes in a longer date and time format than the previous java date and time script. Here is a tutorial that will explain the difference in...
Read MoreDays till date
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This little JavaScript will take an event or date in the future and compare it to the current date, then display how many days until that date/event occurs. Pretty neat! Lots of uses… (Marriage countdown, till...
Read MoreFive function calculator
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Here is a really simple JavaScript calculator – with just 5 functions! (Add, subtract,...
Read MoreInterest Calculator
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |