Features
- Cover Type: Paperback with 504 pages
- Published by: Que
- Edition: 2nd Edition October 29, 2001
- Written in: English
- ISBN 10 Number: 0789726122
- ISBN 13 Number: 978-0789726124
-
Book Dimensions:
8.9 x 7.2 x 1.2 inches
- Weighs: 1.6 pounds
Product Review
A natural outgrowth of Joe Burns's comprehensive tips-oriented Java Goodies and HTML Goodies Web sites,
JavaScript Goodies is a delightful combination of tutorials and quick examples to help you make the most of JavaScript in your Web pages.
Burns provides a quick refresher on JavaScript scripting and the basics of the object model. But what can you actually do with JavaScript? The book illustrates how to produce effects in response to mouse events and perform image gymnastics. The presentation is so immediately rewarding that you may forget you're following a language tutorial.
This guide is packed with real-world code you can use to spice up your pages. It also covers a wide range of topics that lead to holistic JavaScript knowledge, including arrays, random number generation, timer implementations, and user-interface techniques.
Burns maintains all of the example code and assignments from the book on his site, as well as a zipped version of all the files for download. As he presents each technique, he discusses the concept, illustrates the code, and pulls it apart to show you how it works. Each discussion also includes assignments that are refreshingly fun. If dry language tutorials put you to sleep, this book will hold your attention.
--Stephen W. Plain
--This text refers to the
Paperback
edition.
Book Description
JavaScript Goodies, Second Edition is based on the most popular JavaScript tutorials at HTMLGoodies.com. It starts with the basics, including JavaScript syntax and common errors readers may encounter. It then continues with detailed lessons covering
Enabling mouse eventsUsing variablesWorking with math operatorsWriting loops
Later chapters explain complex add-ons, including clocks and counters, passwords, and animation. The book finishes with a series of useful appendices readers can refer to for a quick reference of basic JavaScript features and commands.
Reader Reviews
This review is from: JavaScript Goodies (Other Programming) (Paperback)
I would highly recommend this book for someone new to JavaScript. Mr. Burns does an excellent job of demonstrating a good variety of popular and practical uses of the language- the reader is introduced to the different ways to employ JavaScript, is given code examples, and these examples are explained. Yes, there are errors in the code, but the thinking reader will be able to figure most of them out by doing just that- thinking (plus experimenting). I don't think Mr. Burn's objective was to have someone copy the code verbatim onto a web page without giving thought to how to adapt it to their particular situation. I had previously bought two other books on JavaScript which were excellent (comprehensive and technical - Danny Goodman's JavaScript Bible, and David Flanagan's O'Reilly guide) but nowhere near as easy to read as this one. Mr. Burn's book will give you a taste of what JavaScript can accomplish, and provide you with the background to read more advanced books on the topic. As a first course, this is a great book! One other thing- you should be familiar with HTML before reading this one.
Comment | |
(Report this)