Beginning JavaScript with DOM Scripting and Ajax and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Beginning JavaScript with DOM Scripting and Ajax on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Beginning JavaScript with DOM Scripting and Ajax: From Novice to Professional (Beginning: From Novice to Professional) [Paperback]

Christian Heilmann
3.1 out of 5 stars  See all reviews (17 customer reviews)

List Price: $39.99
Price: $27.42 & FREE Shipping. Details
You Save: $12.57 (31%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it tomorrow, June 21? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $17.27  
Paperback $27.42  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now
There is a newer edition of this item:
Beginning JavaScript with DOM Scripting and Ajax: Second Editon Beginning JavaScript with DOM Scripting and Ajax: Second Editon
$22.20
Available for Pre-order

Book Description

July 13, 2006 Beginning: From Novice to Professional

JavaScript is one of the most important technologies on the web. It provides the means to add dynamic functionality to your web pages and serves as the backbone of Ajax-style web development. Beginning JavaScript with DOM Scripting and Ajax is an essential guide for modern JavaScript programming; it’s practical but comprehensive. It covers everything you need to know to get up to speed with JavaScript development and add dynamic enhancements to web pages and program Ajax-style applications.

Experienced web developer Christian Heilmann begins gently by giving you an overview of JavaScriptits syntax, good coding practices, and the principles of DOM scripting. Then he builds up your JavaScript toolkit, covering dynamically manipulating markup, changing page styling on the fly using the CSS DOM, validating forms, dealing with images, and much more. Then he takes you to advanced territory, with a complete case study illustrating how many new JavaScript techniques can work together, plus a great introduction to Ajax development.


Frequently Bought Together

Beginning JavaScript with DOM Scripting and Ajax: From Novice to Professional (Beginning: From Novice to Professional) + Accelerated DOM Scripting with Ajax, APIs, and Libraries (Expert's Voice) + DOM Scripting: Web Design with JavaScript and the Document Object Model
Price for all three: $77.56

Buy the selected items together


Editorial Reviews

About the Author

Christian Heilmann grew up in Germany and, after a year working with people with disabilities through the Red Cross, he spent a year as a radio producer. Beginning in 1997, he worked for several agencies in Munich as a web developer. In 2000, he moved to the U.S. to work for eToys and, after the dot-com crash, he moved to the U.K., where he currently works as a lead developer for Agilisys. He publishes an almost-daily blog at http://wait-till-i.com and runs an article repository at http://icant.co.uk. He is a member of the Web Standards Project's DOM Scripting Task Force.

Product Details

  • Paperback: 512 pages
  • Publisher: Apress; 1 edition (July 13, 2006)
  • Language: English
  • ISBN-10: 1590596803
  • ISBN-13: 978-1590596807
  • Product Dimensions: 7.3 x 1.2 x 9.1 inches
  • Shipping Weight: 1.7 pounds (View shipping rates and policies)
  • Average Customer Review: 3.1 out of 5 stars  See all reviews (17 customer reviews)
  • Amazon Best Sellers Rank: #893,674 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

Just be aware of what you're getting into when you buy this book. Stephen R. Laniel  |  1 reviewer made a similar statement
Christian Heilmann's writing style is unusually clear and makes concepts easy to grasp. Harold McFarland  |  3 reviewers made a similar statement
Most Helpful Customer Reviews
44 of 46 people found the following review helpful
Format:Paperback
This JavaScript tutorial is a bit different than most I've had the opportunity to review over the years... Beginning JavaScript with DOM Scripting and Ajax: From Novice to Professional by Christian Heilmann. It will probably play well to the serious developers who want to come at JavaScript from an object-oriented background...

Contents: Getting Started with JavaScript; Data and Decisions; From DHTML to DOM Scripting; HTML and JavaScript; Presentation and Behavior (CSS and Event Handling); Common Uses of JavaScript: Images and Windows; JavaScript and User Interaction: Navigation and Forms; Back-End Interaction with Ajax; Data Validation Techniques; Modern JavaScript Case Study: A Dynamic Gallery; Using Third-Party JavaScript; Debugging JavaScript; Index

Most JavaScript books that try and teach the language usually do the "Hello World" approach, have you put a date on the web page, etc. All OK stuff, but pretty common fare. Heilmann seems to treat JavaScript as a legitimate coding language, with plenty of power and features to allow you to code solutions based on current accepted techniques. For instance, he dives into DOM manipulation pretty early, so you end up seeing quite a bit of material using document.getElementsBy statements. In most JavaScript books, that's either relegated to the later chapters, or skipped altogether. Breaking up the learning by presentation and behavior also helps those who are more in tune with MVC-style design. JavaScript *can* be built in such a way that it's maintainable and segmented, and Heilmann does a very nice job in teaching that style. I also really liked the chapter on debugging, as that's one of those things that I find extremely frustrating about JavaScript.
... Read more ›
Comment | 
Was this review helpful to you?
21 of 23 people found the following review helpful
2.0 out of 5 stars Emphasize "beginner"; "professional" part is false September 12, 2007
Format:Paperback
Just be aware of what you're getting into when you buy this book. It is *for beginners*, not for experienced developers. It spends the first 90 pages covering for- and while-loops, if-tests, and the rest of the machinery that you already know if you're an experienced programmer. It is the fate of most computer books, I'm afraid, that they either address rank beginners or professional software developers, with few addressing those in the middle.

After every chapter, I had to take a second to recapitulate what I had just learned into the terminology that I'm aware of from my experience with other languages. One large section, for instance, is devoted to namespace-collision issues -- but the word "namespare" appears nowhere in the index. If you need a book that will jumpstart to "Here's how you solve the namespace-collision problem in JavaScript," this book is not for you.

I had lots of specific questions, having just come to JavaScript. How do I set up a callback *chain*, for instance, on something like the window.onload event? This book is not at that level. It will be unable to answer that question for you. It spends so much time on beginners that it doesn't have enough time to help with best practices or common, cookbook-type programming problems.

And yet it does seem confused about exactly who its audience is. Right after a chapter on basic flow control, Heilmann tosses off "XSLT" as though he expects his readers to know what that is. I submit that those who needed the first chapter will not need the XSLT bit, and conversely.

So just be aware what you're getting into. I'm actually not blaming Heilmann, though I do blame whoever gave the book its title; it's much more about novices than professionals.
... Read more ›
Was this review helpful to you?
20 of 22 people found the following review helpful
Format:Paperback
I've had very positive experiences with Apress in the past, but I was really disappointed with this book....and it sounds like some of the other reviewers share my frustrations.

The example programs are sloppy and have errors (yes, the versions posted online work, but it's a massive pain in the a$$ to stare at the book for twenty minutes only to realize that there's an error in line x and line y doesn't even need to be there...and it's a bit unfair to expect the reader to know when to stop staring at the book and check the online version to see if it looks any different). Additionally, the author frequently dumps large amounts of code on the reader and instructs them to ignore parts (or to "ignore everything except for"). It happends over and over, and it gets annoying.

Also, from the beginning of the book, there is a heavy emphasis on web accessibility standards. Ensuring that your site can be accessed by visually impaired or otherwise disabled users is fine and great, but the examples get bloated because of it and, imho, it really gets in the way of learning the basic concepts.

If you want to learn Javascript and DOM, I'd recommend that you go to the Mozilla online docs for Javascript and DOM. The documentation and examples there are first rate. If, after learning Javascript and DOM, you want some recipes that *might* be helpful in ensuring compliance with accessibility standards, this book may be for you.
Was this review helpful to you?
10 of 11 people found the following review helpful
5.0 out of 5 stars Great book to learn how to do JavaScript properly September 27, 2006
Format:Paperback
Up until now, most JavaScript books I have seen have not really described how to be a good JavaScript programmer - most of them have lead by example (which is how many JavaScript programmers I know learnt JavaScript). Unfortunately learning JavaScript by simply viewing other people's code without understanding why it was written the way it was could also lead to learning by bad example.

Christian Heilmann's "Beginning JavaScript with DOM Scripting and Ajax" is different - it teaches the reader the concepts that will help them to become a good JavaScript programmer. Perhaps more importantly, it teaches how to use JavaScript, CSS, DOM, and Ajax in a degradable manner, so that all visitors to your web site will be able to access it. Christian explains not only the guidelines for developing good code, but the reasons why it is important.

Christian's passion for creating maintainable, standards compliant, usable websites is clearly visible in his writing. Throughout the book he reiterates key issues that good programmers should know, and demonstrates them in his code.

This is an excellent book on JavaScript, and one that I will thoroughly recommend to anybody new to JavaScript programming. I also recommend it to anyone who plans to make their website more accessible to a wider audience (and who doesn't want that?).
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
1.0 out of 5 stars Useless
I agree with other reviewers - this book wastes time and space on the obvious things that can be covered in a beginner's book. Read more
Published 8 months ago by E. Minkovitch
3.0 out of 5 stars Not recommened for beginners
The book's title suggests that it's a book for beginners as well as experienced programmers, but I wouldn't recommend this book to a person who is just starting to learn... Read more
Published on September 15, 2009 by Levan Kardava
2.0 out of 5 stars Very Disappointed
The book sets out to give you real-life examples of what you can accomplish with JavaScript, offering some real-life solutions to browser support issues and users with that don't... Read more
Published on April 4, 2009 by EC
4.0 out of 5 stars well written
I found the book to be easy to read and organized in a logical manor. Example code was provided to emphasis important points. Read more
Published on December 18, 2008 by Jesse Tutterrow
5.0 out of 5 stars It's about time
I have been going through a lot of javascript books to find that all of them want to teach you the trivial things javascript can do. Read more
Published on September 22, 2007 by Michael Green
3.0 out of 5 stars Meh...
He makes me cringe because he describes a lot of practices that are just really cheesy and annoying. Read more
Published on August 13, 2007 by Cameron Hinkle
5.0 out of 5 stars Bookmarked throughout - lots of useful stuff
I liked this book - it has many real applications and explanations. I found myself slipping in markers on lots of pages so that I could come back for information that I knew I... Read more
Published on June 14, 2007 by L. Frederick
2.0 out of 5 stars Buy DOM Scripting (friendsOfEd) instead
Don't let the all-inclusive title of this book fool you - it really doesn't seem to teach that much more than what you could learn by reading DOM Scripting (from Friends of ED). Read more
Published on March 23, 2007 by A. Detrick
3.0 out of 5 stars Pretty good, but lacking something
I bought this book because I am a web designer, but I'm terrible with Javascript, so I intended to try to figure it out a little bit with this book. Read more
Published on January 6, 2007 by Ben
2.0 out of 5 stars Just type it okay?
This book gives all kinds of javascript examples, right from page 2 and half of them don't even work. Read more
Published on October 30, 2006 by Amber F. Angulo
Search Customer Reviews
Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 





Look for Similar Items by Category