AJAX is the acronym for Asynchronous JavaScript And XML.
☛
The term "Ajax" was publicly stated on 18 February 2005 by Jesse James Garrett in an article
titled "Ajax: A New Approach to Web Applications", based on techniques used on Google pages.
☛
Ajax is a client-side script that communicates to and from a server/database without the need for a postback
or a complete page refresh. The best definition I've read for Ajax is “the method of exchanging data with a server,
and updating parts of a web page without reloading the entire page.”
☛
But it is not browser compatible alone so it has to work with HTML and CSS for presentation, The Document Object Model (DOM)
for dynamic display of and interaction with data, XML/JASON for the interchange of data and XSLT for its manipulation,
The XMLHttpRequest object for asynchronous communication, JavaScript to bring these technologies together.
Requirements :-
☛
Basic knowledge of
HTML,
CSS, Javascript,
MySQL, XML
before start study basics of these subjects first.
☛
Simple-text editor, such as Notepad, Editplus, Notepad++ is popular editor among web developers.
Download here
Benifits of AJAX :-
☛
User-Friendly, Callbacks, Making Asynchronous Calls, Increased Speed (as it rerieve data without page refresh)
☛
AJAX is a lightweight, Load faster, Solve lot of problems on server side without whole page refresh
but only part of web page so less load on servers,
Instant output on any activity, Great user interface etc.
☛
You can create, update, edit, records into database without refresh page.
(as Google search engine, Facebook are using it)