From the book lists at Adware Report:

All information current as of 19:36:56 Pacific Time, Tuesday, 22 February 2005.

Sams Teach Yourself JavaScript in 21 Days

   by Jonathan A. Watt / Andrew H. Watt / Jinjer Simon / Jonathan A Watt

  Paperback:
    Sams
    29 April, 2002

   US$23.09   

   Usually ships in 24 hours

Click the button below to . . .

    
(which will add the book to your Amazon U.S.A. "Shopping Cart")

. . . or use your browser's Back button to return to the search-list page.

Editorial description(s):

Book Info
Covers emerging topics such as the use of JavaScript with PDFs and the scripting of Scalable Vector Graphics (SVG). Enables the reader to easily apply what they've learned with confidence in order to meet their own coding needs. Softcover.



From the Back Cover


The aim of Sams Teach Yourself JavaScript in 21 Days is to tutor the Web-literate novice JavaScripter through to a high level of competency in applying JavaScript to Web pages.

In addition to core uses of client-side JavaScript, Sams Teach Yourself JavaScript in 21 Days also covers emerging topics such as the use of JavaScript with PDFs and the scripting of Scalable Vector Graphics (SVG).

The key principles taught throughout the book are backed up with clear and useful examples. This enables the reader to easily apply what they've learned with confidence in order to meet their own coding needs.



About the Author


Andrew Watt is an independent consultant and author with expertise in XML and Web technologies including SVG. He is author of Designing SVG Web Graphics (New Riders) and XPath Essentials (Wiley). He is co-author of XML Schema Essentials (Wiley) and contributing author to XHTML, XML & Java 2 Platinum Edition (Que), Professional XSL, Professional XML 2nd Edition, and Professional XML Meta Data (Wrox).



Jonathan Watt has been working with JavaScript for two years and has been Webmaster of the Strathclyde University Skills Society Web site, as well as a number of his own Web sites such as dsvg.com. His primary expertise is in the application of JavaScript in the client-side environment, but he also has used ASP and PHP to create database-driven Web sites. He is currently in the third year of a master's degree in engineering at Strathclyde.



Jinjer Simon has been actively involved in the computer industry for the past 17 years. Her involvement in the industry has included programming, providing software technical support, end-user training, developing written and online user documentation, creating software tutorials, developing Internet Web sites, and writing technical books. Jinjer and her husband currently live in Coppell, Texas, with their two children where she currently works as a consultant for MillenniSoft Inc. by providing Web site development and online documentation development.



Jim O'Donnell was born on October 17, 1963, in Pittsburgh, Pennsylvania (you may forward birthday greetings to [email protected]). After a number of unproductive years, he went to Rensselaer Polytechnic Institute for 11 years earning three degrees. He now lives in Washington, DC, and spends most of his time building spacecraft. He has been writing and editing books for eight years. When he isn't working, he collects comic books and PEZ dispensers and plays ice hockey for the DC Nationals. Go, Nats!




Book Description


The aim of Sams Teach Yourself JavaScript in 21 Days is to tutor the Web-literate novice JavaScripter through to a high level of competency in applying JavaScript to Web pages.



In addition to core uses of client-side JavaScript, Sams Teach Yourself JavaScript in 21 Days also covers emerging topics such as the use of JavaScript with PDFs and the scripting of Scalable Vector Graphics (SVG).



The key principles taught throughout the book are backed up with clear and useful examples. This enables the reader to easily apply what they've learned with confidence in order to meet their own coding needs.






Reader review(s):

not for real-world projects, May 17, 2002
I've read quit a lot of books on JavaScript, and this is one of the worser ones. To give just one example, the DHTML chapter. Very short, very few examples, and - even worse - only Netscape 6 and Internet Explorer 5+ are covered. Strange though that according to recent surveys Netscape 4 (which fails miserably with the examples presented) has about 7 times the number of installations than Netscape 6.
Also, chapter 21 covers SVG, which some say will make an impact, others say it won't, however there is no use to cover this very exotic topic in a "Teach Yourself" series book.
There are also a lot of other topics that are important but missing. So even if you might learn something about JavaScript, you cannot use it in real world applications. I cannot recommend buying this book :-(

Great for beginners, too slow for experienced programmers, June 1, 2004
I found this book very useful, and I was able to learn JavaScript from it, although I didn't follow the book's tutorials sequentially.

The most important thing to note is that this book is not really suitable for an experienced programmer who wants to add JavaScript to the list of programming languages that he/she knows. If you already know several other programming languages then you'll find the pace of this book much too slow. There are too many simple examples and too much discussion of basic programming principles.

For a beginning programmer these many examples and down-to-earth discussions are great. The authors assume that the reader has no knowledge of programming at all, which is fine if the reader is new to programming.

A couple of the especially useful things I found in this book were an example showing a clever way of using the onClick event for an "a" tag, and information about where to find the Microsoft script debugger.

On the other hand, I did find a few minor errors. And on page 20 a CD-ROM is mentioned, but in fact no CD-ROM accompanies the book. Instead, as explained on page 5, the sample files from the book are available on the Internet.

So if you're new to programming then this is a good book for you, but if you're an experienced programmer then you should find something else.

Rennie Petersen

Good Book!, December 13, 2002
I like the fact that its very beginner friendly. I tried reading the O'riely book and it was talking about topics I wasnt ready to cover yet and it was boring. I mean they spent a paragraph on each topic and didnt have many fully coded examples just a whole bunch of snippets without showing how it would look on screen. So I switched back to this book. It explains things for the beginner. If you are new to JavaScript this is a good book for you to get started with.

Doorstopper. Not worth it., June 29, 2004
I thought this book was pretty good, when I first started. Because I was able to do a little something with Javascript and I've never even really tried a scripting or programming language before (I know HTML, buts thats just markup). But I put this book on the back burner after I learned what I wanted from Javascript (and really hit the wall after not being able to really use it much more after that). So I started learning Actionscript, where I saw more opportunites for its use. I got "Actionscript: The Definitive Guide" by Colin Moock, and I was actually enlightened. Everything was so much clearer. Actionscript and Javascript are very similar, and when I do write scripts with Javascript and need help, this book "Sams Teach Yourself Javascript in 21 Days" never helps me, I have to use Colin Moock's ACTIONSCRIPT BOOK and I find what I need.
The back appendix of this book, "Javascript in 21 Days", where it is supposed to list methods/functions/etc. is useless. Why even have it there? Moock's actionscript book has an appendix that you can actually use for reference (descriptions, examples, usefull)
I wish I knew all this before I bought this particular Javascript book. I suggest O'Reilly's "Javascript: The Definitive Guide", if it is half as good as Moock's "Actionscript: The Definitive Guide", you'll be all set.

Excellent tutorial using simple language, November 27, 2002
I'm in a somewhat unusual position, in that I've needed to work on some rather advanced JavaScript scripts without really learning the fundamentals. I've struggled through my projects using Danny Goldman's JavaScript Bible and many online resources, but there are holes in my knowledge that you could drive a truck through.

While Goldman's JavaScript Bible is an excellent reference book, I quickly grew frustrated when I attempted to work my way through it as a tutorial. I wanted a book that was designed as a tutorial, and used simple language to teach complicated subjects. I picked up "Teach Yourself JavaScript in 21 Days", and unlike Goldman's book, it uses simple language and a simple structure to give a clear picture of JavaScript.

I do spend well over the suggested time on each chapter, doing all of the exercises and modifying them in whatever ways I can think of. As a result, many of the things that have perplexed me for months are becoming second nature, and I'm seeing improvements in my coding abilities daily. And I'm only on chapter 4!

Perhaps my pre-existing knowledge of JavaScript is why this book seems so intuitive to me, but whatever the reason, I am excited to pick up "Teach Yourself JavaScript in 21 Days" every morning. My fundamental grasp of JavaScript has improved dramatically, and I absolutely feel this is the best tutorial book I have purchased.

Great beginners book!, June 14, 2003
This is the book that I used to teach myself Javascript.

I was able to breeze through it in 3 days, not 21 days and I would recommend the Teach Yourself series by SAMS to anyone who wants to learn a computer language.

Later when you need a big reference book, I would recommend "JavaScript: The Definitive Guide" by O'Reilly.

Well written book, August 20, 2004
I'm very pleased with this book. It covers a large amount of JavaScript. However, like any other Sams Teach Yourself in 21 days series, this book will take you longer than 21 days to finish. The only complaint I have with this book is the lack of a JavaScript reference in the back. While it has one, it's not that large. Over all, if you want to learn JavaScript, buy this book. You can easily tell by how well written the book is that the author of this book is great JavaScript programmer.

Good But....., October 13, 2003
I thought the book was good but was a little bit too wordy. I didn't see why there needed to be so many examples on everything; but I guess that's good if you are new to programming. This book wasn't exactly what I was looking for but served its purpose. It was much better then SAMS "Teach Yourself JavaScript in 24 Hours" which had errors in it. Although I didn't care for the books wordiness it was filled with useful information and I did enjoy the chapter of SVG.


{end of page}

(Page code from the SEO Tools, Toys, and Packages site)