Are there any IDE's available, to develop website using Ajax?

arpit_gadle

New member
I am having a project, in which I have to develop a website using Ajax, and hardcoding ajax is very difficult and time consuming. So are there any Ajax IDE's available which can help in rapid development of web-site?
 
There are. However, you might want to thing about using an AJAX framework in addition to, in instead of, an IDE. jQuery, Mootools, and Prototype are all good choices. They make AJAX development go much, much faster. I'm speaking from experience here.

In terms of IDEs, the way to go is Aptana:
http://www.aptana.com/

I used it for a while. While it is very good at what it does, I ultimately went back to using Vim (a text editor). I was just more productive with the software I was used to.
 
Back
Top