Best AJAX Framework I’ve seen
Thursday, April 19th, 2007I’ve been usign AJAX for a while, but it’s always a hassle to have to set up the Ajax module initially before you can start calling the data in. I remember I’ve tried about 3 different Ajax modules in total, and the 3rd one I found was the one I thought to be the best, with the most flexibility.
(if you don’t know what AJAX is, read up on this AJAX tutorial)
It’s the prototype.js framework, and I’m sure a lot of you savvy users know about it already. AJAX is only one of the MANY MANY components of this javascript framework which can expand your horizons significantly without the huge amount of time spent on it. You can get the prototype.js framework and the documentations at the official website, www.prototypejs.org.
The prototype.js framework is used on my own site as well as some other sites I’m working on, and it basically sets up an ajax calling function, as well as query creating methods so you don’t have to, and the functionalities are more robust than something I could come up with unless I had dozens of hours to kill. And I don’t.
The prototype.js framework also includes many other functionalities in regards to object control, string modification, along with the AJAX framework. It’s something any web developer (whether for hobby or professional) should look at. It saves you time and effort, while providing you with a very robust platform on which to code on.

