AJAX
October 23rd, 2008This is the short form for Asynchronous JavaScript And XML. AJAX serves as a powerful tool for designers to make their web applications more interactive. However, it’s functioning is not sensed up-front as it works behind the scenes. Through AJAX the issue of page reloading for data requests and receive responses can be avoided.
Related posts: