I love the technology AJAX and started writing blog on the same. You can check it out at Ajax. I am an optimist who believes that every person has a purpose to come to this world. And getting inspired helps to move at a good pace in life and I love writing inspiring stories and are available at Touching Stories
Introduction To Ajax Brief historyAjax is only a name given to a set of tools that were previously existing.The main part is XMLHttpRequest, a class usable in JavaScript , that was implemented into Internet Explorer since the 4.0 version.The same concept was named XMLHTTP some times, before the Ajax name becomes commonly used.The use of XMLHttpRequest in 2005 by Google, in Gmail and GoogleMaps has contributed to the...... Similar Editorial : Introduction to by Hagit Ben-Artzi. | Source : Computer Science Universities
Alternative To Ajax By now, nearly everyone who works in web development has heard of the term Ajax, which is simply a term to describe client-server communication achieved without reloading the current page. Most articles on Ajax have focused on using XMLHttp as the means to achieving such communication, but Ajax techniques aren't limited to just XMLHttpRequest. There are several other methods to achieve what AJAX...... Similar Editorial : The Opera Alternative by Jakob Jelling. | Source : Computer Science Universities