WYSIWYG Hell
Robert goes off on a rant about WYSIWYG editors that require Internet Explorer for Windows and generate crappy code. Welcome to WYSIWYG Hell.
- Previous post: Web-Dev-Bookmarks
- Next post: Skills for Access
Subscribe / follow
Sponsors
Authentic Jobs
- Full-Stack Developer at Svensk Lånemarknad (Stockholm, Sweden, SE)
- Senior Web Developer at Telenav, Inc. (Boston, MA, Ma, US)
- Graphic Designer at LoudDoor (Columbia, SC, So, US)
- Senior Developer at Magnani Caruso Dutton (Chicago, IL, Il, US)
DreamHost web hosting
Use the promo code 456BEREASTREET3 to save USD 20 when you sign up for DreamHost


Comments
Maybe a rant… :-) Or maybe just a strong belief in making it better.
Waaagh… don’t remind me on my day off. I make spiffy validating XHTML 1.1 templates, priority 3 accessible even. Then they hang Telerik’s Rad editor in MS-CMS, for the customer to paste word-documents in.
I cry myself to sleep at night.
Can anyone recomend an editor which doesn’t kill the point of making validating sites?
Robert: That’s a belief I share :-).
Woolly: Yes, XStandard is very good. It is currently Windows only (IE and Moz/FF), but a cross-platform version is in the works.
I too have suffered at the hands of MSIE’s bizarre editor code (even without the horror that results when an Office document is pasted in). I’m currently working on a component which walks the DOM tree of the editable region, recreating the markup in an XML DOM Document sans the cruft, suitable for uploading to the server via AJAX.
At the moment it uses a fairly naive approach to throwing away the rubbish, but the next iteration will use a more complex algorithm to ensure that only valid XHTML/1.0 makes it through the reparse. You can do some wonderful things with object oriented JavaScript…
Kupu does a good job at returning clean XHTML to the server. Includes support for more than one browser or OS.
PROGRAMMERS dont complain, they find a coding solution. That is exactly what I did. Its good to know both design AND coding because you can then level out these ‘sufferings’. :-)
Comments are disabled for this post (read why), but if you have spotted an error or have additional info that you think should be in this post, feel free to contact me.