博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Adding Ajax [ILLUSTRATED]
阅读量:4231 次
发布时间:2019-05-26

本文共 2126 字,大约阅读时间需要 7 分钟。

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 - topmvp

Ajax can bring many advantages to an existing web application without forcing you to redo the whole thing. This book explains how you can add Ajax to enhance, rather than replace, the way your application works. For instance, if you have a traditional web application based on submitting a form to update a table, you can enhance it by adding the capability to update the table with changes to the form fields, without actually having to submit the form. That's just one example.

Adding Ajax is for those of you more interested in extending existing applications than in creating Rich Internet Applications (RIA). You already know the "business-side" of applications-web forms, server-side driven pages, and static content-and now you want to make your web pages livelier, more fun, and much more interactive. This book:

*Provides an overview of Ajax technologies, and the importance of developing a strategy for changing your site before you sit down to code
*Explains the heart and soul of Ajax: how to work with the XMLHttpRequest object
*Introduces and demonstrates several important Ajax libraries, including Prototype, script.aculo.us, rico, Mochikit
*Explores the interactive element that is Ajax, including how to work with events and event handlers that work across browsers
*Introduces the concept of web page as space, and covers three popular approaches to managing web space
*Explains how to make data updates, including adding new data, deleting, and making updates, all from within a single page
*Describes the effects Ajax has on the Web-breaking the back button, losing browser history, dynamic effects that disappear when the page is refreshed, and more
*Covers advanced CSS effects, including drag and drop "scroll bars", pagination, and the use of SVG and the Canvas object
*Explores mashups-Ajax's ability to combine data from different web services in any number of ways, directly in our web pages
http://rapidshare.com/files/45671990/0596529368.rar
http://depositfiles.com/files/1370990
http://rapidshare.com/files/62423924/0596529368.zip
你可能感兴趣的文章
排序算法总结
查看>>
僵尸进程以及如何处理僵尸进程
查看>>
数据库面试题
查看>>
drop、truncate和delete的区别
查看>>
650. 2 Keys Keyboard
查看>>
651. 4 Keys Keyboard
查看>>
Https协议详解
查看>>
Linux相关的小知识点
查看>>
653. Two Sum IV - Input is a BST
查看>>
1. Two Sum
查看>>
2. Add Two Numbers
查看>>
STL空间配置
查看>>
C++面试题(~01)
查看>>
Linux服务器程序规范
查看>>
Linux中的五种I/O模型
查看>>
如何定义一个只能在堆上(栈上)生成对象的类?
查看>>
Spring 事务管理高级应用难点剖析: 第 1 部分
查看>>
Spring 事务管理高级应用难点剖析: 第 2 部分
查看>>
Spring 事务管理高级应用难点剖析: 第 3 部分
查看>>
jquery日历插件 FullCalendar -----官方文档翻译
查看>>