<?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>随网之舞分页</title>
	<atom:link href="http://dancewithnet.com/tag/%e5%88%86%e9%a1%b5/feed/" rel="self" type="application/rss+xml" />
	<link>http://dancewithnet.com</link>
	<description>WEB Design{HTML:CSS:Javascript:DOM:AJAX:PHP:Usability}/Viewpoint/Photo/Food/Mood</description>
	<lastBuildDate>Mon, 18 Jul 2011 02:45:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>分页案例和好的实践</title>
		<link>http://dancewithnet.com/2007/11/19/pagination-gallery-examples-and-good-practices/</link>
		<comments>http://dancewithnet.com/2007/11/19/pagination-gallery-examples-and-good-practices/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 16:09:20 +0000</pubDate>
		<dc:creator>秦歌</dc:creator>
				<category><![CDATA[UX & Usability]]></category>
		<category><![CDATA[ux]]></category>
		<category><![CDATA[分页]]></category>

		<guid isPermaLink="false">http://dancewithnet.com/2007/11/19/pagination-gallery-examples-and-good-practices/</guid>
		<description><![CDATA[结构和层次降低了复杂性并提高了可读性。你的文章或站点组织的越深入，用户就越容易理解你观点和得到你想传达的信息。在网页上，这点被通过多个方式做到。
在正文头条和列举被用做逻... ]]></description>
			<content:encoded><![CDATA[<p>结构和层次降低了复杂性并提高了可读性。你的文章或站点组织的越深入，用户就越容易理解你观点和得到你想传达的信息。在网页上，这点被通过多个方式做到。</p>
<p>在正文头条和列举被用做逻辑上独立的数据块来呈现信息。另一种解决方法是一种叫<strong>分页</strong>的机制，它在给定文章的单一部分为用户提供用于浏览的额外的导航选项。文章的这些地方除了“上一页（previous）”和“下一页（next）”按钮外，还涉及到数字、提示和箭头。</p>
<p>搜索引擎几乎总是使用分页，报纸往往利用它来导航有几部分的大文章。还有一些情形，分页也是博客（weblog）所需的。额外的导航能简化一些站点页面的访问，例如让用户容易的通过站点的存档进行浏览。</p>
<p>在大多数情况下，<strong>分页优于传统的“上一页、下一页”导航方式</strong>，它通过站点给访问者提供更快更方便的导航。它不是必须的，但是一个有用的好特性。</p>
<p>让我们来看一些好的分页实践，何时和如何执行分页的一些例子。<span id="more-1159"></span></p>
<h3>分页设计的好实践（来自Faruk Ates的7个方面）</h3>
<ol>
<li>提供大面积的可点击区域</li>
<li>别使用下划线</li>
<li>标明当前页面</li>
<li>隔开网页链接</li>
<li>提供上一页和下一页链接</li>
<li>使用首页和末页链接（在能适用的地方）</li>
<li>把首页和末页放在外面</li>
</ol>
<h3>相关参考资料</h3>
<ol>
<li><a href="http://kurafire.net/log/archive/2007/06/22/pagination-101">Pagination 101</a>，Faruk Ates已经完成关于分页的终稿。</li>
<li><a href="http://www.mis-algoritmos.com/2007/03/16/some-styles-for-your-pagination/">Some Styles For Your Pagination</a>，可以随意下载随意适用的分页样式。</li>
<li>如果你的博客是基于wordpress的，你可以安装插件<a href="http://lesterchan.net/wordpress/readme/wp-pagenavi.html">WP-PageNavi</a>来产生分页。它非常容易安装，但需要你修改一些你用主题的源码。</li>
</ol>
<h3>错误#1：分页选项不可见</h3>
<p>因为分页的是主要目的是充当一个改进后的导航，它必需让访问者清楚他们在哪儿、他们已经去了哪儿和他们下一步能去哪儿。这个三个事实让用户完整的理解这个系统如何的工作和这个导航应该如何被使用。</p>
<p>但最重要的是，导航选项应该是可见的。<a href="http://www.hugg.com/">hugg.com</a>不遵循这个方针。链接颜色和白色背景对比度非常低。没有提供鼠标悬停效果。<br /><a href="http://hugg.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/hugg.gif' alt='hugg.com的分页' width="284" height="47" /></a></p>
<h3>错误#2：分页不直观</h3>
<p>如果你不得不在一个相当复杂（但漂亮）的导航和一个简单但包含必要功能的导航间选择，一直倾向简单的方法。如果用户不理解分页背后的机制，他们将不能使用它，因此他们也不会使用你的网站。</p>
<p><a href="http://www.helium.com/">Helium.com</a>是这个错误的很好例子。看一下下面截图：这些箭头代表什么？代表你访问过的那页或代表你正在访问的那页？为什么这个链接到第二页有一个白色背景？为什么箭头有不同的颜色？这是不直观的。<br /><a href="http://www.helium.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/helium.gif' alt='Helium.com不直观的分页'  width="454" height="33" /></a></p>
<p>不直观的设计源于结构、层次和深思熟虑后的设计决定的缺乏。空白导航像过度拥挤方案一样不直观。<br /><a href="http://www.helium.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/helium2.png' alt='Helium.com拥挤的不直观的分页' width="223" height="33" /></a></p>
<p>没有间隔的网页链接难以扫描和浏览。Make-Believe.org是个这样的例子，其设计是不直观的。<br /><a href="http://www.make-believe.org/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/makeblieve.gif' alt='Make-Believe.org拥挤的不直观的分页' width="107" height="44" /></a></p>
<h3>创造性的方案可能是用户友好的</h3>
<p>对于设计者来说，一个元素被使用的越频繁，想在没有使设计不直观的冒险下去介绍一些创新方法越难。因此，分页设计有各种不同的模式，但使用革命性的方法很少见。</p>
<p>然后，创造性的方法可以是用户有好的。例如：<a href="http://www.dirty.ru/">Dirty.ru</a>使用了一个<strong>滑块分页菜单</strong>，用户能拖动滑块去获得更多的可利用的选项，那意思是链接到这个站点的的更旧页面。<br /><a href="http://www.dirty.ru/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/dirtyru.gif' alt='Dirty.ru滑块分页' width="240" height="71" /></a></p>
<p><a href="http://www.erweiterungen.de/">Erweiterungen.de</a>，德文版的官方火狐扩展网站，一旦用户点击“&#8230;”按钮就提供更多的导航选项。<br /><a href="http://www.erweiterungen.de/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/erweiterungen.gif' alt='Erweiterungen.de通过用户点击“…”按钮就提供更多的导航选项' width="412" height="149" /></a></p>
<h3>图库</h3>
<p>虽然“标准”分页——彼此相连被链接的蓝色数字——对于大部分的网页界面是非常普通的，设计往往通过色彩、形式、背景和形状进行实验。</p>
<p>分页看起来很好不需要以迷惑用户注意为目标，作为站点导航的一部分，它提供给用户一个重要的功能，因而需要有效的使用。尽管如此，视觉线索是有帮助的。在大多数设计中，传统使用的颜色被蓝色和灰色主宰。</p>
<h3>简单列举</h3>
<p class="noIndent"><a href="http://www.facebook.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/facebook.gif' alt='facebook.com分页' width="93" height="43" /></a><br /><a href="http://www.iht.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/iht.png' alt='iht.com的分页' width="109" height="41" /></a><br /><a href="http://www.businessweek.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/bw.gif' alt='businessweek.com的分页' width="168" height="50" /></a><br /><a href="http://www.slanted.de/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/slanted.gif' alt='slanted.de的分页' width="342" height="41" /></a><br /><a href="http://www.cpluv.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/cpluv.png' alt='cpluv.com的分页' width="394" height="49" /></a><br /><a href="http://www.stylegala.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/stylegala.gif' alt='stylegala.com的分页' width="223" height="50" /></a><br /><a href="http://www.everyzing.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/everyzing.gif' alt='everyzing.com的分页' width="212" height="47" /></a><br /><a href="http://www.overture21.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/overture21.gif' alt='overture21.com的分页' width="284" height="43" /></a><br /><a href="http://www.mis-algoritmos.com/2007/03/16/some-styles-for-your-pagination/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/misal.gif' alt='mis-algoritmos.com的分页' width="275" height="62" /></a></p>
<h3>使用色彩和形状</h3>
<p>设计者通常用颜色高亮去显示当前页，以区分它和其它页。页码也被给于形状：长方形、圆形或者按钮。当前页通常是不被链接的。<br /><a href="http://stylishlabs.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/stylishlabs.png' alt='stylishlabs.com的分页' width="228" height="44" /></a><br /><a href="http://store.apple.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/apple.gif' alt='store.apple.com的分页'  width="229" height="60" /></a><br /><a href="http://www.bildblog.de/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/bildblog.gif' alt='bildblog.de的分页' width="233" height="45" /></a><br /><a href="http://www.nnm.ru/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/nnmru.gif' alt='nnm.ru的分页 'width="241" height="48" /></a><br /><a href="http://www.sitepoint.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/sitepoint.png' alt='sitepoint.com的分页' width="228" height="44" /></a><br /><a href="http://www.amazon.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/amazon.gif' alt='amazon.com的分页' width="270" height="43" /></a><br /><a href="http://www.maple.nu/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/maple.png' alt='maple.nu的分页' width="278" height="46" /></a><br /><a href="http://www.chow.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/chow-pagination.gif' alt='chow.com的分页' width="204" height="51" /></a><br /><a href="http://www.italknews.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/italknews.gif' alt='italknews.com的分页' width="303" height="42" /></a><br /><a href="http://www.empressr.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/empressr.png' alt='empressr.com的分页' width="316" height="53" /></a><br /><a href="http://www.flickr.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/flickr.gif' alt='http://www.flickr.com/' width="335" height="54" /></a><br /><a href="http://www.ttiqq.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/ttiqq.gif' alt='ttiqq.com的分页' width="395" height="72" /></a><br /><a href="http://www.crankk.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/crankk.gif' alt='crankk.com的分页' width="293" height="45" /></a><br /><a href="http://www.ebizmba.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/ebizma.gif' alt='ebizmba.com的分页' width="386" height="49" /></a><br /><a href="http://www.uxmag.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/uxmag.gif' alt='uxmag.com的分页' width="289" height="87" /></a><br /><a href="http://www.digg.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/digg.gif' alt='digg.com的分页' width="472" height="62" /></a><br /><a href="http://www.wykop.pl/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/wykop.gif' alt='wykop.pl的分页' width="459" height="49" /></a><br /><a href="http://www.wikio.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/wikio.gif' alt='wikio.com的分页' width="361" height="50" /></a><br /><a href="http://www.become.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/become.gif' alt='become.com的分页' width="257" height="52" /></a><br /><a href="http://www.meneame.net/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/meneame.gif' alt='meneame.net的分页' width="496" height="53" /></a><br /><a href="http://msdn2.microsoft.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/msdn.gif' alt='msdn2.microsoft.com的分页' width="240" height="58" /></a><br /><a href="http://www.tutorialsgarden.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/tutorialsgarden.gif' alt='tutorialsgarden.com的分页' width="286" height="56" /></a><br /><a href="http://www.pixsy.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/pixsy.gif' alt='pixsy.com的分页' width="325" height="66" /></a><br /><a href="http://drupal.org/forum/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/drupal.gif' alt='drupal.org/forum/的分页' width="469" height="55" /></a><br /><a href="http://www.ulf-theis.de/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/technorati.gif' alt='ulf-theis.de的分页' width="270" height="58" /></a><br /><a href="http://www.quintura.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/quintura.gif' alt='quintura.com的分页' width="243" height="61" /></a><br /><a href="http://www.programmableweb.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/programmableweb.gif' alt='programmableweb.com的分页' width="239" height="51" /></a><br /><a href="http://www.newsgarbage.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/newsgarbage.gif' alt='newsgarbage.com的分页' width="326" height="47" /></a><br /><a href="http://www.drweb.de/weblog/weblog/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/drweb.gif' alt='drweb.de/weblog/weblog/的分页' width="479" height="67" /></a><br /><a href="http://www.toplinks.gr/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/toplinks.gif' alt='toplinks.gr的分页' width="410" height="59" /></a><br /><a href="http://www.blogmarks.net/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/blogmarks.gif' alt='blogmarks.net的分页' width="376" height="44" /></a><br /><a href="http://www.ulf-theis.de/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/ulf.gif' alt='ulf-theis.de分页' width="326" height="50" /></a><br /><a href="http://www.designsnack.com/?page=browse&#038;asc_desc=desc&#038;site_level=approved&#038;order_by=approved_id&#038;category=all&#038;rows=40"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/designshack.gif' alt='designsnack.com的分页' width="443" height="44" /></a><br /><a href="http://www.listible.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/litible.gif' alt='listible.com的分页' width="188" height="56" /></a><br /><a href="http://www.sproose.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/sproose.gif' alt='sproose.com的分页' width="489" height="62" /></a><br /><a href="http://www.mister-wong.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/mister-wong.gif' alt='mister-wong.com的分页' width="166" height="55" /></a><br /><a href="http://www.gnoos.com.au/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/gnoos.gif' alt='gnoos.com.au的分页' width="271" height="44" /></a><br /><a href="http://www.gizmodo.de/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/gizmodo.gif' alt='gizmodo.de的分页' width="290" height="58" /></a><br /><a href="http://justice.anglican.org.nz/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/social.gif' alt='justice.anglican.org.nz的分页' width="304" height="55" /></a><br /><a href="http://codesnipers.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/codesnipers.gif' alt='codesnipers.com的分页' width="413" height="53" /></a></p>
<h3>带手工页码输入框的分页</h3>
<p>在一些情况下，用户可以通过输入框手工提供想浏览的页码。这对选项数目有限的分页来说是很常见的，例如在这些设计里你不能跳到你想去的上一页。<br /><a href="http://www.newyorker.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/newyorker.gif' alt='newyorker.com的分页' width="226" height="42" /></a><br /><a href="http://www.veer.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/veer.gif' alt='veer.com的分页' width="292" height="89" /></a><br /><a href="http://www.talkdigger.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/talkdigger.gif' alt='talkdigger.com的分页' width="459" height="57" /></a></p>
<h3>与众不同的方案</h3>
<p class="noIndent"><a href="http://www.metacafe.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/metacafe.gif' alt='metacafe.com的分页' width="501" height="80" /></a><br /><a href="http://blogs.icerocket.com/"><img src='http://dancewithnet.com/wp-content/uploads/2007/11/icerocket.jpg' alt='blogs.icerocket.com的分页' width="276" height="72" /></a></p>
<h3>原文</h3>
<p><a href="http://www.smashingmagazine.com/2007/11/16/pagination-gallery-examples-and-good-practices/">Pagination Gallery: Examples And Good Practices</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dancewithnet.com/2007/11/19/pagination-gallery-examples-and-good-practices/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

