Chapter 14 A Brief Look at JavaScript
If a popup window mysteriously appears while you are surfing the Web, you’re experiencing the effects of JavaScript. JavaScript is a scripting language and JavaScript commands can be included in an XHTML file.
Using JavaScript, you can incorporate techniques and effects that will make your Web pages come alive! You can display an alert box containing an important message for your Web page visitor. You can display an image when a user moves the mouse pointer over a link, and much more. You don't have to be a programmer in order to be able to add a little sizzle to your Web pages. This chapter introduces JavaScript and some of its capabilities, and provides some samples that you can build on to create your own Web pages
JavaScript Reference
JavaScript Tutorials & Examples
- Beginning JavaScript Tutorials
- JavaScript Tutorial for the Total Non-Programmer
- More Beginning JavaScript Tutorials
- The JavaScript Source
JavaScript Tools
- Firebug — JavaScript debugger extension for Firefox
Firebug Tutorial - Venkman — JavaScript debugger
- JSLint — JavaScript syntax checker
- Spket IDE — IDE for JavaScript
- Rainbow9 — Web Based JavaScript IDE
Beyond JavaScript
- Ajax: A New Approach to Web Applications
- Take Command with Ajax
- Ajax, JavaScript and Accessibility
- RSS Ajax JavaScript Ticker
Chapter Updates
No errors have been reported for Chapter 14.
Questions or Comments?
The author would like to hear from you!
Send an e-mail to webdevfoundations@gmail.com
