<?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: First step in throwing your XHTML document into Quirks Mode</title>
	<atom:link href="http://www.clearcrystalmedia.com/pm/xhtml-document-quirks-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clearcrystalmedia.com/pm/xhtml-document-quirks-mode/</link>
	<description>using the right technology at the right time</description>
	<lastBuildDate>Wed, 23 Nov 2011 18:55:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Chris Peters</title>
		<link>http://www.clearcrystalmedia.com/pm/xhtml-document-quirks-mode/comment-page-1/#comment-19927</link>
		<dc:creator>Chris Peters</dc:creator>
		<pubDate>Fri, 22 Jan 2010 00:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=430#comment-19927</guid>
		<description>&lt;p&gt;Aye. And the &lt;a href=&quot;../../a-browser-toolbar-for-web-developers/&quot; rel=&quot;nofollow&quot;&gt;Web Developer Toolbar&lt;/a&gt; for Firefox gives you a bookmarklet for running the current webpage that you&#039;re looking at through the W3C validator in another tab.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Aye. And the <a href="../../a-browser-toolbar-for-web-developers/" rel="nofollow">Web Developer Toolbar</a> for Firefox gives you a bookmarklet for running the current webpage that you&#8217;re looking at through the W3C validator in another tab.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Copley</title>
		<link>http://www.clearcrystalmedia.com/pm/xhtml-document-quirks-mode/comment-page-1/#comment-19914</link>
		<dc:creator>Grant Copley</dc:creator>
		<pubDate>Wed, 20 Jan 2010 15:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=430#comment-19914</guid>
		<description>For those that may not already know,the  W3c Markup Validation Service is a great tool you can use to validate your documents and make sure they are correct. It&#039;s free and gives you the ability to enter in a page URL, upload a file, or direct input of your code.

The link:
&lt;a href=&quot;http://validator.w3.org/&quot; rel=&quot;nofollow&quot;&gt;http://validator.w3.org/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For those that may not already know,the  W3c Markup Validation Service is a great tool you can use to validate your documents and make sure they are correct. It&#8217;s free and gives you the ability to enter in a page URL, upload a file, or direct input of your code.</p>
<p>The link:<br />
<a href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Peters</title>
		<link>http://www.clearcrystalmedia.com/pm/xhtml-document-quirks-mode/comment-page-1/#comment-19738</link>
		<dc:creator>Chris Peters</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=430#comment-19738</guid>
		<description>&lt;p&gt;Maybe I was going a bit overboard with the Quirks Mode thing. I thought it was true at least with older browsers.&lt;/p&gt;
&lt;p&gt;Either way, I think my point about not validating still rests. :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Maybe I was going a bit overboard with the Quirks Mode thing. I thought it was true at least with older browsers.</p>
<p>Either way, I think my point about not validating still rests. <img src='http://www.clearcrystalmedia.com/pm/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freelance web developer</title>
		<link>http://www.clearcrystalmedia.com/pm/xhtml-document-quirks-mode/comment-page-1/#comment-19653</link>
		<dc:creator>freelance web developer</dc:creator>
		<pubDate>Fri, 01 Jan 2010 01:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=430#comment-19653</guid>
		<description>Are you sure about this? Here is an example with two line break above the doctype and the page is rendering in SCM. 
https://www.tat-co.com/
From my experience, you need more than just white space above the doctype to get it into QM. A HTML comment will do. I like to use &lt;!-- Ah, Fooey --&gt;
- Jules
PS - kudos for using tinMCE!</description>
		<content:encoded><![CDATA[<p>Are you sure about this? Here is an example with two line break above the doctype and the page is rendering in SCM.<br />
<a href="https://www.tat-co.com/" rel="nofollow">https://www.tat-co.com/</a><br />
From my experience, you need more than just white space above the doctype to get it into QM. A HTML comment will do. I like to use &lt;!&#8211; Ah, Fooey &#8211;&gt;<br />
- Jules<br />
PS &#8211; kudos for using tinMCE!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Peters</title>
		<link>http://www.clearcrystalmedia.com/pm/xhtml-document-quirks-mode/comment-page-1/#comment-19650</link>
		<dc:creator>Chris Peters</dc:creator>
		<pubDate>Thu, 31 Dec 2009 20:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.clearcrystalmedia.com/pm/?p=430#comment-19650</guid>
		<description>&lt;p&gt;Aha, I wasn&#039;t aware of the &lt;cfcontent reset=&quot;true&quot;&gt; tip. Thanks for dropping a note Tony!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Aha, I wasn&#8217;t aware of the &lt;cfcontent reset=&#8221;true&#8221;&gt; tip. Thanks for dropping a note Tony!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

