Recently Popular Tutorials for July 9th, 2008
Jul 9
What is AJAX
This AJAX tutorial will teach you what is AJAX and how to use AJAX programming tools. AJAX is coming from Asynchronous JavaScript And XML. AJAX is programming technique combining client JavaScript code and Server-Side HTTP Requests. AJAX stands more popular in 2005 with Google Suggest.
Jul 9
AJAX Tutorial
To see how AJAX work, we will develop small AJAX Web Application. First of all we need some HTML file with forms to input data. This will be one input field where we can write some text – in our case this will be some name. This HTML file we will save under ajax.html name. The [...]
Jul 9
Prevent AJAX scripts from caching
AJAX is modern new technology which gives you an advanced way to improve the quality, speed and interactivity of internet applications. But the applications which intensively using AJAX, have one problem. To request data they make a URL post to server side script. This URL is cached by the client browser and even the server [...]