|
|
Ajax - Learn Ajax by example
|
05/14/2006
|
Ajax (Asynchronous JavaScript and XML) is a new paradigm which was introduced in 2005. The purpose of Ajax is that of giving the illusion that websites are responsive. It achieves this by processing requests which involve the sending and receiving of small packets of data without refreshing the web browser.
Ajax is founded on:
XHTML - A rigid subset of html which is used to mark-up and style the information.
DOM - The Document Object Model which can be accessed by the client browsers.
XMLHttpRequest - The object used to exchange the information asynchronously.
XML - The format used to transfer the data from the server to the client.
In this tutorial we will see how to create a piece of text that keeps changing using Ajax. Before you start this tutorial make sure that you have a text editor and a web server with PHP extensions available. The following section explains the source files, why they were created, and how to deploy them.
Download Sample code used in this tutorial
Watch the Demo
Read Full Tutorial...
|
Rate this Ajax Tutorials
Rating: 7.0 out of 390 votes cast
| |
|
|
|
|
|
|
|
|
|
|
|
|