![]()
The thing that was missing from the resources category on the site was this article, a collection of Ajax techniques, tips and tutorials. I hope this article will help the developers to learn or find some of the interesting features found here.
Ajax (shorthand for Asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages. Data is usually retrieved using the XMLHttpRequest object. Despite the name, the use of XML is not actually required, nor do the requests need to be asynchronous.
View Post …


