The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Bulletproof Ajax
  

  Bulletproof Ajax by Jeremy Keith

  • Published by: NEW RIDERS PUBLISHING
  • Author: Jeremy Keith
  • Page Count: 207
  • Group: AJAX
  • ISBN: 0321472667/9780321472663
  • Published: Feb 2007

Our Price: 17.49
Discount: 30%
RRP: 24.99 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Bulletproof Ajax
Step-by-step guide reveals best practices for enhancing Web sites with Ajax

* A step-by-step guide to enhancing Web sites with Ajax.
* Uses progressive enhancement techniques to ensure graceful degradation (which makes sites usable in all browsers).
* Shows readers how to write their own Ajax scripts instead of relying on third-party libraries.

Web site designers love the idea of Ajax--of creating Web pages in which information can be updated without refreshing the entire page. But for those who aren't hard-core programmers, enhancing pages using Ajax can be a challenge. Even more of a challenge is making sure those pages work for all users. In Bulletproof Ajax, author Jeremy Keith demonstrates how developers comfortable with CSS and (X)HTML can build Ajax functionality without frameworks, using the ideas of graceful degradation and progressive enhancement to ensure that the pages work for all users. Throughout this step-by-step guide, his emphasis is on best practices with an approach to building Ajax pages called Hijax, which improves flexibility and avoids worst-case scenarios.

CONTENTS:

Chapter 1: What is Ajax?
Chapter 2: JavaScript and the Document Object Model
Chapter 3: XMLHttpRequest
Chapter 4: Data Formats
Chapter 5: Hijax
Chapter 6: Ajax Challenges
Chapter 7: Ajax and Accessibility
Chapter 8: Putting It All Together
Chapter 9: The Future of Ajax