An Ajax Rss feed reader
Posted on July 26, 2007 by Subin
Ajax (Asynchronous Javascript And Xml)
I hopemost of you guys know what Ajax (some people say its AJAX) is all about. Ajax is nothing but a way to make website more fast & dynamic by minimizing the amount of request/response data. This is achieved with the help of JavaScript (more precisely we can say, using XmlHttpRequest).
JavaScript:
// Initializing [...]
Filed under: Code Snippets, Web, XML | No Comments »