AJAX

Abbreviation for Asynchronous JavaScript and XML. It is a platform to develop interactive web applications. While only updating small parts of the web page through callbacks to the server the whole page does not need to be reloaded. The user experience becomes faster, user friendlier and more interactive.


» Read more about AJAX