越来越多的开发者开始采用AJAX进行RIA 开发..
使用AJAX, 开发者可以轻松的使用JavaScript 进行与Server交互..
是的, AJAX是一项火热的技术, 但是, 应该如何下手, 又应该从哪里起步?
orielly 最近出版了 AJAX Hacks 一书, 里面的100个AJAX开发技巧, 几乎涵盖了所有AJAX开发涉及的技术.
比如, 这本书描述了一些很基础的AJAX应用技巧:
Using AJAX with Google Maps and Yahoo Maps.
Displaying Weather.com data.
Scraping stock quotes.
Fetching postal codes.
Building Web forms with auto-complete functionality
同时,AJAX Hacks 也提供了很多技巧来加速Web 开发.. 比如:
Detect Browser Compatibility with the Request Object
Use the Request Object to POST Data to the Server
Use Your Own Library for XMLHttpRequest
Receive Data as XML
Get Plain Old Strings
赶紧尝鲜吧....
Code Example下载:
http://www.parkerriver.com/ajaxhacks/ajax_hacks_js.zip
AJAX社区:http://www.matrix.org.cn/topic.shtml?forumId=41
标签: