<?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"
	>
<channel>
	<title>Comments on: All you need is &#60;!doctype html&#62;</title>
	<atom:link href="http://themaingate.net/dev/html/all-you-need-is-doctype-html/feed" rel="self" type="application/rss+xml" />
	<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html</link>
	<description>HTML, CSS, Javascript, PHP, and other assorted code</description>
	<pubDate>Fri, 12 Mar 2010 03:16:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: 优化HTML at Jeekundo.com</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-233</link>
		<dc:creator>优化HTML at Jeekundo.com</dc:creator>
		<pubDate>Fri, 26 Feb 2010 16:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-233</guid>
		<description>[...] 一年多以前，Dustin Diaz建议使用HTML 5文档类型，作为减少页面体积的一个途径。这不是一个重要的优化方式，但是如果你不在乎是否通过校验并且需要使页面尽可能小巧，使用&#60;!doctype html&#62;是一个可行的备选方案。测试表明这个奇特的文档声明可以触发大量的浏览器的标准模式。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 一年多以前，Dustin Diaz建议使用HTML 5文档类型，作为减少页面体积的一个途径。这不是一个重要的优化方式，但是如果你不在乎是否通过校验并且需要使页面尽可能小巧，使用&lt;!doctype html&gt;是一个可行的备选方案。测试表明这个奇特的文档声明可以触发大量的浏览器的标准模式。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perfection kills &#187; Optimizing HTML</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-229</link>
		<dc:creator>Perfection kills &#187; Optimizing HTML</dc:creator>
		<pubDate>Tue, 29 Dec 2009 16:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-229</guid>
		<description>[...] to squeeze every single byte out of the page, using &#60;!doctype html&#62; is a viable option. Tests revealed that this fancy doctype triggers standards mode in a large variety of [...]</description>
		<content:encoded><![CDATA[<p>[...] to squeeze every single byte out of the page, using &lt;!doctype html&gt; is a viable option. Tests revealed that this fancy doctype triggers standards mode in a large variety of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The badass guide to master DOCTYPE &#124; Woobzine</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-218</link>
		<dc:creator>The badass guide to master DOCTYPE &#124; Woobzine</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-218</guid>
		<description>[...] fact such a short DOCTYPE exists! You can code in XHTML 1.0, HTML 4.01, Strict or Transitional, just put the following piece of code [...]</description>
		<content:encoded><![CDATA[<p>[...] fact such a short DOCTYPE exists! You can code in XHTML 1.0, HTML 4.01, Strict or Transitional, just put the following piece of code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TwoHawks</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-215</link>
		<dc:creator>TwoHawks</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-215</guid>
		<description>Thanks for the article.
To share....
I found this great article with accompanying chart
by Henri Sivonen
Text last updated: 2009-05-19


http://hsivonen.iki.fi/doctype/

Cheers,</description>
		<content:encoded><![CDATA[<p>Thanks for the article.<br />
To share&#8230;.<br />
I found this great article with accompanying chart<br />
by Henri Sivonen<br />
Text last updated: 2009-05-19</p>
<p><a href="http://hsivonen.iki.fi/doctype/" rel="nofollow">http://hsivonen.iki.fi/doctype/</a></p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anand k kadiwal</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-205</link>
		<dc:creator>anand k kadiwal</dc:creator>
		<pubDate>Mon, 25 May 2009 10:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-205</guid>
		<description>Hi all,

I have designed a web page using table in which I have a problem

** In each row I have taken an input type as text and the below row' height kept as 9px (&#60;td height="9px" colspan="2"&#62;&#60;/td&#62;, but when you look in IE7 it shows 11px where as in Mozilla FF it works fine. **

Please give me the solution for it.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I have designed a web page using table in which I have a problem</p>
<p>** In each row I have taken an input type as text and the below row&#8217; height kept as 9px (&lt;td height=&#8221;9px&#8221; colspan=&#8221;2&#8243;&gt;&lt;/td&gt;, but when you look in IE7 it shows 11px where as in Mozilla FF it works fine. **</p>
<p>Please give me the solution for it.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Livio</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-200</link>
		<dc:creator>Livio</dc:creator>
		<pubDate>Mon, 27 Apr 2009 15:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-200</guid>
		<description>Browser go in standard mode if you declare an unrecognized doctype. Fot this, &#60;!doctype html&#62; is not so small, you maybe declare &#60;!doctype g&#62;, is the same and more small.</description>
		<content:encoded><![CDATA[<p>Browser go in standard mode if you declare an unrecognized doctype. Fot this, &lt;!doctype html&gt; is not so small, you maybe declare &lt;!doctype g&gt;, is the same and more small.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Development Blog</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-194</link>
		<dc:creator>Web Development Blog</dc:creator>
		<pubDate>Fri, 27 Mar 2009 23:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-194</guid>
		<description>Thanks for this sweet blog-in..................</description>
		<content:encoded><![CDATA[<p>Thanks for this sweet blog-in&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wait till I come! &#187; Blog Archive &#187; Will a new browser war help web innovation?</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-118</link>
		<dc:creator>Wait till I come! &#187; Blog Archive &#187; Will a new browser war help web innovation?</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-118</guid>
		<description>[...] Diaz explained Google are using &#60;!doctype html&#62; as their doctype to save on some bytes and David Calhoun proved that it is working across the browser board right now. Fine and in the case of Google or Yahoo this does make quite a difference. However, a DOCTYPE is [...]</description>
		<content:encoded><![CDATA[<p>[...] Diaz explained Google are using &lt;!doctype html&gt; as their doctype to save on some bytes and David Calhoun proved that it is working across the browser board right now. Fine and in the case of Google or Yahoo this does make quite a difference. However, a DOCTYPE is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rascunho &#187; Blog Archive &#187; links for 2008-12-17</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-73</link>
		<dc:creator>rascunho &#187; Blog Archive &#187; links for 2008-12-17</dc:creator>
		<pubDate>Wed, 17 Dec 2008 20:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-73</guid>
		<description>[...] All you need is &#60;!doctype html&#62; - David’s Web Development Blog &#60;!doctype html&#62; (tags: themaingate.net 2008 mes11 dia17 doctype HTML desenvolvimento_web) [...]</description>
		<content:encoded><![CDATA[<p>[...] All you need is &lt;!doctype html&gt; - David’s Web Development Blog &lt;!doctype html&gt; (tags: themaingate.net 2008 mes11 dia17 doctype HTML desenvolvimento_web) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://themaingate.net/dev/html/all-you-need-is-doctype-html#comment-49</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Dec 2008 19:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://themaingate.net/dev/?p=91#comment-49</guid>
		<description>@Michaël Guitton: Ah, good catch.  Hopefully people using the "skinny" doctype will be state-of-the-art enough not to use tables for layouts!  But there might be legit cases of tabular data using images.  I'll have to run some further tests soon - I'll be sure to credit you for the observation!</description>
		<content:encoded><![CDATA[<p>@Michaël Guitton: Ah, good catch.  Hopefully people using the &#8220;skinny&#8221; doctype will be state-of-the-art enough not to use tables for layouts!  But there might be legit cases of tabular data using images.  I&#8217;ll have to run some further tests soon - I&#8217;ll be sure to credit you for the observation!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
