Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

Using AJAX and PHP

Share this post!
 Vote this!

AJAX is Asynchronous JavaScript And XML. Jesse James Garett coined term AJAX in his article: “AJAX : A new approach for a new application”. This term used in 2005, where as technologies existed earlier. Ajax is just a new style of designing application. You can Manipulate GUI elements using Ajax. While using Ajax, you will not see any flicker when you perform some event on a web page. The reason is that an Ajax enabled page is not submitted back to the server. In fact only a portion of that page is submitted to the server using XMLHttpRequest object of JavaScript. As soon as the response is received from the server by XMLHttpResponse object it is updated on the web page. So you feel a smooth desktop like performance of web applications.  more...

0 comments:

Post a Comment