注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 IB客座主编(四)美国西蒙公..
 帮助

Ajax技术初探


2007-11-18 12:08:36
 标签:Ajax 小神仙   [推送到技术圈]

dplicn=Ajax技术初探

一直对gmail的客户端技术非常感兴趣,今天找了一些Ajax的资源,介绍如下:
Ajax
    web客户端技术:  Asynchronous JavaScript + XML
    主要基于以下技术:
    standards-based presentation using XHTML and CSS;
    dynamic display and interaction using the Document Object Model;
    data interchange and manipulation using XML and XSLT;
    asynchronous data retrieval using XMLHttpRequest;
    and JavaScript binding everything together.

    主要特点:
        reflash without reload
    参考:
        O'Reilly 的XML.Hacks和JavaScript: The Definitive Guide
        goog_ajaxsl_v0.2(在code.google.com上可以找到,开源的实现)
        
       
    实例:
        http://map.google.com
        Gmail (特别是拼写检查)
        http://sean.treadway.info/demo/upload/
        http://www.broken-notebook.com/spell_checker/
       最后面这个是php的
       
    ref_URL:
        http://blog.yam.com/syshen/archives/184517.html
        http://www.adaptivepath.com/publications/essays/archives/000385.php
        http://jacky.seezone.net/archives/001188.html
 




    文章评论
 
 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: