Kevin, on Feb 1 2008, 06:53 PM, said:
Exactly right. Nothing beats doing the code yourself, and I am yet to come across any of those WYSIWYG editors that creates code that passes the W3C HTML/XHTML/XML validator. Those editors insert so much unnecessary code and use far too much non-standard and non-compliant HTML and CSS. Even Dreamweaver is bad for that, and it's one supposed to be one of the top WYSIWYG editors available.
I never have those problems with Dreamweaver. Anything that I do always validates and Dreamweaver has a good compatibility function that checks HTML, CSS, etc, against what all the different browsers will and won't support.
Kevin, on Feb 1 2008, 06:53 PM, said:
I find it amazing that any professional web designer uses anything but a text editor to code HTML. Only amateurs should be using WYSIWYG editors because they don't know any better.
I use Dreamweaver as my tool of choice for web authoring. Although I am a strong believer in knowing how to hand code and only look at applications such as Dreamweaver as a time saver. I don't rely on them to do things for me that I don't already know how to do.
Any professional web developer would be mad to hand code. Why type all that markup when you don't have to? As long as they know how to modify code by hand when the WYSIWYG editor doesn't achieve the desired result then it's all good.