Wattle Software - producers of XMLwriter XML editor
 Bookstore Home | XMLwriter Home | Search | Site Map 
XML Related
 General XML
 XSLT & Stylesheets
 XHTML
 SGML
 XML DTDs
 XML Schema
Web Development
 Web Graphics
 HTML
 Dynamic HTML
Web Services
 General Web Services
 UDDI
 SOAP
 WSDL
 Programming/Scripting 
 PHP Programming
 Perl Programming
 Active Server Pages
 Java Server Pages
 JavaScript
 VBScript
 .NET Programming
 
XMLwriter
 About XMLwriter
 Download XMLwriter
 Buy XMLwriter
XML Resources
 XML Links
 XML Training
 The XML Guide
 XML Book Samples
 

Sams Teach Yourself JavaScript in 21 Days (Sams Teach Yourself)


By Jonathan A. Watt, Andrew H. Watt, Jinjer Simon
 
Image of: Sams Teach Yourself JavaScript in 21 Days (Sams Teach Yourself)
Pricing Details:

List Price:$34.99
You save:$10.73 (30.7%)
Your Price:$24.26
Buy Now

Book Details:

Format:Paperback, 784 pages.
Publisher:Sams 2002-05-09
ISBN:0672322978

Average Customer Rating:

3.5 3.5 out of 5 stars (10 reviews)

Editorial Reviews:

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.


Customer Reviews:

Displaying 1 to 5 of 10 total reviews (Page 1 of 3):

3 out of 5 stars Hits the Spot for Quick Introduction to JavaScript

Some programmers look down on the Sams Teach Yourself series as beneath their level. I imagine that some professional chefs also look down on a ham sandwhich. However, sometimes a ham sandwhich with cheese on rye really hits the spot. The Sam Teach Yourself series of books provide a practical and efficient way to get introduced to a new topic.

The "Sams Teach Yourself JavaScript in 21 Days" is no exception. With the emergence of AJAX as a cutting edge way to provide rich web based applications, the demand for a working knowledge of JavaScript will increase.

"Sams Teach Yourself JavaScript in 21 Days" goes step by step through the core aspects of JavaScript. This book teaches fundamentals such as variables, arrays, statements, functions, built-in methods, and basic objects. The book also teaches introductory DHTML and SVG manipulation--though some of it may seem out of date as the book was published three years ago.

In general, the authors do a good job of explaining programming concepts and how JavaScript implements them. I found in a couple of cases where the code examples had errors. While I was able to work around the errors in the book, it's always frustrating when the example doesn't work.

If you are a programmer who needs to implement JavaScript in your current project, "Sams Teach Yourself JavaScript in 21 Days" will probably help you get up to speed quickly. Or if you are new to programming and need a step by step guide to a relatively easy language to use, you will find "Sams Teach Yourself JavaScript in 21 Days" an easy to use and approachable book.

If you are looking for a more advanced discussion of JavaScript, this book may disappoint you. You may want to consider O'Reilly's "JavaScript: The Definitive Guide".

1 out of 5 stars Egregious errors!

There are enough serious errors in this book to overshadow any positive attributes it may have. Things like on page 88 (first edition, May 2002) where the author confuses the modulus of a number with its absolute value: "The modulus of a number is the same as the number if the number is greater than zero. If the number is less than zero, then its modulus is the negation of the number - that is, the modulus of -5 is 5. The modulus is sometimes referred to as the absolute value of the number." You will discover a function called "getModulus" that returns the absolute value of a number on page 87.

You also will find on page 74 the author claiming that the bitwise NOT operator used thusly: ~9 would result in -10!

These sorts of errors are not acceptable in a professional reference or tutorial of any sort.

5 out of 5 stars Well written book

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.

3 out of 5 stars Doorstopper. Not worth it.

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.

4 out of 5 stars Great for beginners, too slow for experienced programmers

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

More Customer Reviews:
Next Page


Customers who bought this book were also interested in:


Sams Teach Yourself Web Publishing with HTML & XHTML in 21 Days (4th Edition) (Sams Teach Yourself)


Sams Teach Yourself XML in 21 Days (3rd Edition) (Sams Teach Yourself)


Sams Teach Yourself Web Publishing with HTML and CSS in One Hour a Day (5th Edition) (Sams Teach Yourself)


Sams Teach Yourself HTML and CSS in 24 Hours (7th Edition) (Sams Teach Yourself)


Sams Teach Yourself Active Server Pages 3.0 in 21 Days (Sams Teach Yourself)

 

Find similar books by category...


Search for more:

Search books:  



Google
 
Web XMLwriter.net




Last updated: Sun Nov 23 6:20:30 CST 2008
© Wattle Software 2007. All rights reserved.