tags:

views:

68

answers:

4

I think an application like that would make web design faster, providing faster visual feedback. But I don't see many applications like this. Are there big drawbacks for this kind of programs? So basically I would like to know if there is an application that provides live changes like Firebug and coding tools like Notepad++.

A: 

Microsoft Expression Web seems pretty shiny. I haven't used it much myself, but it has an awesome overlay feature to compare rendering between IE6/7/8 and Firefox which saved me a lot of time debugging a broken page.

ZoFreX
A: 

Dreamweaver has a Code / Display / Split interface along with Live View and Live Code for if you have a testing server setup.

I'm not sure about any free editors, though.

John
A: 

If you are using Visual Studio and ASP.net you can have a Split-view. One half Markup/HTMl Code and the other is your Designer-View which displays your code. If you set the focus from the code into the designer view, you will automatically update the view in less than a second.

citronas
+1  A: 

Try this link

http://mooshell.net/

Undefined