<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why WYSIWYGs Suck</title>
	<atom:link href="http://jonraasch.com/blog/why-wysiwygs-suck/feed" rel="self" type="application/rss+xml" />
	<link>http://jonraasch.com/blog/why-wysiwygs-suck</link>
	<description>Web development and design blog from Portland based developer Jon Raasch</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:38:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Becca Carter</title>
		<link>http://jonraasch.com/blog/why-wysiwygs-suck/comment-page-1#comment-1266</link>
		<dc:creator>Becca Carter</dc:creator>
		<pubDate>Fri, 07 Aug 2009 23:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/why-wysiwygs-suck#comment-1266</guid>
		<description>-Jon
i have used a few of the &quot;cut and paste&quot; build a site software packages...in the end no matter i still go back to my roots for the tricks i know i can do myself instead of wasting my time looking for the application that is supposed to do it. no matter what software you use...you still need to learn some coding. ~.~ Especially if you are a perfectionist about your site ;p
Becca</description>
		<content:encoded><![CDATA[<p>-Jon<br />
i have used a few of the &#8220;cut and paste&#8221; build a site software packages&#8230;in the end no matter i still go back to my roots for the tricks i know i can do myself instead of wasting my time looking for the application that is supposed to do it. no matter what software you use&#8230;you still need to learn some coding. ~.~ Especially if you are a perfectionist about your site ;p<br />
Becca</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Raasch</title>
		<link>http://jonraasch.com/blog/why-wysiwygs-suck/comment-page-1#comment-845</link>
		<dc:creator>Jon Raasch</dc:creator>
		<pubDate>Tue, 07 Jul 2009 18:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/why-wysiwygs-suck#comment-845</guid>
		<description>Thanks for the update to this post Gary and your many good points!  

To be honest I was a bit nooby when I wrote this one.  I still think that no developers should ever use WYSIWYGs since they will never be able to compete with a human programmer with a vast knowledge of HTML/CSS.  However I have learned to deal with WYSIWYGs since they really are an inevitability.   

There really is no way around WYSIWYGs for content managed websites.  Content management means there is user generated content, and we can&#039;t hold average users or even our savvy clients to the same standards we hold ourselves.   For instance when doing Drupal integration we have to interface with TinyMCE content.  A good CSS programmer will have no problem styling this content.

But I am very interested in improvements in web based WYSiWYGs, since they are integral to the new web.   I&#039;m considering doing a blog post soon comparing a few.

Thanks for your comment,
jr</description>
		<content:encoded><![CDATA[<p>Thanks for the update to this post Gary and your many good points!  </p>
<p>To be honest I was a bit nooby when I wrote this one.  I still think that no developers should ever use WYSIWYGs since they will never be able to compete with a human programmer with a vast knowledge of HTML/CSS.  However I have learned to deal with WYSIWYGs since they really are an inevitability.   </p>
<p>There really is no way around WYSIWYGs for content managed websites.  Content management means there is user generated content, and we can&#8217;t hold average users or even our savvy clients to the same standards we hold ourselves.   For instance when doing Drupal integration we have to interface with TinyMCE content.  A good CSS programmer will have no problem styling this content.</p>
<p>But I am very interested in improvements in web based WYSiWYGs, since they are integral to the new web.   I&#8217;m considering doing a blog post soon comparing a few.</p>
<p>Thanks for your comment,<br />
jr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Hepting</title>
		<link>http://jonraasch.com/blog/why-wysiwygs-suck/comment-page-1#comment-844</link>
		<dc:creator>Gary Hepting</dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/why-wysiwygs-suck#comment-844</guid>
		<description>I like your rant, but it must be slightly out-dated... There are CSS/xHTML producing WYSIWYG editors (I think even Dreamweaver has been updated to use CSS layout methods and content styling) currently available. Of coarse, there is no substitution for a knowledgeable and experienced web developer being involved in the web development process... People that use WYSIWYG editors are most likely not creating applications that will last for years and support new technologies and internet applications as they emerge.

It&#039;s all about future-proofing. That is why we &quot;waste&quot; time converting old deprecated code with valid xHTML and CSS when we are forced to work on old code structures. We know that it SHOULD be like this and that all technologies, current and in the future, will be more than likely to support and properly interpret our code if it is structured properly and within the W3C and other standards.

Besides, if we don&#039;t, we get phone calls from clients we&#039;ve worked with in the past to &quot;fix&quot; things that break when new browsers that DO support standards are released!  :)

It&#039;s our duty as passionate developers of the internet to do things properly, advise our clients of the importance and necessity of these things, and ultimately make the internet a better place for future developers and users alike!

 - Gary</description>
		<content:encoded><![CDATA[<p>I like your rant, but it must be slightly out-dated&#8230; There are CSS/xHTML producing WYSIWYG editors (I think even Dreamweaver has been updated to use CSS layout methods and content styling) currently available. Of coarse, there is no substitution for a knowledgeable and experienced web developer being involved in the web development process&#8230; People that use WYSIWYG editors are most likely not creating applications that will last for years and support new technologies and internet applications as they emerge.</p>
<p>It&#8217;s all about future-proofing. That is why we &#8220;waste&#8221; time converting old deprecated code with valid xHTML and CSS when we are forced to work on old code structures. We know that it SHOULD be like this and that all technologies, current and in the future, will be more than likely to support and properly interpret our code if it is structured properly and within the W3C and other standards.</p>
<p>Besides, if we don&#8217;t, we get phone calls from clients we&#8217;ve worked with in the past to &#8220;fix&#8221; things that break when new browsers that DO support standards are released!  <img src='http://jonraasch.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s our duty as passionate developers of the internet to do things properly, advise our clients of the importance and necessity of these things, and ultimately make the internet a better place for future developers and users alike!</p>
<p> &#8211; Gary</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xtence</title>
		<link>http://jonraasch.com/blog/why-wysiwygs-suck/comment-page-1#comment-200</link>
		<dc:creator>Xtence</dc:creator>
		<pubDate>Tue, 20 Jan 2009 18:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://jonraasch.com/blog/why-wysiwygs-suck#comment-200</guid>
		<description>Where i use to work, all designers worked with a WYSIWYG, to save time !?! If you know your html and css well, you make it even faster, cause you write no bugs, and make it work in different browsers without a whole bunch of hacks in the code, if you can&#039;t validate you know why and what did made it happen.
I know &quot;webdesigners&quot; who don&#039;t know nothing bout html, css and then they give they&#039;re template to a developer, who spontanious give it back because the code is like spaghetti.It just sucks.

Nice blog, like it very much, keep on the good work!</description>
		<content:encoded><![CDATA[<p>Where i use to work, all designers worked with a WYSIWYG, to save time !?! If you know your html and css well, you make it even faster, cause you write no bugs, and make it work in different browsers without a whole bunch of hacks in the code, if you can&#8217;t validate you know why and what did made it happen.<br />
I know &#8220;webdesigners&#8221; who don&#8217;t know nothing bout html, css and then they give they&#8217;re template to a developer, who spontanious give it back because the code is like spaghetti.It just sucks.</p>
<p>Nice blog, like it very much, keep on the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
