<?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>Scarf*oo &#187; accessibility</title>
	<atom:link href="http://scarfoo.com/archives/category/web-development/accessibility-web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://scarfoo.com</link>
	<description>Comfy Web Development With Standards in Mind</description>
	<lastBuildDate>Wed, 19 May 2010 18:59:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Interview with Ian Hickson, editor of the HTML 5 specification. &#8211; The Web Standards Project</title>
		<link>http://scarfoo.com/archives/233</link>
		<comments>http://scarfoo.com/archives/233#comments</comments>
		<pubDate>Wed, 13 May 2009 11:00:09 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://scarfoo.com/?p=233</guid>
		<description><![CDATA[Interview with Ian Hickson, editor of the HTML 5 specification. &#8211; The Web Standards Project. A lengthy interview on HTML5 and accessibility – well worth reading. Related Posts:Opera Web Standards CurriculumWordPress 2.5 is here!Looking into HTML5 : Christopher SchmittPowered by Contextual Related Posts]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.webstandards.org/2009/05/13/interview-with-ian-hickson-editor-of-the-html-5-specification/'>  Interview with Ian Hickson, editor of the HTML 5 specification. &#8211; The Web Standards Project</a>. A lengthy interview on HTML5 and accessibility – well worth reading.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/64" rel="bookmark" class="crp_title">Opera Web Standards Curriculum</a></li><li><a href="http://scarfoo.com/archives/43" rel="bookmark" class="crp_title">WordPress 2.5 is here!</a></li><li><a href="http://scarfoo.com/archives/155" rel="bookmark" class="crp_title">Looking into HTML5 : Christopher Schmitt</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/233/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hiding with CSS: Problems and solutions &#124; 456 Berea Street</title>
		<link>http://scarfoo.com/archives/231</link>
		<comments>http://scarfoo.com/archives/231#comments</comments>
		<pubDate>Wed, 06 May 2009 06:21:51 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[display:none]]></category>

		<guid isPermaLink="false">http://scarfoo.com/?p=231</guid>
		<description><![CDATA[An interesting short article on the pitfalls of using CSS to hide page elements: Hiding with CSS: Problems and solutions &#124; 456 Berea Street. Personally, for elements where accessibility matters, like navigation menus, etc. I prefer hiding those elements with a short javascript statement I put right after the element I want to hide. This [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting short article on the pitfalls of using CSS to hide page elements: <a href='http://www.456bereastreet.com/archive/200905/hiding_with_css_problems_and_solutions/'>Hiding with CSS: Problems and solutions | 456 Berea Street</a>.</p>
<p>Personally, for elements where accessibility matters, like navigation menus, etc. I prefer hiding those elements with a short javascript statement I put right after the element I want to hide. This way the user does not notice the element getting closed and best of all, it remains accessible to all.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/266" rel="bookmark" class="crp_title">Forgotten CSS selectors | 456 Berea Street</a></li><li><a href="http://scarfoo.com/archives/179" rel="bookmark" class="crp_title">NVDA – a free, open source screen reader | 456 Berea Street</a></li><li><a href="http://scarfoo.com/archives/111" rel="bookmark" class="crp_title">The Solution to Your IE PNG Background Problems</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/231/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NVDA – a free, open source screen reader &#124; 456 Berea Street</title>
		<link>http://scarfoo.com/archives/179</link>
		<comments>http://scarfoo.com/archives/179#comments</comments>
		<pubDate>Fri, 27 Mar 2009 08:44:55 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[NVDA]]></category>
		<category><![CDATA[screen reader]]></category>
		<category><![CDATA[WAI-ARIA]]></category>

		<guid isPermaLink="false">http://scarfoo.com/?p=179</guid>
		<description><![CDATA[Hear ye, hear ye! i invite you to take a look at NVDA – a free, open source screen reader. There is a short review of the software over at 456 Berea Street if you&#8217;re interested. Related Posts:Forgotten CSS selectors &#124; 456 Berea StreetHiding with CSS: Problems and solutions &#124; 456 Berea StreetNewsGator Releases NetNewsWire [...]]]></description>
			<content:encoded><![CDATA[<p>Hear ye, hear ye! i invite you to take a look at <a href='http://www.nvda-project.org/'>NVDA – a free, open source screen reader</a>. There is <a href='http://www.456bereastreet.com/archive/200903/nvda_a_free_open_source_screen_reader/'>a short review of the software</a> over at 456 Berea Street if you&#8217;re interested.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/266" rel="bookmark" class="crp_title">Forgotten CSS selectors | 456 Berea Street</a></li><li><a href="http://scarfoo.com/archives/231" rel="bookmark" class="crp_title">Hiding with CSS: Problems and solutions | 456 Berea Street</a></li><li><a href="http://scarfoo.com/archives/23" rel="bookmark" class="crp_title">NewsGator Releases NetNewsWire For Free</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/179/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALA 268 &#8211; Standards Blues</title>
		<link>http://scarfoo.com/archives/90</link>
		<comments>http://scarfoo.com/archives/90#comments</comments>
		<pubDate>Tue, 23 Sep 2008 11:15:41 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[ALA]]></category>
		<category><![CDATA[browser capability]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[web standards]]></category>

		<guid isPermaLink="false">http://scarfoo.com/?p=90</guid>
		<description><![CDATA[This issue is all about the standards we love (or hate). Molly E. Holzschlag tells us how the standards movement is splitting and going separate ways and opens a can-o-worms for us to discuss upon. The second article written by Scott Jehl is all about testing the target browser capabilities before delivering specific enhancements to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alistapart.com/issues/268">This issue</a> is all about the standards we love (or hate). Molly E. Holzschlag <a href="http://www.alistapart.com/articles/webstandards2008">tells us</a> how the standards movement is splitting and going separate ways and opens a can-o-worms for us to discuss upon. The <a href="http://www.alistapart.com/articles/testdriven">second article</a> written by Scott Jehl is all about testing the target browser capabilities before delivering specific enhancements to the web. An interesting read, although who will bother implementing it is a completely different story.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/46" rel="bookmark" class="crp_title">A List Apart &#8211; Issue 256</a></li><li><a href="http://scarfoo.com/archives/140" rel="bookmark" class="crp_title">ALA 279 &#8211; Fluid Grids &#038; Social Web Apps</a></li><li><a href="http://scarfoo.com/archives/56" rel="bookmark" class="crp_title">A List Apart 258 &#8211; Half A Convincing Issue</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/90/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RNIB Surf Right Toolbar</title>
		<link>http://scarfoo.com/archives/63</link>
		<comments>http://scarfoo.com/archives/63#comments</comments>
		<pubDate>Sun, 22 Jun 2008 10:33:09 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[IE]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://scarfoo.com/?p=63</guid>
		<description><![CDATA[The People at RNIB have released the Surf Right Toolbar, which is &#8212; you guessed it &#8212; a toolbar for IE, which is designed to bring to the surface the often hidden accessibilty settings, such as turning javascript and images on/off, changing text size and so on. Quoting: &#8220;The Surf Right Toolbar is really for [...]]]></description>
			<content:encoded><![CDATA[<p>The People at <a href="http://www.rnib.org.uk/">RNIB</a> have released the <a href="http://www.rnib.org.uk/wacblog/news/rnib-surf-right-toolbar-beta-version-available">Surf Right Toolbar</a>, which is &#8212; you guessed it &#8212; a toolbar for IE, which is designed to bring to the surface the often hidden accessibilty settings, such as turning javascript and images on/off, changing text size and so on.</p>
<p>Quoting:<br />
&#8220;The Surf Right Toolbar is really for anyone who wants to adjust the way they view content on the web to make it easier to read. This could include people with mild disabilities, the elderly, people with reading problems, cognitive problems, using dial-up, photosensitivity and so on.&#8221;</p>
<p><img src='http://www.rnib.org.uk/wacblog/wp-content/uploads/2008/06/toolbar2.jpg' alt='The Surf Right Toolbar' class='alignnone' /></p>
<p>You can <a href="http://www.rnib.org.uk/wacblog/news/rnib-surf-right-toolbar-beta-version-available">grab the beta, right here</a>.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/138" rel="bookmark" class="crp_title">Safari 4 Public Beta</a></li><li><a href="http://scarfoo.com/archives/69" rel="bookmark" class="crp_title">ALA &#8211; The Survey For People Who Make Websites 2008</a></li><li><a href="http://scarfoo.com/archives/263" rel="bookmark" class="crp_title">&#8220;It&#8217;s like twitter. Except we charge people to use it.&#8221;</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Highly Extensible CSS interface</title>
		<link>http://scarfoo.com/archives/44</link>
		<comments>http://scarfoo.com/archives/44#comments</comments>
		<pubDate>Thu, 03 Apr 2008 06:36:53 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[(X)HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[Cameron Moll]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[resolution dependence]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://scarfoo.com/?p=44</guid>
		<description><![CDATA[There are tutorials and there are Tutorials coming from great web authors like Cameron Moll. The Highly Extensible CSS interface is a great collection of resources divided into four distinct parts, which guide you into creating a neat and sophisticated web page. Each part provides you with a working online demo, downloadable files, and links [...]]]></description>
			<content:encoded><![CDATA[<p>There are tutorials and there are Tutorials coming from great web authors like <a href="http://cameronmoll.com">Cameron Moll</a>. <a href="http://cameronmoll.com/articles/extensible-css/">The Highly Extensible CSS interface</a> is a great collection of resources divided into four distinct parts, which guide you into creating a neat and sophisticated web page. Each part provides you with a working online demo, downloadable files, and links to articles and books related to each step of the tutorial.</p>
<ul>
<li>Part one builds a resolution-dependent page layout and demonstrates the use or a reset style sheet.</li>
<li>Part two demos the use of CSS selectors and dives into the realm of scripting and adds some neat effects using the jquery library.</li>
<li>Part three covers the integration of ajax technology and starts up with a shout-out on resolution dependence.</li>
<li>The fourth and last part in this series is about testing for extensibility with 8 benchmarks to thoroughly bulletproof your site.</li>
</ul>
<p>Overall this is a carefully written Tutorial worth spending time on. Thumbs up!</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/36" rel="bookmark" class="crp_title">Apple Releases Aperture 2.0</a></li><li><a href="http://scarfoo.com/archives/79" rel="bookmark" class="crp_title">ALA 266 &#8211; jQuery anti-flash tabbed menu extravaganza</a></li><li><a href="http://scarfoo.com/archives/93" rel="bookmark" class="crp_title">4 Tips on Server Requests to Speed Up Your Web Site</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The WCAG Samurai Errata v.1.0 Are Now Available</title>
		<link>http://scarfoo.com/archives/37</link>
		<comments>http://scarfoo.com/archives/37#comments</comments>
		<pubDate>Fri, 29 Feb 2008 08:01:10 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[WCAG]]></category>

		<guid isPermaLink="false">http://scarfoo.com/archives/37</guid>
		<description><![CDATA[After nearly two years of development, the WCAG Samurai Errata &#8211; corrections to the Web Content Accessibility Guidelines (WCAG) 1.0 &#8211; were finally released to the web development community three days ago. The reason for the update is because version 1.0 was originally published back in 1999 and in that time both web browsers and [...]]]></description>
			<content:encoded><![CDATA[<p>After nearly two years of development, the <a href="http://wcagsamurai.org/errata/">WCAG Samurai Errata</a> &#8211; corrections to the <a href="http://www.w3.org/TR/WAI-WEBCONTENT">Web Content Accessibility Guidelines (WCAG) 1.0</a> &#8211; were finally released to the web development community three days ago.</p>
<p>The reason for the update is because version 1.0 was originally published back in 1999 and in that time both web browsers and assisting technologies have evolved considerably.</p>
<p>Note that the <a href="http://wcagsamurai.org/errata/">WCAG Samurai Errata</a> is not a standalone document, you should really use it as an update along the original <a href="http://www.w3.org/TR/WAI-WEBCONTENT">WCAG 1.0 guidelines</a>.</p>
<p>Also note that there is a <a href="http://www.w3.org/TR/2007/WD-WCAG20-20071211/">Web Content Accessibility Guidelines 2.0 working draft</a> available, lastly updated in December 2007, which you should consider to use over the 1.0 counterpart. </p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/98" rel="bookmark" class="crp_title">WCAG 2 Transitions to Proposed Recommendation Status</a></li><li><a href="http://scarfoo.com/archives/121" rel="bookmark" class="crp_title">WCAG 2.0 is now a W3C Recommendation</a></li><li><a href="http://scarfoo.com/archives/55" rel="bookmark" class="crp_title">WCAG 2 Live By The End Of The Year</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/37/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing Your Website&#8217;s Search Interface</title>
		<link>http://scarfoo.com/archives/22</link>
		<comments>http://scarfoo.com/archives/22#comments</comments>
		<pubDate>Wed, 16 Jan 2008 19:17:58 +0000</pubDate>
		<dc:creator>Damjan Mozetič</dc:creator>
				<category><![CDATA[accessibility]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[scoped search]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search button]]></category>
		<category><![CDATA[search field]]></category>
		<category><![CDATA[search results]]></category>

		<guid isPermaLink="false">http://scarfoo.com/archives/22</guid>
		<description><![CDATA[So you have designed a beautiful and usable menu, provided breadcrumbs to backtrack your steps, designed a &#8220;you are here&#8221; marker, but your site is growing fast, providing hundreds &#8211; if not thousands &#8211; of pages of information. In that case, you might want to give your users something more &#8211; you might want consider [...]]]></description>
			<content:encoded><![CDATA[<p>So you have designed a beautiful and usable menu, provided breadcrumbs to backtrack your steps, designed a &#8220;you are here&#8221; marker, but your site is growing fast, providing hundreds &#8211; if not thousands &#8211; of pages of information. In that case, you might want to give your users something more &#8211; you might want consider implementing site-wide search. While many sites nowadays implement some form of search, it is surprising that only a few do it right. In this article, I&#8217;ll try to show you some common problems, and how to avoid them when implementing a search facility on your web site.</p>
<p><span id="more-22"></span></p>
<h3>The Basic Search Box</h3>
<p>The search box should be kept simple, consisting of a text input element and a search button. While other fields or drop-down lists can be added to favour scoped searching, research has found that it is best to leave these out, as they are hard to grasp by the general user.</p>
<p>As of the time of this writing, the recommended size (number of characters) of the input element is <strong>27 characters</strong>, and the trend seems to grow, as users gain familiarity with searching. 27 characters is the approximation of the search string size most users type into the search field, so you should probably stick with it unless you are running out of site space to accommodate for its size.</p>
<p>Another important thing to note, is the form and label of the search button. Despite the fact that you might want to get fancy with the looks of the submit button, I discourage you to get too far from the accustomed &#8220;button&#8221; look, as this might decrease the visibility and clarity of the search function on your web site.</p>
<p>If users can&#8217;t find it, they won&#8217;t use it, so place the search box on the <strong>top right corner</strong> of your site, because this is the place users are accustomed to find it. Alternatively, you can move it to the left, for example, but by all means try to keep it on the top (header) of the page. Also be sure to make the search facility available <strong>throughout the site</strong> &#8211; consistency always pays off.</p>
<h3>Scoped Search</h3>
<p>If your site features many different types of content (or products, services, etc.), you should probably provide scoped searching. Let&#8217;s take a look at <a href="http://www.amazon.com/">Amazon</a> for example. In the old days they started up by selling books, but right now there are nearing the thirty product categories mark, so it comes naturally to provide a scoped search facility.</p>
<p class="centered">
<a href="http://www.amazon.com/">Amazon</a> scoped search facility<br />
<img src='http://scarfoo.com/wp-content/uploads/2008/01/amazon_scoped_search.png' alt='Amazon Scoped Search' />
</p>
<p>Note, that by typing in a search phrase and hitting go, it will default to search the whole site, but if you open the drop down menu, you are giving the option to limit the search scope to one of the categories you are most interested in.</p>
<p>Following are some alternative scoped search examples from popular web sites. Note, that instead of relying on a drop down menu, these sites provide clickable links to change the search scope. This is just another valid method, which works very well with a small number of scope groups.</p>
<p class="centered">
<a href="http://www.cnn.com/">CNN.com</a> scoped search facility<br />
<img src='http://scarfoo.com/wp-content/uploads/2008/01/zz75e0cd5a.png' alt='CNN.com scoped search facility' />
</p>
<p class="centered">
<a href="http://www.yahoo.com/">Yahoo!</a> scoped search facility<br />
<img src='http://scarfoo.com/wp-content/uploads/2008/01/zz62d8ec76.png' alt='Yahoo! Scoped Search Gizmo' />
</p>
<p>Of particular interest is the spotlight-like search gizmo on <a href="http://www.apple.com">Apple.com</a>, which features instant as-you-type results, like its desktop counterpart found in the OS X 10.4 and 10.5 operating system. It&#8217;s safe to expect this kind of search facility to be used more frequently in the future, because of its intuitive interface and immediate response to search queries.</p>
<p class="centered">
<a href="http://www.apple.com">Apple&#8217;s</a> Spotlight-like Instant Search<br />


			    <a href="http://scarfoo.com/wp-content/uploads/2008/01/zz1c642440.jpg" class="highslide"  onclick="return hs.expand(this, {captionId: 'caption-for-P220'})"> 
                <img src="http://scarfoo.com/wp-content/uploads/2008/01/apple-spotlight-like-mini.jpg" alt="Apple.com Spotlight-like Instant Search" border="0" id="P220" title="Apple.com Spotlight-like Instant Search" /></a> 
								<div class='highslide-caption' id='caption-for-P220'>
			       		
	     				    	<a href="#" onclick="hs.close(this)" class="highslide-close">Close</a>   	
				<div style="clear:both">Apple.com Spotlight-like Instant Search</div>
	
			    </div>


</p>
<h3>Displaying Search Results</h3>
<p>You should design the results page with care. Keep all the superfluous information out of the results, leaving only the necessary info for each search result. As a general rule, I recommend showing the following fields for each result:</p>
<ul>
<li>The document title (also serves as a clickable link to the document)</li>
<li>An abstract from the result page, which helps the user decide if the target page actually contains useful information</li>
<li>Optionally the URL of the document</li>
</ul>
<p class="centered">
<a href="http://www.google.com/">Google&#8217;s</a> Search Results Page<br />


			    <a href="http://scarfoo.com/wp-content/uploads/2008/01/google_results_page.png" class="highslide"  onclick="return hs.expand(this, {captionId: 'caption-for-P221'})"> 
                <img src="http://scarfoo.com/wp-content/uploads/2008/01/google_results_page.thumbnail.png" alt="Google.com Search Results Page" border="0" id="P221" title="Google.com Search Results Page" /></a> 
								<div class='highslide-caption' id='caption-for-P221'>
			       		
	     				    	<a href="#" onclick="hs.close(this)" class="highslide-close">Close</a>   	
				<div style="clear:both">Google.com Search Results Page</div>
	
			    </div>


</p>
<p>Try to display about &#8211; but no more than &#8211; ten results per page and provide pagination to access further results.</p>
<p>On the top of the search results page, above the results list, you should always repeat the search form and provide additional options to refine the search. It is also considered good practice to display the number of results pages along with the results count somewhere close to the top of the page. This makes it easier for the user to refine the search query he already typed in earlier in case of too many or inaccurate results.</p>
<p>For further reading on the subject, I recommend you check out the following books:</p>
<ul>
<li>Jakob Nielsen&#8217;s and Hoa Loranger&#8217;s <a href="http://www.amazon.co.uk/gp/product/0321350316?ie=UTF8&#038;tag=slogamedevnet-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=0321350316">Prioritizing Web Usability</a></li>
<li>Steve Krug&#8217;s <a href="http://www.amazon.co.uk/gp/product/0321344758?ie=UTF8&#038;tag=slogamedevnet-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=0321344758">Don&#8217;t Make Me Think!: A Common Sense Approach to Web Usability</a></li>
</ul>
<p>So that&#8217;s the end of this article. If you have any questions or comments, I invite you to drop a line below as I&#8217;d love to hear your opinions and experiences on the subject.</p>
<div id="crp_related"><h3>Related Posts:</h3><ul><li><a href="http://scarfoo.com/archives/152" rel="bookmark" class="crp_title">How I Structure My CSS Files</a></li><li><a href="http://scarfoo.com/archives/69" rel="bookmark" class="crp_title">ALA &#8211; The Survey For People Who Make Websites 2008</a></li><li><a href="http://scarfoo.com/archives/36" rel="bookmark" class="crp_title">Apple Releases Aperture 2.0</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/">Contextual Related Posts</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://scarfoo.com/archives/22/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
