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++.
views:
68answers:
4
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
2010-01-02 22:52:32
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
2010-01-02 22:54:07
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
2010-01-02 22:59:32