<?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>Wibble&#039;s Blog &#187; web browsers</title>
	<atom:link href="http://www.matthewjwhite.co.uk/blog/tag/web-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.matthewjwhite.co.uk/blog</link>
	<description>Musings of an IT professional</description>
	<lastBuildDate>Thu, 01 Dec 2011 13:59:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>What is the point of web standards?</title>
		<link>http://www.matthewjwhite.co.uk/blog/2006/10/13/what-is-the-point-of-web-standards/</link>
		<comments>http://www.matthewjwhite.co.uk/blog/2006/10/13/what-is-the-point-of-web-standards/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 18:11:13 +0000</pubDate>
		<dc:creator>wibble</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://www.matthewjwhite.co.uk/blog/2006/10/13/what-is-the-point-of-web-standards/</guid>
		<description><![CDATA[Like most decent, respectable, knowledgeable people I don&#8217;t use Microsoft Internet Explorer to browse the internet. I much prefer to use Mozilla&#8217;s Firefox as it is regularly updated, has nice features and looks a lot nicer. This isn&#8217;t the problem, it is the uneducated people out there who still use MSIE &#8220;because its already there [...]]]></description>
			<content:encoded><![CDATA[<p>Like most decent, respectable, knowledgeable people I don&#8217;t use Microsoft Internet Explorer to browse the internet. I much prefer to use Mozilla&#8217;s Firefox as it is regularly updated, has nice features and looks a lot nicer. This isn&#8217;t the problem, it is the uneducated people out there who still use MSIE &#8220;because its already there for them and why should they go and waste space on their precious computer by installing <strong>TWO</strong> web browsers&#8221; who make the job of developing websites harder for the rest of us.</p>
<p>I&#8217;m not trying to be picky here but in this day and age of everyone sueing everyone else just because they looked at you in a peculiar way having a website that is compliant with the W3C standards as well as any accessibilty ones you care to throw in seems to be a fairly good thing to have.</p>
<p>This is why the site I am currently maintaining no longer uses images without their ALT tag or has fixed size fonts defined in the pages. It has a single CSS stylesheet with fonts labelled as &#8220;medium&#8221;, &#8220;xx-large&#8221;, &#8220;smaller&#8221; etc and I haven&#8217;t gone table-tastic to create a layout that &#8220;looks good&#8221; because that just doesn&#8217;t cut it for text-only browsers or screen readers.<br />
Where images used to be used to display text as a banner this has now been done by formatting the area with CSS and a background image applied.</p>
<p>Now, because I am educated and was taught about Accessibility in websites, I have been testing my site as I go through with the <a target="_blank" href="http://validator.w3.org/">W3C HTML Validator</a>, <a target="_blank" href="http://jigsaw.w3.org/css-validator/">W3C CSS Validator</a> and <a target="_blank" href="http://webxact.watchfire.com/">Watchfire&#8217;s Bobby</a> to make sure that I am making it as usable as possible. I have also been using Firefox to ensure that the pages look as I intended them to and apart from a small few layout problems (the site is still in dev) it looks as I expected.</p>
<p>Foolish me to not think about the millions of people who use MSIE because when Microsoft were developing their browser they decided that they wouldn&#8217;t follow the W3C&#8217;s standards they would go off and write their own ones that only work with IE and cause pages to look completely different as a result.</p>
<p>This leaves me with a dilema. Do I:</p>
<ol>
<li>ignore all the visitors to the site who use MSIE and just do some basic JavaScript browser detection and send them to http://www.mozilla.org/products/firefox/ to let them get a decent browser</li>
<li>ignore the fact that IE doesnt display pages correctly and just hope that people can cope with the site not working correctly in IE</li>
<li>forget the web standards and bow to the idiocy of the MSIE supremacy</li>
<li>Spend masses of time trying to iron out the different problems with MSIE &#038; standards to get a site that works well for both browsers</li>
<li>Give up and stop maintaining websites until everyone uses a proper web browser.</li>
</ol>
<p>Whilst my decision of choice would be for (1) this will most likely cause more problems than it&#8217;s worth and I will no longer be developing/maintaining the website. If i did (2) I would get just as much grief as if I did (1). (3) is a non-starter &#8211; whilst I will admit to being a fan of Outlook and some other Microsot apps it doesn&#8217;t mean I won&#8217;t give them up for something better and to have an inaccessible but working site goes against the principles of any good developer. This leaves a choice between (4) and (5) and I think it is going to be a case of (5) winning out simply because I dont have the time to fully maintain the site and its going to take more than 4 hrs per week to make the site work properly.</p>
<p>So If you are thinking of developing web pages you have 2 choices. Either make sure that everyone who ever looks at your site is using a browser that is compliant with W3C or don&#8217;t bother because you wont be able to satisfy yourself that it&#8217;s working correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.matthewjwhite.co.uk/blog/2006/10/13/what-is-the-point-of-web-standards/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

