<?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>Think Drastic &#187; Web Standards</title>
	<atom:link href="http://thinkdrastic.net/journal/subjects/web-standards/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkdrastic.net</link>
	<description>The inane babblings of Olly Hodgson</description>
	<lastBuildDate>Thu, 07 May 2009 18:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The great Internet Explorer 8 controversy</title>
		<link>http://thinkdrastic.net/journal/2008/01/23/x-ua-compatible/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=x-ua-compatible</link>
		<comments>http://thinkdrastic.net/journal/2008/01/23/x-ua-compatible/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 17:28:33 +0000</pubDate>
		<dc:creator>Olly</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Lemurs]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://thinkdrastic.net/journal/2008/01/23/x-ua-compatible/</guid>
		<description><![CDATA[So, the Internet Explorer team has proposed that as of IE8, if you want the latest and greatest features you’ll have to opt-in. (Note: Microsoft have changed their mind.) You can do this by way of an http-header, or using a meta-tag: &#60;meta http-equiv="X-UA-Compatible" content="IE=8" /&#62; I can see understand why they’ve chosen this direction. [...]]]></description>
			<content:encoded><![CDATA[<p>So, the Internet Explorer team has proposed that as of <abbr title="Internet Explorer 8">IE8</abbr>, if you want the latest and greatest features <a href="http://blogs.msdn.com/ie/archive/2008/01/21/compatibility-and-ie8.aspx">you’ll have to opt-in</a>. (<ins datetime="2008-03-04T11:12:04+00:00"><strong>Note:</strong> <a href="http://thinkdrastic.net/journal/2008/01/23/x-ua-compatible/#update040308">Microsoft have changed their mind</a>.</ins>) You can do this by way of an http-header, or using a meta-tag:</p>
<p><code>&lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt;</code></p>
<p>I can see understand why they’ve chosen this direction. <abbr>IE6</abbr> was absolutely chock-full of bugs, but was left to stagnate for so long that web-developers began to rely on it’s quirks in order to make pages render correctly. Eventually <abbr>IE7</abbr> came along and fixed many of those bugs. Consequently, many pages that were reliant on <abbr>IE6</abbr> bugs broke in <abbr>IE7</abbr>. Microsoft don’t want to see that happen again.</p>
<p>The rest of the world doesn’t seem so keen on the idea. The web has gone wild, shouting about the myriad technical problems. Representatives from <a href="http://weblogs.mozillazine.org/roc/archives/2008/01/slipping_the_ba.html">Mozilla</a> (Firefox/Gecko), <a href="http://webkit.org/blog/155/versioning-compatibility-and-standards/">Apple</a> (Safari/Webkit) and <a href="http://annevankesteren.nl/2008/01/ie-lock-in">Opera</a> have all said they don’t like the idea (and won’t be implementing it in their browsers). The big issue that stands out for me isn’t technical at all though. It’s education.</p>
<h3>Getting the word out</h3>
<p>Somehow, Microsoft need to get the word out to existing web designers and developers. They need to tell newcomers to the industry. They need to let educators know. I’m struggling to see how they’re going to do that. Why? </p>
<p>A quick look around the <a href="http://www.sitepoint.com/forums/">SitePoint forums</a> reveals that people are still tripping up on using the doctype element to switch between quirks and standards modes (the last attempt at providing backwards compatibility to legacy web pages). They were first introduced with Internet Explorer 5 for Mac the best part of a decade ago. Over the years, every major browser has taken up the technology, countless people have blogged about it, written tutorials on it, put it into knowledge bases, included it in web design books, podcasted it, and people are <em>still</em> struggling to get their heads around it.</p>
<p>I reckon <a href="http://www.andybudd.com/archives/2008/01/has_internet_ex/">Andy Budd</a> hit the nail on the head:</p>
<blockquote cite="http://www.andybudd.com/archives/2008/01/has_internet_ex/"><p>No matter what great leaps forward the Internet Explorer team make from now on, the majority of developers won’t use them and the majority of users won’t see them. By doing this the Internet Explorer team may have created their own backwater, shot themselves in the foot and left themselves for dead.</p></blockquote>
<h3>Things move quickly on the web</h3>
<p>Of course, while I was writing that, the story developed a bit further.</p>
<p>It turns out that <a href="http://intertwingly.net/blog/2008/01/23/Sunsetting-Quirks-Mode">using the new <abbr>HTML5</abbr> doctype will trigger the new super-standards-mode</a> in Internet Explorer 8. What’s more, Ian Hickson thinks he knows <a href="http://ln.hixie.ch/?start=1201080691&#038;count=1">a way to make an HTML5 compatibility layer for <abbr>IE7</abbr></a> (see the last paragraph). </p>
<p>My interpretation? Microsoft are trying to make <abbr>HTML4</abbr> and <abbr>XHTML1</abbr> legacy formats (unless you specify otherwise with the X-UA-Compatible header) and push <abbr>HTML5</abbr> as the standard for content going forward. I’ll be very interested to see how all of this plays out.</p>
<h3>Lemurs</h3>
<p>Katemonkey has gone and rendered everything I’ve written here irrelevant: <a href="http://www.katemonkey.co.uk/article/48/x-ua-lemur-compatible">The “X-UA-Compatible” Controversy — As portrayed by toy lemurs</a>.</p>
<h3 id="update040308">Some time later…</h3>
<p>Microsoft have decided to <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">do the right thing</a>: <abbr>IE8</abbr> now will use standards-mode by default.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkdrastic.net/journal/2008/01/23/x-ua-compatible/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>@media Europe 2007</title>
		<link>http://thinkdrastic.net/journal/2007/06/11/media-europe-2007/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=media-europe-2007</link>
		<comments>http://thinkdrastic.net/journal/2007/06/11/media-europe-2007/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 20:52:31 +0000</pubDate>
		<dc:creator>Olly</dc:creator>
				<category><![CDATA[atmedia]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Friends]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://thinkdrastic.net/journal/2007/06/11/media-europe-2007/</guid>
		<description><![CDATA[It was @media Europe 2007 last week and for me it was the best yet. Patrick and his team of merry oompa-loompas put on a great show. The presentations were fantastic this year. Particular highlights for me were those from Richard Ishida, Jon Hicks and Dan Webb. I took a lot of good stuff away [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://thinkdrastic.net/journal/wp-content/uploads/2006/09/atmedia.gif" alt="" class="metaB" /> It was <a href="http://www.vivabit.com/atmedia2007/europe/">@media Europe 2007</a> last week and for me it was the best yet. <a href="http://www.vivabit.com/">Patrick and his team</a> of merry oompa-loompas put on a great show.</p>
<p>The presentations were fantastic this year. Particular highlights for me were those from <a href="http://people.w3.org/rishida/blog/?p=95">Richard Ishida</a>, <a href="http://www.hicksdesign.co.uk/journal/be-a-creative-sponge">Jon Hicks</a> and <a href="http://www.danwebb.net/2007/6/10/media-2007-europe-over-media-ajax-announced">Dan Webb</a>. I took a lot of good stuff away from each of them.</p>
<p>It was also a privilege to see Molly E. Holzschlag (who recently <a href="http://www.molly.com/2007/06/04/passages-leaving-the-web-conference-circuit/" title="Thanks for the hangover, Molly ;-)">announced her retirement from the conference circuit</a>), Joe Clarke (who <a href="http://blog.fawny.org/2007/06/08/retired/">announced his retirement from Web Accessibility</a>) and <a href="http://people.opera.com/howcome/">Håkon Wium Lie</a>, who showed off the <a href="http://laptop.media.mit.edu/">$100 Laptop</a>.</p>
<p>Outside the presentation halls, it was great to catch up with old friends again and lovely to meet new people. Hopefully I’ll see you all again soon. It was only slightly weird when the bouncer at Metra told me he’d voted for the <a href="http://www.threadless.com/product/644/Bring_Back_Naptime?from=gnarly">Threadless tee I was wearing</a>.</p>
<p>I was beginning to feel a bit down about the whole web thing, so it’s really good to leave @media feeling enthused, inspired and full of fresh knowledge. Big thanks to everyone who made it what it was and here’s to the next one!<br />
<span id="more-371"></span></p>
<p class="footnote">Name-check to some of the massive! In no particular order: <a href="http://sheilafarrell.blogspot.com/">Sheila</a>, <a href="http://www.carolinemockett.com/">CazM</a>, <a href="http://pixelicious.co.uk/">Pete</a>, <a href="http://www.hicksdesign.co.uk/">Jon &amp; Leigh</a>, <a href="http://www.donkeymagic.co.uk/">Rich</a>, Bahar, <a href="http://www.thecssdiv.co.uk/">Boozeniges</a>, <a href="http://my.opera.com/dstorey/blog/">David</a>, <a href="http://natbat.net/">Natbat</a>, Henrik, <a href="http://molly.com/">Molly</a>, <a href="http://www.thatstandardsguy.co.uk/">Karl</a>, <a href="http://eatyourgreens.org.uk/">Eatyourgreens</a>, <a href="http://morethanseven.net/">Gareth</a>, <a href="http://fberriman.com/" title="I spelt fberriman wrong and Google suggested Doberman">Fran</a>, <a href="http://www.adventia.com.au/">Alan</a>, <a href="http://www.cayenne.co.uk/">Sophie</a>, <a href="http://nascentguruism.com/">Steve</a>, <a href="http://www.pixeldiva.co.uk/">Ann</a> and <a href="http://doepud.co.uk/">Blair</a>. If I’ve forgotten you and you’re deeply offended, let me know ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkdrastic.net/journal/2007/06/11/media-europe-2007/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Internet Explorer combination float bug</title>
		<link>http://thinkdrastic.net/journal/2006/11/07/internet-explorer-combination-float-bug/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-explorer-combination-float-bug</link>
		<comments>http://thinkdrastic.net/journal/2006/11/07/internet-explorer-combination-float-bug/#comments</comments>
		<pubDate>Tue, 07 Nov 2006 17:57:07 +0000</pubDate>
		<dc:creator>Olly</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://thinkdrastic.net/journal/2006/11/07/internet-explorer-combination-float-bug/</guid>
		<description><![CDATA[So, I’m creating a layout that looks something like this: It’s a fairly simple three-column layout. The thing is, I’ve used some funky negative margin trickery to swap the first and second columns (so that the HTML is displayed in the correct order for non-CSS user agents). Unfortunately, IE6 renders this: …except in some hard-to-reproduce [...]]]></description>
			<content:encoded><![CDATA[<p>So, I’m creating a layout that looks something like this:</p>
<p><img id="image338" src="http://thinkdrastic.net/journal/wp-content/uploads/2006/11/Correct.gif" alt="Picture of a three-column web-page." /></p>
<p>It’s a fairly simple three-column layout. The thing is, I’ve used some funky negative margin trickery to swap the first and second columns (so that the HTML is displayed in the correct order for non-CSS user agents).</p>
<p>Unfortunately, IE6 renders this:</p>
<p><img id="image339" src="http://thinkdrastic.net/journal/wp-content/uploads/2006/11/IE6.gif" alt="Picture of IE getting a three-column web-page wrong." /></p>
<p>…except in some hard-to-reproduce circumstances when it gets it right. </p>
<p>It turned out to be a combination of bugs, which made it ever so slightly difficult to track down. First up was <a href="http://positioniseverything.net/explorer/doubled-margin.html">The IE Doubled Float-Margin Bug</a>. Adding <code>display: inline;</code> to the CSS for the floated columns appeared to just make the problem worse, but was in fact needed to correct the issue.</p>
<p>Once that was in place, the page was only correctly rendered once I’d moused over certain links. It took me quite some time to figure out what was going on: IE was incorrectly calculating the funky margins: Instead of basing them on the width of the floated column’s parent element, it was working them out from the body element. I figured that out because the rendering was slightly different dependent on the width of the window.</p>
<p>The solution was to wrap yet another element around the outside, and set the width there too.</p>
<p>I’ve created <a href="http://thinkdrastic.net/journal/wp-content/uploads/2006/11/IE_combi_float_bug_testcase.htm" title="Internet Explorer float combi bug: Test case and solution">a simple test-case</a> that explains the solution for the anybody else that runs into the issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://thinkdrastic.net/journal/2006/11/07/internet-explorer-combination-float-bug/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Crimes against HTML: Best practise and the CMS</title>
		<link>http://thinkdrastic.net/journal/2006/10/31/crimes-against-html-best-practise-and-the-cms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=crimes-against-html-best-practise-and-the-cms</link>
		<comments>http://thinkdrastic.net/journal/2006/10/31/crimes-against-html-best-practise-and-the-cms/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 22:33:39 +0000</pubDate>
		<dc:creator>Olly</dc:creator>
				<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Web Code]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://thinkdrastic.net/journal/2006/10/31/crimes-against-html-best-practise-and-the-cms/</guid>
		<description><![CDATA[I’ve been evaluating some content-management systems recently. We’ve got a few requirements that rule out a lot of them straight off: It’s got to be a .net system, be able to run over SSL and be very secure, have decent versioning, document management, audit trails and so on. There aren’t many products out there quite [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been evaluating some content-management systems recently. We’ve got a few requirements that rule out a lot of them straight off: It’s got to be a .net system, be able to run over SSL and be <em>very</em> secure, have decent versioning, document management, audit trails and so on. There aren’t many products out there quite fit our needs.</p>
<p>We’re currently working with one (I’m not going to name names here) which has a document management component that looks something like this:</p>
<p><img id="image337" src="http://thinkdrastic.net/journal/wp-content/uploads/2006/10/DocLib.gif" alt="DocLib.gif" /></p>
<p>It’s a simple tree-view that works very similarly to Windows Explorer. Believe it or not, to build that simple box they’ve used <em>twelve</em> nested tables, a div, a span, endless inline styles, javascript: URIs and even a made-up HTML attribute (<a href="http://thinkdrastic.net/journal/wp-content/uploads/2006/10/Exhibit_A.gif" title="Exhibit A: An example of some really /really/ bad HTML.">view the full horror</a>). Even if you don’t know HTML, you can see that it’s overkill. Apart from one on the outer-most element, it’s lacking any useful IDs or class-names for me to hook into with my style-sheet.</p>
<p>I know I’m a mark-up purist, but really that’s just taking the piss. Accessibility? Search-engine friendliness? Page load-time optimisation? Nope, never heard of them. It’s alright though, it does <em>AJAX</em>.</p>
<p>It’s no wonder that so many corporate web-sites have appalling mark-up when this is the state of the default output from the “enterprise level” CMS products that drive them. If <a href="http://www.webstandards.org/">web standards</a> and <a href="http://www.molly.com/2005/11/14/web-standards-and-the-new-professionalism/">best practise</a> are going to go truly mainstream, we’re going to have to reach out to the developers of these products and nudge them in the right direction.</p>
<p>I’ll leave you with this exerpt from <a href="http://www.splintered.co.uk/documents/presentations/geek_in_the_park_27.08.2006/">Bruce Lawson &amp; Patrick Lauke’s talk</a> at the multipack’s <a href="http://www.geekinthepark.co.uk/">Geek in the Park</a> event:</p>
<blockquote>
<p><a href="http://www.legalandgeneral.com/"><cite>Legal &amp; General</cite></a>… made their site accessible because they were worried about the <em>legal risk</em>.</p>
<p>And they found as side effects: <q>30% increase in natural search engine traffic, a <em>significant</em> improvement in Google rankings for all their target keywords, a 75% reduction in time for pages to load, accessible to <em>mobile</em> devices, their time to manage content <em>reduced</em> from an average of five days to half a day per job, they saved £200,000 a year on site maintenance, they got a 95% increase in visitors getting a life insurance quote (which was the purpose of that site), a 90% increase in sales online, and 100% return on investment in 12 months.</q> And that was the <em>side effects</em> of making the site accessible.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://thinkdrastic.net/journal/2006/10/31/crimes-against-html-best-practise-and-the-cms/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: thinkdrastic.net @ 2012-05-21 15:05:17 by W3 Total Cache -->
