What is AJAX and what are the benefits of using it?
AJAX is short for “Asynchronous JavaScript and XML”. AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together. It is a web development technique for creating interactive web applications using a combination of JavaScript and XML. The biggest advantage of using AJAX technologies is that data can be manipulated without having to render the entire page again in the web browser, which is exactly what Cute Chat does enabling you to chat faster. Read more at: http://en.wikipedia.