<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Creating a new website, what DocType should one use? (TechOff on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/forums/techoff/417572-creating-a-new-website-what-doctype-should-one-use/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Creating a new website, what DocType should one use? (TechOff on Channel 9)</title><link>http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/</link></image><description>Creating a new website, what DocType should one use?</description><link>http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/</link><language>en-us</language><pubDate>Sat, 26 Jul 2008 07:55:46 GMT</pubDate><lastBuildDate>Sat, 26 Jul 2008 07:55:46 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3243.35083, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Re: Re: Creating a new website, what DocType should one use?</title><description>My bad. I saw a notice somewhere on the W3C's site that encouraged XHTML use for all new documents, and assumed it refered to the Strict variant.&lt;br /&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417766</link><pubDate>Sat, 26 Jul 2008 07:55:46 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417766</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/417766/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>My bad. I saw a notice somewhere on the W3C's site that encouraged XHTML use for all new documents, and assumed it refered to the Strict variant.</evnet:previewtext><dc:creator>W3bbo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/417766/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Creating a new website, what DocType should one use?</title><description>Uh-huh. And you can link to the statement that Transitional shouldn't be used as the default in an editor? &lt;br /&gt;&lt;br /&gt;Heck the W3C site doesn't make the same claim for the DTD as you do; it says&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;
    Many people writing Web pages for the general public to access might want
    to use this flavor of XHTML 1.0. The idea is to take advantage of XHTML
    features including style sheets but nonetheless to make small adjustments
    to your markup for the benefit of those viewing your pages with older
    browsers which can't understand style sheets. These include using the
    &lt;code&gt;body&lt;/code&gt; element with &lt;code&gt;bgcolor&lt;/code&gt;, &lt;code&gt;text&lt;/code&gt;
    and &lt;code&gt;link&lt;/code&gt; attributes.&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417762</link><pubDate>Sat, 26 Jul 2008 07:25:33 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417762</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/417762/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Uh-huh. And you can link to the statement that Transitional shouldn't be used as the default in an editor? Heck the W3C site doesn't make the same claim for the DTD as you do; it says
    Many people writing Web pages for the general public to access might want
    to use this flavor of XHTML 1.0.&amp;#8230;</evnet:previewtext><dc:creator>blowdart</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/417762/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Creating a new website, what DocType should one use?</title><description>I see, "XHTML 1.0 Strict" shall be then. I have some rewriting to do. :)</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417746</link><pubDate>Sat, 26 Jul 2008 04:52:30 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417746</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/417746/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I see, "XHTML 1.0 Strict" shall be then. I have some rewriting to do. :)</evnet:previewtext><dc:creator>turrican</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/417746/Trackback.aspx</trackback:ping></item><item><title>Re: Creating a new website, what DocType should one use?</title><description>The W3C Recommends using XHTML 1.0 Strict (assuming you can keep to the spirit of a "pure" XHTML document with a CSS-based design). If you're going to use tables-for-layout and a bunch of development tactics from 1998 just stick with the HTML4.01 Loose doctype.&lt;br /&gt;&lt;br /&gt;Don't use XHTML1.1 unless you can gurantee that the document will be served as application/xml+xhtml, but since IE doesn't support this there isn't much point to use XHTML1.1.&lt;br /&gt;&lt;br /&gt;XHTML1.0 Transitional is literally that, a DTD for documents in-transition to the cleaner XHTML1.0 Strict. Microsoft should not have set it as the default DTD because it goes against its purpose.&lt;br /&gt;</description><comments></comments><link>http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417589</link><pubDate>Fri, 25 Jul 2008 08:42:35 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/417572-Creating-a-new-website-what-DocType-should-one-use/?CommentID=417589</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/417589/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>The W3C Recommends using XHTML 1.0 Strict (assuming you can keep to the spirit of a "pure" XHTML document with a CSS-based design). If you're going to use tables-for-layout and a bunch of development tactics from 1998 just stick with the HTML4.01 Loose doctype.Don't use XHTML1.1 unless you can&amp;#8230;</evnet:previewtext><dc:creator>W3bbo</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/417589/Trackback.aspx</trackback:ping></item></channel></rss>