Welcome

AJAX Basic

AJAX基础

AJAX HOME
AJAX首页
AJAX Intro
AJAX简介
AJAX Request
AJAX请求
AJAX Example
AJAX实例
AJAX Browsers
AJAX浏览器
AJAX XMLHttpRequest
AJAX XMLHttpRequest对象
AJAX Server
AJAX服务器端
AJAX Server Script
AJAX服务器脚本

AJAX Advanced

AJAX高阶

AJAX Suggest
AJAX建议
AJAX Source
AJAX源码
AJAX Database
AJAX数据库
AJAX XML File
AJAX XML文件
AJAX ResponseXML
AJAX响应XML

AJAX Examples

AJAX范例

AJAX Examples
AJAX范例

AJAX Introduction

AJAX 简介

Previous Next

What you should already know

哪些是您应该已经知晓的

Before you continue you should have a basic understanding of the following:

在我们继续前您应该有这些基础知识:

If you want to study these subjects first, find the tutorials on our Home page.

如果你想先学习这些技术,在我们的首页上有这些教程。


AJAX = Asynchronous JavaScript and XML

AJAX = 异步JavaScript和XML

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

AJAX不是一种新的程序语言,但是一种为创建更好,更快,和更多交互性web应用程序的新技术。

With AJAX, a JavaScript can communicate directly with the server, with the XMLHttpRequest object. With this object, a JavaScript can trade data with a web server, without reloading the page.

AJAX中,利用XMLHttpRequest对象,JavaScript可以直接与服务器交互。正是使用了这个对象,JavaScript能从服务器端获取数据而不用重新装载页面。

AJAX 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.

AJAX在服务器和客户端之间使用异步数据传输(HTTP请求),允许网页从服务器上请求小量的信息而不用服务器发送整个页面。

The AJAX technique makes Internet applications smaller, faster and more user-friendly.

AJAX技术让互联网应用更小,更快和更友善的客户界面。


AJAX is based on Internet standards

AJAX是基于互联网基础技术的

AJAX is based on the following web standards:

AJAX是基于如下的互联网基础技术:

lamp AJAX applications are browser- and platform-independent.

lamp (注意)AJAX程序还是有浏览器和操作系统的平台依赖性的。


AJAX is about better Internet-applications

AJAX是更好的网络应用

Internet-applications have many benefits over desktop applications; they can reach a larger audience, they are easier to install and support, and easier to develop.

互联网应用相较于桌面应用还是有很多优点的;它更容易有庞大的用户群,它更容易安装和技术支持,且更容易开发。

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

然而互联网应用相较于传统的桌面应用程序不是那么丰富多彩和用户友善度。

With AJAX, Internet applications can be made richer and more user-friendly.

所以AJAX技术弥补了互联网应用的不足,使网络应用更加丰富和更加友善。


Start using AJAX today

让我们今天就开始使用AJAX

There is nothing new to learn.

并不用学习新东西呦^_^。

AJAX is based on existing standards. These standards have been used by developers for several years.

AJAX是基于已经存在的技术标准的。这些基础技术对于开发者来说有的都已经使用好多年了。


Previous Next