<?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: Pros and Cons of WYSIWYG Editors</title>
	<atom:link href="http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 17 Mar 2010 12:23:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176888</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 24 Nov 2008 02:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176888</guid>
		<description>@Thord: My point was that you&#039;re also using your mouse for hours to mock up a design in Photoshop or Fireworks if you&#039;re a designer. :P</description>
		<content:encoded><![CDATA[<p>@Thord: My point was that you&#8217;re also using your mouse for hours to mock up a design in Photoshop or Fireworks if you&#8217;re a designer. <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176739</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 05 Nov 2008 15:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176739</guid>
		<description>More often than not at work I hand code in Dreamweaver. Why? Convenience mostly.  I know there are editors that have the same capabilities, but seeing the code in color and having code and css property cues/auto-completion saves me a lot of time.  

I&#039;ve never used any of the design tools or help files in Dreamweaver and started out my career in notepad, but as Patrick mentioned, the file management capabilities of Dreamweaver have kept me from using something else. At home I run a setup that is similar to what I have at work, except that my home PC is setup as a test server. This is an area where Dreamweaver has come in handy for me.

Really, who cares what you use to get the job done? As long as it&#039;s done right and on time the tools you use to get there shouldn&#039;t matter.</description>
		<content:encoded><![CDATA[<p>More often than not at work I hand code in Dreamweaver. Why? Convenience mostly.  I know there are editors that have the same capabilities, but seeing the code in color and having code and css property cues/auto-completion saves me a lot of time.  </p>
<p>I&#8217;ve never used any of the design tools or help files in Dreamweaver and started out my career in notepad, but as Patrick mentioned, the file management capabilities of Dreamweaver have kept me from using something else. At home I run a setup that is similar to what I have at work, except that my home PC is setup as a test server. This is an area where Dreamweaver has come in handy for me.</p>
<p>Really, who cares what you use to get the job done? As long as it&#8217;s done right and on time the tools you use to get there shouldn&#8217;t matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176688</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Fri, 31 Oct 2008 19:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176688</guid>
		<description>I only use Dreamweaver because its file management capabilities are second to none.  I know it&#039;s a waste of a WYSIWYG editor, but I love to hand code my sites.  Also, hand coding is easier in Dreamweaver for me, probably because I&#039;m so used to it by now.</description>
		<content:encoded><![CDATA[<p>I only use Dreamweaver because its file management capabilities are second to none.  I know it&#8217;s a waste of a WYSIWYG editor, but I love to hand code my sites.  Also, hand coding is easier in Dreamweaver for me, probably because I&#8217;m so used to it by now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Scott</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176646</link>
		<dc:creator>Rob Scott</dc:creator>
		<pubDate>Thu, 30 Oct 2008 00:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176646</guid>
		<description>WYSIWYG is a good place to start, and also a good way to learn the rudiments of HTML - by seeing how what you do in design mode impacts upon what is displayed on the page. Providing you keep checking the source code, and also look at XHTML compliance (I&#039;m bad at this even now I  use notepad for most stuff!) as often as possible, they offer a great way to get your teeth straight into writing websites.

I started designing using some very basic WYSIWYG programs, and have ended up using php, javascript, jquery etc as well as HTML - all in notepad. I wouldn&#039;t have made that leap straight off the bat - its too daunting, and too slow!

A good start, but those using them should understand the drawbacks and try to get away from them as far as possible. I hardly ever open Dreamweaver any more!</description>
		<content:encoded><![CDATA[<p>WYSIWYG is a good place to start, and also a good way to learn the rudiments of HTML &#8211; by seeing how what you do in design mode impacts upon what is displayed on the page. Providing you keep checking the source code, and also look at XHTML compliance (I&#8217;m bad at this even now I  use notepad for most stuff!) as often as possible, they offer a great way to get your teeth straight into writing websites.</p>
<p>I started designing using some very basic WYSIWYG programs, and have ended up using php, javascript, jquery etc as well as HTML &#8211; all in notepad. I wouldn&#8217;t have made that leap straight off the bat &#8211; its too daunting, and too slow!</p>
<p>A good start, but those using them should understand the drawbacks and try to get away from them as far as possible. I hardly ever open Dreamweaver any more!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176597</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Sat, 25 Oct 2008 18:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176597</guid>
		<description>Personally I prefer a text editor generally I use Homesite (the old Allaire editor bought out by Macromedia).  Since this product is no longer available I always tell my friends to look at Alleycode , although there are plenty of other good free alternatives. 

I agree with FlyboyArt&#039;s comments on WYSWYGs, but  for those who insist on WYSWYG  Pagebreeze and Bluevoda are worth looking at. 

Unfortunately learning a skill - HTML/CSS does n&#039;t sit well with the &#039;I want it now with no effort&#039;  mentality, and I cant see that changing any time soon - their loss.

Harry
ps thanks for this great resource by the way.</description>
		<content:encoded><![CDATA[<p>Personally I prefer a text editor generally I use Homesite (the old Allaire editor bought out by Macromedia).  Since this product is no longer available I always tell my friends to look at Alleycode , although there are plenty of other good free alternatives. </p>
<p>I agree with FlyboyArt&#8217;s comments on WYSWYGs, but  for those who insist on WYSWYG  Pagebreeze and Bluevoda are worth looking at. </p>
<p>Unfortunately learning a skill &#8211; HTML/CSS does n&#8217;t sit well with the &#8216;I want it now with no effort&#8217;  mentality, and I cant see that changing any time soon &#8211; their loss.</p>
<p>Harry<br />
ps thanks for this great resource by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176580</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Fri, 24 Oct 2008 19:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176580</guid>
		<description>Cons in WYSIWIG HTML editors???? Are you serious?

http://www.livbit.com</description>
		<content:encoded><![CDATA[<p>Cons in WYSIWIG HTML editors???? Are you serious?</p>
<p><a href="http://www.livbit.com" rel="nofollow">http://www.livbit.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thord Daniel Hedengren</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176576</link>
		<dc:creator>Thord Daniel Hedengren</dc:creator>
		<pubDate>Fri, 24 Oct 2008 08:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176576</guid>
		<description>Why I personally write all my code in a text editor (Coda is my choice), there are a surprisingly large amount of web designers using Dreamweaver in particular. Hence, this post. :)

And Chris, I wish it was that simple. In reality, you&#039;ll get issues after working with something for long periods of time, so that means you could be a kickass designer and suddenly get problems. The decision to swap tools might follow, for instance, I&#039;ve got a colleague using a trackball to spare the elbow.</description>
		<content:encoded><![CDATA[<p>Why I personally write all my code in a text editor (Coda is my choice), there are a surprisingly large amount of web designers using Dreamweaver in particular. Hence, this post. <img src='http://www.devlounge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And Chris, I wish it was that simple. In reality, you&#8217;ll get issues after working with something for long periods of time, so that means you could be a kickass designer and suddenly get problems. The decision to swap tools might follow, for instance, I&#8217;ve got a colleague using a trackball to spare the elbow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlyboyArt</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176573</link>
		<dc:creator>FlyboyArt</dc:creator>
		<pubDate>Fri, 24 Oct 2008 00:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176573</guid>
		<description>If you don&#039;t know HTML markup... you aren&#039;t a web developer, period. Depending on a WYSIWYG editor is a crutch. It generates bad code, fat code and non-standards compliant code. If you are serious about webdesign/development, get yourself a good text editor and dig in.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t know HTML markup&#8230; you aren&#8217;t a web developer, period. Depending on a WYSIWYG editor is a crutch. It generates bad code, fat code and non-standards compliant code. If you are serious about webdesign/development, get yourself a good text editor and dig in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.devlounge.net/publishing/pros-and-cons-of-wysiwigs/comment-page-1#comment-176570</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 23 Oct 2008 17:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.devlounge.net/?p=2011#comment-176570</guid>
		<description>&lt;blockquote&gt;You will have to use your mouse a lot, which could cause what is known as a Repetitive Stress Injury and cause pain in your wrists or shoulders&lt;/blockquote&gt;

If &quot;writing&quot; a website in a WYSIWYG (not WYSIWIG as you&#039;ve spelled it throughout the article) gives you RSI, you probably shouldn&#039;t be &lt;b&gt;&lt;i&gt;designing&lt;/b&gt;&lt;/i&gt; websites in the first place; assuming that this is targeted towards web designers who don&#039;t know how to write markup.</description>
		<content:encoded><![CDATA[<blockquote><p>You will have to use your mouse a lot, which could cause what is known as a Repetitive Stress Injury and cause pain in your wrists or shoulders</p></blockquote>
<p>If &#8220;writing&#8221; a website in a WYSIWYG (not WYSIWIG as you&#8217;ve spelled it throughout the article) gives you RSI, you probably shouldn&#8217;t be <b><i>designing</i></b> websites in the first place; assuming that this is targeted towards web designers who don&#8217;t know how to write markup.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
