Intelligentedu intelligentedu
Best New Free Computer IT Training Tutorial Resources 最佳新免費電腦的資訊科技培訓,補習資源
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian





Blog Roll: 博客滾動:


Top Links: 頂部鏈接:

July 2, 2007 2007年7月2日

AJAX Articles and Tutorials from Mozilla Ajax的文章和教程從Mozilla

Asynchronous JavaScript and XML ( 異步JavaScript和XML ( AJAX 阿賈克斯 ) is a method, or model, of using existing technologies in combination together. 是一種方法,或模型,利用現有的技術組合在一起。 These include:這些措施包括: HTML的HTML or XHTML的XHTML , Cascading Style Sheets層疊樣式表 , JavaScript JavaScript的 , The Document Object Model文檔對象模型 , XML XML的 , XSLT XSLT的 , and XMLHttpRequest xmlhttprequest . When these technologies are combined in the AJAX model, web applications have the ability to make fast, incremental updates to the user interface without reloading the entire browser page, thus the application becomes quicker and more responsive to user actions.當這些技術被應用在AJAX模型中, Web應用程序有能力作出快速,增量更新到用戶界面而不需要重新裝載整個瀏覽頁面,因此,應用成為更快和更敏銳的反應使用者的動作。

The following are以下是 AJAX Articles and Tutorials Ajax的文章和教程 hosted and linked from主辦和聯繫,從 Mozilla.org mozilla.org that will help you learn how to use and code with the AJAX model.這將幫助您了解如何使用和代碼與AJAX模型。 These will teach you and show you how to use many useful AJAX coding techniques.這些會教你,並告訴您如何使用了許多有益的AJAX編碼技術。


AJAX: Getting Started AJAX :開始
1 What's AJAX? 1什麼的阿賈克斯?
2 Step 1 – say "Please!" 2第1步-說“請” ! or How to Make an HTTP Request或如何使一個HTTP請求
3 Step 2 – "There you go!" 3第2步-“有你” ! or Handling the Server Response或處理服務器的響應
4 Step 3 – "All together now!" 4月第3步-“所有一起,現在” ! - A Simple Example -一個簡單的例子,
5 Step 4 – "The X-Files" or Working with the XML Response 5月第4步-“ X檔案”或工作與X ML響應


AJAX: Community阿賈克斯:社區
AJAX: Other Resources阿賈克斯:其他資源
A Simpler Ajax Path (external)一個較簡單的Ajax的路徑(對外)
AJAX Patterns: Design Patterns for AJAX Usability (external)阿賈克斯模式:設計模式Ajax的可用性(外部)
AJAX and scripting Web services with E4X, Part 1 (external)阿賈克斯和腳本的Web服務與E4X的,第1部分(外部)
AJAX and scripting Web services with E4X, Part 2 (external)阿賈克斯和腳本的Web服務與E4X的,第2部分(外部)
AJAX with JavaScript disabled (external)阿賈克斯與禁用JavaScript (外部)
ARIA: Accessible Rich Internet Applications詠嘆調:可豐富Internet應用程序
Ajax Mistakes (external) Ajax的常見錯誤(外部)
Ajax: A New Approach to Web Applications (external)阿賈克斯:一種新方法,以Web應用程序(外部)
Core JavaScript 1.5 Guide JavaScript 1.5核心指南
Core JavaScript 1.5 Reference JavaScript 1.5核心參考
Fixing the Back Button and Enabling Bookmarking for AJAX Apps (external)固定後退按鈕和書籤Ajax的應用程序(外部)
Guide to Using XMLHttpRequest (external)使用指南xmlhttprequest (外部)
Guide to Using XMLHttpRequest (with Baby Steps) (external)使用指南xmlhttprequest (與嬰兒的步驟) (對外)
How to create a DOM tree如何創建一個DOM樹
Key-navigable custom DHTML widgets關鍵通航自定義的DHTML工具
Online and offline events在線和離線活動
Parsing and serializing XML解析和序列化的XML
Using XPath使用的XPath
Very Dynamic Web Interfaces (external)非常動態的Web界面(外部)
XMLHttpRequest xmlhttprequest
XMLHttpRequest at XULPlanet (external) xmlhttprequest在xulplanet (外部)
nsIJSXMLHttpRequest at XULPlanet (external) nsijsxmlhttprequest在xulplanet (外部)
nsIXMLHttpRequest at XULPlanet (external) nsixmlhttprequest在xulplanet (外部)
nsIXMLHttpRequest.idl (LXR) (external) nsixmlhttprequest.idl ( lxr ) (對外)


AJAX Tutorials and Techniques Ajax的教程和技術

AJAX:Getting Started AJAX :開始
This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started.本文將指導您整個AJAX的基本概貌,讓您兩個簡單的例子讓您輕鬆上路。

Alternate Ajax Techniques候補的AJAX技術
Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques are not limited to just XMLHttp.大部分文章, Ajax的重點放在使用XMLHTTP為手段,實現這種溝通,但Ajax的技術並不只限於XMLHTTP的。 There are several other methods.有幾個其他方法。

Ajax: A New Approach to Web Applications阿賈克斯:一種新方法,以Web應用程序
Jesse James Garrett, of的Jesse James Garrett , adaptive path Adaptive Path的 , wrote this article in February 2005, introducing AJAX and its related concepts.寫此文章在2005年2月,引進的AJAX及其相關的概念。

A Simpler Ajax Path一個較簡單的Ajax的路徑
"As it turns out, it's pretty easy to take advantage of the XMLHttpRequest object to make a web app act more like a desktop app while still using traditional tools like web forms for collecting user input." “原來,它的方法很簡單,以利用XMLHttpRequest對象,以使Web應用程序的行為更像是桌面應用程序的同時,仍使用傳統的工具,如Web窗體收集用戶輸入” 。

Fixing the Back Button and Enabling Bookmarking for AJAX Apps固定後退按鈕和書籤的AJAX應用服務
Mike Stenhouse has penned this article, detailing some methods you can use to fix back button and bookmarking issues when developing AJAX applications.邁克豪斯已寫此文章,詳細介紹了幾種方法,您可以使用修正後退按鈕和書籤的問題時,發展中國家的AJAX應用程序。

Ajax Mistakes Ajax的常見錯誤
Alex Bosworth has written this article outlining some of the mistakes AJAX application developers can make. Alex Bosworth在這篇文章裡概述了常犯的一些錯誤的AJAX應用開發商可以。

AJAX Tutorial阿賈克斯補習 with examples.與例子。

XMLHttpRequest specification xmlhttprequest規格
W3C Working draft W3C的工作草案


More AJAX Articles and Tutorials: 更多的AJAX的文章和教程:

Ajax IE caching issue阿賈克斯即緩存問題
What is So Special About AJAX是什麼使特別阿賈克斯
Is Ajax development slowing down是AJAX技術的發展放緩
Biggest AJAX problem最大的Ajax的問題
Surveying open-source AJAX toolkits測量開放源代碼的AJAX工具包
Live Filter - Reinvesting Search活過濾器-再搜索
Declarative AJAX Components and XML Namespaces`宣示性的AJAX組件和XML命名空間`
Optimizing Page Load Time優化網頁載入時間
Integrating Maps into Your Java Web Application with Google Maps and Ajax整合地圖到您的Java Web應用與Google Maps和阿賈克斯
Cybercrooks add Ajax coding cybercrooks添加Ajax的編碼 Ajax File uploads to Amazon S3 Ajax的文件上傳到亞馬遜三
How to create the Google Suggest feature with如何創建Google建議功能 ASP.NET asp.net 2.0
Building a Pagination System with AJAX建設一個分頁系統與阿賈克斯
Asynchronous file upload with AJAX progress bar in PHP異步的文件上傳與AJAX技術的進展,大律師公會在PHP
ajaxload - Ajax loading gif generator ajaxload -阿賈克斯加載的G IF發電機
AJAX Activity Indicators Ajax的活動指標 How to Create a Basic JavaScript Drag and Drop Functionality如何建立一個基本的JavaScript拖放功能


AJAX: Tools阿賈克斯:工具

AJAX Debugging Tool (external) Ajax的調試工具(外部)
Firebug Firefox extension (external)螢火蟲的Firefox擴展(外部)
Flash / AJAX Integration Kit (external)閃光/ Ajax的整合工具包(對外)
Flash / AJAX Integration Kit Example (external)閃光/ Ajax的整合工具包,例如(外部)


XMLHttpRequest xmlhttprequest

XMLHttpRequest xmlhttprequest
Guide to Using XMLHttpRequest (external)使用指南xmlhttprequest (外部)
XMLHttpRequest at XULPlanet (external) xmlhttprequest在xulplanet (外部)
XMLHttpRequest changes for Gecko1.8 xmlhttprequest變化gecko1.8
nsIJSXMLHttpRequest at XULPlanet (external) nsijsxmlhttprequest在xulplanet (外部)
nsIXMLHttpRequest at XULPlanet (external) nsixmlhttprequest在xulplanet (外部)
nsIXMLHttpRequest.idl (LXR) (external) nsixmlhttprequest.idl ( lxr ) (對外)

Technorati Tags: Technorati標記: , , , ,

Popularity: 20% [人氣: 20 % [ ? ] ]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. 分享和享受: 這些圖標鏈接到社會書籤網站,讀者可以分享和發現新的網頁。
  • blogmarks
  • del.icio.us
  • Furl
  • Reddit
  • Shadows
  • YahooMyWeb
  • StumbleUpon
  • Digg
Related Posts: 相關文章:
  • Mozilla Developer Center: Web Dev Tutorials, References and Docs Mozilla開發者中心:網絡開發教程,參考資料和文件
  • Ajax Ebooks and Learning Documents Ajax的電子書和學習文件
  • Ajax Eclipse Tutorials and Presentations Ajax的Eclipse的教程和介紹
  • SAP Community Network SAP公司的社區網絡
  • Ajax Tutorials Ajax的教程

  • Filed under:提起下: Best New Free Computer IT Training Tutorial Resources最佳新免費電腦的資訊科技培訓,補習資源 — computer_teacher @ 6:48 pm -c omputer_teacher@下午6時4 8分

    No Comments沒有評論 »

    No comments yet.沒有評論。

    RSS feed for comments on this post. RSS饋送的評論對這個職位。

    Leave a comment留下意見

    You must be您必須 logged in記錄在 to post a comment.張貼評論。