AJAX Guide
Format: HTML
This is less a book than a category of the Mozilla Developer Center wiki, but it does contain good information on AJAX development. It also includes links to some external resources for learing AJAX.
Core JavaScript 1.5 Guide
Format: HTML
The Core Javascript guide is a wiki-based online tutorial for learning to program Javascript. Assumes a general understanding of the Internet and the Web, and good working knowledge of HTML.
Chapters include:
- About this Guide
- JavaScript Overview
- Core Language Features
- Expressions and Operators
- Regular Expressions
- Statements
- Functions
- Working with Objects
- Details of the Object Model
- LiveConnect Overview
- Processing XML with E4X
Core JavaScript 1.5 Reference
Format: HTML
This online book in wiki format provides a thorough reference to the core JavaScript language.
Topics covered include:
- About this Reference
- Global Objects
- Global Properties
- Global Functions
- Functions
- Statements
- Operators
- 8 Comments
- LiveConnect Class Reference
- Appendix A - Reserved Words
- Appendix B - Deprecated Features
Sams Teach Yourself JavaScript in 24 Hours
Published: 2002, Sams
428 pages Format: HTML
This book serves as a tutorial on both scripting basics and the JavaScript language in particular. The writing style is light and easy to follow with lots of practical examples.
Included topics:
- Using Javascript to enhance interactive forms
- objects
- Javascript for manupulating cookies
- JavaScript for games, animation, and multimedia
Each chapter ends with a Summary, Q&A, Quiz and Exercises.
This book does not specifically cover using Javascript for AJAX.