<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Todd Hamilton &#187; valid</title>
	<atom:link href="http://www.toddham.com/tag/valid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toddham.com</link>
	<description>The portfolio and blog of Todd Hamilton</description>
	<lastBuildDate>Wed, 04 Jan 2012 09:04:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Valid HTML&#8230; Who Cares!</title>
		<link>http://www.toddham.com/2009/03/29/valid-html-who-cares/</link>
		<comments>http://www.toddham.com/2009/03/29/valid-html-who-cares/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 05:01:36 +0000</pubDate>
		<dc:creator>toddham</dc:creator>
				<category><![CDATA[Text]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.toddham.com/?p=645</guid>
		<description><![CDATA[Actually, I do! I recently came across a great article on writing valid HTML and if it actually matters in web development. The author makes a great point that it&#8217;s usually not necessary as long as your pages display correctly to the viewer. Validating your code can also be very time consuming and impractical especially [...]]]></description>
			<content:encoded><![CDATA[<p>Actually, I do! I recently came across a great article on writing valid HTML and if it actually matters in web development. The author makes a great point that it&#8217;s usually not necessary as long as your pages display correctly to the viewer. Validating your code can also be very time consuming and impractical especially when your building a large web application. As soon as you start including various scripts and programming languages the amount of errors usually goes through the roof.</p>

<p>On the other hand, as a web designer/developer who tries to write clean semantic markup, having Valid HTML and CSS is way for me to <a href="http://validator.w3.org/check/referer" target="_blank">show of my web development chops</a>. Another reason to validate your code is to ensure consistency between browsers. For instance, Firefox is far more forgiving than say Internet Explorer or even Safari. For further reading make sure and check out Coding Horrors article <a class="title-link" href="http://www.codinghorror.com/blog/archives/001234.html">HTML Validation: Does It Matter?</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.toddham.com/2009/03/29/valid-html-who-cares/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

