Professional Ajax (Programmer to Programmer) and over one million other books are available for Amazon Kindle. Learn more

Buy Used
Used - Good See details
$4.00 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Kindle Edition
 
   
Have one to sell? Sell yours here
Professional Ajax (Programmer to Programmer)
 
 
Start reading Professional Ajax (Programmer to Programmer) on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Professional Ajax (Programmer to Programmer) [Paperback]

Nicholas C. Zakas (Author), Jeremy McPeak (Author), Joe Fawcett (Author)
4.2 out of 5 stars  See all reviews (23 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
Kindle Edition $22.79  
Paperback $26.42  
Paperback, February 6, 2006 --  
There is a newer edition of this item:
Professional Ajax, 2nd Edition (Programmer to Programmer) Professional Ajax, 2nd Edition (Programmer to Programmer) 4.2 out of 5 stars (23)
$26.42
In Stock.

Book Description

February 6, 2006 0471777781 978-0471777786 1
Written for experienced web developers, Professional Ajax shows how to combine tried-and-true CSS, XML, and JavaScript technologies into Ajax. This provides web developers with the ability to create more sophisticated and responsive user interfaces and break free from the "click-and-wait" standard that has dominated the web since its introduction.

Professional Ajax discusses the range of request brokers (including the hidden frame technique, iframes, and XMLHttp) and explains when one should be used over another. You will also learn different Ajax techniques and patterns for executing client-server communication on your web site and in web applications. By the end of the book, you will have gained the practical knowledge necessary to implement your own Ajax solutions. In addition to a full chapter case study showing how to combine the book's Ajax techniques into an AjaxMail application, Professional Ajax uses many other examples to build hands-on Ajax experience. Some of the other examples include:

  • web site widgets for a news ticker, weather information, web search, and site search
  • preloading pages in online articles
  • incremental form validation
  • using Google Web APIs in Ajax
  • creating an autosuggest text box
Professional Ajax readers should be familiar with CSS, XML, JavaScript, and HTML so you can jump right in with the book and begin learning Ajax patterns, XPath and XSLT support in browsers, syndication, web services, JSON, and the Ajax Frameworks, JPSpan, DWR, and Ajax.NET.


Editorial Reviews

From the Back Cover

Combining tried-and-true CSS, XML, and JavaScript™ technologies, Ajax provides web developers with the ability to create more sophisticated and responsive user interfaces and break free from the "click-and-wait" standard that has dominated the web since its introduction.

This book discusses the range of request brokers (including the hidden frame technique, iframes, and XMLHttp) and explains when one should be used over another. You will also learn different Ajax techniques and patterns for executing client-server communication on your web site and in web applications. Each chapter builds on information in the previous chapters so that by the end of the book, you will have gained the practical knowledge necessary to implement your own Ajax solutions.

What you will learn from this book

  • Different methods for achieving Ajax communication and when to use each
  • A variety of Ajax design patterns to use in specific data retrieval circumstances
  • Techniques for using Ajax with RSS and Atom to produce a web-based news aggregator
  • How to use JavaScript Object Notation as an alternate data transmission format for Ajax communications
  • How to create Ajax widgets, such as a weather display and news ticker, that can be included in your web site

Who this book is for

This book is for web developers who want to enhance the usability of their sites and applications. Familiarity with JavaScript, HTML, and CSS is necessary, as is experience with a server-side language such as PHP or a .NET language.

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

About the Author

Nicholas C. Zakas has a BS in Computer Science from Merrimack College and an MBA from Endicott College. He is the author of Professional JavaScript for Web Developers (Wiley 2005), Professional Ajax (1st and 2nd editions, Wiley 2007 and 2007) as well as several online articles. Nicholas works for Yahoo! as a frontend engineer and has worked in web development for more than 6 years, during which time he has helped develop web solutions in use at some of the largest companies in the world. Nicholas can be reached through his web site at www.nczonline.net.

Jeremy McPeak began tinkering with web development as a hobby in 1998. Currently working in the IT department of a school district, Jeremy has experience developing web solutions with JavaScript, PHP, and C#. He has written several online articles covering topics such as XSLT, WebForms, and C#.

Joe Fawcett started programming in the 1970s and worked briefly in IT after leaving full-time education. He then pursued a more checkered career before returning to software development in 1994. In 2003, he was awarded the title Microsoft Most Valuable Professional in XML for community contributions and technical expertise. Joe currently works in London as a developer for The Financial Training Company, which provides professional certifications and business training.


Product Details

  • Paperback: 432 pages
  • Publisher: Wrox; 1 edition (February 6, 2006)
  • Language: English
  • ISBN-10: 0471777781
  • ISBN-13: 978-0471777786
  • Product Dimensions: 9.2 x 7.4 x 1 inches
  • Shipping Weight: 1.5 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (23 customer reviews)
  • Amazon Best Sellers Rank: #865,136 in Books (See Top 100 in Books)

More About the Authors

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

Customer Reviews

Most Helpful Customer Reviews
47 of 49 people found the following review helpful
Format:Paperback
The book does a good job academically of showing how Ajax has evolved (itself a debatable topic) and how it is used in modern-day applications. The book doesn't marry the reader to any one particular web development framework, effectively citing examples in PHP, .NET, and JavaServer Pages. Practically, the authors exhibit a proper mix of (X)HTML, CSS, JavaScript, Dynamic HTML and XmlHttpRequests, showing how the technologies are blended for developing next-gen UIs.

There are great discussions of advanced concepts like JSON, REST, and SOAP-based web services and how Ajax is incorporated into them. Also, coding to allow cross-browser compatibility is stressed throughout the book, particularly in instantiating an XMLHTTP object across IE, Firefox, Mozilla and Safari. The authors' zXml and XParser are cited as two of several third-party libraries to seamlessly pull this off.

Some gems that I found within the book include Chapter 8 - "Web Site Widgets", which is very helpful, giving practical demonstrations and usable code for several Ajax-driven mini-applications we could all use in our web projects. Chapter 7's case study of a Google Suggest-style autocomplete text box was very elegant, using JSON as an alternative to XML's typically verbose payload. Chapter 2 - "Ajax Patterns" also abstracts many of the features common to apps using Ajax (i.e., polling, autosave, incremental updating). All are well done and greatly appreciated.

Syntactically, the authors' programming style is very clever. While not exhaustively described, the book shows how to feign object-oriented programming in client-side JavaScript, making liberal use of such time-saving coding tricks like faux classes, inline function definitions and prototypes.

In criticism, the one chapter I found to be a letdown was Chapter 5 - "RSS/Atom", mainly because I'm very involved with work in that space. A terse description of content syndication is presented, but then followed exclusively by an analysis the FooReader.NET web-based RSS aggregator app. It's nice, but doesn't take a more holistic view of how Ajax is being used elsewhere. I would have also liked to see examples in emerging platforms, specifically Ruby on Rails and the Ajax support built directly into that web framework.

But overall this is a very good introductory read for experienced programmers wanting to get up to speed on the next big thing in advanced web UI development. I'm a better, more aware, more prepared developer for having read it.
Comment | 
Was this review helpful to you?
15 of 16 people found the following review helpful
Best code explanations ever September 4, 2006
Format:Paperback
As a newcomer to Ajax, I cant comment on the coverage but it seemed reasonably comprehensive.

But the code walkthroughs were terrific - completely readable, easy to follow and sometimes even quite fun to read. I cant remember reading better code runthroughs ever.
Was this review helpful to you?
11 of 11 people found the following review helpful
Ajax made fun May 10, 2006
Format:Paperback|Amazon Verified Purchase
I found this book to be extremely informative. It is written in a clear, engaging style that makes it a pleasure to read. The examples are well constructed, relevant to real world applications, and thoroughly explained. The essential bits of code are highlighted for quick reading. The most irritating thing about web development is cross-browser support, and authors do a great job to making this less intimidating and point readers to libraries to abstract away the differences. Also covered are related JavaScript XML, XPath, XSLT support, web services, RSS/Atom.

PHP is the primary server side language used, though they chose .NET/C# for creating a web service. Microsoft's .NET web service tools are excellent, but I would have liked it if the authors had rounded this out with giving the basics of creating a web service using open source solutions.

If you want to learn Ajax techniques and related technologies, this book is well worth your time and money.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
CIPU, CIPU, CIPU
This is a great book -- from chapter 3 onward. :-) Otherwise, I would give it only one star.

Unfortunately, the first 2 chapters are mostly CIPU (clear if previously... Read more
Published 8 months ago by Stinger51
Great for
If you already have JavaScript, PHP and MYSQL knowledge it is a great book, however if you are an absolute web programmer not. Read more
Published 20 months ago by mctaco
Good reading, don't need PHP or C#
This book was a quick read & well written.

However, I don't need PHP or C#.
How about VB?
Published 23 months ago by maniac
Thank Amazon
The product is in good shape. The shipping is reasonable and it came few days before I really need it...
Published on May 21, 2009 by Syahidatul Khafizah Mohd Hajaraih
Another good AJAX book for your bookshelf
This book was very helpful to me when I was creating an executive-level presentation on AJAX because of the AJAX architecture diagram in chapter 1. Read more
Published on June 30, 2008 by Tom Marrs
Do not waste your time
This is a great book but entirely irrelevant in todays world. The libraries and methods outlined here are outdated. Read more
Published on April 15, 2008 by Davis Hammon
Nice intro to AJAX
A concise and informative introduction to AJAX technologies. A lot of great examples, including famous ones like Google maps and Gmail make learning about AJAX relevant and fun. Read more
Published on April 8, 2008 by James Hang
Not Happy
Wed 10/03/2007 5:15 pm. I'm not sure who writes these positive reviews, but an early example in the book ("The Hidden Frame Technique", starting on page 21) is obviously broken. Read more
Published on October 3, 2007 by James G. Owen
Very well written. Excellent resource.
I'm a senior ASP.NET/Web developer with no Ajax experience. This is my first Ajax book. I wanted to learn Ajax from the ground up, not just the Microsoft controls. Read more
Published on July 27, 2007 by Ron Herman
powerful handbook
I really like this powerful handbook whick gives me detail tutorials in the field of AJAX practice.
Published on June 26, 2007 by Ni Hao
Search Customer Reviews
Only search this product's reviews

Inside This Book (learn more)
First Sentence:
From 2001 to 2005, the World Wide Web went through a tremendous growth spurt in terms of the technologies and methodologies being used to bring this once static medium to life. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
hidden frame technique, autosuggest functionality, float opt, onreadystatechange event handler, hidden iframe, feeds pane, weather widget, simple arithmetical functions, web service behavior, readystate property, same origin policy, suggestion provider, search widget, isbn attribute, nodevalue property, display property set, php header, mailbox object, xml variable, web application model, info property, processing flag, compose view, onload event handler, messages array
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Internet Explorer, Professional Ajax, Joe Smith, Google Suggest, File Edit View Favorites Tools Help, Submission Throttling, Periodic Refresh, Predictive Fetch, Google Maps, Joe Fawcett, Mozilla Firefox, Visual Studio, Active Channels, Done Figure, Internet Information Services, Multi-Stage Download, Adaptive Path, Douglas Crockford, Netscape Navigator, View Attachments, Zip Code, Article Example, Customer Name, Object Notation, Professional Visual Basic
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

Citations (learn more)



What Other Items Do Customers 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.
 
(15)
(1)
(1)

Your tags: Add your first tag
 

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
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject