How to deploy Ajax application safely and easily
AJAX (Asynchronous JavaScript Technology and XML) is a relatively recent technology, or more precisely – a collection of technologies – but it managed to find its place in the web development environment. Being a combination of existing technologies, such as CSS, JavaScript, and XML is good because it is easier to learn AJAX but when security is concerned, this means that the security weaknesses of these several technologies are also combined.
Top 10 Sites to Learn AJAX and Tutorials
AJAX now adays is a big buzz and very popular set of web languages. A little About AJAX from W3Schools.com
AJAX = Asynchronous JavaScript and XML. AJAX is based on JavaScript and HTTP requests. AJAX is not a new programming language, but a new way to use existing standards.
AJAX is the art of trading data with a web server, and changing parts of a web page, without reloading the whole page.