A Few things you Should Know About Ajax
1. Ajax is not an acronym. I have seen some people spell Ajax out as Asynchronous JavaScript and XML or Active JavaScript and XML. This is not true. XML is not required to create an Ajax application.
2. If you are running your own server then this will be important. Plan for an increase in HTTP [...]