Product Details
Pragmatic Ajax: A Web 2.0 Primer

Pragmatic Ajax: A Web 2.0 Primer
By Justin Gehtland, Ben Galbraith, Dion Almaer

List Price: £22.99
Price: £19.54 & eligible for FREE Super Saver Delivery on orders over £5. Details

Availability: Usually dispatched within 24 hours
Dispatched from and sold by Amazon.co.uk

33 new or used available from £1.01

Average customer review:

Product Description

It's not just another book on Ajax. It's Pragmatic Ajax: a concise, complete look at a new way of envisioning and implementing browser-based applications.

Ajax turns static web pages into interactive applications. Now you can deploy rich-client applications to clients without sacrificing the easy deployment of web applications. But to many folks, Ajax seems difficult. That's why we produced this book. As a Pragmatic guide, it strips away the mystery and shows you the easy way to make Ajax work for you.

We cover the the basics of DHTML, JavaScript, and the infamous XmlHttpRequest call. You'll see how to add Ajax to existing programs, and design new applications to exploit the power of Web 2.0. Learn the three layers of Ajax framework, and when (and how) to use each. See how to create rich clients, use visual effects, add client-side validation, and handle forms. Write applications that degrade gracefully if clients don't support JavaScript. And see how to integrate your Ajaxified clients into Java, .NET, and Ruby on Rails server frameworks.

With Pragmatic Ajax, you'll:

  • Understand the breadth of the Ajax/Web 2.0 landscape, and go-indepth on how Ajax works
  • Learn how JavaScript works with your server-side framework
  • See how to easily apply Ajax techniques to an existing application--and when not to
  • Know what's coming by looking at new features and frameworks currently in active development.

Writing dynamic applications isn't that hard. Folks are awed by Google Maps, but it isn't rocket science (apart from the satellite pictures). As a special bonus, see how to implement your own Google Maps-like application using DHTML.


Product Details

  • Amazon Sales Rank: #420808 in Books
  • Published on: 2006-04-10
  • Original language: English
  • Number of items: 1
  • Binding: Paperback
  • 296 pages

Editorial Reviews

From the Publisher
It used to be that you had to make a hard choice: the ease of deployment of a web page, or the interactive features of a rich desktop application. Now you can have it all. Ajax redefines the user experience for web applications. Using existing standards, your application can provide a compelling user interface--delivered plug-in free--using modern web browsers. This book shows you how to work the Ajax magic easily, exploring both the fundamental technologies and the emerging frameworks that make it easy. It's not just Ajax, it's Pragmatic Ajax.

About the Author
Justin Gehtland is a partner and co-founder of Relevance, a training and consulting com-pany located in the Research Triangle, North Carolina. He has been an application de-veloper since 1990, and a web application developer since 1995. His technology back-ground includes all the usual suspects. He is currently focused on lightweight develop-ment using Ruby, .NET and Java.

Ben Galbraith is a frequent technical speaker, occasional consultant, and author of several technology books. He is a co-founder of Ajaxian.com, was recently Chief Technical Of-ficer for Amirsys, and is presently a consultant specializing in enterprise architecture and Swing/Ajax development. Ben presides over the Utah Java User's Group, is active in the Java Community Process, and tinkers on various open-source projects from time to time. He has delivered over one hundred technical presentations in 2005 at venues including JavaOne, TheServerSide.com Java Symposium, and the No Fluff Just Stuff Java Sympo-siums.

Dion Almaer is the other founder of Ajaxian.com, the leading source of the Ajax community. Dion has been writing rich web applications from the beginning, and is a columnist on Enterprise Java topics at openxource.com, onjava.com, TheServerSide.com, and of course his blog at almaer.com/blog. He enjoys writing, and speaking at events such as JavaOne, JavaPolis, TheServerSide Symposium, and the No Fluff Just Stuff symposium tour. He also participates on the Java Community Process expert groups, and the open source community as a whole.


Customer Reviews

Great primer for Ajax4
Another great book from Pragmatic Programmers. A useful resource on what you need to know about Ajax, once you've grasped what Ajax is and how it works.

The book is not a 'teach yourself Ajax from scratch' book, rather it serves as an introduction to the various Ajax frameworks / libraries which is what you'll be using once you grasp the basics.

The first section on creating a Google maps type application was a bit overwhelming, but subsequent chapters on Prototype, Dojo etc explained clearly and concisely what they were, with some basic examples of how to call their API. It serves as a great handle on where Ajax is at and where you should be looking to get further into it.