<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Web Design Patterns</title>
	<link>http://webdesignpatterns.com</link>
	<description>Common approaches in web design</description>
	<pubDate>Wed, 23 Jan 2008 13:07:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Search Results Pagination</title>
		<link>http://webdesignpatterns.com/navigation/search-results-pagination</link>
		<comments>http://webdesignpatterns.com/navigation/search-results-pagination#comments</comments>
		<pubDate>Mon, 21 Jan 2008 23:47:50 +0000</pubDate>
		<dc:creator>todd</dc:creator>
		
		<category><![CDATA[Navigation]]></category>

		<category><![CDATA[Pagination]]></category>

		<guid isPermaLink="false">http://webdesignpatterns.com/navigation/search-results-pagination</guid>
		<description><![CDATA[Here are some pagination sample from the four major search engines (Google, Yahoo!, MSN, Ask).  You will notice some consistency in these examples:

&#8220;previous&#8221; page link is hidden unless available

Ask did not do this, but they should


they all have an active state

the active state for MSN and Ask could be a bit clearer


ability to skip [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some pagination sample from the four major search engines (Google, Yahoo!, MSN, Ask).  You will notice some consistency in these examples:</p>
<ul>
<li>&#8220;previous&#8221; page link is hidden unless available
<ul>
<li>Ask did not do this, but they should</li>
</ul>
</li>
<li>they all have an active state
<ul>
<li>the active state for MSN and Ask could be a bit clearer</li>
</ul>
</li>
<li>ability to skip multiple pages
<ul>
<li>Google &amp; Ask provide 10, Yahoo! 11</li>
<li>I&#8217;m not sure why MSN only shows you 5 pages, they should change this to 10</li>
</ul>
</li>
</ul>
<p>Overall, search results pagination is a pretty simple design pattern; however, you can see that even the four major search engines have some different approaches to similar characteristics.</p>
<p>Here are some links to additional search results pagination examples:</p>
<ul>
<li><a href="http://developer.yahoo.com/ypatterns/pattern.php?pattern=searchpagination" target="_blank">Yahoo! (YDP) - http://developer.yahoo.com/ypatterns/pattern.php?pattern=searchpagination</a></li>
<li><a href="http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/" target="_blank">Smashing Magazine pagination gallery</a></li>
</ul>
<h3>Google</h3>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/google1.JPG" alt="google1.JPG" /></p>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/google2.JPG" alt="google2.JPG" /></p>
<h3>Yahoo!</h3>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/yahoo1.JPG" alt="yahoo1.JPG" /></p>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/yahoo2.JPG" alt="yahoo2.JPG" /></p>
<h3>MSN</h3>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/msn1.JPG" alt="msn1.JPG" /></p>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/msn2.JPG" alt="msn2.JPG" /></p>
<h3>Ask</h3>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/ask1.JPG" alt="ask1.JPG" /></p>
<p><img src="http://webdesignpatterns.com/wp-content/wdp_uploads/ask2.JPG" alt="ask2.JPG" /></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignpatterns.com/navigation/search-results-pagination/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
