<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Search Pagination Design Pattern</title>
	<link>http://yuiblog.com/blog/2006/02/13/searchpagination/</link>
	<description>News and Artilces about Designing and Developing with Yahoo! Libraries.</description>
	<pubDate>Fri, 05 Dec 2008 10:02:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Sergey</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-481451</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Mon, 29 Sep 2008 08:11:39 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-481451</guid>
		<description>I think you need to add restriction that we should have only one pager on page.

If we have more than 1 dataset with pagers this is confusing and should be threated as bad design of applicaiton.</description>
		<content:encoded><![CDATA[<p>I think you need to add restriction that we should have only one pager on page.</p>
<p>If we have more than 1 dataset with pagers this is confusing and should be threated as bad design of applicaiton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-397897</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Mon, 16 Jun 2008 21:02:28 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-397897</guid>
		<description>Why have a design pattern for paginating items and then have another one for paginating results? Are results not items?</description>
		<content:encoded><![CDATA[<p>Why have a design pattern for paginating items and then have another one for paginating results? Are results not items?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beck Laxton</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-380051</link>
		<dc:creator>Beck Laxton</dc:creator>
		<pubDate>Thu, 22 May 2008 13:57:29 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-380051</guid>
		<description>A further refinement: I think the title is misleading. 'Results Page' implies there's only one page. 'Results pages' would be better (I don't like Title Case capitalisation either). Even if it doesn't change when there's only one page of results, you'd be right more of the time. (Or why not just 'Results'? Not specific enough?)</description>
		<content:encoded><![CDATA[<p>A further refinement: I think the title is misleading. &#8216;Results Page&#8217; implies there&#8217;s only one page. &#8216;Results pages&#8217; would be better (I don&#8217;t like Title Case capitalisation either). Even if it doesn&#8217;t change when there&#8217;s only one page of results, you&#8217;d be right more of the time. (Or why not just &#8216;Results&#8217;? Not specific enough?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Bernhardt</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-333</link>
		<dc:creator>Greg Bernhardt</dc:creator>
		<pubDate>Tue, 14 Mar 2006 00:26:17 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-333</guid>
		<description>As I was using flickr.com recently, I noticed how they have really improved the "hit target" problem that happens with a lot of the implementations of this pattern. The issue is that with small links, it's often hard to hit the link (since it is often 1 character wide.) I wrote a short &lt;a href="http://blogs.proclarity.com/blogs/gbernhardt/archive/2006/3/13/51.aspx" title="blog post" rel="nofollow"&gt; on how I think it improves on this pattern.</description>
		<content:encoded><![CDATA[<p>As I was using flickr.com recently, I noticed how they have really improved the &#8220;hit target&#8221; problem that happens with a lot of the implementations of this pattern. The issue is that with small links, it&#8217;s often hard to hit the link (since it is often 1 character wide.) I wrote a short <a href="http://blogs.proclarity.com/blogs/gbernhardt/archive/2006/3/13/51.aspx" title="blog post" rel="nofollow"> on how I think it improves on this pattern.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Yank</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-87</link>
		<dc:creator>Kevin Yank</dc:creator>
		<pubDate>Wed, 15 Feb 2006 05:27:26 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-87</guid>
		<description>What internationalization (i18n) issues do you plan to consider in your patterns? This pattern might need to allow for a left-to-right (LTR) layout when the host system is localized for a LTR language.</description>
		<content:encoded><![CDATA[<p>What internationalization (i18n) issues do you plan to consider in your patterns? This pattern might need to allow for a left-to-right (LTR) layout when the host system is localized for a LTR language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Scott</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-55</link>
		<dc:creator>Bill Scott</dc:creator>
		<pubDate>Tue, 14 Feb 2006 19:10:04 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-55</guid>
		<description>Jakob, 

Good catch. Will update this on the next push of the site.

An interesting side effect of publishing the libraries is that we will also expose places on Yahoo! that we are not consistent with our patterns :-) But that is a good thing.

Thanks!</description>
		<content:encoded><![CDATA[<p>Jakob, </p>
<p>Good catch. Will update this on the next push of the site.</p>
<p>An interesting side effect of publishing the libraries is that we will also expose places on Yahoo! that we are not consistent with our patterns :-) But that is a good thing.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob Nielsen</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-42</link>
		<dc:creator>Jakob Nielsen</dc:creator>
		<pubDate>Tue, 14 Feb 2006 16:25:15 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-42</guid>
		<description>Nice, but you need two additional guidelines:

a) Label the control.

b) Make the arrow(s) clickable.

Both of these guidelines are followed in the implementation on Yahoo! Search, but I think they deserve to be made explicit in the documentation.</description>
		<content:encoded><![CDATA[<p>Nice, but you need two additional guidelines:</p>
<p>a) Label the control.</p>
<p>b) Make the arrow(s) clickable.</p>
<p>Both of these guidelines are followed in the implementation on Yahoo! Search, but I think they deserve to be made explicit in the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Do Quang Tu</title>
		<link>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-41</link>
		<dc:creator>Do Quang Tu</dc:creator>
		<pubDate>Tue, 14 Feb 2006 16:10:07 +0000</pubDate>
		<guid>http://yuiblog.com/blog/2006/02/13/searchpagination/#comment-41</guid>
		<description>I also wrote a javascript pagination for IE6 at http://dqtjspaging.sf.net
I hope there're some ways to make contribute to Yahoo Open Source UI Library. Your patterns are great!</description>
		<content:encoded><![CDATA[<p>I also wrote a javascript pagination for IE6 at <a href="http://dqtjspaging.sf.net" rel="nofollow">http://dqtjspaging.sf.net</a><br />
I hope there&#8217;re some ways to make contribute to Yahoo Open Source UI Library. Your patterns are great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.331 seconds -->
