Ajax探密(Ajax Hacks)+附源代码 英文版
【原 书 名】 Ajax Hacks
【原出版社】 O'Reilly
【作 者】 (美)Bruce W. Perry [同作者作品]
英文版
【内容简介】
想给你的Web站点增加交互功能吗?想创建一个像桌面应用软件一样美观的Web应用程序吗?《Ajax Hacks》正是你要寻找的、可以帮助你实现上述想法的书籍。Ajax是基础构建技术的一套全新的实例,它能帮助网站摆脱传统Web技术的束缚,赋予网站和Web应用更多的灵活性和交互性。
Ajax有机地结合了HTML、JavaScript和XML的优点,允许网页和服务器进行部分的数据交换,而不是整页交换。利用Ajax,你可以让更多的工作在客户端完成,像流行的Gmail或Google Maps。Ajax非常适合于大型项目的开发,同时,它的灵活性也适用于中小型的网站和应用。
本书包括以下内容:
* 如何运用Ajax开发个性化的HTML forms以满足不同客户的需求
* 如何共享和集成Google Maps、Yahoo! Maps和GeoURL APIs的资源
* 在Ajax环境下,如何与cookies协同工作
* 如何管理Browser History和Back button
* 如何远程调用Java和Ruby on Rails进行Ajax应用开发
* 如何运用Prototype、Rico和script.aculo.us JavaScript libraries
* 如何管理网络连接和Web服务
总之,《Ajax Hacks》阐述了一个面向下一代web应用的开发工具,同时也讲述了运用Ajax进行程序开发的几种不同方法。无论你是想了解Ajax,还是想找一种新方法运用Ajax,本书都将陪伴你走过很长一段路。
【目录信息】
Foreword
Credits
Preface.
Chapter 1. Ajax Basics
1. Detect Browser Compatibility with the Request Object
2. Use the Request Object to POST Data to the Server
3. Use Your Own Library for XMLHttpRequest
4. Receive Data as XML
5. Get Plain Old Strings
6. Receive Data as a Number
7. Receive Data in JSON Format
8. Handle Request Object Errors
9. Dig into the HTTP Response
10. Generate a Styled Message with a CSS File
11. Generate a Styled User Message on the Fly
Chapter 2. Web Forms
12. Submit Text Field or textarea Values to the Server Without a Browser Refresh
13. Display Text Field or textarea Values Using Server Data
14. Submit Selection-List Values to the Server Without a Round Trip
15. Dynamically Generate a New Selection List Using Server Data
【序言】
The truth is, I've never built an Ajax application. . Sure, I've worked on Ajax projects. But when it comes to programming, my experience is pretty limited. I've done some JavaScripting here and there. I know a little Peri, but hardly enough to build a web application. As a programmer, I'm more of an occasional weekend hobbyist than anything else. You can imagine how frustrating it is for people to learn this fact when they send me emails asking for help with their JavaScript. But you can hardly fault them for expecting me to be a technolog...
[ 本帖最后由 ak47 于 2007-2-21 14:57 编辑 ] |
如果您对本帖内容有任何质疑,或者您在阅读/下载 本帖内容时遇到困难 请在站务管理版里发帖提出。点这里进入反馈。