Archive for the ‘Ajax’ Category

PHP and Ajax for Beginners

AJAX is not a new programming language,it is a type of programming made popular by Google (with Google Suggest) to use existing standards based on JavaScript and HTTP requests.
With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, [...]

Continue reading »