<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Devil&#8217;s Advocate - Why You SHOULD&#8217;NT Validate Your Website</title>
	<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/</link>
	<description>Patrick Burt</description>
	<pubDate>Mon, 08 Sep 2008 10:33:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Tony Scialdone</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1369</link>
		<author>Tony Scialdone</author>
		<pubDate>Thu, 20 Dec 2007 23:23:22 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1369</guid>
		<description>Kris:

I'm thinking that there's been some miscommunication here...is there more we might help you with? I won't presume to know the answers to all of your questions, but I'm willing to try.

As posted, either &#38; copy ;   OR   &#38;# 169 ; (remove the spaces) will create a copyright symbol. If those don't work, it could be that you're using a program like FP that messes things up. 

Is there more? Did I misunderstand?</description>
		<content:encoded><![CDATA[<p>Kris:</p>
<p>I&#8217;m thinking that there&#8217;s been some miscommunication here&#8230;is there more we might help you with? I won&#8217;t presume to know the answers to all of your questions, but I&#8217;m willing to try.</p>
<p>As posted, either &amp; copy ;   OR   &amp;# 169 ; (remove the spaces) will create a copyright symbol. If those don&#8217;t work, it could be that you&#8217;re using a program like FP that messes things up. </p>
<p>Is there more? Did I misunderstand?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1367</link>
		<author>Kris</author>
		<pubDate>Thu, 20 Dec 2007 17:45:28 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1367</guid>
		<description>Once more without the 

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd"
html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"</description>
		<content:encoded><![CDATA[<p>Once more without the </p>
<p>!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Strict//EN&#8221;<br />
 &#8220;http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd&#8221;<br />
html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1366</link>
		<author>Kris</author>
		<pubDate>Thu, 20 Dec 2007 17:44:36 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1366</guid>
		<description>Oh, look at that, you can't put in a DOCTYPE either.  Heavy sigh.  Try this without the dots. 


</description>
		<content:encoded><![CDATA[<p>Oh, look at that, you can&#8217;t put in a DOCTYPE either.  Heavy sigh.  Try this without the dots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1365</link>
		<author>Kris</author>
		<pubDate>Thu, 20 Dec 2007 17:39:17 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1365</guid>
		<description>My apologies to both of you, I just wasn't clear in my original post.  Yes, I use &#38; copy; without the space, but I can't type that here or the copyright symbol shows up.  My DOCTYPE is:



It's not THAT big of an issue, I just thought a guru would know:-))</description>
		<content:encoded><![CDATA[<p>My apologies to both of you, I just wasn&#8217;t clear in my original post.  Yes, I use &amp; copy; without the space, but I can&#8217;t type that here or the copyright symbol shows up.  My DOCTYPE is:</p>
<p>It&#8217;s not THAT big of an issue, I just thought a guru would know:-))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1364</link>
		<author>Patrick Burt</author>
		<pubDate>Thu, 20 Dec 2007 16:25:27 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1364</guid>
		<description>Kris, do you have a line of code that looks like this:

&lt; meta http-equiv="Content-Type" content="text/html; charset=utf-8" / &gt;
(without the spaces)

It defines the character set which could be the problem.</description>
		<content:encoded><![CDATA[<p>Kris, do you have a line of code that looks like this:</p>
<p>< meta http-equiv="Content-Type" content="text/html; charset=utf-8" / ><br />
(without the spaces)</p>
<p>It defines the character set which could be the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Scialdone</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1363</link>
		<author>Tony Scialdone</author>
		<pubDate>Thu, 20 Dec 2007 15:20:40 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1363</guid>
		<description>If you're typing &#38; copy ; without spaces and it's still not working, then it's being translated improperly...that's the proper code. You might also try &#38;# 169 ; without spaces.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re typing &amp; copy ; without spaces and it&#8217;s still not working, then it&#8217;s being translated improperly&#8230;that&#8217;s the proper code. You might also try &amp;# 169 ; without spaces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1356</link>
		<author>Kris</author>
		<pubDate>Thu, 20 Dec 2007 00:05:06 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1356</guid>
		<description>Tony,

I tried &#38; copy; (you can't type that all as one word or you get the copyright symbol).  Still get the Â</description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>I tried &amp; copy; (you can&#8217;t type that all as one word or you get the copyright symbol).  Still get the Â</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Scialdone</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1355</link>
		<author>Tony Scialdone</author>
		<pubDate>Wed, 19 Dec 2007 22:55:10 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1355</guid>
		<description>&#38; copy ; without spaces... 

</description>
		<content:encoded><![CDATA[<p>&amp; copy ; without spaces&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Scialdone</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1354</link>
		<author>Tony Scialdone</author>
		<pubDate>Wed, 19 Dec 2007 22:54:50 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1354</guid>
		<description>Try typing this: &#169; ...it's the code that makes the little circle c.</description>
		<content:encoded><![CDATA[<p>Try typing this: &copy; &#8230;it&#8217;s the code that makes the little circle c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kris</title>
		<link>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1353</link>
		<author>Kris</author>
		<pubDate>Wed, 19 Dec 2007 21:30:47 +0000</pubDate>
		<guid>http://www.pat-burt.com/web-development/devils-advocate-why-you-shouldnt-validate-your-website/#comment-1353</guid>
		<description>Tony,

Sorry, I didn't mean to sound whiny before.  I thought we were *supposed* be thinking of ways to avoid validating:-))  FP's poor markup has forced me to learn a lot more than I ever wanted to know about CSS and XHTML.  I haven't tried Notepad ++ but I have learned that if I want to markup a page that FP changed as soon as I hit the save button, I need to write it in a plain text editor (Notepad) and import it.  Sheesh!

Do you have any idea why I can't do a copyright symbol?  It keeps changing itself to an A with the symbol next to it.  I have tried both inserting the symbol as a font, and using the &#38; copy; notation but it still keeps a changing.</description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>Sorry, I didn&#8217;t mean to sound whiny before.  I thought we were *supposed* be thinking of ways to avoid validating:-))  FP&#8217;s poor markup has forced me to learn a lot more than I ever wanted to know about CSS and XHTML.  I haven&#8217;t tried Notepad ++ but I have learned that if I want to markup a page that FP changed as soon as I hit the save button, I need to write it in a plain text editor (Notepad) and import it.  Sheesh!</p>
<p>Do you have any idea why I can&#8217;t do a copyright symbol?  It keeps changing itself to an A with the symbol next to it.  I have tried both inserting the symbol as a font, and using the &amp; copy; notation but it still keeps a changing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
