Aptana is a slick looking JavaScript IDE that rivals larger IDE's like Visual Studio. Aptana includes support for AJAX, and has an easy to use interface to help with your web design tasks. Included is an outline view, file and project tabs for quick browsing of your file system. There is a decent help system that helps you get setup in Aptana coding the way that works best for you. The splash or home screen does a good job of explaining many aspects of the system and how to use it right off the bat. My favorite feature is the integrated JavaScript reference to help you learn more as you code, or simply make looking up the name of a function or other syntax very easy.Aptana offers a nice web IDE
Aptana is a slick looking JavaScript IDE that rivals larger IDE's like Visual Studio. Aptana includes support for AJAX, and has an easy to use interface to help with your web design tasks. Included is an outline view, file and project tabs for quick browsing of your file system. There is a decent help system that helps you get setup in Aptana coding the way that works best for you. The splash or home screen does a good job of explaining many aspects of the system and how to use it right off the bat. My favorite feature is the integrated JavaScript reference to help you learn more as you code, or simply make looking up the name of a function or other syntax very easy.













Reader Comments (Page 1 of 1)
7-26-2006 @ 6:59PM
Alex Hillman said...
this is AWESOME. Ive been looking for a good javascript IDE forever, and everything else ive tried sucks. this is great out of the box. plus, its cross platform. PLUS its free. PLUS ITS WELL SUPPORTED! THANKS!
Reply
7-27-2006 @ 12:29PM
Brent said...
It appears as though Aptana is just piggy backing on the Eclipse IDE platform ( http://www.eclipse.org/ ). Not that there's anything wrong with that.
The framework Eclipse provides is a little... strange, and the end-user documentation for the base IDE could use a lot of work (I've still yet to figure out what the difference between a 'Perspective' and a 'View' are; and toolbar customization is... largely a mess), but I've been using Eclipse+PHPEclipse ( http://phpeclipse.de/ ) for a while and more recently Eclipse+Zend's own PHP-IDE ( http://www.zend.com/phpide/ ). They both work far better than the old standard-text-editors I was using before this.
The best part of the Eclipse platform is that you can add on components and they all work fairly seamlessly together. So you can easily add Subversion support just by adding the Subclipse project, and now your Javascript IDE, or PHP IDE, has subversion support.
You should also be able to seamlessly switch between your customized Javascript setup and you PHP setup without having to open a different application.
Anyways, good for Aptana, but I wanted to give some recognition to the Eclipse project. :)
Reply
7-27-2006 @ 1:07PM
Ryan Carter said...
Thanks Brent, I agree. Eclipse is an awesome product and should be recognized. Duly noted!
Reply