Professional Ajax

  • 7h 5m
  • Jeremy McPeak, Joe Fawcett, Nicholas C. Zakas
  • John Wiley & Sons (US)
  • 2006

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.

About the Authors

Nicholas C. Zakas has a BS degree in Computer Science from Merrimack College and an MBA degree from Endicott College. He is the author of Professional JavaScript for Web Developers as well as several online articles. Nicholas has worked in web development for more than five years and has helped develop web solutions in use at some of the largest companies in the world.

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.

In this Book

  • What Is Ajax?
  • Ajax Basics
  • Ajax Patterns
  • XML, XPath, and XSLT
  • Syndication with RSS/Atom
  • Web Services
  • JSON
  • Web Site Widgets
  • AjaxMail
  • Ajax Frameworks