Chinaunix首页 | 论坛 | 博客
  • 博客访问: 628446
  • 博文数量: 1655
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 16800
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-28 11:10
文章分类

全部博文(1655)

文章存档

2008年(1655)

我的朋友

分类: LINUX

2008-05-28 19:47:29

Web users are getting tired of the traditional web experience. They get frustrated losing their scroll position; they get annoyed waiting for refresh; they struggle to reorient themselves on every new page. And the list goes on. With asynchronous JavaScript and XML, known as "Ajax," you can give them a better experience. Once users have experienced an Ajax interface, they hate to go back. Ajax is new way of thinking that can result in a flowing and intuitive interaction with the user.

Ajax in Action helps you implement that thinking--it explains how to distribute the application between the client and the server (hint: use a "nested MVC" design) while retaining the integrity of the system. You will learn how to ensure your app is flexible and maintainable, and how good, structured design can help avoid problems like browser incompatibilities. Along the way it helps you unlearn many old coding habits. Above all, it opens your mind to the many advantages gained by placing much of the processing in the browser. If you are a web developer who has prior experience with web technologies, this book is for you.

What's Inside

Ajax principles

Why Ajax design patterns matter

How to avoid Ajax pitfalls

Examples of Ajax in action: type-ahead suggest, live searching using XSL, and many more.

Examples using Ajax frameworks: Prototype, Scriptaculous, x and Rico

Ajax usability, security, and performance

Table of Contents

PART 1 RETHINKING THE WEB APPLICATION

A new design for the Web, First steps with Ajax, Introducing order to Ajax

PART 2 CORE TECHNIQUES

PART 3 PROFESSIONAL AJAX

The user experience, Security and Ajax, Performance

PART 4 AJAX BY EXAMPLE

Dynamic double combo, Type-ahead suggest, The enhanced Ajax web portal, Live search using XSLT, Building stand-alone applications with Ajax

阅读(152) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~