vote up 33 vote down star
10

When I started programming web pages, it became immediately obvious that the WYSIWYG editors sucked. The html output was difficult to maintain, did things in ways you may not agreed with, completely messed up existing pages if opened, couldn't handle code in the page, and was polluted with dead or irrelevant code like <font ...></font>

At that time, I didn't know a single programmer with more than 6 months experience who didn't hand code their HTML. Even now, most of the developers I know hand code their HTML.

But, I also realize this was a decade ago, WYSIWYG editors have improved, and I may be seriously underproductive hand coding my HTML.

Do you, as a web programmer, use WYSIWYG editors for your HTML?

PS-I'm kind of thinking we can just vote either YES or NO, and put comments below.

flag
show 5 more comments

66 Answers

prev 1 2 3
vote up 1 vote down

Hand code is the only real method for me...

link|flag
vote up 0 vote down

You can (if you want) whip up a layout with a WYSIWYG editor, but after that, its HAND CODING all the way.

link|flag
vote up 0 vote down

I'm writing an editor. :)

Incidentally, I wonder whether http://www.w3.org/Amaya/ is a good editor ... maybe it is, and doesn't have the problems you mentioned in the OP.

link|flag
vote up 74 vote down

Hand code.

Frankly I look down on developers that don't.

The reason is that I've never met someone who uses a WYSIWYG editor that has a firm understanding of web semantics and how to use XHTML/CSS properly. Sure a lot of you are going to say "I use Dreamweaver but I could reproduce the same with Notepad" but the fact of the matter is that these are the types of people that just slap images and spacer.gif images into a table to create a layout and don't understand why that's not the best way to do things. These are the types of people who think doing things properly are a waste of time and as long as it looks decent on the browser they're using (which coincidentally is most likely to be MSIE) they'll move on and say I'm wasting my time making sure my tags are used correctly in the semantic sense and using browsershots.org to ensure it looks close enough to what I want on ALL browsers.

link|flag
1  
even if you're right :) – annakata Jan 2 '09 at 12:19
5  
@Simon: He gave his reason why: "The reason is that I've never met someone who uses a WYSIWYG editor that has a firm understanding of web semantics and how to use XHTML/CSS properly.", and he's quite correct about this statement. – Dave Jan 4 '09 at 12:57
2  
@EnderMB, and more often then not a lot developers do not understand the first thing about web semantics or valid XML documents – Andrew G. Johnson Jan 5 '09 at 6:04
show 15 more comments
vote up 131 vote down check

HAND CODE - I never use a WYSIWYG editor.

link|flag
4  
Is it that uncommon to use Dreamweaver and still do all of the code by hand? You can simply ignore the WYSIWYG editor feature if it offends you and enjoy all of the other features. – Rowan Jan 4 '09 at 15:03
2  
WYSIWYG for HTML makes my skin crawl. >.< – Ben Blank Feb 6 at 14:51
1  
I've worked with a lot of developers over the last 10 years or so, and the good ones all hand code. So using a WYSIWYG tool is probably a good indicator of that "it's just a job" mentality. – chris Mar 6 at 2:26
show 12 more comments
vote up 3 vote down

WYSIWYG-I almost always or always use a WYSIWYG editor

link|flag
1  
It seems you're the only one here who has answered WYSIWYG. I'm curious: why? – strager Jan 2 '09 at 7:27
1  
Oh, nevermind -- I realize the intent of this post. Up-vote this if this is your answer, I see, and the "HAND CODE" one if you're in that bracket. =] – strager Jan 2 '09 at 7:45
prev 1 2 3

Your Answer

Get an OpenID
or

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