<?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>WebbedBull - a collection of websites etc by Daniel Bull &#187; Blog</title>
	<atom:link href="http://www.webbedbull.co.uk/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webbedbull.co.uk</link>
	<description>Portfolio of works by Daniel Bull</description>
	<lastBuildDate>Sat, 05 Sep 2009 10:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Are web standards important?</title>
		<link>http://www.webbedbull.co.uk/blog/are-web-standards-important/</link>
		<comments>http://www.webbedbull.co.uk/blog/are-web-standards-important/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 11:44:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.webbedbull.co.uk/?p=103</guid>
		<description><![CDATA[As a web designer, who&#8217;s work is often viewed by people likely to pay attention to my source code, I&#8217;m hardly going to answer the above question with any other answer other than &#8220;YES!&#8221;. However, I&#8217;m sure I&#8217;m not alone in sometimes wondering why other, often hugely successful companies, decide not to address the issue [...]]]></description>
			<content:encoded><![CDATA[<p>As a web designer, who&#8217;s work is often viewed by people likely to pay attention to my source code, I&#8217;m hardly going to answer the above question with any other answer other than &#8220;YES!&#8221;. However, I&#8217;m sure I&#8217;m not alone in sometimes wondering why other, often hugely successful companies, decide not to address the issue that their web site has numerous page errors.</p>
<div id="attachment_102" class="wp-caption alignright" style="width: 220px"><a href="http://www.webbedbull.co.uk/wp-content/uploads/2009/06/web-standards-google.jpg" rel="shadowbox[post-103];player=img;"><img class="size-medium wp-image-102" title="web-standards-google" src="http://www.webbedbull.co.uk/wp-content/uploads/2009/06/web-standards-google-300x225.jpg" alt="If the likes of Google can get away with it, why can't we?" width="210" height="158" /></a><p class="wp-caption-text">If the likes of Google can get away with it, why can&#39;t we?</p></div>
<h3>Finding errors has never been so easy</h3>
<p>Let&#8217;s take a mix of 3 sites I visit practically daily -  <a title="Google (UK)" href="http://www.google.co.uk" target="_blank">Google (UK)</a>, <a title="BBC" href="http://www.bbc.co.uk" target="_blank">BBC</a> and <a title="Amazon (UK)" href="http://ww.amazon.co.uk" target="_blank">Amazon (UK)</a>. I&#8217;m going to test them using the <a title="W3C Markup Validation Service" href="http://validator.w3.org/" target="_blank">W3C Markup Validation Service</a>.</p>
<p>Google fails, even on its minimalistic homepage &#8211; 46 errors on one of the smallest pages (Kilobits wise)  you are likely to ever come across.</p>
<p>Being a bit of a BBC <a title="fanboy" href="http://en.wikipedia.org/wiki/Fan_(aficionado)#Fanboy.2Ffangirl" target="_blank">fanboy</a>, I was hoping they wouldn&#8217;t let me down. Initially, they didn&#8217;t. The landing page had no errors, as shown by the lovely green w3c page that I myself have lately been achieving. Then I delved a bit deeper and looked at a news story.  301 errors were detected, some of them easily avoidable, others seem rather obscure.</p>
<p>Amazon managed an impressive 1418 errors on the page I landed on.</p>
<h3>Surely Google has a good reason for this</h3>
<p>My first thought about Google was that, with the astronomical amount of traffic they deal with, they may have ignored the w3c standards in order to keep the bandwidth requirements down.</p>
<p>However, I read an article (from 2006) that claimed the <a title="Google valid and strict" href="http://www.456bereastreet.com/archive/200608/google_valid_and_strict/">opposite</a>. The author claimed he made the file size 21% smaller when rewriting it using an <a title="HTML 4.01 DTDs" href="http://en.wikipedia.org/wiki/Document_Type_Declaration#HTML_4.01_DTDs" target="_blank">HTML 4.01 DTD</a>.</p>
<h3>What do I gain if I do make the effort?</h3>
<p>So why do <em>I</em> bother? Well, in the past, I didn&#8217;t. I tested everything across multiple browsers and if everything looked just about pixel perfect that was good enough for me &#8211; and more than good enough a typical client and even my employers. However, now that I&#8217;m displaying my freelance work on a public website, I want to show potential employers that it is something I take seriously. I&#8217;d hope that it makes me and my clients look more professional at the same time.</p>
<p>Search engine optimisation is also something I take seriously and I understand that search engine spiders love to crawl through semantically correct, clean markup. As a result, it&#8217;s possible a page could appear higher in search results &#8211; perhaps more so in the future.</p>
<p>There is also the element of accessibility. I know there is a lot more required to making a site completely accessible for those with disabilities, but I do see it as a step in the right direction.</p>
<p>It also makes my sites easier to maintain. If I made a slight error when hand coding a site and then ran it through the W3C validator, that 1 error is going to stand out like a sore thumb. For many other sites I doubt they would notice their error tally has risen by 1 and so the number could continue to rise. I&#8217;ve seen many errors on popular sites that are simple to fix but perhaps they have simply gone unnoticed. One day this error may cause an inconsistency in a browser.</p>
<h3>Perhaps it is just a &#8216;pride thing&#8217;</h3>
<p>The main reason I do bother though is simply because I take pride in my work and want to do things &#8220;right&#8221;. I don&#8217;t want errors in my code the same way I don&#8217;t want spelling/grammatical errors. If somebody runs a validator through my code, which returns no errors, and simply thinks &#8220;well at least <em>he</em> decided to bother&#8221; &#8211; that is good enough for me.</p>
<p>All of the other reasons are perhaps just a bonus, but as time goes on I think conforming to web standards will be much more rewarding.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webbedbull.co.uk/blog/are-web-standards-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

