Friday, April 15, 2005
Javascript - tutorial
As a basic introduction to javascript, I have designed the following applications:
Note: Most of the script working is specific to firefox/mozilla/netspace.
- Introduction - Do simple mathematical calculation.
- DataStructures - Understand using Array and Associative Array.
- Calculator - Basic calculator application
- Autohint - A text box that will suggest the available options, some thing simlar to Google Suggest TextBox
- XHR - Explains using XMLHttpRequest , fetches tags of delicious user using delicious api, once you enter the delicious user name and password.
- XHR integrated with Autohint text box.
Note: Most of the script working is specific to firefox/mozilla/netspace.