Locale Page...  Global  |  Germany  |  UK  |  USA
Your privat CyberGadget - The finest Resources for Web-Designer, Web-Master and Web-Developer!
Quick Search
Advertisement
Partner & Friends
Developersdex
Tutorial Guide
Send News    Add URL / Entry    Tag it:digg it!Stumble It!YahooMyWeb!del.icio.us!Simpify!reddit!Netvouz!Ma.gnolia!FurlIt!Blogmarks!BlinkList!
Books: Java & JavaScript

AVG Rating: 8.00
  Added 07 Aug 06   Updated JUST
Understanding Ajax: Using Javascript to Create Rich Internet Applications  
30.07 $
New from 15.97 $
7 Used from 23.95 $

Author Joshua Eichorn
Publisher Prentice Hall PTR
Publication Date 2006-08-21
Paperback - 352 Pages
ISBN 0132216353

Amazon Reviews
amazon.co.uk:

AJAX: fast mastery for experienced Web developers!

 

Already an experienced Web developer? Apply your skills in today?s fastest-growing area of Web development: AJAX!

 

Building on what you already know, this fast-paced guide will show you exactly how to create rich, usable Internet applications. Joshua Eichorn teaches through sophisticated code examples, including extensive server-side PHP code.

 

You won?t just learn how to code AJAX applications: Eichorn covers the entire development lifecycle, from use cases and design through debugging. He also presents detailed application case studies, including a start-to-finish update of a non-AJAX application that addresses everything from feature improvements to changing usage patterns. Coverage includes:

 

·       How AJAX changes the conventional Web development cycle

·       Problems created by the AJAX paradigm -- and how to avoid them

·       Adding AJAX to existing Web applications: key considerations

·       Using core AJAX technologies, including the XMLHttpRequest object

·       Consuming data returned to an AJAX application using both XSLT and JSON

·       Building more usable AJAX applications: guidelines and downloadable resources

·       Use cases: solving real-world problems in the AJAX environment

·       Libraries and toolkits for simplifying AJAX development, including Sarissa, scriptaculous, and HTML_AJAX

·       A complete guide to AJAX debugging

·       Supporting browsers without XMLHttpRequest by using IFrames or cookies

·       JSON data encoding debugging guide, which covers tools for Firefox and Internet Explorer

·       A list of libraries, which includes PHP, .NET, Java, and other libraries that can be used with any server language

amazon.co.uk:

Joshua Eichorn, Senior Architect for Uversa, has developed custom solutions that have incorporated AJAX concepts since before the term ?AJAX? was coined. He has more than six years? experience with open source projects, and created phpDocumentor, the #1 PHP documentation solution. He is currently lead maintainer of the HTML_AJAX PHP PEAR library, and helps to run the Phoenix, Arizona PHP Users Group. His blog, There and Back Again (blog.joshuaeichorn.com) , focuses on AJAX and PHP innovations.

amazon.com:
AJAX is hot, hot, hot! Why? It’s simple. With AJAX, internet developers and designers can create web-based applications that look and feel like desktop applications. These are responsive, highly-interactive applications that represent a new breed called "Rich Internet Applications" (RIA). This book is a guide to designing, implementing, and debugging AJAX applications. The book begins by comparing and contrasting the traditional web application lifecycle with that of an AJAX application. It then covers core AJAX technology, including the XMLHTTPRequest object, and describes various methods for "consuming" data returned by it. Because AJAX represents a fundamentally new way of creating web applications, the book is careful to explore usability guidelines for AJAX developers. This is followed by a series of use cases that show how specific problems are solved in both the pre-AJAX and post-AJAX worlds. The book ends with a chapter on debugging AJAX applications, along with appendices that cover toolkits that greatly simplify AJAX development. All of the server-side examples presented in the book will be written in PHP, the most popular langauage for server-side web programming.
Similar Products
JavaScript: The Definitive Guide
New from 25.99 $
Used from 9.88 $
Ajax And Php: Building Responsive Web Applications
New from 28.00 $
Used from 27.77 $
Ajax Design Patterns
New from 7.98 $
Used from 2.32 $
Professional Ajax
New from 13.90 $
Used from 13.89 $

[ Add a Comment ]Amazon Customer Comments
Efficient and to the pointRating: 5
28 Jan 2008 @ amazon.com
I am primarily a .NET developer and while this book focuses on the use of AJAX with PHP that was hardly a factor for me. I was able to build my own AJAX library based on the examples within and use it in my current .NET projects. Something I prefer rather than using the AJAX libraries Microsoft provides. This book is of perfect depth and is quite efficient. I recommend this book.
This book is about PHP not JavaScriptRating: 1
02 Feb 2007 @ amazon.com
In most cases the book provides examples of PHP code. The title of this book is misleading. If you want to learn the AJAX from the javascript perspective do not buy this book. I was upset by the misleading title of this book and feel riped off by the author who claims that he devotes the contents to AJAX and javascript.
a very thorough guideRating: 5
13 Dec 2006 @ amazon.com
This is a great book for someone with a good understanding of HTML and an intermediate understanding of JavaScript. Some of the examples are set up to run on a PHP server as well. Joshua talks about some common pitfalls of AJAX development as well as methods of avoiding them and considerations of real-world applications. He breaks down some of the more complicated concepts very well, and gives straight forward explanations of browser compatibility. A great reference and guide to an exciting technology.
In Depth AJAXRating: 5
06 Oct 2006 @ amazon.com
Understanding AJAX is a very in-depth look at some of the technologies used in modern web design. In reading this book, you will come to understand the pros and cons of using AJAX in a web site and exactly what happens between the browser and the web server.

You will get a sense of what can and can’t be done using AJAX and how to get around the problems caused by the many web browser clients in use at this time. You will also come to understand how to make the user’s browser do much of the work that your server used to do. Understanding AJAX also dives into the usage of many open source script libraries to make coding a modern website much easier. From adding DHTML effects to using a single page for your entire site, you will get a feel for what is possible.

This book is not for the beginner. You should have at least a moderate knowledge of HTML and Javascript, and at least a beginning understanding of a server side web scripting language (PHP is the primary language used in the book). This is not a cookbook, but does contain many code examples later in the book, including a login system and an ajax trouble ticket system.

I have been using Joshua’s HTML_AJAX php/ajax library for over half a year, but was still able to learn quite a bit from this book.

I would recommend this book to any web developer who wants a thorough understanding of AJAX and how it can be used.
complex design and debuggingRating: 4
03 Sep 2006 @ amazon.co.uk
Eichorn’s narrative teaches Ajax from scratch. But he writes for a reader already well versed in Web programming. This implies familiarity with HTML and how a Web server responds to http requests. XML knowledge is also needed. Along with how XML data is parsed, by a DOM parser or by XSLT. Actually, for the latter, the book correctly points out its sheer complexity. One nice piece of advice it offers is simply to warn you of this. Oh, knowing JavaScript and PHP also helps. Since JavaScript is the main scripting language on most current browsers. So if you want client side functionality beyond HTML, JavaScript is often the way to go, whether or not you use Ajax.

The main thrust of the book is in showing how Ajax works. An ingenious combination of client and server side functionalities. This however has led to the varied requirements described above. The book also warns that Ajax development can bring problems of its own. A useful cautionary note, in light of the recent hype about Ajax. One issue is that using Ajax to alter an existing web site can lead to unexpected changes in usability, and in the very design of the site. Plus, Ajax’s production of an application-like feel to the client side on the browser can lead to complex debugging. You don’t get those neat extra features at zero cost!
complex design and debuggingRating: 4
02 Sep 2006 @ amazon.com
Eichorn’s narrative teaches Ajax from scratch. But he writes for a reader already well versed in Web programming. This implies familiarity with HTML and how a Web server responds to http requests. XML knowledge is also needed. Along with how XML data is parsed, by a DOM parser or by XSLT. Actually, for the latter, the book correctly points out its sheer complexity. One nice piece of advice it offers is simply to warn you of this. Oh, knowing JavaScript and PHP also helps. Since JavaScript is the main scripting language on most current browsers. So if you want client side functionality beyond HTML, JavaScript is often the way to go, whether or not you use Ajax.

The main thrust of the book is in showing how Ajax works. An ingenious combination of client and server side functionalities. This however has led to the varied requirements described above. The book also warns that Ajax development can bring problems of its own. A useful cautionary note, in light of the recent hype about Ajax. One issue is that using Ajax to alter an existing web site can lead to unexpected changes in usability, and in the very design of the site. Plus, Ajax’s production of an application-like feel to the client side on the browser can lead to complex debugging. You don’t get those neat extra features at zero cost!
Add a Comment!  You must login first, to write an comment/review!
Topic / Title / Summary ...


Comment / Review


 

© 2001 - 2008 CYGAD.NET | All rights reserved. | Terms of Service | About | Time data: GMT +1! | Portal Release X2.6.1 Beta | RunTime: 1.999
Optimized for Internet Explorer Internet Explorer 6.0+, Firefox Firefox 1.5+!