<?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: Why Validate</title>
	<atom:link href="http://www.search-this.com/2008/04/24/why-validate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2008/04/24/why-validate/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Sun, 29 Jan 2012 02:18:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DaveLL</title>
		<link>http://www.search-this.com/2008/04/24/why-validate/comment-page-1/#comment-146008</link>
		<dc:creator>DaveLL</dc:creator>
		<pubDate>Mon, 15 Jun 2009 11:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=644#comment-146008</guid>
		<description>Disagree with validation being something that is required. I can see your point of using  validated code for error checking being useful for a novice coder, but as previous commentators  have already mentioned, valid code does not necessarily = code that displays properly. 

It&#039;s much more important to focus on good clean cross browser compatible code rather than if your code validates according to the W3C.</description>
		<content:encoded><![CDATA[<p>Disagree with validation being something that is required. I can see your point of using  validated code for error checking being useful for a novice coder, but as previous commentators  have already mentioned, valid code does not necessarily = code that displays properly. </p>
<p>It&#8217;s much more important to focus on good clean cross browser compatible code rather than if your code validates according to the W3C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Things Any Web Developer Worth Their Spit Should Know</title>
		<link>http://www.search-this.com/2008/04/24/why-validate/comment-page-1/#comment-68046</link>
		<dc:creator>10 Things Any Web Developer Worth Their Spit Should Know</dc:creator>
		<pubDate>Tue, 24 Jun 2008 14:25:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=644#comment-68046</guid>
		<description>[...] Validation is not just a niceness, it&#8217;s a necessity. Paul O&#8217;Brien has done an excellent job explaining the significance of validation in his article Why Validate. [...]</description>
		<content:encoded><![CDATA[<p>[...] Validation is not just a niceness, it&#8217;s a necessity. Paul O&#8217;Brien has done an excellent job explaining the significance of validation in his article Why Validate. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BeCareful</title>
		<link>http://www.search-this.com/2008/04/24/why-validate/comment-page-1/#comment-61491</link>
		<dc:creator>BeCareful</dc:creator>
		<pubDate>Sun, 01 Jun 2008 10:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=644#comment-61491</guid>
		<description>Whilst it is true that coders should attempt to validate their coding, just because coding validates does not mean that it displays as intended.

It is far more important to have a site display correctly in the major browsers than to have it validate. Often this might be as simple as 1 or 2 lines of code that allow the site to be displayed in all browsers but also create a situation where the site no longer validates without &quot;errors&quot;.

So, whilst it is good practice to validate, and correct any bugs that might be causing your site not to display properly, it is also wise to ensure that browsers other than the one you are using, also display the coding correctly.</description>
		<content:encoded><![CDATA[<p>Whilst it is true that coders should attempt to validate their coding, just because coding validates does not mean that it displays as intended.</p>
<p>It is far more important to have a site display correctly in the major browsers than to have it validate. Often this might be as simple as 1 or 2 lines of code that allow the site to be displayed in all browsers but also create a situation where the site no longer validates without &#8220;errors&#8221;.</p>
<p>So, whilst it is good practice to validate, and correct any bugs that might be causing your site not to display properly, it is also wise to ensure that browsers other than the one you are using, also display the coding correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2008/04/24/why-validate/comment-page-1/#comment-54616</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Fri, 02 May 2008 11:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=644#comment-54616</guid>
		<description>Thanks for all your comments and some good points raised :)</description>
		<content:encoded><![CDATA[<p>Thanks for all your comments and some good points raised <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.search-this.com/2008/04/24/why-validate/comment-page-1/#comment-54422</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 01 May 2008 13:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=644#comment-54422</guid>
		<description>To people asking &quot;Why Should I Validate?&quot; I usually reply this:

HTML and CSS have rules. And you do not need a master in computer sciene to learn them. So learn them or do not develop for the web or at least don&#039;t charge money for it.

Just because we have error-tolerant browsers (a bad thing imho) does not mean, we can use HTML and CSS as we see fit. That is just plain lazy and ignorant and it is unprofessional.

If you do not care about valid code, then you are not a serious webdeveloper. It&#039;s like an architect who does not care about statics.

If I was to order a website and it wouldn&#039;t validate, I&#039;d complain about it and ask the developer to correct it. Because I ordered a website.

Validation is Quality Assurance - for you and your client. It is not optional.</description>
		<content:encoded><![CDATA[<p>To people asking &#8220;Why Should I Validate?&#8221; I usually reply this:</p>
<p>HTML and CSS have rules. And you do not need a master in computer sciene to learn them. So learn them or do not develop for the web or at least don&#8217;t charge money for it.</p>
<p>Just because we have error-tolerant browsers (a bad thing imho) does not mean, we can use HTML and CSS as we see fit. That is just plain lazy and ignorant and it is unprofessional.</p>
<p>If you do not care about valid code, then you are not a serious webdeveloper. It&#8217;s like an architect who does not care about statics.</p>
<p>If I was to order a website and it wouldn&#8217;t validate, I&#8217;d complain about it and ask the developer to correct it. Because I ordered a website.</p>
<p>Validation is Quality Assurance &#8211; for you and your client. It is not optional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.search-this.com/2008/04/24/why-validate/comment-page-1/#comment-53743</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 28 Apr 2008 21:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=644#comment-53743</guid>
		<description>I totally agree with you paul. 

I always thought of validating as an error-checking procedure more than anything else.

I must say that I hate when people get into semantics about this stuff though... The problem is that some web &quot;professionals&quot; see it as a badge or some kind of additional skill worth mentioning - surely validation, along with coding semantically etc. are just part of the &quot;web designer / developer&quot; package, or at least they should be.</description>
		<content:encoded><![CDATA[<p>I totally agree with you paul. </p>
<p>I always thought of validating as an error-checking procedure more than anything else.</p>
<p>I must say that I hate when people get into semantics about this stuff though&#8230; The problem is that some web &#8220;professionals&#8221; see it as a badge or some kind of additional skill worth mentioning &#8211; surely validation, along with coding semantically etc. are just part of the &#8220;web designer / developer&#8221; package, or at least they should be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Novak</title>
		<link>http://www.search-this.com/2008/04/24/why-validate/comment-page-1/#comment-52828</link>
		<dc:creator>Marko Novak</dc:creator>
		<pubDate>Fri, 25 Apr 2008 06:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/?p=644#comment-52828</guid>
		<description>I agree with your point. Every web designer should validate their code. Browsers nowadays dismiss some mistakes in code and display designs correctly even though the code has error in it. 

Example: If you forget to close  tag in your html code, Firefox would still display it correctly, but other browsers won&#039;t.

That&#039;s way validating your code is very important.</description>
		<content:encoded><![CDATA[<p>I agree with your point. Every web designer should validate their code. Browsers nowadays dismiss some mistakes in code and display designs correctly even though the code has error in it. </p>
<p>Example: If you forget to close  tag in your html code, Firefox would still display it correctly, but other browsers won&#8217;t.</p>
<p>That&#8217;s way validating your code is very important.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

