<?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>Nick Cowie &#187; accessibilty</title>
	<atom:link href="http://nickcowie.com/category/accessibilty/feed/" rel="self" type="application/rss+xml" />
	<link>http://nickcowie.com</link>
	<description>Web standards, accessibility  and such like with a bias toward  Government web sites</description>
	<lastBuildDate>Wed, 19 May 2010 14:04:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>It is 2009 and some people still do not get accessibility</title>
		<link>http://nickcowie.com/2009/it-is-2009-and-some-people-still-do-not-get-accessibility/</link>
		<comments>http://nickcowie.com/2009/it-is-2009-and-some-people-still-do-not-get-accessibility/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:45:07 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[.gov sites]]></category>
		<category><![CDATA[accessibilty]]></category>
		<category><![CDATA[gov2au]]></category>

		<guid isPermaLink="false">http://nickcowie.com/?p=440</guid>
		<description><![CDATA[<p>At the Gov2.0 taskforce roadshow I ended up in conversation with a representative of one Department bemoaning the fact the Government will not give them extra money to make their websites WCAG 1.0 level 2 compliant.</p>]]></description>
			<content:encoded><![CDATA[<p>At the Gov2.0 taskforce roadshow I ended up in conversation with a representative of one Department bemoaning the fact the Government will not give them extra money to make their websites WCAG 1.0 level 2 compliant.</p>
<p>I said it does not cost more to build a WCAG 1.0 level 2 compliant website if your developer knows what they where doing. The two developers sitting either side of us ( one state government and one private enterprise) agreed, yet this person kept saying it costs more money.</p>
<p>The private enterprise developer then asked why don’t you include the requirement for WCAG 1.0 level 2 compliance in their website tender. The response it is too expensive. Asked if they ever tried, no it is too expensive was the response.</p>
<p>It is not 2000, when Maguire vs SOCOG decision was new and fresh and understanding of website accessibility amongst developers was limited. For the past 10 years, Australians website developers and Government Agencies have known the Disability Discrimination Act applies to websites. If you can not build a WCAG 1.0 level 2 compliant website in 2009, you do not need extra money to fix it, you need to look at website business practices and bring them into the 21st century.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2009/it-is-2009-and-some-people-still-do-not-get-accessibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elastic or not?</title>
		<link>http://nickcowie.com/2008/elastic-or-not/</link>
		<comments>http://nickcowie.com/2008/elastic-or-not/#comments</comments>
		<pubDate>Sat, 24 May 2008 06:03:01 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>
		<category><![CDATA[css and html]]></category>
		<category><![CDATA[elastic design]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[font size]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2008/elastic-or-not/</guid>
		<description><![CDATA[I am looking for your views on an issue I am having with a design for a new website at work. I am a fan of elastic design (which you might of noticed if you are reading this via my blog).  The original intention was to have a basic design for the smaller (&#60; [...]]]></description>
			<content:encoded><![CDATA[<p>I am looking for your views on an issue I am having with a design for a new website at work. I am a fan of elastic design (which you might of noticed if you are reading this via my blog).  The original intention was to have a basic design for the smaller (&lt; 900px wide browser windows) and use javascript to provide a 3 column elastic site, where the overall width of the site is relative to the font size. So the design remain consistent across various font sizes, line length remains readable and the site works in large screens with high density pixels, ie those 1920px by 1200px, 17″ laptop screens. This works well with my blog (though I do need to fix they way the javascript works), because the audience, is generally tech savy, makes use of large screens (10%+  1600px+) and I assume most have reasonable vision.</p>
<p>However, with the State Library website, the audience is very different, &lt; 1% use 1600px+ screen, over 10% use 800px by 600px (though half of these are within the library and due to be replaced soon), less tech savy, are generally older and more likely to need larger font sizes. Which is more likely to push the width of the design larger than the user’s screen and force the user to scroll horizontally or miss some of the content.</p>
<p>I am thinking  instead of using ems for horizontal measurements, use percentages. With the exception of the page container, which is sized in ems. Then use javascript to reduce the width of the page container, to the width of the browser, if the user’s font size is larger than normal and would force the page wider than the browser window.</p>
<p>In theory it would work like this:</p>
<ul>
<li>If the browser is less 900px wide, or no javascript the user gets the base stylesheet.</li>
<li>If the browser is great than 900px wide, an elastic design based on the user’s font size.
<li>If  the user’s font size would force the page wider than the browser width. The page and design, scale to fit the browser width.</li>
</ul>
<p>Or am I just over designing the issue, should I just use one design either for 800px or 1024px screens  and use that? Your thoughts?</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2008/elastic-or-not/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Is the Premier&#8217;s home page worth $1.50 to visit?</title>
		<link>http://nickcowie.com/2008/is-the-premiers-home-page-worth-150-to-visit/</link>
		<comments>http://nickcowie.com/2008/is-the-premiers-home-page-worth-150-to-visit/#comments</comments>
		<pubDate>Tue, 20 May 2008 13:20:21 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>
		<category><![CDATA[css and html]]></category>
		<category><![CDATA[$2.00 Mb]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[dialup]]></category>
		<category><![CDATA[heavy websites]]></category>
		<category><![CDATA[www.premier.wa.gov.au]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2008/is-the-premiers-home-page-worth-150-to-visit/</guid>
		<description><![CDATA[<p>The site of the <a href="http://www.premier.wa.gov.au">Western Australian Premier</a> is one of the alarming number of websites that are built just for broadband users, while ignoring those on dialup or those on expensive mobile broadband networks. The home page in question weighs in at over hefty 750kb. Which is fine for business and home users with decent broadband, but not everybody has access to fast and cheap broadband in Western Australia.</p>
<p>I am not just talking about outback Western Australia &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The site of the <a href="http://www.premier.wa.gov.au">Western Australian Premier</a> is one of the alarming number of websites that are built just for broadband users, while ignoring those on dialup or those on expensive mobile broadband networks. The home page in question weighs in at over hefty 750kb. Which is fine for business and home users with decent broadband, but not everybody has access to fast and cheap broadband in Western Australia.</p>
<p>I am not just talking about outback Western Australia here, there are a number of what the <a href="http://www.minister.dbcde.gov.au/">Federal Minister for Broadband</a> Stephen Conroy calls <strong>broadband blackspots </strong> areas in metropolitan areas of major cities in Australia. You just need to visit <a href="http://forums.whirlpool.net.au/">Whirlpool broadband forums</a> to see this is a common problem.  If you are not in an outlying suburb, you have an alternative in relatively inexpensive mobile broadband from providers like Three, Vodafone or even Optus. If you are unfortunate to live in a broadband blackspot in an outer metropolitan areas, like certain suburbs in and around Rockingham, a few kilometres from my house. Your choices are restricted to:</p>
<ul>
<li>Dialup and that is usually 28.8k, taking 5 minutes or longer to open the Premier’s home page;</li>
<li>Telstra Next G network, you get very fast mobile broadband but at a cost, over $300 for a modem and at the casual download rate of $2.00 a Mb, hence the post title; or</li>
<li>Get <em>Mobile Broadband</em> through Optus or Vodafone and use their 2G network, for a stunning maximum speed of 128k and  a two year contract.</li>
</ul>
<p>And if you live in regional Western Australia, you don’t even get the choice. It is dialup or Telstra and their prices. I will be using their $2.00 a Mb as a response, when people ask to put large graphics or PDFs on a site.</p>
<p>If you are building a website aimed at businesses in Perth, you can build heavy sites just for broadband. But if you want to reach all Western Australians, which you would expect with a site like the West Australian Premier, you need to cater for the small but significant number of people who can not get or afford broadband.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2008/is-the-premiers-home-page-worth-150-to-visit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Captioning Sucks</title>
		<link>http://nickcowie.com/2008/captioning-sucks/</link>
		<comments>http://nickcowie.com/2008/captioning-sucks/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 04:30:52 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[captioning]]></category>
		<category><![CDATA[captioning sucks]]></category>
		<category><![CDATA[Joe Clark]]></category>
		<category><![CDATA[television]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2008/captioning-sucks/</guid>
		<description><![CDATA[<a href='http://captioningsucks.com' title='Captioning Sucks link to website'><img src='http://nickcowie.com/wp-content/uploads/2008/04/admitit.jpg' alt='Captioning Sucks link to website' class="imageholder" /></a><p>Up until a couple of years ago, I mistakenly believed that captioning was just a souped up version of subtitling. I was very wrong.</p>
<p>I learnt a lot about captioning working with a hearing impaired colleague to arrange captioning of a work video, a few years ago.</p>
<p>One of the main issues is there is no standard or even code of practise for captioning in Australia &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href='http://captioningsucks.com' title='Captioning Sucks link to website'><img src='http://nickcowie.com/wp-content/uploads/2008/04/admitit.jpg' alt='Captioning Sucks link to website' class="imageholder" /></a>
<p>Up until a couple of years ago, I mistakenly believed that captioning was just a souped up version of subtitling. I was very wrong.</p>
<p>I learnt a lot about captioning working with a hearing impaired colleague to arrange captioning of a work video, a few years ago.</p>
<p>One of the main issues is there is no standard or even code of practise for captioning in Australia. Back then there was regulations (now legislation) on the amount of television that must be captioned, but nothing on the quality of captioning. </p>
<p>In 2004 the &lt;a href=“http://www.deafnessforum.org.au&gt;Deafness Forum of Australia</a> started campaigning for improved quality of captioning and produced a <a href="http://www.deafnessforum.org.au/index.php?q=captioning">Captioning Quality Code of Practice</a>. While this appeared to gain some traction initially within the industry. 3 years later little seems to of changed, a quick visit to the <a href="http://www.freetv.com.au">free to air TV peak group</a>, fails to find any mention of captioning (except a technical document on how to caption).</p>
<p>Joe Clark and others in the <a href="http://openandclosed.org/">Open and Closed Project</a> have started <a href="http://captioningsucks.com/">Captioning Sucks</a> to try and get people to understand the problems with captioning and make some changes. Hopefully this will extend outside of North America.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2008/captioning-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The W3C are listening</title>
		<link>http://nickcowie.com/2007/the-w3c-are-listening/</link>
		<comments>http://nickcowie.com/2007/the-w3c-are-listening/#comments</comments>
		<pubDate>Thu, 24 May 2007 00:56:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2007/the-w3c-are-listening/</guid>
		<description><![CDATA[<p>Or at least the Web Content Accessibility Guidelines (WCAG) Working Group are. I have just reading the <a href="http://www.w3.org/WAI/GL/2007/05/change-summary">latest changes to the WCAG 2.0 last call draft</a> and I am impressed, it looks like a lot of mine and other people&#8217; concerns have been address. It requires further reading, but it looks like a big improvement over the last draft.</p>]]></description>
			<content:encoded><![CDATA[<p>Or at least the Web Content Accessibility Guidelines (WCAG) Working Group are. I have just reading the <a href="http://www.w3.org/WAI/GL/2007/05/change-summary">latest changes to the WCAG 2.0 last call draft</a> and I am impressed, it looks like a lot of mine and other people’ concerns have been address. It requires further reading, but it looks like a big improvement over the last draft.</p>
<p class-"tagged"><a href="http://technorati.com/tag/WCAG" rel="tag">WCAG</a> <a href="http://technorati.com/tag/WCAG+2.0" rel="tag">WCAG+2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2007/the-w3c-are-listening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joe Clark finds me patronising</title>
		<link>http://nickcowie.com/2006/joe-clark-finds-me-patronising/</link>
		<comments>http://nickcowie.com/2006/joe-clark-finds-me-patronising/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 09:03:27 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Just geek]]></category>
		<category><![CDATA[accessibilty]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2006/joe-clark-finds-me-patronising/</guid>
		<description><![CDATA[<a href="http://joeclark.org/micro/"><img id="image138" src="http://nickcowie.com/wp-content/uploads/2006/11/patronising2.jpg" alt="Joe Clark finds me patronising" /></a>
<p>Joe Clark is using micropatronage to support the funding of a research project. Micropatronage is getting lots of small donations from many people. If you <a href="http://joeclark.org/micro/">participate</a> you will not be funding <a href="http://openandclosed.org/">the Open and Closed Project</a>, but supporting Joe as he tries to raise the money some $7 million dollars canadian for the life of the project (or at least CA$400,000 for the first year).</p>
<p>I participated, not because I am friends with Joe. From what I know about Joe, if we physically meet, violence (of a verbal nature) is the most likely outcome. But because I believe in what <a href="http://openandclosed.org/">the Open and Closed Project</a> is trying to do write standards for captioning, audio description, subtitling, and dubbing. And know that Joe is passionate about the cause and is the best person for the task.</p> ]]></description>
			<content:encoded><![CDATA[<p><a href="http://joeclark.org/micro/"><img id="image138" src="http://nickcowie.com/wp-content/uploads/2006/11/patronising2.jpg" alt="Joe Clark finds me patronising" /></a></p>
<p>Joe Clark is using micropatronage to support the funding of a research project. Micropatronage is getting lots of small donations from many people. If you <a href="http://joeclark.org/micro/">participate</a> you will not be funding <a href="http://openandclosed.org/">the Open and Closed Project</a>, but supporting Joe as he tries to raise the money some $7 million dollars canadian for the life of the project (or at least CA$400,000 for the first year).</p>
<p>I participated, not because I am friends with Joe. From what I know about Joe, if we physically meet, violence (of a verbal nature) is the most likely outcome.  But because I believe in what <a href="http://openandclosed.org/">the Open and Closed Project</a> is trying to do, write standards for captioning, audio description, subtitling, and dubbing. And know that Joe is passionate about the cause and is the best person for the task.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2006/joe-clark-finds-me-patronising/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash, browsers, OSes &amp; accessibility</title>
		<link>http://nickcowie.com/2006/flash-browsers-oses-accessibility/</link>
		<comments>http://nickcowie.com/2006/flash-browsers-oses-accessibility/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 06:39:58 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2006/flash-browsers-oses-accessibility/</guid>
		<description><![CDATA[<h3>aka things I learnt this week part 2</h3><p>I am currently reading <a href="http://www.friendsofed.com/book.html?isbn=1590596382">Web Accessibility: Web Standards and Regulatory Compliance</a> and I am learning a few interesting things. I have been selectively reading chapters, the chapter I have found most interesting so far is <strong>Accessible Flash</strong>. Which says for flash to be <em>accessible</em> to a screen reader, the user must have:</p>]]></description>
			<content:encoded><![CDATA[<h2>aka things I learnt this week part 2</h2>
<p>I am currently reading <a href="http://www.friendsofed.com/book.html?isbn=1590596382">Web Accessibility: Web Standards and Regulatory Compliance</a> and I am learning a few interesting things. I have been selectively reading chapters, the chapter I have found most interesting so far is <strong>Accessible Flash</strong>. Which says for flash to be <em>accessible</em> to a screen reader, the user must have:</p>
<ol>
<li>Windows 98, 2000 or XP;</li>
<li>Internet Explorer 5 or better;</li>
<li>A recent version of one of five screen reader soft packages,</li>
<li>Flash plugin version 6 or better;</li>
</ol>
<p>Any other OS or another browser and flash is not accessible to a screen reader. It has to do with the <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msaa/msaastart_9w2t.asp">Microsoft Active Accessibility (MSAA)</a> API. <del>MSAA works very well with Microsoft products and this is what Flash uses to make content accessible to screen readers. Firefox does not work as effectively as IE with MSAA, however,</del> Mozilla have been working hard to make Firefox accessible to screen readers via MSAA and it does with both JAWS and Windows Eyes screen reading software <ins datetime="2006-11-13T03:46:11+00:00">(with some limitations)</ins>. Adobe has yet to come to the party, <ins datetime="2006-11-13T03:46:11+00:00">Flash only talks to MSAA via IE not FF.</ins></p>
<p>I do not know how much work Adobe have done with the Apple API used for Voice Over built into Tiger or the Linux screen reader API, but at the moment Flash is only accessible to screen readers that meet certain specifications.</p>
<p>Even if you have the hardware and software required, Flash is still not accessible unless the creators of the movie know how to make it accessible and then took the time to make it accessible. Even though I am a fan of Flash for some tasks, I will use HTML over Flash for accessible content, because it is quicker for me and does not place restrictions on the end user</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2006/flash-browsers-oses-accessibility/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Accessible Forms presentation</title>
		<link>http://nickcowie.com/2006/accessible-forms-presentation/</link>
		<comments>http://nickcowie.com/2006/accessible-forms-presentation/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 02:42:36 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>
		<category><![CDATA[css and html]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2006/accessible-forms-presentation/</guid>
		<description><![CDATA[<p>Unfortunately, I spent a too much time preparing my Accessibility Law in Australia presentation and not enough time preparing this presentation. What should of been 30 minutes plus on techniques to make forms more accessible and usable, end up being 10 minutes or so going through a number of points that should of been expanded&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, I spent a too much time preparing my Accessibility Law in Australia presentation and not enough time preparing this presentation. What should of been 30 minutes plus on techniques to make forms more accessible and usable, end up being 15 minutes or so going through a number of points that should of been expanded.</p>
<p>I am sure it worked better as a presentation than it will as podcast or transcript reading exercise. The <a href="http://nickcowie.com/presentation/s5-forms.html">slides</a> are available, but without the audio or transcript they will make little sense. I suggest that if you want learn more about accessible forms, almost all of the techniques I discussed can be found at:</p>
<ul>
<li>Derek Featherstone’s <a href="http://simplyaccessible.org/">Simply Accessible</a></li>
<li>Roger Hudson’s<a href="http://www.usability.com.au/resources/forms.cfm"> Accessible Forms</a></li>
</ul>
<p>It was their presentations at Web Essentials 05 I used as a basis for this presentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2006/accessible-forms-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accessibility Law in Australia presentation</title>
		<link>http://nickcowie.com/2006/accessibility-law-in-australia-presentation/</link>
		<comments>http://nickcowie.com/2006/accessibility-law-in-australia-presentation/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 05:28:22 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2006/accessibility-law-in-australia-presentation/</guid>
		<description><![CDATA[<p>Some people who listen to podcast or read the transcript (both available soon) of my presentation on Accessibility Law in Australia to the Perth Web Standards Group may think I was downplaying the importance of accessibility law (the Disability Discrimination Act 1992) in Australia.  That was not my intention, what I wanted to do was reflect the current situation.</p>

<p>Very few people make complaints about website accessibility in Australia&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Some people who listen to podcast or read the transcript (both available soon) of my presentation on Accessibility Law in Australia to the Perth Web Standards Group may think I was downplaying the importance of accessibility law (the Disability Discrimination Act 1992) in Australia.  That was not my intention, what I wanted to do was reflect the current situation.</p>
<p>Very few people make complaints about website accessibility in Australia. The Human Rights and Equal Opportunities Commission provide information on the complaints they deal with, and in the past six years since Maquire vs. SOCOG, HREOC indicated there has only been three complaints. All three were from people with visual impairments trying to access information that was significant to them.  Most importantly all three were resolved to the satisfaction of the person lodging the complaint. Given the number of Australians with disabilities accessing the web and the number of inaccessible Australian websites, this number is very low.</p>
<p>So my advice for avoiding complaints about website accessibility in Australia is:</p>
<ol>
<li>Build the most accessible website you can with the resources available;</li>
<li>Make sure the website works in a screen reader; you can get a <a href="http://www.freedomscientific.com/fs_downloads/jaws.asp">demo version of JAWS</a> to run on a USB stick.</li>
<li>Make sure if anybody has queries or problems about the website’s accessibility, be they clients, website visitors or anybody else. The can easily contact your “accessibility person”. A person in your organisation with great communication skills, who can identify what the problem is and arrange a solution.</li>
</ol>
<p>The <a href="http://nickcowie.com/presentation/s5-alaws.html">presentation slides</a> are available, but without the podcast or transcript, they will little sense as they are just visual cues.</p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2006/accessibility-law-in-australia-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adventures in getting online home insurance quotes (in Australia)</title>
		<link>http://nickcowie.com/2006/adventures-in-getting-online-home-insurance-quotes-in-australia/</link>
		<comments>http://nickcowie.com/2006/adventures-in-getting-online-home-insurance-quotes-in-australia/#comments</comments>
		<pubDate>Fri, 21 Jul 2006 04:06:07 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[accessibilty]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://nickcowie.com/2006/adventures-in-getting-online-home-insurance-quotes-in-australia/</guid>
		<description><![CDATA[<p>I had interesting time trying to get home and content insurance quotes online. Most of Australia&#8217;s major insurance companies and brokers have online applications to provide quotes online. The problem is that of the six I tried, five demanded that I use Internet Explorer. Most required IE 5.0 though one wanted me to upgrade to the latest and greatest Internet Explorer 4.0. &#8230;]]></description>
			<content:encoded><![CDATA[<p>I had interesting time trying to get home and content insurance quotes online. Most of Australia’s major insurance companies and brokers have online applications to provide quotes online. The problem is that of the six I tried, five demanded that I use Internet Explorer. Most required IE 5.0 though one wanted me to upgrade to the latest and greatest Internet Explorer 4.0.  In most cases I just went to their online contact form and told then I did not want to be told what operating system or browser to use and requested a quote. Those return emails may make interesting reading.</p>
<p>It would not surprise me, that it was one web development company that created a quote application for one insurance company and then sold the application to other insurance companies, the message stating IE was required was remarkable similar and condescending. It would of been a relatively easy sale, company X and Y are providing online quotes, you need to do it or miss out.</p>
<p>The problem is now you have the great majority of insurance companies fighting for 85% of the market. The 15% of internet users who use an operating system other that windows or a web browser other than internet explorer, and these are the tech savvy and with a higher income than the average internet users are only being served by very few insurance companies. The only one I found was <a href="http://www.australianunity.com.au">www.australianunity.com.au</a></p>
<p>I am sure the bean counters behind the sites that require IE would argue that that at the time their site would provide quotes to 95% of all customers.  But that was then, now if my sample of insurance companies is roughly right and  only one in six insurance companies support browsers other than IE. You have 100% of the insurance companies serving 85% of potential customers and 15% (1 in 6) of the insurance companies serving 15% of potential customers (Mac, Linux, Firefox, Opera, etc users). Which mean companies like  australianunity.com.au are probably doing twice the business online that the IE only companies are. It is simple mathematics 85% divided by 6 is %15 share + 15% not tapped by the other companies. Compare to 85% divided by 6, %15 share for the IE only companies.</p>
<p>There is also something called the Disabilities Discrimination Act, which makes it illegal to discriminate against disabled users in Australia.  <a href="http://www.hreoc.gov.au/disability_rights/decisions/comdec/2000/DD000120.htm">Maguire vs SOCOG</a> anyone?. An insurance companies that requires a visually impaired user who chose a Mac or Linux computer because the screen reading software is free is required to purchase a new operating system, new screen reading software and to pay for somebody to install it (at least $1500) just to use the insurance company’ web site, really needs to assess what will happen if somebody makes a complaint.</p>
<p>Also had a few interesting experiences using various insurance companies sites but that is another post.</p>
<p>Ethical blogging note, I chose to link to one insurance company because they are doing the right thing as far as browser choice goes. They are not my insurance company, yet.</p>
<p class="tagged"><a href="http://www.technorati.com/tag/browser+choice" rel="tag">browser choice</a>, <a href="http://www.technorati.com/tag/good+business" rel="tag">good business </a>, <a href="http://www.technorati.com/tag/bad+business" rel="tag">bad business</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nickcowie.com/2006/adventures-in-getting-online-home-insurance-quotes-in-australia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
