<?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: You&#8217;re Not My !DOCTYPE</title>
	<atom:link href="http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/feed/" rel="self" type="application/rss+xml" />
	<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/</link>
	<description>This is a blog about adventures in design, and sometimes other crap.  My name is Beth Dean and I'm a web designer from Cleveland Ohio. I work for Progressive Insurance as a UX Developer.</description>
	<pubDate>Mon, 21 May 2012 23:56:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Dana Kashubeck</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41743</link>
		<dc:creator>Dana Kashubeck</dc:creator>
		<pubDate>Mon, 17 Dec 2007 02:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41743</guid>
		<description>I pretty much wrote a book on the meetup site, so I'll try to be short here ;)

Writing XHTML instead of HTML was a decision I made a few years ago; back when HTML looked to be deprecated.  Since that time things have changed.

I agree that you don't currently get any enhancements by using XHTML (beside my beloved strict syntax).  It was the promise of future support that lead me to favor XHTML.  It was "backwards compatible", so no harm using it before the actual native support appeared in the browsers.

No, it isn't technically correct.  Yes, the browsers see our carefully crafted XHTML as HTML tag soup.  But, if you do what it takes to make sure your XHTML is correct, then where is the problem?  When/if browsers start supporting it natively, you're ready.  If it never happens, well then you are just taking advantage of the forgiving nature of HTML---until you can correct it.
When I started the discussion at meetup, I was on the fence, not really seeing the advantage any more of one over the other.  My views have changed.  I think that for your average, run-of-the-mill web page, HTML is the way to go.  If for some reason you need the stricter structure provided by XHTML, then use it.  HTML5 is being developed to support both syntaxes.  For now, though, I don't think you'll burn for using XHTML and serving it as text/html.  Unless, of course, you use it to serve a table-based design ;)</description>
		<content:encoded><![CDATA[<p>I pretty much wrote a book on the meetup site, so I&#8217;ll try to be short here <img src='http://resistmedia.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Writing XHTML instead of HTML was a decision I made a few years ago; back when HTML looked to be deprecated.  Since that time things have changed.</p>
<p>I agree that you don&#8217;t currently get any enhancements by using XHTML (beside my beloved strict syntax).  It was the promise of future support that lead me to favor XHTML.  It was &#8220;backwards compatible&#8221;, so no harm using it before the actual native support appeared in the browsers.</p>
<p>No, it isn&#8217;t technically correct.  Yes, the browsers see our carefully crafted XHTML as HTML tag soup.  But, if you do what it takes to make sure your XHTML is correct, then where is the problem?  When/if browsers start supporting it natively, you&#8217;re ready.  If it never happens, well then you are just taking advantage of the forgiving nature of HTML&#8212;until you can correct it.<br />
When I started the discussion at meetup, I was on the fence, not really seeing the advantage any more of one over the other.  My views have changed.  I think that for your average, run-of-the-mill web page, HTML is the way to go.  If for some reason you need the stricter structure provided by XHTML, then use it.  HTML5 is being developed to support both syntaxes.  For now, though, I don&#8217;t think you&#8217;ll burn for using XHTML and serving it as text/html.  Unless, of course, you use it to serve a table-based design <img src='http://resistmedia.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Klaiber</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41440</link>
		<dc:creator>Nate Klaiber</dc:creator>
		<pubDate>Fri, 14 Dec 2007 05:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41440</guid>
		<description>@Ethan
Care to give an example of how you can take advantage of XHTML without the proper mimetype? I am interested. 

I wouldn't consider myself a mime-type zealot, but I have yet to see useful examples.</description>
		<content:encoded><![CDATA[<p>@Ethan<br />
Care to give an example of how you can take advantage of XHTML without the proper mimetype? I am interested. </p>
<p>I wouldn&#8217;t consider myself a mime-type zealot, but I have yet to see useful examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41391</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Thu, 13 Dec 2007 16:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41391</guid>
		<description>Use XHTML 1.0 Transitional if you want the well-formedness of the spec, but don't want to deal with the MIME-type zealots.

Personally, I think that anyone who maintains that &lt;abbr title="eXtensible Hyper Text Markup Language"&gt;XHTML&lt;/abbr&gt; can &lt;em&gt;only&lt;/em&gt; be used with &lt;code&gt;application/xhtml+xml&lt;/code&gt; should reread &lt;a href="http://www.rfc-editor.org/rfc/rfc2119.txt"&gt;RFC 2119&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Use XHTML 1.0 Transitional if you want the well-formedness of the spec, but don&#8217;t want to deal with the MIME-type zealots.</p>
<p>Personally, I think that anyone who maintains that <abbr title="eXtensible Hyper Text Markup Language">XHTML</abbr> can <em>only</em> be used with <code>application/xhtml+xml</code> should reread <a href="http://www.rfc-editor.org/rfc/rfc2119.txt">RFC 2119</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41298</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Thu, 13 Dec 2007 00:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41298</guid>
		<description>Nate, you don't sound harsh :) I enjoy a good debate. I'll elaborate more on our reasonings, situations, and why I disagree with the coworker in my follow up post. 

I thought I had read the whole meetup argument but I just scraped the surface, so I am going to finish that before I go into more detail.</description>
		<content:encoded><![CDATA[<p>Nate, you don&#8217;t sound harsh <img src='http://resistmedia.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> I enjoy a good debate. I&#8217;ll elaborate more on our reasonings, situations, and why I disagree with the coworker in my follow up post. </p>
<p>I thought I had read the whole meetup argument but I just scraped the surface, so I am going to finish that before I go into more detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Klaiber</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41280</link>
		<dc:creator>Nate Klaiber</dc:creator>
		<pubDate>Wed, 12 Dec 2007 22:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41280</guid>
		<description>As Brendan already stated, if you want to enforce standards and clean markup - then why Transitional? Even if you are re-designing - wouldn't it be better to use strict, catch the errors and then fix them?

Personally, I have yet to see a useful example of how XHTML will enhance anything. I have made my argument on the meetup.com, but scraping a site isn't a good example or reason, and neither is 'forcing me to write clean code' (in my opinion).

From a technical perspective your colleagues have hit the nail on the head. If you are never going to use any XML/MathML, etc- then why XHTML? And - there are deeper implications of just 'flipping a switch' like others thing it will be possible to do. There are technical considerations to actually implement it properly (in regards to CSS/JS/etc).

So, aside from 'it forces me to write clean code' - what is the real purpose of XHTML that makes it any better than HTML?

(side note - sorry if I sound harsh, I just enjoy this debate...he)</description>
		<content:encoded><![CDATA[<p>As Brendan already stated, if you want to enforce standards and clean markup - then why Transitional? Even if you are re-designing - wouldn&#8217;t it be better to use strict, catch the errors and then fix them?</p>
<p>Personally, I have yet to see a useful example of how XHTML will enhance anything. I have made my argument on the meetup.com, but scraping a site isn&#8217;t a good example or reason, and neither is &#8216;forcing me to write clean code&#8217; (in my opinion).</p>
<p>From a technical perspective your colleagues have hit the nail on the head. If you are never going to use any XML/MathML, etc- then why XHTML? And - there are deeper implications of just &#8216;flipping a switch&#8217; like others thing it will be possible to do. There are technical considerations to actually implement it properly (in regards to CSS/JS/etc).</p>
<p>So, aside from &#8216;it forces me to write clean code&#8217; - what is the real purpose of XHTML that makes it any better than HTML?</p>
<p>(side note - sorry if I sound harsh, I just enjoy this debate&#8230;he)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41274</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Wed, 12 Dec 2007 21:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41274</guid>
		<description>Brendan, I see your point about what does it matter.

Our particular situation was this:

We were completely redesigning our site. This meant most markup would be new, and cleaned up. But in the time frame allocated it would have been impossible to catch all the old nasty stuff. We wanted to go the direction of XHTML, so we chose transitional thinking that would be the most painless going forward. Eventually all the nasty code will be replaced, most of it already has, and at that time we can move into a strict doctype. 

Declaring the Doctype as XHTML rather than HTML4 didn't take us any additional time, because we were attempting to remove as much presentational crap as possible, we just knew we wouldn't get all of it.</description>
		<content:encoded><![CDATA[<p>Brendan, I see your point about what does it matter.</p>
<p>Our particular situation was this:</p>
<p>We were completely redesigning our site. This meant most markup would be new, and cleaned up. But in the time frame allocated it would have been impossible to catch all the old nasty stuff. We wanted to go the direction of XHTML, so we chose transitional thinking that would be the most painless going forward. Eventually all the nasty code will be replaced, most of it already has, and at that time we can move into a strict doctype. </p>
<p>Declaring the Doctype as XHTML rather than HTML4 didn&#8217;t take us any additional time, because we were attempting to remove as much presentational crap as possible, we just knew we wouldn&#8217;t get all of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41270</link>
		<dc:creator>Brendan</dc:creator>
		<pubDate>Wed, 12 Dec 2007 21:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41270</guid>
		<description>Oops, just emailed you back with some more of my thoughts on the matter. Which you can post later or throw out or do whatever with.

As for the code cleanliness you menton, if you're using a Transitional DOCTYPE, what does it really matter if you write "well-formed markup" or not? :)

If you still have to support presentational elements in your legacy code, might the time switching it to XHTML Transitional been better spent removing the presentation and"cleaning it up"  to HTML Strict?</description>
		<content:encoded><![CDATA[<p>Oops, just emailed you back with some more of my thoughts on the matter. Which you can post later or throw out or do whatever with.</p>
<p>As for the code cleanliness you menton, if you&#8217;re using a Transitional DOCTYPE, what does it really matter if you write &#8220;well-formed markup&#8221; or not? <img src='http://resistmedia.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you still have to support presentational elements in your legacy code, might the time switching it to XHTML Transitional been better spent removing the presentation and&#8221;cleaning it up&#8221;  to HTML Strict?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beth</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41268</link>
		<dc:creator>beth</dc:creator>
		<pubDate>Wed, 12 Dec 2007 20:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41268</guid>
		<description>Yes I did read that before I posted this :) In regards to the CWSA site I don't really feel one way or the other about it now, because I hope such a site would have a short lifecycle (constant reiterations.)</description>
		<content:encoded><![CDATA[<p>Yes I did read that before I posted this <img src='http://resistmedia.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> In regards to the CWSA site I don&#8217;t really feel one way or the other about it now, because I hope such a site would have a short lifecycle (constant reiterations.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bridget Stewart</title>
		<link>http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41261</link>
		<dc:creator>Bridget Stewart</dc:creator>
		<pubDate>Wed, 12 Dec 2007 19:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://resistmedia.net/blog/2007/12/12/youre-not-my-doctype/#comment-41261</guid>
		<description>Funny how this topic/discussion/debate is resurfacing in various places. Did you see this same discussion take place on the CWSA meetup forums?  I will find it interesting to hear your opinion.  I look forward to reading it.</description>
		<content:encoded><![CDATA[<p>Funny how this topic/discussion/debate is resurfacing in various places. Did you see this same discussion take place on the CWSA meetup forums?  I will find it interesting to hear your opinion.  I look forward to reading it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

