<?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>Kilroy James &#187; Web Standards</title>
	<atom:link href="http://www.kilroyjames.co.uk/category/web-standards-accessibility-usability/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kilroyjames.co.uk</link>
	<description>Makers of fine websites since 1994</description>
	<lastBuildDate>Mon, 25 Jan 2010 21:17:41 +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>A new look for Romany Granite</title>
		<link>http://www.kilroyjames.co.uk/2010/01/a-new-look-for-romany-granite/</link>
		<comments>http://www.kilroyjames.co.uk/2010/01/a-new-look-for-romany-granite/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:06:25 +0000</pubDate>
		<dc:creator>John Kilroy</dc:creator>
				<category><![CDATA[Content and Project Management]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>

		<guid isPermaLink="false">http://www.kilroyjames.co.uk/?p=300</guid>
		<description><![CDATA[Romany Granite came to us wanting to update the look and structure of their website. They didn’t have a huge budget to work with and so we needed to keep things simple yet professional. Their old site was very difficult to use and feedback from clients told them that information was hard to find. Our [...]]]></description>
			<content:encoded><![CDATA[<p>Romany Granite came to us wanting to update the look and structure of their website. They didn’t have a huge budget to work with and so we needed to keep things simple yet professional. Their old site was very difficult to use and feedback from clients told them that information was hard to find. Our job was to make sure that the design and navigation was as clear as possible, but still have an edge over competitors&#8217; sites.   <span id="more-300"></span> Our resident designer Kimberley took this project over and came up with a couple of design options for our client, and once the look was chosen, it was full steam ahead to get the site built. We think chic,  with a sleek and professional look&#8230;and it&#8217;s easy to find what you&#8217;re looking for. Thanks Kim!</p>
<div id="attachment_314" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-314" title="Romany-Granite" src="http://www.kilroyjames.co.uk/wp-content/uploads/2010/01/romany.png" alt="Romany-Granite" width="500" height="451" /><p class="wp-caption-text">Romany-Granite</p></div>
<p><img src="file:///C:/Users/CATHJA%7E1/AppData/Local/Temp/moz-screenshot.png" alt="" /></p>
<p>As always with our new websites, Romany Granite&#8217;s site is optimised for search engines, W3C tested and meets standard government levels for accessibility. And the site is covered by our standard programming guarantee that we offer to all clients. Check it out for yourselves: <a href="www.romanygranite.co.uk"> www.romanygranite.co.uk </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilroyjames.co.uk/2010/01/a-new-look-for-romany-granite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XTH &#8211; the XHTML to HTML converter for wordpress</title>
		<link>http://www.kilroyjames.co.uk/2009/09/xth/</link>
		<comments>http://www.kilroyjames.co.uk/2009/09/xth/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 13:04:36 +0000</pubDate>
		<dc:creator>John Kilroy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.kilroyjames.co.uk/?p=270</guid>
		<description><![CDATA[
Download XTH (v2.01) here

By popular demand here it is &#8211; version 2.01 of the original XHTML-to-HTML wordpress plugin. Now called XTH (bit catchier, no?), it is a complete rewrite of the original version and aims to fix the Javascript CDATA and RSS feed issues that the original suffered.
Caveats
OK, this version seems to successfully avoid parsing [...]]]></description>
			<content:encoded><![CDATA[<div class="download">
<h3><a href="http://www.kilroyjames.co.uk/wp-content/uploads/xth.zip">Download XTH (v2.01) here</a></h3>
</div>
<p>By popular demand here it is &#8211; version 2.01 of the <a href="http://www.kilroyjames.co.uk/2008/07/xhtml-to-html-wordpress-plugin/">original XHTML-to-HTML wordpress plugin</a>. Now called XTH (bit catchier, no?), it is a complete rewrite of the original version and aims to fix the Javascript CDATA and RSS feed issues that the original suffered.</p>
<h4>Caveats</h4>
<p>OK, this version seems to successfully avoid parsing inline Javascripts and external Javascript libraries. This is necessary because the XHTML closing sequence is a valid pattern in javascript regex, and removing it from those places would mess up those libraries.<br />
The downside to that is that it&#8217;s then up to you to make sure that any JS you use doesn&#8217;t output any XHTML, as XTH no longer &#8216;fixes&#8217; it for you.<br />
Same goes for any other external libs that you or your plugins load.
</p>
<p>
Note that XTH doesn&#8217;t address javascript URLs of the form &lt;a href=&#8221;javascript:foo()&#8221;&gt;. This is for efficiency &#8211; and also because I haven&#8217;t ever seen a regex used in that context, but who knows, someone might try it. I might add this as an option in a future
</p>
<h4>Don&#8217;t forget!</h4>
<p>A single XHTML closer anywhere in the output will fail HTML 4.01 validation Resulting in tag soup and defeating the object of the whole exercise. </p>
<p>XTH also avoids RSS feeds.</p>
<p>Problems, bugs and comments below please. This is a complete rewrite of the plugin so we&#8217;re back to square one with the list of problems and required tweaks.</p>
<p>Thanks to all those people who gave feedback and whose time and knowledge helped to make this new version possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilroyjames.co.uk/2009/09/xth/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Web analysis: Get the facts</title>
		<link>http://www.kilroyjames.co.uk/2008/05/web-analysis/</link>
		<comments>http://www.kilroyjames.co.uk/2008/05/web-analysis/#comments</comments>
		<pubDate>Wed, 21 May 2008 13:08:42 +0000</pubDate>
		<dc:creator>John Kilroy</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Web and Search Engine Marketing]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web analysis]]></category>
		<category><![CDATA[web analytics]]></category>
		<category><![CDATA[web marketing]]></category>

		<guid isPermaLink="false">http://www.kilroyjames.co.uk/?p=50</guid>
		<description><![CDATA[Web analysis is one of the most flexible and useful of all web marketing activities, and is unique in that it helps to optimise the design, development and marketing of your website, both in general and in great detail.]]></description>
			<content:encoded><![CDATA[<div class="inset">
<p>It is good to know where your web site visitors come from and what they do after they arrive.<br />
   This and other information is available, using special software, from your web site&#8217;s access logs.<br />
   It can be a good idea to outsource this type of work for reasons of economy<br />
   (doing it properly requires investment on several fronts) expertise and impartiality.<br />
   If you do then you should expect human analysis as well as tables and charts, and you<br />
   should get reports that actually help with the planning, running and assessment of your<br />
   web site and marketing campaigns.</p>
</div>
<p class="intro">
    Web analysis is how you discover who comes to your web site and what they do there.</p>
<p>It is one of the most important, flexible and useful of all web marketing activities and can help you optimise the design, development and marketing of your website &ndash; both in general and in great detail. It is also the quality-control tool par excellence, and provides insights into:</p>
<ul class="pad-b-0">
<li>your web site&#8217;s large and small-scale development opportunities and priorities;</li>
<li>design flaws in certain pages, or across your whole site, that reduce the number of leads or purchases you should get;</li>
<li>how effective your marketing is;</li>
<li>your customers&#8217; &#8216;demographics&#8217;, overall performance data and lots of other information that helps you build up a picture of who is using your site, when they are using it, where they are coming from and how they are using it.</li>
</ul>
<p>A web analyst relies fundamentally on your web site&#8217;s access logs. These log files come in various formats; some formats are better than others for web analysis, but all hold raw data that can be broken down into an impressive range of useful information. While data mining programs are used to extract the data from the log files, it is the web analyst who decides what to extract and how to interpret that data. The log analysis software can also generate automatic reports, useful for gathering data according to time and date ranges, &#8216;hits&#8217;, the volume of data, geography, etc.</p>
<p>
       Despite the obvious advantages web analysis gives to a site manager, it is still one of the most under-utilised marketing activities, particularly among smaller businesses who ironically have the most to gain from it. I believe that&#8217;s because:</p>
<ul class="pad-b-0">
<li>they don&#8217;t understand how useful it is;</li>
<li>they don&#8217;t have a marketing or development strategy for their web site;</li>
<li>none of their acquaintances do it, so they don&#8217;t either (sheep mentality);
<li>it&#8217;s not an &#8216;active&#8217; activity (a bit like financial reporting);</li>
</ul>
<p>
     If you are the kind of person who likes to run your business in a haphazard sort of way, ruled by guesswork and hunch, then you probably don&#8217;t need web analysis and probably will never see the benefit of it. Yet, for the right kind of business, analysis provides the &#8216;intelligence&#8217; to help you make good decisions and be a good manager. It is the <em>only</em> available source of website performance data, and people who believe they can manage a business-critical website without it are, in my experience, little shy of deluded.</p>
<p>So what is the right kind of business? Well, if any of the following ring any bells then you should be doing web analysis as a matter of course:</p>
<ul class="pad-b-0">
<li>your business relies on your web site, and/or getting people to it;</li>
<li>you are an ecommerce business;</li>
<li>your web site is an integral part of your company and has a development budget;</li>
</ul>
<p>Web analysis has had some bad press though, and many people have the impression that it&#8217;s limited to providing large round numbers of general and semi-useful (except for bragging purposes) information. And unfortunately, they are often right, which is the fault of unscrupulous, if not downright dishonest, web companies who peddle such services. But that is to proper web analysis what Bernard Mathews is to healthy eating.</p>
<p>Web analysis can answer subtle questions like:</p>
<ul class="pad-b-0">
<li>how much of my advertising actually leads to sales or enquiries;</li>
<li>which campaigns are the most successful (and which are failing);</li>
<li>do my visitors come back – if not, why not;</li>
<li>what are my visitors interested in;</li>
<li>are my products well-placed, is my shopping cart designed well, what about my enquiry form;</li>
<li>does my web site have any structural problems that prevent people reaching places I&#8217;d like them to reach;</li>
<li>which parts of my web site might be most worth expanding?</li>
</ul>
<p> You can hypothesise use-case scenarios and story-board notional users all you like, but in the end that&#8217;s all just a dress-rehearsal. You can live on hunches and guesswork too if you like gambling. But you don&#8217;t have to settle for either option because, ultimately, analysis will tell you how good your web site and marketing strategy really are. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilroyjames.co.uk/2008/05/web-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Life outside the Google top ten</title>
		<link>http://www.kilroyjames.co.uk/2008/05/life-outside-the-google-top-ten/</link>
		<comments>http://www.kilroyjames.co.uk/2008/05/life-outside-the-google-top-ten/#comments</comments>
		<pubDate>Mon, 05 May 2008 13:06:39 +0000</pubDate>
		<dc:creator>John Kilroy</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Web and Search Engine Marketing]]></category>
		<category><![CDATA[search engine marketing]]></category>
		<category><![CDATA[search engine optimization (optimisation)]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web marketing]]></category>

		<guid isPermaLink="false">http://www.kilroyjames.co.uk/?p=48</guid>
		<description><![CDATA[Some people undertake web marketing in order to get a page one listing in Google, which is a bit like aiming to open a shop on Bond Street or the King's Road....]]></description>
			<content:encoded><![CDATA[<p class="intro">
Some if not most businesses undertake web marketing hoping to get a page one listing in Google or whatever search engine they use, which is a bit like aiming to open a shop on Bond Street or the King&#8217;s Road.
 </p>
<div class="article">
<p class="first">Sure, companies obviously do get those fancy addresses, but space is limited and there&#8217;s only room for so many. And whilst it&#8217;s probably a good aspiration, is it actually vital to land that prime spot? Or does missing out mean that the game is over, that it&#8217;s impossible to run a business in another location?</p>
<p>Obviously not. If that were true then the Internet would be a whole lot smaller – remember that (conservatively) only about 1 in 100,000 websites<sup>1</sup> can be in the Google top ten at any one time – it&#8217;s a rarefied group and in mainstream retail sectors the top ten is a conglomerate of giant brands and directories, neither of whom are realistic competitors for most businesses.</p>
<p>Also, the Internet is a big place getting bigger by the day, and the frenzied drive for page one Google listings is, to a large degree, a case of not seeing the wood for the trees. Of course everyone would love to see their web site listed in the top ten, but it is perfectly possible to do good business with a lower position, via traffic from other search engines (yes, there <em>are</em> other search engines out there), through partnership activities, advertising and most importantly, by providing value (as your search engine position is absolutely worthless unless you provide a service that people want to use).</p>
<p>Then there is the issue of what do users do when the listings on page one are low quality, which (let&#8217;s face it) is not unusual. Do they search again for different terms or do they click on to page 2? Research is clear that most users prefer to search again when a quick scan tells them the listings aren&#8217;t appropriate, but I don&#8217;t know of any research that looks at what happens when users can see they&#8217;ve got the search terms right, but that the web sites that the listings lead to are poor. It&#8217;s a good question and, speaking personally, if I think I&#8217;ve got the terms right, I will keep looking down the listings until I&#8217;m sure that Google can&#8217;t help me.</p>
<p>This leads to the possibility that the situation might not be so bleak for those web sites that seem mysteriously to remain trapped beneath poor quality competition occupying the spots above them. As I say, this is an educated guess, but no one I know has proved it wrong.
</p>
<p>Benefiting from search engine position is simply a numbers game – and you should remember that <em>search engines are most important for generating new customers, not for retaining customers</em>. At the top end, the visitor numbers are so high that web sites can clearly afford to lose customers, and lower down the listings, web sites clearly cannot. The lower down the listings you are, the more important it is that you retain visitors and turn them into customers, by giving them what they want in an easily digestible form.</p>
<p>Providing good content is always the best policy. It is not only an important tactic in raising your search engine position (as other people tend to link to good web sites, and because high-quality text-based information gives the search engine more to chew on), but it ensures that while your web site is making its ascent up the index you are extracting the most from the customers you get. In an environment where resources are scarce, they must be nurtured carefully – providing good content is the best way to nurture your customer figures.
	</p>
<p>And, if you think about it, a visitor who comes back to your web site is probably better than a new visitor (especially for ecommerce web sites). New visitors are fickle: they are quick to judge, demanding in their expectations, often they&#8217;re only there to compare prices or availability, and they know there are usually other places where they can find what you are offering. By comparison, providing you maintain standards, new visitors are worth their weight in gold: visiting times tend to be longer, they will gradually &#8216;learn&#8217; your site and so discover and use more of it, and though they still visit to make comparisons they are more likely to spend money if your offer seems competitive – having previously earned their trust to some degree. Unfortunately, a great many shopping experiences on the web end in disappointment so trust is very valuable – leading as it does to the holy grail of marketing: personal recommendation.</p>
<p>The point of this article is to remember that no web marketing strategy relies only on a high Google position. Prepare your website for its ascent up the Google charts by making sure you <acronym title="Tailor your website to achieve a high search engine position.">Search Optimize</acronym> it. Then move on and deal with the reality that Google isn&#8217;t going to be swinging you much business for a while yet – through an &#8216;organic&#8217; search listing anyway (an organic search listing is one that hasn&#8217;t been paid for). Now is the time to get on with the other equally important work of finding advertising and marketing opportunities that do not rely on organic listings in Google or other major search engines.</p>
<p>Some people are impatient though. They just can&#8217;t wait, and a &#8216;non organic&#8217; listing courtesy of a sponsored AdWords advert seems <em>so alluring</em>. But however much it may increase your visitor numbers, it is also an expensive and relatively inefficient way to generate traffic, so finding out what your money is achieving should be a priority. This goes for any advertising you undertake, not just a Google AdWords programme. If your web marketing costs you money then, generally speaking,  you should be quite interested in whether it is working for you or not.
	</p>
<p>You can find out where your ad money goes by using some of the other arrows in the well-filled quiver of your marketing programme – you can get regular reports showing where your search engine visitors go and what they do; you can set up target entry pages with user activities in mind (getting them to make an enquiry or buy a product, for example) and because you know what it has cost to get that person where you want them, you can see how much they return to your business. Remember to track the after-effects of a campaign, as intermittent advertising can be very cost-effective; set yardsticks and be brave enough to pause your campaign if it doesn&#8217;t measure up.</p>
<p>Many web sites do these things anyway as part of their standard web marketing activities. If your business spends a lot on advertising then you should do them too, you will learn a lot about your web business and become better at managing it.
	</p>
<p>But getting back to the Google Top Ten. In the shorter term, there are other important and profitable ways to market a web site (and ways a business can use the Internet for marketing). Sure, as a long-term aim, there&#8217;s no harm imagining yourself sharing a joke and a glass of bubbly with the boss on the day you hit the top ten, but for now why not explain to him how Google position is more a means than an end (and if you like cliches remind him that there are many ways to skin a cat); impress him with the fact that you do your job well enough to generate visitors under tougher conditions – in the long run, if your boss understands the bottom line, he&#8217;ll see you&#8217;re actually doing a good job.
        </p>
</p></div>
<div class="footnotes">
<dl>
<dt>1</dt>
<dd>Based on a notional 1 million results per search; searches I do often return many more than this.</dd>
<dt>Note.</dt>
<dd>This article was first published September 2006.</dd>
</dl></div>
]]></content:encoded>
			<wfw:commentRss>http://www.kilroyjames.co.uk/2008/05/life-outside-the-google-top-ten/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>FTSE 100 web site survey, 2006</title>
		<link>http://www.kilroyjames.co.uk/2006/06/ftse-100-web-site-survey-2006/</link>
		<comments>http://www.kilroyjames.co.uk/2006/06/ftse-100-web-site-survey-2006/#comments</comments>
		<pubDate>Wed, 14 Jun 2006 09:15:27 +0000</pubDate>
		<dc:creator>John Kilroy</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[FTSE 100]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://www.kilroyjames.co.uk/?p=45</guid>
		<description><![CDATA[This survey assesses the technical quality, usability and accessibility of the homepage on the main web site of each member of the FTSE 100 group of companies.]]></description>
			<content:encoded><![CDATA[<p class="intro">This survey assesses the technical quality, usability and accessibility of the homepage on the main web site of each member of the FTSE 100 group of companies.</p>
<p>Kilroy James first surveyed this group, and a much larger group of smaller companies, in 2004 in order to get a picture of the general web design standards promoted and achieved by British companies. Now in its third year the survey has developed greatly, applying up to twenty tests during each homepage examination.</p>
<p>The FTSE 100 survey looks at WCAG Accessibility ratings, W3C technical testing, and the use (and omittance) of numerous usability features. It measures basic good design and technical practice. We view it and encourage others to view it as a benchmark of basic quality, indicating entry-level standards we think all web sites should meet.</p>
<h5>Main findings</h5>
<ul>
<li>75% of homepages fail basic technical testing and 86% contain programming faults.</li>
<li>93% do not meet recommended accessibility standards (WCAG priority II). 56% do not meet the industry minimum standard.</li>
<li>Less than a third (30%) provide properly resizeable text.</li>
<li>87% have a search facility on their web site, but only 71% present it on the homepage.</li>
<li>The average score is 38%.</li>
</ul>
<div class="survey-results">
<div id="d1">
<p> <strong>Top of the survey results.</strong><br/><br />
        Companies scoring 60% or higher</p>
<table summary="Companies scoring 60% or higher.">
<thead>
<tr>
<th id="c1">Rank</th>
<th id="c2">Company</th>
<th id="c3">Score</th>
</tr>
</thead>
<tbody>
<tr>
<td headers="c1">1</td>
<td headers="c2">J  Sainsbury</td>
<td headers="c3">83%</td>
</tr>
<tr>
<td headers="c1">2</td>
<td headers="c2">Xstrata</td>
<td headers="c3">78%</td>
</tr>
<tr>
<td headers="c1">3</td>
<td headers="c2">National  Grid</td>
<td headers="c3">73%</td>
</tr>
<tr>
<td headers="c1">4</td>
<td headers="c2">Boots PLC</td>
<td headers="c3">71%</td>
</tr>
<tr>
<td headers="c1">5</td>
<td headers="c2">British Land</td>
<td headers="c3">71%</td>
</tr>
<tr>
<td headers="c1">6</td>
<td headers="c2">Rentokil Initial</td>
<td headers="c3">70%</td>
</tr>
<tr>
<td headers="c1">7</td>
<td headers="c2">Imperial Tobacco</td>
<td headers="c3">68%</td>
</tr>
<tr>
<td headers="c1">8</td>
<td headers="c2">Royal  &#038; SunAlliance</td>
<td headers="c3">65%</td>
</tr>
<tr>
<td headers="c1">9</td>
<td headers="c2">Alliance Boots</td>
<td headers="c3">64%</td>
</tr>
</tbody>
</table></div>
<div id="d2">
<p> <strong>Bottom of the survey results.</strong><br/><br />
        Companies scoring 20% or lower</p>
<table summary="Companies scoring 20% or lower.">
<thead>
<tr>
<th id="c4">Rank</th>
<th id="c5">Company</th>
<th id="c6">Score</th>
</tr>
</thead>
<tbody>
<tr>
<td headers="c4">87</td>
<td headers="c5">Carnival</td>
<td headers="c6">18%</td>
</tr>
<tr>
<td headers="c4">88</td>
<td headers="c5">Rolls Royce</td>
<td headers="c6">17%</td>
</tr>
<tr>
<td headers="c4">89</td>
<td headers="c5">Legal &#038; General</td>
<td headers="c6">16%</td>
</tr>
<tr>
<td headers="c4">90</td>
<td headers="c5">Barclays</td>
<td headers="c6">16%</td>
</tr>
<tr>
<td headers="c4">91</td>
<td headers="c5">Next</td>
<td headers="c6">16%</td>
</tr>
<tr>
<td headers="c4">92</td>
<td headers="c5">Vedanta</td>
<td headers="c6">16%</td>
</tr>
<tr>
<td headers="c4">93</td>
<td headers="c5">Kazakhmys</td>
<td headers="c6">16%</td>
</tr>
<tr>
<td headers="c4">94</td>
<td headers="c5">International Power</td>
<td headers="c6">12%</td>
</tr>
<tr>
<td headers="c4">95</td>
<td headers="c5">Cairn Energy</td>
<td headers="c6">12%</td>
</tr>
<tr>
<td headers="c4">96</td>
<td headers="c5">Antofagasta</td>
<td headers="c6">12%</td>
</tr>
<tr>
<td headers="c4">97</td>
<td headers="c5">DSG International</td>
<td headers="c6">10%</td>
</tr>
<tr>
<td headers="c4">98</td>
<td headers="c5">Persimmon</td>
<td headers="c6">9%</td>
</tr>
<tr>
<td headers="c4">99</td>
<td headers="c5">Prudential</td>
<td headers="c6">4%</td>
</tr>
<tr>
<td headers="c4">100</td>
<td headers="c5">Enterprise Inns</td>
<td headers="c6">0%</td>
</tr>
</tbody>
</table></div>
</p></div>
<h5>Interpretation of results</h5>
<p>The best homepages meet basic standards and get the important things right. However, 86% do not meet basic standards, which is a poor figure lending a certain distinction to the 14% who do. Beyond standards conformance, the best sites achieve good accessibility ratings and show that the designer has considered Information Architecture and Usability issues.</p>
<p>The survey&#8217;s overall finding though is that the majority of tested homepages are poor (some are very poor indeed) and only a few would meet the standards required of a public sector web site, which isn&#8217;t very encouraging considering these are the UK&#8217;s largest companies.</p>
<h5>Methodology</h5>
<p>The survey tests the homepage of the main corporate web site for each member of the FTSE 100 and is in two parts: Basic and Extended. The Basic test looks at eleven aspects of a page&#8217;s design and implementation including: whether text resizing is properly implemented; W3C markup and CSS validation; and the presence, form and positioning of any search function. The Extended test looks at nine other elements including WCAG ratings.</p>
<p>We do not publish the exact survey methodology but it does account for qualities such as scrolling, title length and text resizeability, and the use of popup windows, splash pages and search functions.</p>
<p>The scoring method reflects the fact that the tests cover a range of faults with varying degrees of scope and seriousness. For example text resizeability is considered to be more important than whether a homepage scrolls or not: because scrolling is only bad if it makes the scrollbar difficult to use (and homepages are rarely that long, plus there are other ways to scroll a page) whereas a web page with unredeemably small text can, to people with less than perfect eyesight, be rendered unusable.</p>
<p>The 2006 survey was conducted during July and August; web pages may have changed since they were surveyed. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kilroyjames.co.uk/2006/06/ftse-100-web-site-survey-2006/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
