Ajax, Ajax Programing, Java script, qquery, New Orleans LA

(251) 422-6044

Asynchronous Javascript and XML

Ajax Asynchronous Javascript and XML

When working with large data sets AJAX is essential to efficiency and saving time. It is the art of exchanging data with a server, and updating parts of a web page - without reloading the whole page.

This allows your web based application to behave like a desktop based program without any of the cost or overhead associated with licensing and deployment of standard client based applications

AJAX is the use of the XMLHttpRequest object to communicate with server-side scripts. It can send as well as receive information in a variety of formats, including JSON, XML, HTML, and even text files. AJAX's most appealing characteristic, however, is its "asynchronous" nature, which means it can do all of this without having to refresh the page. This lets you update portions of a page based upon user events.

At I'm Going Live we have been using AJAX and a combination of JQuery, Javascript, PHP, and MySQL to develop highly functional and amazingly fast network based applications since 2010.