This tutorial explains an easy method of offering an automatically updated html file to other sites. http://www.purplepages.ie/site/articles/article.asp?faq=6&fldAuto=67
A brief note describing how to write JavaScripts to make them run on as wide a range of browsers as possible. http://www.raingod.com/raingod/resources/Programming/JavaScript/Notes/...
Pausing RSS scroller is an RSS scroller that lets you display any RSS feed on your site, even syndicate the scroller on other sites. http://www.dynamicdrive.com/dynamicindex17/rsspausescroller/index.htm
The if...else if construct can be used to test multiple conditions without having to nest separate if...else statements inside one another. http://www.developnew.com/javascript/If_Condition.php
The switch statement with case entries testing for expected values and providing processing code on a match. http://www.developnew.com/javascript/switch.php
An effective way of performing script input and output operations is through use of textbox fields. You can use textboxes http://www.developnew.com/javascript/textbox.php
A variable is a name assigned to a location in a computers memory to store data. http://www.smalltutorials.com/Javascript/Basic-Lessons/Variables-in-Ja...
A variable can hold only one value. What will happen if you want to hold a customer list, records of all employees in your company? http://www.smalltutorials.com/Javascript/Basic-Lessons/Understand-Arra...
This tutorial teaches you how to use drag and drop functionality available in script.aculo.us script. http://www.tutorialspoint.com/script.aculo.us/scriptaculous_drag_drop....
If you have ever written a piece of code in your life, then odds are you started out with a program just like this. http://www.dynamicajax.com/fr/AJAX_Hello_World-271_290_322.html