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上可以找到,開源的實現)
        
       
    實例:
        [url]http://map.google.com[/url]
        Gmail (特別是拼寫檢查)
        [url]http://sean.treadway.info/demo/upload/[/url]
        [url]http://www.broken-notebook.com/spell_checker/[/url]
       最後面這個是php的
       
    ref_URL:
        [url]http://blog.yam.com/syshen/archives/184517.html[/url]
        [url]http://www.adaptivepath.com/publications/essays/archives/000385.php[/url]
        [url]http://jacky.seezone.net/archives/001188.html[/url]
 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章