Not Dreamweaver or anything else like that. I have Dreamweaver CS5. It is NOT what I'm looking for.

I want something like http://HTMLedit.squarefree.com/ which I can install on my computer. Windows 7.

IF Notepad++ had a visual Windows to go side-by-side the text editor it would be perfect.

link|improve this question
2  
Good luck. I'm curious to see what's available for Windows, so I'll up-vote you, but I'm not holding my breath. – Adam Eberlin Sep 22 '11 at 6:30
2  
In response to the link you provided: I use 2 monitors, one with notepad++ and the other with FF, IE and Chrome. I edit in notepad++ and hit the F5 in the browsers. Not "real-time" but it works! – Jake Sep 22 '11 at 6:58
1  
@Jake, I do something similar; I don't have two screens, but on my laptop I edit in Notepad++, then upload through FTP, and click refresh. However, I am wasting hours, weeks of my life doing all of this. – designerr000 Sep 22 '11 at 8:59
1  
@user958405: don't upload, run a local HTTP-server configured to serve the folders you are editing. That's what I do. – RedGrittyBrick Sep 22 '11 at 9:09
2  
@user958405 If it's plain HTML, you do not need anything extra other than the browser. If its a script like PHP, it will not render in a WYSIWYG editor without first installing PHP. In the latter case, you might as well run a local HTTP-server like RedGrittyBrick suggests. That said, WYSIWYG in the editor is not always the same in the browser you end users use. – Jake Sep 22 '11 at 9:45
show 1 more comment
feedback

migrated from stackoverflow.com Sep 22 '11 at 7:47

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 4 down vote accepted

I would suggest Kompozer. It does the job pretty well, and it's absolutely free.

I don't know about PHP (see comments) but you can split screen with Source/Design.

I have never had any problems with stylesheets in Kompozer. As a matter of fact, Kompozer actually helped me learn CSS, because of how easy it was. I also find it's designer more accurate than the Visual Studio 2010 although I have to use VS2010 for work.

link|improve this answer
Might be what I need.. can I split-screen Kompozer with code and visual? – designerr000 Sep 22 '11 at 8:29
Does it work with PHP? – designerr000 Sep 22 '11 at 8:32
doesn't seem to like the imported stylesheets. any suggestions? – designerr000 Sep 22 '11 at 8:36
also how do I do split view? – designerr000 Sep 22 '11 at 11:59
1  
if i could do split screen visual this would be perfect. since no one else has answered then i think your is the best answer. – designerr000 Sep 26 '11 at 9:24
show 1 more comment
feedback

My recommendation goes to the Amaya Editor/Browser from W3C.

enter image description here

link|improve this answer
looks great so far, but can i reverse the split-screen? I can't work with the preview on the left. – designerr000 Sep 22 '11 at 11:51
this would be perfect except it crashed on me when I tried to use PHP. Also when I reopened the application and tried again, it displayed the page wrong and then ultimately crashed again after less than a minute. – designerr000 Sep 22 '11 at 11:58
@user958405, don't think you can do that sorry. And I can't help you with the PHP crashing… I don't use it. – bjacquet Sep 22 '11 at 19:56
yea so amaya isn't what I need but it is a good basic WYSIWYG editor for html though. not good fir my needs but I voted you up anyways! – designerr000 Sep 23 '11 at 1:31
feedback

Visual Web Developer Express isn't too bad. There's also KompoZer, which also happens to be available as a portable application, http://portableapps.com/apps/development/nvu_portable.

link|improve this answer
I'm downloading it now. Thank you for the suggestion! let's see if it works... – designerr000 Sep 22 '11 at 8:32
the program is huge. still installing. however, I'll let you know if it's what I need. – designerr000 Sep 22 '11 at 9:01
visual studio doesn't seem to be what I'm looking for, unless I just don't know how to use it right. I didn't see an option for split-screen; also it is Far from lightweight. Far Far Far from it. Now I have GB of junk on my computer and hours wasted. Thank you anyways. – designerr000 Sep 22 '11 at 11:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.