or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
More Buying Choices
52 used & new from $1.00

Have one to sell? Sell yours here
 
   
AJAX: Creating Web Pages with Asynchronous JavaScript and XML
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

AJAX: Creating Web Pages with Asynchronous JavaScript and XML (Paperback)

~ (Author)
Key Phrases: new mysqli, mad scientist stuff, resulting node set, Lord Darcy, World Wide Web Consortium, Document Object Model (more...)
3.0 out of 5 stars  See all reviews (12 customer reviews)

Price: $49.99 & this item ships for FREE with Super Saver Shipping. Details
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.

Only 1 left in stock--order soon (more on the way).

Want it delivered Wednesday, February 10? Choose One-Day Shipping at checkout. Details
34 new from $1.50 18 used from $1.00

Frequently Bought Together

Customers buy this book with Service-Oriented Architecture (SOA): Concepts, Technology, and Design by Thomas Erl

AJAX: Creating Web Pages with Asynchronous JavaScript and XML + Service-Oriented Architecture (SOA): Concepts, Technology, and Design

Customers Who Bought This Item Also Bought

Beginning XML with DOM and Ajax: From Novice to Professional (Beginning: From Novice to Professional)

Beginning XML with DOM and Ajax: From Novice to Professional (Beginning: From Novice to Professional)

by Sas Jacobs
3.8 out of 5 stars (10)  $29.19
Ajax Design Patterns

Ajax Design Patterns

by Michael Mahemoff
4.1 out of 5 stars (16)  $29.69
Understanding AJAX: Using JavaScript to Create Rich Internet Applications

Understanding AJAX: Using JavaScript to Create Rich Internet Applications

by Joshua Eichorn
4.8 out of 5 stars (5)  $34.19
Prototype and Scriptaculous in Action [Ajax]

Prototype and Scriptaculous in Action [Ajax]

by Dave Crane
3.6 out of 5 stars (8)  $34.19
Professional Ajax, 2nd Edition (Programmer to Programmer)

Professional Ajax, 2nd Edition (Programmer to Programmer)

by Jeremy McPeak
4.2 out of 5 stars (20)  $26.39
Explore similar items

Editorial Reviews

Product Description

The Easy, Example-Based Guide to Ajax for Every Web Developer

 

Using Ajax, you can build Web applications with the sophistication and usability of traditional desktop

applications and you can do it using standards and open source software. Now, for the first time,

there's an easy, example-driven guide to Ajax for every Web and open source developer, regardless of

experience.

 

Edmond Woychowsky begins with simple techniques involving only HTML and basic JavaScript. Then,

one step at a time, he introduces techniques for building increasingly rich applications. Don't worry if

you're not an expert on Ajax's underlying technologies; Woychowsky offers refreshers on them, from

JavaScript to the XMLHttpRequest object. You'll also find multiple open source technologies and open

standards throughout, ranging from Firefox to Ruby and MySQL.

 

You'll not only learn how to write "functional" code, but also master design patterns for writing rocksolid,

high-performance Ajax applications. You'll also learn how to use frameworks such as Ruby on

Rails to get the job done fast.

 

  • Learn how Ajax works, how it evolved, and what it's good for
  • Understand the flow of processing in Ajax applications
  • Build Ajax applications with XML and the XMLHttpRequest object
  • Integrate back-end code, from PHP to C#
  • Use XSLT and XPath, including XPath Axis
  • Develop client-side Ajax libraries to support code reuse
  • Streamline development with Ruby on Rails and the Ruby programming language
  • Use the cross-browser HTML DOM to update parts of a page
  • Discover the best Ajax Web resources, including Ajax-capable JavaScript libraries

About the Author

EDMOND WOYCHOWSKY, a senior level consultant in Pennsylvania and New Jersey, specializes in

client-side JavaScript, Java, Oracle, open source, and Microsoft technologies. A well-known contributor

to TechRepublic, he has developed applications for the financial, pharmaceutical, and manufacturing

industries. He began his professional career at Bell Laboratories.


Product Details

  • Paperback: 432 pages
  • Publisher: Prentice Hall; 1 edition (August 18, 2006)
  • Language: English
  • ISBN-10: 0132272679
  • ISBN-13: 978-0132272674
  • Product Dimensions: 9.1 x 6.9 x 1.1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 3.0 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon.com Sales Rank: #1,234,203 in Books (See Bestsellers in Books)

More About the Author

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

Visit Amazon's Edmond Woychowsky Page

Inside This Book (learn more)




What Do Customers Ultimately Buy After Viewing This Item?

AJAX: Creating Web Pages with Asynchronous JavaScript and XML
44% buy the item featured on this page:
AJAX: Creating Web Pages with Asynchronous JavaScript and XML 3.0 out of 5 stars (12)
$49.99
Professional JavaScript for Web Developers (Wrox Programmer to Programmer)
26% buy
Professional JavaScript for Web Developers (Wrox Programmer to Programmer) 4.4 out of 5 stars (48)
$31.49
Ajax Bible
10% buy
Ajax Bible 3.9 out of 5 stars (7)
$26.39
Ajax: Your visual blueprint for creating rich Internet applications
10% buy
Ajax: Your visual blueprint for creating rich Internet applications 2.0 out of 5 stars (4)
$22.79

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(5)
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

12 Reviews
5 star:
 (3)
4 star:
 (1)
3 star:
 (3)
2 star:
 (3)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.0 out of 5 stars (12 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
10 of 11 people found the following review helpful:
4.0 out of 5 stars enhanced JavaScript, September 12, 2006
By W Boudville (Terra, Sol 3) - See all my reviews
(TOP 10 REVIEWER)    (REAL NAME)      
As an aside, the author embeds humourous throwaway remarks in this text, that are often well worth hunting for and reading for your own amusement.

The book goes through the syntax of Ajax. Which essentially is the syntax of JavaScript itself. Ajax does not really invent a new language. Its innovation comes in how it lets you combine existing approaches in a novel manner. This means that you might consider this book as an advanced text on JavaScript, and how to combine it with using HTML and XML. External to this book, there is a feeling on the Web that Ajax is really a clever marketing of JavaScript.

In any event, the methods described in the book should be easy to an experienced programmer. Especially if you have had any background in even minimally using JavaScript and HTML. The most intricate parts of the book relate to using XPath and XSLT. These have been around for several years. But prior to Ajax, their uptake seems to have been minimal. Perhaps due to their complexity. With Ajax, there is now a prospect that XPath and XSLT might actually see greater use. The author has correctly included them in the book, for completeness. However, if you are new to Ajax, I'd suggest avoiding these chapters on a first pass.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
12 of 14 people found the following review helpful:
5.0 out of 5 stars Great Introduction to Ajax, October 9, 2006
Ajax has hit the bookstores hard the past 6 months and there a lot of books on the market. To try and differentiate them is difficult since it is still a fairly new technology (or implementation of existing technologies actually) and people are trying to understand how to use it and use it properly.

The Ajax: Creating Web Pages with Asynchronous JavaScript and XML is a little different than the rest and that is a good thing.

Here's why...

1) It doesn't just go right into showing you how to use the XMLHttpRequest object in the usual "Hello World" examples. Its goes into detail how normal scripting works with web pages and shows the differences in using an Ajax implementation and what it can do it for you.
2) It doesn't try to sell you that using Ajax is always better. It explains how other techniques (better or worse) can be used to do similar results: HTML frames and IFRAMES.
3) It teaches you the technologies that are used in Ajax in case you are just starting out. It gives a great primer to XHTML tags,JavaScript basic syntax, the DOM and XML.
4) The examples on Ajax use open source technologies (PHP and MySQL) and really explain how to use these server-side technologies so if you're unfamiliar with them you won't get lost. Was great because myself am a ASP.NET developer, but I had no problem following the examples using PHP code.
5) A very detailed explanation of the XMLHttpRequest object (chapter 7 and 8). Other books I have read on Ajax briefly go into this very important object but this book really explains it methods and properties and how to use it correctly with XML DOM, RSS, and Web Services.
6) Covers XSLT, which many books do not.

Those are just a few points why this book is a great, complete introduction to Ajax and why it should be in your bookshelf. I highly recommend it.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
5 of 5 people found the following review helpful:
1.0 out of 5 stars Not a good fit for anyone, December 10, 2006
By K. M. Lawson "Muninn" (Cambridge, MA USA) - See all my reviews
(REAL NAME)   
The book is an unfortunate failure, given the popularity and importance of the topic. It is filled with geeky humor, but far too much so, such that this fluff adds almost a third to the length of the book. There is plenty of code, but much of it is detached and not useful at all to someone trying to learn these concepts from scratch. The book is of little use to either the expert or the complete beginner. The expert will be puzzled by extremely repetitive explanations of the absolute basics of XML and Javascript, while the beginner will be bewildered by the fact that it contains such introductory passages even as they are overwhelmed by pages of PHP, C#, advanced XML, and countless short-cuts in the code which feel like unnecessary showing off when you are trying to teach users how to use AJAX.
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars A great waste of time
I tried to read this book, but gave up after the first few chapters.
There MAY be actual useful and relevant information in later chapters, but judging by the amount of text... Read more
Published on August 30, 2007 by P. Martel

5.0 out of 5 stars Awesome
This book was far more informative than I imagined it would be, and I very highly recommend this to anyone who wants to get into Ajax. Read more
Published on May 13, 2007 by Paul C. Allsopp

2.0 out of 5 stars Easy Reading, But Lacking
I found the book to be an easy read because the author wrote in a conversational, and often humorous manner. Read more
Published on December 5, 2006 by Avid Learner

2.0 out of 5 stars Regretfully I'm going to have to agree...
with the reviewer that mentioned the fact that this book is filled with an unbelievable amount of nonsense. Read more
Published on December 2, 2006 by Relentless

2.0 out of 5 stars too much drivel
There is some good technical content here but the fluffy writing style is extremely irritating. Consider the following paragraph:

"Regardless of the name they call it... Read more
Published on November 13, 2006 by Philip Miller

3.0 out of 5 stars A good vacation read, but short on substance
I read AJAX: Creating Web Pages with Asynchronous JavaScript and XML by Edmond Woychowsky while on vacation. As it turned out, this was a good book to read on vacation. Read more
Published on November 9, 2006 by Edwin Hubble

3.0 out of 5 stars This is a 5-star book!
I purchased this book full of enthusiasm and began reading and, as soon as the examples appeared, I naturally wanted to try them out. Read more
Published on November 9, 2006 by Russell R. Bateman Jr.

5.0 out of 5 stars An easily-understood, basic guide
AJAX: CREATING WEB PAGES WITH ASYNCHRONOUS JAVASCRIPT AND XML by Edmond Woychowsky is for web programmers who want to make the most of Ajax's processing powers. Read more
Published on November 6, 2006 by Midwest Book Review

3.0 out of 5 stars A somewhat different approach to presenting Ajax...
AJAX: Creating Web Pages with Asynchronous JavaScript and XML by Edmond Woychowsky is one of those book that's entertaining to read, but it's structured somewhat differently that... Read more
Published on November 5, 2006 by Thomas Duff

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
Read an excerpt at ComputerWorld 0 August 2006
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
textbook scam 129 1 day ago
Sketchy textbook transaction on Marketplace 17 7 days ago
Search Customer Discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.