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

Have one to sell? Sell yours here
 
   
Sams Teach Yourself AJAX in 10 Minutes
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

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

Sams Teach Yourself AJAX in 10 Minutes (Paperback)

~ (Author)
3.2 out of 5 stars  See all reviews (13 customer reviews)

List Price: $19.99
Price: $14.99 & eligible for FREE Super Saver Shipping on orders over $25. Details
You Save: $5.00 (25%)
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 2 left in stock--order soon (more on the way).

Want it delivered Tuesday, November 17? Choose One-Day Shipping at checkout. Details
33 new from $8.60 20 used from $2.42

Frequently Bought Together

Customers buy this book with Ajax For Dummies (For Dummies (Computer/Tech)) by Steve Holzner

Sams Teach Yourself AJAX in 10 Minutes + Ajax For Dummies (For Dummies (Computer/Tech))
  • This item: Sams Teach Yourself AJAX in 10 Minutes by Phil Ballard

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details

  • Ajax For Dummies (For Dummies (Computer/Tech)) by Steve Holzner

    In Stock.
    Ships from and sold by Amazon.com.
    Eligible for FREE Super Saver Shipping on orders over $25. Details


Customers Who Bought This Item Also Bought

Sams Teach Yourself PHP in 10 Minutes

Sams Teach Yourself PHP in 10 Minutes

by Chris Newman
4.0 out of 5 stars (6)  $16.49
Sams Teach Yourself CSS in 10 Minutes

Sams Teach Yourself CSS in 10 Minutes

by Russ Weakley
3.6 out of 5 stars (19)  $13.59
Sams Teach Yourself MySQL in 10 Minutes

Sams Teach Yourself MySQL in 10 Minutes

by Chris Newman
4.0 out of 5 stars (3)  $17.99
Sams Teach Yourself JavaScript in 24 Hours (4th Edition)

Sams Teach Yourself JavaScript in 24 Hours (4th Edition)

by Michael G. Moncur
3.3 out of 5 stars (30)  $19.79
Sams Teach Yourself XML in 10 Minutes

Sams Teach Yourself XML in 10 Minutes

by Andrew H. Watt
2.3 out of 5 stars (7)  $14.99
Explore similar items

Editorial Reviews

Product Description

Sams Teach Yourself Ajax in 10 Minutes is a concise introduction to the basics of building Ajax applications and the architecture and operation of these applications. You will learn the techniques employed in using Ajax, introducing Ajax and explaining how it may be used to solve realistic user interface problems. You will be able to immediately begin building web applications, and will have platform from which to explore more advanced aspects of Ajax.


About the Author

Phil Ballard is a professional web consultant specializing in website and intranet design, search engine optimization, server-side scripting, client-side design and programming and hosting. Phil has written a number of online tutorials, including the most popular of late, on AJAX.

Product Details

  • Paperback: 240 pages
  • Publisher: Sams; 1 edition (May 8, 2006)
  • Language: English
  • ISBN-10: 0672328682
  • ISBN-13: 978-0672328688
  • Product Dimensions: 8.1 x 5.5 x 0.6 inches
  • Shipping Weight: 9.6 ounces (View shipping rates and policies)
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (13 customer reviews)
  • Amazon.com Sales Rank: #160,029 in Books (See Bestsellers in Books)

    Popular in these categories: (What's this?)

    #22 in  Books > Computers & Internet > Programming > Languages & Tools > Ajax
    #94 in  Books > Computers & Internet > Graphic Design > Website Architecture & Usability

More About the Author

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

Visit Amazon's Phil Ballard Page

What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(9)
(3)
(2)
(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

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

 
7 of 7 people found the following review helpful:
4.0 out of 5 stars Good cheap introduction, September 26, 2006
By Alexander Bunkenburg (Barcelona, Catalunya) - See all my reviews
(REAL NAME)   
Who is the author?

Phil Ballard is behind themousewhisperer and crackajax.

Description

The small book of some 220 pages has four parts.

The first part resumes what you need to know before doing any AJAX: HTML, HTTP, JavaScript, PHP, XML. Explains javascript-access to XML DOM.

The second part introduces AJAX. AJAX is motivated by a better user experience that is more like a desktop application and by saving bandwidth. Phil goes on to introduce the central part of AJAX, the XMLHttpRequest Object, with simple examples returning html-snippets as text.

The third part show how to use the XMLHttpRequest object with text and with XML, asynchronously, with SOAP, and lists some gotchas. The SOAP example constructs the SOAP requests directly in javascript and takes the SOAP response apart in the same way.

The fourth part briefly recommends three toolkits for AJAX programming:
prototype.js, by Sam Stephenson, which provides useful DHTML functions and ajax-encapsulation.
Rico, which goes on top of prototype.js, which lets you register page elements for manipulation from an AJAX-response. Also gives drag & drop, which is not AJAX, but often will be followed by an AJAX communication of the user action to the server.
XOAD, PHP server side AJAX support, by Stanimir Angeloff. It makes PHP classes callable from Javascript, and can change page elements from PHP.

Opinion

The book is generally well written, although sometimes I would have preferred to be told more clearly what the problem and the main idea of the proposed solution are, before being shown the details of the solution.
The book really starts from first principles. It may seem a little slow sometimes, but that is good. An example for slowness is that there are several repitions of browser-independent XMLHttpRequest creation.
It is not tied to any framework or library and lets you understand what is behind the libraries by experimenting directly with the XMLHttpRequest object. There is a little use of PHP on the server.
In the explanations, I feel that UML sequence diagrams would have helped, for example on page 79. With AJAX, it is important to understand what methods are called, when they are called, and where they are.

I like that the authour seems in favour of using AJAX for returning html text, and of using the simple REST philosophy, when these simple techniques are sufficient for a particular design. Too often people get tempted into using more complex technologies without being clear about whether they are really necessary.

The SOAP example constructs the SOAP envelope manually and takes the SOAP response apart manually. Of course, SOAP is a lot of work if you do it that way! Realistically, must use a library that encapsulates the SOAP protocol and lets you communicate in terms of objects. SOAP is remote procedure call. It is only advisable to use SOAP if you really need the generality of remote procedure call and if you do, SOAP is a better option than making your own protocol.

For who is the book?

The book is for web programmers that already know HTML, HTTP, JavaScript and want to start using AJAX. The book recaps the important points of these topics as far as they will be used in the book.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
5 of 5 people found the following review helpful:
3.0 out of 5 stars The audience for this book is somewhat confusing..., September 10, 2006
By Thomas Duff "Duffbert" (Portland, OR United States) - See all my reviews
(TOP 50 REVIEWER)    (REAL NAME)      
In a perfect world, you could pick up any new technology in 10 minute chunks. But the world isn't perfect, and some technologies don't even come close to this 10 minute standard. This could be a case in point... Teach Yourself AJAX in 10 Minutes by Phil Ballard.

Contents:
Part 1 - A Refresher on Web Technologies: Anatomy of a Website; Writing Web Pages in HTML; Sending Requests Using HTTP; Client-Side Coding Using JavaScript; Server-Side Programming in PHP; A Brief Introduction to XML
Part 2 - Introducing Ajax: Anatomy of an Ajax Application; The XMLHTTPRequest Object; Talking with the Server; Using the Returned Data; Our First Ajax Application
Part 3 - More Complex Ajax Technologies: Returning Data as Text; AHAH - Asynchronous HTML and HTTP; Returning Data as XML; Web Services and the REST Protocol; Web Services Using SOAP; A JavaScript Library for Ajax; Ajax "Gotchas"
Part 4 - Commercial and Open Source Ajax Resources: the prototype.js Toolkit; Using Rico; Using XOAD
Index

I don't think that this is a bad book... It's just that it tries to cover a whole lot of material in a short format, and as such ends up with a muddled target audience. Ajax is a combination of technologies, so you just can't cover a single subject and be done with it. The first part of the book attempts to be a refresher for HTML, JavaScript, and numerous other subjects that can be large books unto themselves. But if you need this refresher, it's likely that you're not at a point where you could effectively use Ajax anyway. Part 2 is solid information, albeit constrained by the 10 minute format. Parts 3 and 4 build on the Part 2 information, so if you didn't get grounded there, you could be in trouble. I imagine that the target audience (web developers without a significant programming background) would end up confused in the coding sections, and the designers with coding experience would be looking for more in-depth information...

I found the book most helpful if I viewed each chapter on its own merits based on my interest level. For instance, the "gotchas" chapter is good if you're trying to avoid common issues that Ajax applications encounter. But I'm not sure if there's enough "single chapter" material here to make it an attractive recommendation to someone who already is dabbling in Ajax and has other reference material. And I definitely wouldn't recommend it as a first exposure to Ajax for a newbie...
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
7 of 8 people found the following review helpful:
4.0 out of 5 stars Good general overview of AJAX, July 2, 2006
I was looking for some basic information on AJAX, such as the XMLHttpRequest object. I was not aware that simple HTM (or any other text) could be passed back from the web server, now I know and that's very useful to know, since those are more useful to me that XML. This book gave me the general basic info I needed. Now that I've got a working knowledge of AJAX, I can find another book with more detail for more advanced uses of the capability.

I think the book wasted space with it's attempt at an intro to html and intro to javascript. I'm not sure that anyone unfamiliar with these aspects of web development needs to be tackling AJAX, because they're probably not the least bit knowledgeable of server-side technology.

I would have appreciated the server-side scripting to be ASP instead of PHP (with which I'm not familiar), but that's a minor issue since the scrips are small and easy enough to grasp what they're doing.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


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

5.0 out of 5 stars Awesome Introduction to Ajax!
I have programmed in PHP, and done a lot of work with HTML and CSS (seeing as they go together well with PHP) - but have been really curious about this new Ajax stuff. Read more
Published 12 months ago by FLYingG0D

2.0 out of 5 stars Some errors . Code listings skip around...
I went through the first 10 chapters pretty quickly, there are some errors in the code listings here and there. Couldn't get the responseXML thingie in CH. Read more
Published 18 months ago by E. Moore

2.0 out of 5 stars Decent Overview But Just Overview
If you've never designed an interactive website before, this book would be a helpful introduction. It will help you become familiar with terminology and some very basic... Read more
Published on November 1, 2007 by AmandaGal

4.0 out of 5 stars Not for beginners
I'm not exactly an expert web developer, but I've had some website design/development courses so I do have some background. Read more
Published on July 13, 2007 by Mr. Devon Chase

2.0 out of 5 stars Only good for ideas
This book has a decent structure to it. It gives you a good underlying foundation for understanding what AJAX is exactly, and how you will go about writing it. Read more
Published on July 1, 2007 by J. OCull

4.0 out of 5 stars A great book for the novice
This book sums up the fundamentals of AJAX and its methodology in a clear concise manner, following the principles of the Sam's series. Read more
Published on May 7, 2007 by Ian Lawson

4.0 out of 5 stars A succinct introduction, better than many larger books.
This tiny book is very succinct and full of spunk...all around, the best bang for the buck, and small enough to fit in a backpack. Read more
Published on March 23, 2007 by harborsparrow

3.0 out of 5 stars There have to be better books out there
I picked this book up because I wanted to learn AJAX for use in a web application that I developed for my radio station. Read more
Published on January 12, 2007 by Andrew Gapin

3.0 out of 5 stars Ajax in 10 Minutes
A good beginner book that will get you started on Ajax but a bit weak in a couple of areas. The demonstration code in the book is advertised as downloadable but it isn't... Read more
Published on November 10, 2006 by C. Collier

1.0 out of 5 stars Teach Yourself?
I grabbed the book at a recent computer store and thought it would be a nice little read. The first half of the book baby-stepped thru too much material. Read more
Published on August 25, 2006 by Dan Myers

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


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.