XMLHTTP 資源錦囊

Since XMLHTTP is becoming more and more important I thought I'd create a linkdump, both for my own future reference and for other developers. Additions and comments will be gratefully accepted.

XMLHTTP 正變得越來越重要,爲了給我和廣大開發人員在日後的應用中做參考,我創建了這個資源錦囊,歡迎大家一起來參與評論並豐富它。


1.
      Since XMLHTTP is a Microsoft invention, let's start at the source: the MSDN IXMLHTTPRequest detail page. As far as I know all browsers support the methods and properties mentioned here. (And what does the I mean? I have no idea.)
Link subject to sudden death, as are all MSDN links.


XMLHTTP
最先由微軟引入,讓我們從它的發源地開始: the MSDN IXMLHTTPRequest detail page就我所知,這裏論及了所有瀏覽器都支持的方法和屬性。(我的意思是什麼,我也不明白。)
鏈接有時會不通,MSDN常常這樣。


2.
      To restore the equilibrium, let's take a look at the nsIXMLHttpRequest Interface Reference, which, one assumes, gives current and correct information about Mozilla's take on XMLHTTP. Nonetheless I found to my chagrin that some Mozilla documents portray an ideal situation instead of the actual current state of affairs. Use with some care.


兼顧到
Mozilla,我們再看看 nsIXMLHttpRequest Interface Reference,對於Mozilla實現的XMLHTTP,我願意相信該文檔提供了當前狀態的和正確的信息。但很遺憾我發現部分Mozilla的文檔常常描繪一個理想狀態下的情形而非實情,所以使用的時候要注意。


3.
      A second Mozilla-centric list of methods and properties, slightly more documented than the previous one, can be found at XULPLanet's XMLHTTPRequest pages.


Mozilla
相關的第二站點,比上個鏈接文檔豐富一點點。XULPLanet's XMLHTTPRequest pages


4.
      The most complete, though somewhat technical, description of XMLHTTP can be found at AppleDev's Dynamic HTML and XML: The XMLHttpRequest Object article written by Danny Goodman. One assumes all described methods and properties are tested in Safari.


最完整和專業的文檔可以從以下鏈接找到
AppleDev's Dynamic HTML and XML: The XMLHttpRequest Object該文檔由Danny Goodman 撰寫可以認爲該文描述的方法和屬性是經過了 Safari 的測試的。

 

 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章