News

Some call it magic -- the ability to make objects appear suddenly out of nowhere. You can create this kind of magic on your website using a few lines of JavaScript ...
Virtually everyone knows how to bookmark a webpage, unexciting and as commonplace as using a search engine: Firefox and Chrome users know how to “Bookmark this page”, fans of Internet Explorer use ...
The most commonly used JavaScript effect on the Web is the image rollover. For the one person with access to the Web who’s never seen one before, an image rollover happens when you move your cursor ...
I need to add a clock to my homepage which displays the current time (web server time).<BR> <BR>The following below uses javascript to display the current time in an input field.<BR><BR>It gets the ...