المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : تعرف على الأجاكس Learn Ajax for beginners



Lost
09-21-2008, 11:51 PM
AJAX stands for Asynchronous ********** And XML.
AJAX is a type of programming made popular in 2005 by Google (with Google Suggest).
AJAX is not a new programming ********, but a new way to use existing standards.
With AJAX you can create better, faster, and more user-friendly web applications.
AJAX is based on ********** and HTTP requests

Lost
09-21-2008, 11:53 PM
AJAX = Asynchronous ********** and XML

AJAX is not a new programming ********, but a technique for creating better, faster, and more interactive web applications.
With AJAX, your ********** can communicate directly with the server, using the ********** XMLHttpRequest object. With this object, your ********** can trade data with a web server, without reloading the page.
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.
The AJAX technique makes Internet applications smaller, faster and more user-friendly.
AJAX is a browser technology independent of web server software.


AJAX is Based on Web Standards

AJAX is based on the following web standards:

**********
XML
HTML
CSS
The web standards used in AJAX are well defined, and supported by all major browsers. AJAX applications are browser and platform independent.



AJAX is About Better Internet Applications

Web 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