AJAX (sometimes spelled "Ajax") stands for Asynchronous JavaScript and XML. It is a technique used to make webpages faster to use. If they are programmed with AJAX, they seem to react faster. They only send small pieces of information to the web server. That way, the whole web page does not need to reload, only small parts of it.