Javascript
- JavaScript is THE scripting language of the Web.
- JavaScript is used in millions of Web pages to add functionality, validate forms, detect browsers, and much more.
- Learn by 100 examples!
- At W3Schools you will find complete references of all JavaScript objects and the HTML DOM objects.
- Learn the basics of JavaScript, and how to create some nifty scripts for your web site.
- Intermediate/Advanced JavaScript will cover some of the more complicated parts of JavaScript such as rollovers, advanced strings, arrays, and more.
Tizag
Javascript–what the heck is it? Is it a really difficult programming language that casual web designers should be afraid of? By definition, JavaScript is a client-side scripting language. This means the web surfer’s browser will be running the script. The opposite of client-side is server-side, which occurs in a language like PHP. PHP scripts are run by the web hosting server.