PHPsu
MANUAL ZH  |  EN
     


Current Position :| index>Beginners> AJAX Introduction

AJAX Introduction

FROM: AUTHOR: TIME:2008-05-01 HITS:

AJAX = Asynchronous JavaScript And XML

AJAX is an acronym for Asynchronous JavaScript And XML. http://www.phpsu.com

AJAX is not a new programming language, but simply a new technique for creating better, faster, and more interactive web applications.

phpsu.com is a free phpscool

AJAX uses JavaScript to send and receive data between a web browser and a web server. phpsu提供的php教程

The AJAX technique makes web pages more responsive by exchanging data with the web server behind the scenes, instead of reloading an entire web page each time a user makes a change.

welcome to phpsu.com


AJAX Is Based On Open Standards

AJAX is based on the following open standards: phpsu

  • JavaScript
  • XML
  • HTML
  • CSS

The open standards used in AJAX are well defined, and supported by all major browsers. AJAX applications are browser and platform independent. (Cross-Platform, Cross-Browser technology)

phpsu提供的php教程


AJAX Is About Better Internet Applications

Web applications have many benefits over desktop applications: phpsu提供的php教程

  • they can reach a larger audience
  • they are easier to install and support
  • they are easier to develop

However, Internet applications are not always as "rich" and user-friendly as traditional desktop applications. phpsu is a phpschool

With AJAX, Internet applications can be made richer (smaller, faster, and easier to use).

welcome to phpsu.com


You Can Start Using AJAX Today

There is nothing new to learn.

www.phpsu.com

AJAX is based on open standards. These standards have been used by most developers for several years. phpsu提供的php教程

Most existing web applications can be rewritten to use AJAX technology instead of traditional HTML forms. do you kown phpsu.com?


AJAX Uses XML And HTTP Requests

A traditional web application will submit input (using an HTML form) to a web server. After the web server has processed the data, it will return a completely new web page to the user.

phpsu is a phpschool

Because the server returns a new web page each time the user submits input, traditional web applications often run slowly and tend to be less user friendly. phpsu.com is a free phpscool

With AJAX, web applications can send and retrieve data without reloading the whole web page. This is done by sending HTTP requests to the server (behind the scenes), and by modifying only parts of the web page using JavaScript when the server returns data.

welcome to phpsu.com

XML is commonly used as the format for receiving server data, although any format, including plain text, can be used.

http://www.phpsu.com

You will learn more about how this is done in the next chapters of this tutorial. phpsu


PHP and AJAX

There is no such thing as an AJAX server. http://www.phpsu.com

AJAX is a technology that runs in your browser. It uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages. http://www.phpsu.com

AJAX is a web browser technology independent of web server software.

http://www.phpsu.com

However, in this tutorial we will focus more on actual examples running on a PHP server, and less on how AJAX works. do you kown phpsu.com?


TITLE:AJAX Introduction
Copyright 2008 The PHPsu All rights reserved. This mirror generously provided by: .Hp Inc.
Last updated: Fri Jun 6 22:58:02 GMT-8 2008