TinyMCE wysiwyg in WordPress is No Good
The default WordPress wysiwyg writing tool, TinyMCE is a piece of shit. First, there’s the character escaping. I can’t upload and embed a god damn flash video (*.flv) because TinyMCE decides to escape and "correct" all the friggin code:

Then there’s the upload tool. It doesn’t generate valid code. It sends apostrophes instead of commas, then after saving the post, it changes the tag properties to UPERCASE! WTF man, XHTML 1.0 transitional asks for lowercase tag properties. Also, there is no width, height and alt for the img tag properties when uploading images. This is crucial to image SEO. Switching to …read more…