Thứ Hai, 22 tháng 7, 2013

Tools , learn AJAX

The tools of the classic Web were few and simple:
• HyperText Markup Language (HTML)
• HyperText Transfer Protocol (HTTP)

XHTML holds everything that is goingto be displayed on the client browser, and everything else works off of it. The DOMis used to navigate all of the XHTML on the page.
JavaScript has the most importantrole in an Ajax application. It is used to manipulate the DOM for the page, but more important, JavaScript creates all of the communication between client and server thatmakes Ajax what it is.
CSS is used to affect the look of the page, and is manipulated dynamically through the DOM.
Finally, XML is the protocol that is used to transfer data back and forth between clients and servers.

Không có nhận xét nào:

Đăng nhận xét