<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: The Web Standards movement vs. practicality.</title>
	<link>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/</link>
	<description>Real world talk about web design, programming and the business of web design.</description>
	<pubDate>Mon, 13 Oct 2008 01:52:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-163</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Thu, 10 Nov 2005 23:06:37 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-163</guid>
		<description>Final comment:

I've relaxed my opinion regarding validating code against the w3c validator (or any other code validator) largely due to the need of building accessible websites. 

Don't get me wrong, I still think you should check against the primary/target browsers first, over the validators ... but I will concede that code validation does have some value as a tool for web designers.

Credit goes to Kyle.

Stef</description>
		<content:encoded><![CDATA[<p>Final comment:</p>
<p>I&#8217;ve relaxed my opinion regarding validating code against the w3c validator (or any other code validator) largely due to the need of building accessible websites. </p>
<p>Don&#8217;t get me wrong, I still think you should check against the primary/target browsers first, over the validators &#8230; but I will concede that code validation does have some value as a tool for web designers.</p>
<p>Credit goes to Kyle.</p>
<p>Stef</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff</title>
		<link>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-157</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Wed, 02 Nov 2005 04:30:39 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-157</guid>
		<description>I have to say thank you Stef for saying what I have been feeling for a long time. I saw a post on a web site recently of a designer proudly proclaiming that his site validated to some standard and IE couldn't render it at all.

This guy was really proud of his achievement - which blew my mind - of course it means his site wont even be viewable by the BULK of internet users.

As for the arguments of PDA compatible websites - how many are actually being used extensively - if at all? Not one of the 30 or so clients I have built web sites for have ever seen that market as a target. If they did then an alternative version might need to be coded, but to to do on the off chance that they might require it at some stage is just too costly.

As for the validation process, see how many sites incorrectly nest forms to ensure that they don't work as a block level element and drop another line further down. It's a 'technique' that any validator would error on, but one that is widely used.

I fully agree with the "client doesn't care whether it validates or not" argument. It seems to me that several of the zealots involved in pushing the web 'standards' (that I know of) don't seem to build web sites for a living.

In my opinion I do not believe you can build web sites for a living without (at some stage) having to resort to 'old school' methods to get things done - like (god forbid) tables for layout (oh no - end of the world).

Cliff</description>
		<content:encoded><![CDATA[<p>I have to say thank you Stef for saying what I have been feeling for a long time. I saw a post on a web site recently of a designer proudly proclaiming that his site validated to some standard and IE couldn&#8217;t render it at all.</p>
<p>This guy was really proud of his achievement - which blew my mind - of course it means his site wont even be viewable by the BULK of internet users.</p>
<p>As for the arguments of PDA compatible websites - how many are actually being used extensively - if at all? Not one of the 30 or so clients I have built web sites for have ever seen that market as a target. If they did then an alternative version might need to be coded, but to to do on the off chance that they might require it at some stage is just too costly.</p>
<p>As for the validation process, see how many sites incorrectly nest forms to ensure that they don&#8217;t work as a block level element and drop another line further down. It&#8217;s a &#8216;technique&#8217; that any validator would error on, but one that is widely used.</p>
<p>I fully agree with the &#8220;client doesn&#8217;t care whether it validates or not&#8221; argument. It seems to me that several of the zealots involved in pushing the web &#8217;standards&#8217; (that I know of) don&#8217;t seem to build web sites for a living.</p>
<p>In my opinion I do not believe you can build web sites for a living without (at some stage) having to resort to &#8216;old school&#8217; methods to get things done - like (god forbid) tables for layout (oh no - end of the world).</p>
<p>Cliff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-79</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Thu, 13 Oct 2005 18:26:28 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-79</guid>
		<description>&lt;blockquote&gt;"Before you validate using the W3C validator (who’s engine does not reflect most of the browsers being used,) you should ‘validate’ your code against the target market - Internet Explorer and then (a distant 2nd) FireFox."&lt;/blockquote&gt;?

-Validating using the W3C validator has nothing to do with browsers, it just checks to ensure that the code you have written is valid in-line with the DOCTYPE you have used.

Also: "not breaking any Web Standards rules."

-Web standards are not rules, they are guidlines - a set of standards created to help designers, developers and software and hardware manufacturers work better.

And: "The Web Standards movement has created a culture of overly anal and obsessed code monkeys."

-overly anal and obsessed code monkeys were around a long time before web standards, the web standards movement certainly has not created them.</description>
		<content:encoded><![CDATA[<blockquote><p>&#8220;Before you validate using the W3C validator (who’s engine does not reflect most of the browsers being used,) you should ‘validate’ your code against the target market - Internet Explorer and then (a distant 2nd) FireFox.&#8221;</p></blockquote>
<p>?</p>
<p>-Validating using the W3C validator has nothing to do with browsers, it just checks to ensure that the code you have written is valid in-line with the DOCTYPE you have used.</p>
<p>Also: &#8220;not breaking any Web Standards rules.&#8221;</p>
<p>-Web standards are not rules, they are guidlines - a set of standards created to help designers, developers and software and hardware manufacturers work better.</p>
<p>And: &#8220;The Web Standards movement has created a culture of overly anal and obsessed code monkeys.&#8221;</p>
<p>-overly anal and obsessed code monkeys were around a long time before web standards, the web standards movement certainly has not created them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-78</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Thu, 13 Oct 2005 18:03:37 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-78</guid>
		<description>I hardly consider Validation as icing on the cake. Validation points out errors you have made in the code, that is what it is for.

Aside from professional standards of building the best site possible, those small errors that creep in can cause outrageous problems depending on what user agent is using that code, ths can cause broken designs or unuseabe sites. 

In addition as more and more developers choose to go with XHTML it will be of utmost importance. XHTML when served as XML willnot continue loading like HTML, it will stopand show an error at the first mistake, so the user never even will see the site or the content. Sites must be validated to esure they will even load in a XML enviroment.

Is validation a requirement? No, but it is very important for many developers formore reasons than just web standards zealots saying so. It is proof reading for developers to be sure our code is error free which will help reduce the cross-browser problems that plague us.

As for Firefox, it is the majority browser for Linux and Mac. IE is only the majorty browser on the majority OS. The number of Mac users is growing quickly as people tire of security problems and more of the professional market are using it as well including the FBI. Linux is increasing it's user base as more people tire of the increasing price and system requirments of each windows OS. 

Also the majority browser ofr handheld devices in Opera.

So the IE is king idea only covers one OS (even if it is the most spread) and one form of internet access.

Other than that, much of the rest I agree with, though this one a little less then the other.</description>
		<content:encoded><![CDATA[<p>I hardly consider Validation as icing on the cake. Validation points out errors you have made in the code, that is what it is for.</p>
<p>Aside from professional standards of building the best site possible, those small errors that creep in can cause outrageous problems depending on what user agent is using that code, ths can cause broken designs or unuseabe sites. </p>
<p>In addition as more and more developers choose to go with XHTML it will be of utmost importance. XHTML when served as XML willnot continue loading like HTML, it will stopand show an error at the first mistake, so the user never even will see the site or the content. Sites must be validated to esure they will even load in a XML enviroment.</p>
<p>Is validation a requirement? No, but it is very important for many developers formore reasons than just web standards zealots saying so. It is proof reading for developers to be sure our code is error free which will help reduce the cross-browser problems that plague us.</p>
<p>As for Firefox, it is the majority browser for Linux and Mac. IE is only the majorty browser on the majority OS. The number of Mac users is growing quickly as people tire of security problems and more of the professional market are using it as well including the FBI. Linux is increasing it&#8217;s user base as more people tire of the increasing price and system requirments of each windows OS. </p>
<p>Also the majority browser ofr handheld devices in Opera.</p>
<p>So the IE is king idea only covers one OS (even if it is the most spread) and one form of internet access.</p>
<p>Other than that, much of the rest I agree with, though this one a little less then the other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; The Web Standards Myth’s Debunked &#187; Blog Archive &#187; Killersites.com&#8217;s Blog</title>
		<link>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-77</link>
		<dc:creator>&#187; The Web Standards Myth’s Debunked &#187; Blog Archive &#187; Killersites.com&#8217;s Blog</dc:creator>
		<pubDate>Thu, 13 Oct 2005 16:11:14 +0000</pubDate>
		<guid>http://www.killersites.com/blog/2005/web-standards-theory-v-practicality/#comment-77</guid>
		<description>[...] Part 3: Web Standards movement vs. practicality [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Part 3: Web Standards movement vs. practicality [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
