Javascript
Gently falling snowflakes, flyout menus, and many other nifty effects can be obtained by using Javascript. It’s easy to go overboard with the Javascript but used right it can add class to a website. For the more advanced user there is AJAX (Asynchronous Javascript and XML).
All modern browsers usually have Javascript enabled by default. Click here to check if javascript is enabled on your current browser. There should be a small popup box that says "Javascript is on". If not then you may have Javascript disabled. Turn on Javascript here
What is javascript?
Javascript is a cross platform, cross browser scripting language that runs on your computer and allows web sites and other media to add some extra fancy effects for you. Do you remember the good old days...
In this article our mission is to build a very light and simple script that will allow your users to add a page of your website to their browser bookmarks.
Click here to bookmark this page! You'll see this type of thing on many sites and if you have good content on your website your users might appreciate the extra ease in bookmarking your pages.
The Javascript
Our bookmark script will be totally self-contained to make things easy for this article. All code will be contained completely ...