views:

5087

answers:

5

Are there any IDEs for Javascript /HTML that allow visualizing the effects (like MochiKit), and streamline the website design process?

+16  A: 

I really like Aptana Studio, and it supports MochiKit Library.

CMS
Amen to that! Aptana is Awesome!
J-P
True. I've never tried the Pro 30 day trial yet I am hooked to it. =)
SyaZ
+2  A: 

I believe Adobe Dramweaver allows you to do that...

sebastian
Spelling error on the name: "Dreamweaver", not "Dramweaver"
bart
Actually, DramWeaver is a Scottish piece of software that allows you to decide which pub to go to next to have your next "wee dram"... ;)
Jonathan
+1  A: 

I really like Visual Studio 2008 for HTML and JavaScript editing. With VS2008 SP1 you also gain JavaScript Intellisense to help you write code quickly.

Jon Tackabury
+2  A: 

I was a big fan of Nvu, which was Linspire's fork / update of the old Mozilla Composer. I'm a little startled to see that that project has apparently been abandoned and resumed by a different group as KompoZer. I haven't tried it since the name change, but the old Nvu was fantastic (also FOSS.)

Electrons_Ahoy
+1  A: 

Aptana Studio is a popular choice. It is based on the Eclipse framework, so is cross-platform (Java) and well supported; it seems everyone is building an IDE on top of Eclipse these days (Adobe Flex Builder, Zend Studio, ...). Aptana Studio comes in a pay-for "professional" flavour, or a cost-free edition, and there are several Aptana plug-ins you can add to support, e.g. Ruby on Rails development.

Eclipse has a built-in web-browser, but will also work nicely with any browser on your system, you just need to configure it. There is also a web development tools package, which includes a WYSIWYG HTML editor.

I'm actually not a fan of Aptana. I already use Eclipse PDT for PHP development and installing the Aptana plug-in messes with my preferences, so for JavaScript support I use JSEclipse (sorry for the lack of a link - Adobe have rolled the functionality into Flex Builder, so it's hard to find details of JSEclipse itself now). You can configure Eclipse to download and install JSEclipse from the JSEclipse update site.

Richard Turner
Your link for the JSEclipse update site appears to be dead.
TomC
It is (was?) the URL to specify in Eclipse when adding update sites. The last time I tried to view the page with a browser I saw a 404, but since then I've still used the URL to install in Eclipse. Dunno what's going on there, but yes, it might be dead. I use NetBeans these days.
Richard Turner