<?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>流金岁月 &#187; 表单</title>
	<atom:link href="http://www.missage.com/tag/form/feed" rel="self" type="application/rss+xml" />
	<link>http://www.missage.com</link>
	<description>混迹在物欲横流的社会里，堕落在纸醉金迷的现实中……</description>
	<lastBuildDate>Fri, 10 Feb 2012 03:23:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>表单交互设计之二——校验思考</title>
		<link>http://www.missage.com/1850.html</link>
		<comments>http://www.missage.com/1850.html#comments</comments>
		<pubDate>Wed, 04 Jan 2012 11:21:59 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.missage.com/?p=1850</guid>
		<description><![CDATA[<p><img title="image042" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image042.png" alt="" width="600" /></p>
]]></description>
			<content:encoded><![CDATA[<p>你是否经常碰到在填写表单时，提交无数次却还是无法通过校验的情况；或者你是否在为不知道填写中哪里出现错误而抓狂；再或者你是否碰到过当你填写了一大堆信息，之后点击按钮提交时，校验报错的同时，你发现你所填写的所有的信息都被清空；或者你还碰到过很多很多校验当中出现的问题，那么我们现在就开始进行表单校验设计的思考。</p>
<p>&nbsp;</p>
<p><strong>那校验有哪些情况呢？</strong></p>
<p><strong>1、 </strong><strong>READY</strong><strong>？</strong></p>
<p align="left">提到校验，我们往往会联系到提交表单后出现的错误提示类信息，但是其实在填写表单前的提示信息与表单填写校验有着莫大的关系。</p>
<p align="left">此类提示信息能够帮助用户在填写表单前，降低出错的可能性。它出现的形式分为以下几类：</p>
<p align="left">a) 简要提示——有如：icon，icon+文字，文字，暗提示。</p>
<p align="left">出现情况：一般提示信息比较简短，能够让用户一目了然的记住，并且不干扰表单的填写项。</p>
<p align="left"><img title="01" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/01.png" alt="" width="505" height="254" /></p>
<p align="left">alipay.com付款页面</p>
<p align="left"><img title="02" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/021.png" alt="" width="327" height="122" /></p>
<p align="left">alibaba.com注册</p>
<p align="left">b) 复杂提示——以缩略信息或icon来显示，通过点击和hover进行查看。</p>
<p align="left">出现情况：提示信息内容较多，需要用户仔细阅读，并且无法简单记忆，直接全部显示会影响整个表单填写，因此此类情况需要hover或者点击操作进行查看。hover或者点击后有浮层，蒙板，或者跳转新页面等情况。</p>
<p align="left"><img title="03" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/03.png" alt="" width="547" height="257" /></p>
<p align="left">taobao.com机票登机人填写页</p>
<p align="left"><img title="04" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/04.png" alt="" width="546" height="153" /></p>
<p align="left">ctrip.com机票登机人填写页</p>
<p align="left">c) 限制操作——在表单填写前，对某些需要填写或者操作项会有一些disabled的状态，只有当某些条件被激活用户才能进行操作。</p>
<p align="left">出现情况：当填写项与项之间带有关联性，前面的填写项会影响后面填写项的内容或状态；或当填写项较少，填写项均可以即时校验，就可以将主提交操作项做状态限制。</p>
<p><img title="05" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/05.png" alt="" width="559" height="534" /></p>
<p align="center">livestream.com机票登机人填写页</p>
<p align="left">d) 其他提示——填写表单的时候，还有一种比较特殊但又更简单明了的提示，例如：使用图片说明。</p>
<p>出现情况：当填写表单项的提示说明很难用文字清晰表述，这时候可以使用图片，视频等辅助方式来帮助用户快速理解。</p>
<p><img title="2011-12-26_164210" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/2011-12-26_164210.png" alt="" width="600" />alipay.com水电煤缴费页面</p>
<p><strong>2、 </strong><strong>ING~</strong></p>
<p align="left">当您浏览完整体的表单，接下来就是进行填写的步骤。在填写的过程中，我们会碰到很多类型的校验，比如：即时校验的友情类提示，即时校验的警示提示，关联性校验的提示。即时的校验也分为三种状态一种是on focus后的帮助提示、输入中的校验、lost focus后的校验。</p>
<p>出现情况：提示信息内容较多，需要用户仔细阅读，并且无法简单记忆，直接全部显示会影响整个表单填写，因此此类情况需要hover或者点击操作进行查看。hover或者点击后有浮层，蒙板，或者跳转新页面等情况</p>
<p align="left">a) 即时校验的友情类提示</p>
<p align="left">即时校验的友情类提示不是提交时无法通过的出错警示，而是给到用户一些更合理的建议或者帮助。</p>
<p><img title="07" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/07.png" alt="" width="558" height="158" /><br />
Ctrip.com填写登机人页</p>
<p align="left">（当你选择了儿童票时会提示儿童票的某些特定限制。当你输入的出生日期与你之前选择的购买类型不一致的时候会建议你去购买更合适的类型，但并不强制。）</p>
<p align="left"><img title="image028" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image028.png" alt="" width="394" height="60" /></p>
<p align="center">Buy360.com的注册页</p>
<p align="left">（当onfocus的时候会出现下方帮助提示类信息，当然也有很多网站会做成暗提示。）</p>
<p align="left"><img title="image030" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image030.png" alt="" width="641" height="68" /></p>
<p align="center">163.com的注册页</p>
<p align="left">（当onfocus的时候会出现右边密码的强度，会根据你输入密码的改变而提示你的密码强弱。）</p>
<p align="left">b) 即时校验的警示提示</p>
<p align="left">即时校验的警示提示是属于错误类提示，这类错误会影响表单无法提交。</p>
<p align="left">警示提示类的校验重要级别非常高，因此在颜色和位置上都需要非常明显。有很多网站甚至将出错内容和出错后如何修改的建议都放在了该提示中显示。</p>
<p><img title="image032" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image032.png" alt="" width="496" height="270" /><br />
163.com的注册页</p>
<p><img title="image034" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image034.png" alt="" width="345" height="61" /><br />
Buy360.com的注册页</p>
<p align="left">c) 关联性校验</p>
<p align="left">关联性校验是所填写项之间会有相互影响的逻辑关系，后一项的填写是否正确会取决与前几项的填写内容。</p>
<p align="center"><img title="image036" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image036.png" alt="" width="470" /></p>
<p align="center">Buy360.com的注册页</p>
<p align="center">（设置密码填写项与确认密码填写项不一致时会提示错误。）</p>
<p align="center"><img title="image038" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image038.jpg" alt="" width="600" /></p>
<p align="center">招商银行信用卡支付页</p>
<p align="center"><img title="image040" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image040.png" alt="" width="600" /></p>
<p align="center">携程旅行计划创建页</p>
<p align="center">（旅行计划目的地1和目的地2的时间段有冲突时就会提示错误。）</p>
<p><strong>3、 </strong><strong>ACTION</strong><strong>！</strong></p>
<p align="left">当您填写完表单，开始触发提交按钮的时候，表单会开始进行表单提交后的校验。目前比较多的有两种，一种是逐条提示，另一种是一次性全部提示。</p>
<p align="left">a) 逐条提示</p>
<p align="left">逐条提示是在提交表单后，虽然有多项错误，但是每次提交只按顺序显示一条错误。逐条告知错误提示，会导致用户改完之后再次提交又需要重复修改，视线流上下来回，不停的修改不停的提交，多次操作才能完成整个表单的过程。</p>
<p align="left"><img title="image042" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image042.png" alt="" width="600" /></p>
<p align="left">yihaodian.com注册页</p>
<p align="left">b) 一次性全部提示</p>
<p align="left">一次性全部提示是在提交表单时将所有错误全部罗列。</p>
<p align="center"><img title="image044" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image044.png" alt="" width="600" /></p>
<p align="center">Yahoo.com注册页</p>
<p align="center"><img title="image046" src="http://ued.ctrip.com/blog/wp-content/uploads/2011/12/image0461.png" alt="" width="600" /></p>
<p align="center">Hotels.com预订页</p>
<p align="center">（该网站设计不仅将所有错误一次性全部罗列在填写框右侧，并且提交按钮的hover状态再次将所有错误呈现，点击某项错误会直接锚点跳转至该错误填写区域。）</p>
<p align="left"><strong>思考：</strong></p>
<p align="left">出错提示有<strong>4个基本原则</strong>：即时反馈出错提示，出错提示的位置显示恰当并且明显突出，提示信息内容清晰易懂，一次性显示全部出错提示。</p>
<p align="left">除了这些基本的设计原则，在设计表单的校验中，还会有很多让我很纠结的点，以下罗列一些我个人认为比较好的经验。</p>
<p align="left">1、 在设计校验时虽然需要考虑到出错提示的明显突出，但是在实际情况中，会和页面的空间大小和布局相关，需要考虑实际情况来定夺。</p>
<p align="left">2、 尽量避免不必要的错误，一是自动喷入值；二是限制型操作；</p>
<p align="left">比如，在身份证填写项中填写了身份证信息时，如果下面还需要填写出生日期，完全可以直接喷入身份证上的出生日期值。</p>
<p align="left">3、 有的错误校验会自动修正一些信息，但是这类行为请不要忘记告知用户。</p>
<p align="left">4、 友情类提示的校验重要级别永远低于警示类错误校验，在视觉和交互的位置上应该酌情考虑。</p>
<p align="left">5、 错误信息出现的位置视觉等效果应该统一，并且在位置上保持在用户可见的范围内。</p>
<p align="left">6、 页面自动锚记至出错项处，如果是多条可锚记至第一项，最好还能on focus至出错的填写项。</p>
<p align="left">7、 不要轻易清空用户填写的内容。</p>
<p align="left">8、 错误提示不仅显示错误点，更可以推荐用户一些正确填写建议。</p>
<p align="left">9、 出现了错误提示后，再次on focus至填写项时，不要隐藏错误提示。</p>
<p>本文作者：S++　转载请注明来自：<a href="http://ued.ctrip.com/blog"><strong>携程UED</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1850.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11个jQuery表单元素美化插件</title>
		<link>http://www.missage.com/1637.html</link>
		<comments>http://www.missage.com/1637.html#comments</comments>
		<pubDate>Tue, 05 Jul 2011 05:37:20 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.missage.com/?p=1637</guid>
		<description><![CDATA[<p><a href="http://plugins.jquery.com/project/jNice"><img src="http://line25.com/wp-content/uploads/2011/checkbox/5.png" alt="Visit the plugin homepage" /></a></p>
]]></description>
			<content:encoded><![CDATA[<p>The Checkbox and radio button versions of input elements used in forms on the web are amongst the most difficult to style according to your overall web design. These elements will display differently depending on the user’s operating system, but we can change their appearance globally with the help of jQuery. This roundup links up 12 handy resources for styling your form elements, from clean and minimal button styles to unique iPhone style toggle switches.</p>
<p>&nbsp;</p>
<h3>Fancy checkboxes and radio buttons with CSS</h3>
<p><a href="http://www.maratz.com/blog/archives/2006/06/11/fancy-checkboxes-and-radio-buttons/"><img src="http://line25.com/wp-content/uploads/2011/checkbox/1.jpg" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://www.maratz.com/blog/archives/2006/06/11/fancy-checkboxes-and-radio-buttons/">Visit the plugin homepage</a></p>
<h3>jqTransform</h3>
<p><a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/"><img src="http://line25.com/wp-content/uploads/2011/checkbox/2.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/">Visit the plugin homepage</a></p>
<h3>FancyForm</h3>
<p><a href="http://lipidity.com/fancy-form/"><img src="http://line25.com/wp-content/uploads/2011/checkbox/3.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://lipidity.com/fancy-form/">Visit the plugin homepage</a></p>
<h3>jQuery Checkbox</h3>
<p><a href="http://widowmaker.kiev.ua/checkbox/"><img src="http://line25.com/wp-content/uploads/2011/checkbox/4.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://widowmaker.kiev.ua/checkbox/">Visit the plugin homepage</a></p>
<h3>jNice</h3>
<p><a href="http://plugins.jquery.com/project/jNice"><img src="http://line25.com/wp-content/uploads/2011/checkbox/5.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://plugins.jquery.com/project/jNice">Visit the plugin homepage</a></p>
<h3>NiceForms</h3>
<p><a href="http://www.emblematiq.com/lab/niceforms/demo/"><img src="http://line25.com/wp-content/uploads/2011/checkbox/6.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://www.emblematiq.com/lab/niceforms/demo/">Visit the plugin homepage</a></p>
<h3>iPhone-style Checkboxes</h3>
<p><a href="http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html"><img src="http://line25.com/wp-content/uploads/2011/checkbox/7.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html">Visit the plugin homepage</a></p>
<h3>ezMark jQuery Checkbox &amp; Radio Button plugin</h3>
<p><a href="http://www.itsalif.info/content/ezmark-jquery-checkbox-radiobutton-plugin"><img src="http://line25.com/wp-content/uploads/2011/checkbox/8.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://www.itsalif.info/content/ezmark-jquery-checkbox-radiobutton-plugin">Visit the plugin homepage</a></p>
<h3>jQuery Fancy Custom Radio-button and Checkbox</h3>
<p><a href="http://blogs.digitss.com/javascript/jquery-javascript/jquery-fancy-custom-radio-and-checkbox/"><img src="http://line25.com/wp-content/uploads/2011/checkbox/9.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://blogs.digitss.com/javascript/jquery-javascript/jquery-fancy-custom-radio-and-checkbox/">Visit the plugin homepage</a></p>
<h3>iPhone Style Radio and Checkbox</h3>
<p><a href="http://devgrow.com/iphone-style-switches/"><img src="http://line25.com/wp-content/uploads/2011/checkbox/10.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://devgrow.com/iphone-style-switches/">Visit the plugin homepage</a></p>
<h3>Create iPhone-style buttons with the iButton jQuery Plug-in</h3>
<p><a href="http://blog.pengoworks.com/index.cfm/2009/9/3/Create-iPhonestyle-buttons-with-the-iButton-jQuery-Plugin"><img src="http://line25.com/wp-content/uploads/2011/checkbox/11.png" alt="Visit the plugin homepage" /></a></p>
<p><a href="http://blog.pengoworks.com/index.cfm/2009/9/3/Create-iPhonestyle-buttons-with-the-iButton-jQuery-Plugin">Visit the plugin homepage</a></p>
<p>原文：<a href="http://line25.com/articles/jquery-plugins-for-styling-checkbox-radio-buttons">http://line25.com/articles/jquery-plugins-for-styling-checkbox-radio-buttons</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1637.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页设计之20个优秀的表单设计</title>
		<link>http://www.missage.com/1526.html</link>
		<comments>http://www.missage.com/1526.html#comments</comments>
		<pubDate>Mon, 25 Apr 2011 09:19:35 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[交互设计]]></category>
		<category><![CDATA[表单]]></category>
		<category><![CDATA[设计欣赏]]></category>

		<guid isPermaLink="false">http://www.missage.com/?p=1526</guid>
		<description><![CDATA[<p><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/faf43e9c68384d63a553b1f90302632e" alt="" width="495" height="282" /></p>
]]></description>
			<content:encoded><![CDATA[<p>我们在浏览网站经常会遇到各种各样的表单，可能是用来填写你的个人信息，也可能用来相互留言的。所以在网页设计师架构网站的时候，这一方面也是相当重要的，因为这里和浏览者是直接互动的。如何设计的有创意，设计的更人性化，至关重要！下面是我们收集到的20个优秀的表单设计，你可以从中找到想要的灵感。</p>
<h3><a href="http://eeharbor.com/" target="_blank"><span style="color: #44a1d0;">EEHarbor</span></a></h3>
<p>EEHabor offers ExpressionEngine goods, so forms are probably their expertise.</p>
<p>The website itself is really beautiful and clean. The register form is clean, beautiful and straight forward, it is certainly a form that will not scar you away.</p>
<p><a href="http://eeharbor.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/50d7d7fb4092458284a019866cf602a8" alt="" width="495" height="259" /></a></p>
<p><a href="http://eeharbor.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/14844c39fcda4f3cbadc1b7cce8ffb77" alt="" width="495" height="312" /></a></p>
<h3><a href="http://www.contrast.ie/" target="_blank"><span style="color: #44a1d0;">Contrast</span></a></h3>
<p>Contrast is a web apps developer. Their website is pretty unique and nice, good usage of typography, colors and shapes. The contact form is also pretty unique and fun.</p>
<p><a href="http://www.contrast.ie/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/395c94a805e4421cae7e888c6dd754a4" alt="" width="495" height="270" /></a></p>
<p><a href="http://www.contrast.ie/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/c9fc0312cd8d4b1ca684e09f74b06566" alt="" width="495" height="239" /></a></p>
<h3><a href="http://www.svn2ftp.com/" target="_blank"><span style="color: #44a1d0;">SVN2FTP</span></a></h3>
<p>SVN2FTP is a hosted source control system. The website has a nice fun approach and a beautiful texture. The contact form is also nice and different from usual.</p>
<p><a href="http://www.svn2ftp.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/faf43e9c68384d63a553b1f90302632e" alt="" width="495" height="282" /></a></p>
<p><a href="http://www.svn2ftp.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/03ba31621cbf44e5a71870934f094e1a" alt="" width="249" height="360" /></a></p>
<h3><a href="http://allycreative.net/" target="_blank"><span style="color: #44a1d0;">Ally Creative</span></a></h3>
<p>Ally Creative is a small creative company. Their website is clean and have a nice textured background, the contact form is also pretty nice.</p>
<p><a href="http://allycreative.net/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/9e990c37248a46459dd972d71ace2dad" alt="" width="495" height="293" /></a></p>
<p><a href="http://allycreative.net/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/08b938dc7d7c4cd28a0f1226e56475f7" alt="" width="495" height="262" /></a></p>
<h3><a href="http://membership.thinkvitamin.com/" target="_blank"><span style="color: #44a1d0;">Think Vitamin Membership</span></a></h3>
<p>Think Vitamin is a nice place to watch videos to learn web design and development. Besides having a nice website, all their forms are beautiful and pleasant.</p>
<p><a href="http://membership.thinkvitamin.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/34804ca8d0c54dd4a0d2fdc41d33af4b" alt="" width="495" height="284" /></a></p>
<p><a href="http://membership.thinkvitamin.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/38e3ea0bd0474fa8a6daa322839d034d" alt="" width="495" height="244" /></a></p>
<p><a href="http://membership.thinkvitamin.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/1d0f3ea27cdc40b592c0a7db23c7a5ed" alt="" width="495" height="280" /></a></p>
<h3><a href="http://scribbleandtweak.com/" target="_blank"><span style="color: #44a1d0;">Scribble &amp; Tweak</span></a></h3>
<p>A beautiful and neat single page layout that holds a nice and easy contact form.</p>
<p><a href="http://scribbleandtweak.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/eb77d6802330477da74a065654ed3bfc" alt="" width="495" height="292" /></a></p>
<p><a href="http://scribbleandtweak.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/27c97eb39bb64508a181fc0fa220a903" alt="" width="495" height="198" /></a></p>
<h3><a href="http://barntarnst.com/" target="_blank"><span style="color: #44a1d0;">Barnt &amp; Arnst</span></a></h3>
<p>I know I already showcased this website in previous lists, but I really like its colors and simple layout. And they deserve and extra point for their super clean contact form. <img class="wp-smiley" src="http://webdesignledger.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /></p>
<p><a href="http://barntarnst.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/8d85150ebeaf45939a8de720600a023a" alt="" width="495" height="287" /></a></p>
<p><a href="http://barntarnst.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/661377bf1d7045ebb3585f496962bcd6" alt="" width="495" height="266" /></a></p>
<h3><a href="http://thebullittagency.com/" target="_blank"><span style="color: #44a1d0;">The Bullitt Agency</span></a></h3>
<p>Nice website layout based on shades of black, gray and some beiges. Beautiful background images and classic contact form.</p>
<p><a href="http://thebullittagency.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/26d1c55de7224d8eac403393906f4641" alt="" width="495" height="287" /></a></p>
<p><a href="http://thebullittagency.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/6ed7fb9bd0af42a19123cb31685d7d4b" alt="" width="495" height="273" /></a></p>
<h3><a href="http://atlason.com/" target="_blank"><span style="color: #44a1d0;">Atlason</span></a></h3>
<p>Clean and beautiful layout with “built in” forms for FTP and email.</p>
<p><a href="http://atlason.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/f80ed10de84d4241ada75a9b700f7226" alt="" width="495" height="288" /></a></p>
<h3><a href="http://www.major-tom.tv/" target="_blank"><span style="color: #44a1d0;">Major Tom</span></a></h3>
<p>Nice image based layout with a “hidden” sign in form for clients.</p>
<p><a href="http://www.major-tom.tv/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/08729ea8b2da469c9b118507fa8aa0ed" alt="" width="495" height="292" /></a></p>
<p><a href="http://www.major-tom.tv/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/c7cab93d6aac473191f8a8000b898b25" alt="" width="495" height="213" /></a></p>
<h3><a href="http://www.blindpigdesign.com/" target="_blank"><span style="color: #44a1d0;">Blind Pig Design</span></a></h3>
<p>Their website is really cool. And as for the contact form, pretty classic and clean. Also loved the subject detail from the contact form – Oink!</p>
<p><a href="http://www.blindpigdesign.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/fe05b3e4354a4a02932ff2a9f408b1cd" alt="" width="495" height="297" /></a></p>
<p><a href="http://www.blindpigdesign.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/44184d26994d4e80a258d111ab8455e9" alt="" width="495" height="298" /></a></p>
<h3><a href="http://www.clydequaywharf.co.nz/" target="_blank"><span style="color: #44a1d0;">Clyde Quay Wharf</span></a></h3>
<p>A residential project from New Zealand with a layout based on beautiful background images and elegant type choices. The “register your interest” form is pretty clean and beautiful.</p>
<p><a href="http://www.clydequaywharf.co.nz/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/5e3cee319fd043a58e2e132d89099c97" alt="" width="495" height="287" /></a></p>
<p><a href="http://www.clydequaywharf.co.nz/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/18a16aa0fa8043ca83ac4ecffd462f5a" alt="" width="495" height="290" /></a></p>
<h3><a href="http://www.37east.co.uk/" target="_blank"><span style="color: #44a1d0;">37 East</span></a></h3>
<p>If you are thinking about doing the real African Safari, you should check out this website. The layout is based on really beautiful background images and interesting typography.</p>
<p><a href="http://www.37east.co.uk/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/53d5b1ebe90f4747b4be6800b804f0fd" alt="" width="495" height="285" /></a></p>
<p><a href="http://www.37east.co.uk/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/a51b14e32beb4842ba883f98d69d30da" alt="" width="495" height="232" /></a></p>
<h3><a href="http://www.michaelfreimuth.com/" target="_blank"><span style="color: #44a1d0;">Michael Freimuth</span></a></h3>
<p>Michael Freimuth is a art director and illustrator. His website is pretty simple and cool. The login form to browse archives is also really nice.</p>
<p><a href="http://www.michaelfreimuth.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/4a3328b732d247959bffa7f84ca0f72a" alt="" width="495" height="273" /></a></p>
<p><a href="http://www.michaelfreimuth.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/a7b88223d8f64ab9a7e83211e91cdeed" alt="" width="495" height="273" /></a></p>
<h3><a href="http://socialdesignhouse.com/" target="_blank"><span style="color: #44a1d0;">Social Design House</span></a></h3>
<p>Their website has delicate colors combination and a good choice of typography. The contact form is also pretty beautiful.</p>
<p><a href="http://socialdesignhouse.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/e6a88b13ed2b404590026816baeb198c" alt="" width="495" height="314" /></a></p>
<p><a href="http://socialdesignhouse.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/c75141d3378649e0b3f33998033a9d1e" alt="" width="495" height="243" /></a></p>
<h3><a href="http://www.tinkeringmonkey.com/" target="_blank"><span style="color: #44a1d0;">Tinkering Monkey</span></a></h3>
<p>Besides having some pretty stylish products to sell, Tinkering Monkey has a super clean layout. The contact form is also pretty neat.</p>
<p><a href="http://www.tinkeringmonkey.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/ffa78a8794494dd485243565a61c33f1" alt="" width="495" height="292" /></a></p>
<p><a href="http://www.tinkeringmonkey.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/f2d3603ceb3347d180426a0c3dc4d58c" alt="" width="175" height="360" /></a></p>
<h3><a href="http://golivebutton.com/" target="_blank"><span style="color: #44a1d0;">Go Live!</span></a></h3>
<p>Need a button to shout about your work? Try this! Go Live has a pretty colorful layout and their “let’s do it form” is also really nice.</p>
<p><a href="http://golivebutton.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/2591eb5823b94b7ab27ad88be2420355" alt="" width="495" height="294" /></a></p>
<p><a href="http://golivebutton.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/c7829739443744d8b63e6d7436f05eb8" alt="" width="495" height="332" /></a></p>
<h3><a href="http://sophiehardach.com/" target="_blank"><span style="color: #44a1d0;">Sophie Hardach</span></a></h3>
<p>A cool single page layout for a book website. Contact form really unique.</p>
<p><a href="http://sophiehardach.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/4fc8a80e2bc94a9fa688719c736dc347" alt="" width="495" height="280" /></a></p>
<p><a href="http://sophiehardach.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/ba4c04f789694fe19be374c8bc3e9e4a" alt="" width="495" height="283" /></a></p>
<h3><a href="http://soapboxmarketinggroup.com/" target="_blank"><span style="color: #44a1d0;">Soapbox</span></a></h3>
<p>Simple layout with a beautiful color scheme.</p>
<p><a href="http://soapboxmarketinggroup.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/7f87b0f873b744e584fedf41147a6ddf" alt="" width="495" height="296" /></a></p>
<p><a href="http://soapboxmarketinggroup.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/22162563ec2e4ee6b4ffc4250d606531" alt="" width="495" height="354" /></a></p>
<h3><a href="http://www.rxbalance.com/" target="_blank"><span style="color: #44a1d0;">RxBalance</span></a></h3>
<p>Beautiful watercolored layout with texture background. Delicate colors and typography. The contact form is also really elegant and simple.</p>
<p><a href="http://www.rxbalance.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/5e5f50c9b3c2453397efbc4fc90dbc57" alt="" width="495" height="290" /></a></p>
<p><a href="http://www.rxbalance.com/"><img src="http://api.photoshop.com/v1.0/accounts/ce623456af6a4e469a7d88bc2b85162c/assets/5c411c94352d4e0b84581983b4775e34" alt="" width="495" height="279" /></a></p>
<p>原文：<a href="http://www.jackchen.cn/blog/?p=4401">http://www.jackchen.cn/blog/?p=4401</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1526.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>优秀注册表单设计方法及案例分析</title>
		<link>http://www.missage.com/1499.html</link>
		<comments>http://www.missage.com/1499.html#comments</comments>
		<pubDate>Thu, 14 Apr 2011 04:59:22 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[web开发]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[交互设计]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.missage.com/?p=1499</guid>
		<description><![CDATA[<p><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/a56fc." alt="优秀注册表单设计方法及案例分析" width="398" height="690" /></p>
]]></description>
			<content:encoded><![CDATA[<p>优秀注册表单设计方法及案例分析</p>
<p>以下对国内外近20个网站的注册表单进行的分析，并归类总结优秀表单的设计方法。文章最后对其中三个案例进行优化对比。</p>
<p>1． 越少的填写项越好</p>
<p>Site inspire</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s3.sinaimg.cn/orignal/6d04fca5ta03c0fdb4e22" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/d35f9." alt="优秀注册表单设计方法及案例分析" width="690" height="355" /></a></p>
<p>CSS web site award</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s1.sinaimg.cn/orignal/6d04fca5ta03c117eb8e0" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/7e002." alt="优秀注册表单设计方法及案例分析" width="690" height="331" /></a></p>
<p>Tumblr</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s14.sinaimg.cn/orignal/6d04fca5ta03c1a86fc9d" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/d9351." alt="优秀注册表单设计方法及案例分析" /></a><br />
DeviantArt小tips：将表格内容title写入格子内，在视觉上降低“要填很多项”的感觉</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s5.sinaimg.cn/orignal/6d04fca5ta03c212fcac4" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/bfbd2." alt="优秀注册表单设计方法及案例分析" width="690" height="475" /></a></p>
<p>反例：Another Bookmark，填写项太多，字号太小格子太密</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s15.sinaimg.cn/orignal/6d04fca5ta03c23e9018e" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/461cc." alt="优秀注册表单设计方法及案例分析" width="472" height="504" /></a></p>
<p>反例：Shutter Stock，同上，填写项过多格子过密</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s4.sinaimg.cn/orignal/6d04fca5ta03c2594d6b3" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/e6995." alt="优秀注册表单设计方法及案例分析" width="558" height="437" /></a></p>
<p>反例：点点印，当全是必填项时，可以不要*号，减小用户压力</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s3.sinaimg.cn/orignal/6d04fca5ta03c2991ee32" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/4694b." alt="优秀注册表单设计方法及案例分析" width="501" height="441" /></a></p>
<p>2． 无论填写项多还是少，使用宽大的格子，行与行之间留白重组。一个清爽的页面比被密密麻麻小字儿充满的页面更容易诱使人注册。</p>
<p>Pictory</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s1.sinaimg.cn/orignal/6d04fca5ta03c31e38700" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/f91af." alt="优秀注册表单设计方法及案例分析" width="690" height="535" /></a></p>
<p>糯米</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s4.sinaimg.cn/orignal/6d04fca5ta03c3ec35d53" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/56c18." alt="优秀注册表单设计方法及案例分析" width="690" height="416" /></a></p>
<p>反例：sisTown（相比糯米只多了一项，却在视觉上感觉繁重很多）</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s3.sinaimg.cn/orignal/6d04fca5ta03c495db8b2" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/cac2a." alt="优秀注册表单设计方法及案例分析" width="558" height="321" /></a></p>
<p>3． 即时的提示（该格子内填什么，当光标移入才提示），即时的反馈（填的对不对，当光标移出再提示）。</p>
<p>twitter</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s6.sinaimg.cn/orignal/6d04fca5ta03c5f433205" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/09836." alt="优秀注册表单设计方法及案例分析" width="558" height="277" /></a></p>
<p>Last.fm</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s13.sinaimg.cn/orignal/6d04fca5ta03c497c72bc" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/0b6d4." alt="优秀注册表单设计方法及案例分析" width="558" height="427" /></a></p>
<p>Bangumi (注：此处提示信息相对有些过多)</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s14.sinaimg.cn/orignal/6d04fca5ta03c49ddd5ed" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/ea725." alt="优秀注册表单设计方法及案例分析" width="558" height="264" /></a></p>
<p>Hashable</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s15.sinaimg.cn/orignal/6d04fca5ta03c4a88317e" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/a1265." alt="优秀注册表单设计方法及案例分析" width="558" height="386" /></a></p>
<p>案例</p>
<p>案例一：Airbnb</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s15.sinaimg.cn/orignal/6d04fca5ta03c4b7ad4de" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/bbbea." alt="优秀注册表单设计方法及案例分析" width="558" height="318" /></a></p>
<p>分析：页面左右轻重不统一，视觉上已聚焦左侧框和右侧框，无法视觉focus</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s4.sinaimg.cn/orignal/6d04fca5ta03c4c6661d3" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/28cc5." alt="优秀注册表单设计方法及案例分析" /></a></p>
<p>修改方法：</p>
<p>1） 将页面元素重新排列，让用户将注意力集中在“注册”上</p>
<p>2） 页头横线拉长覆盖全部宽度，页尾文案放在一行</p>
<p>3） 将填写项title放入格子中，是页面整齐化又不感觉内容过多</p>
<p>案例二：UserInterface</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s8.sinaimg.cn/orignal/6d04fca5ta03c4c7d4357" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/a56fc." alt="优秀注册表单设计方法及案例分析" width="398" height="690" /></a></p>
<p>分析：</p>
<p>1） 只有四项需要填，但是过多无用的文案引导</p>
<p>2） 填写title及填写框没有任何对齐模式，界面较乱</p>
<p>3） UserInterface的logo没有突出，页面的没有title</p>
<p>4） 注册按钮太不突出，不能诱导注册</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s8.sinaimg.cn/orignal/6d04fca5ta03c4c8b5387" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/67a2c." alt="优秀注册表单设计方法及案例分析" width="558" height="661" /></a></p>
<p>修改方法：</p>
<p>1） 把没用文案全部掉</p>
<p>2） 填写项titel与框左对齐</p>
<p>3） 修正logo及加入页面title</p>
<p>4） 强化“注册”按钮视觉效果</p>
<p>案例三：Visualize.us</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s9.sinaimg.cn/orignal/6d04fca5ta03c4d992088" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/4c890." alt="优秀注册表单设计方法及案例分析" width="558" height="342" /></a></p>
<p>分析：</p>
<p>1） 框长度不一导致左侧不整齐</p>
<p>2） 右侧干扰信息过明显</p>
<p><a href="http://photo.blog.sina.com.cn/showpic.html#blogid=6d04fca50100r6bp&amp;url=http://s1.sinaimg.cn/orignal/6d04fca5ta03c48511280" target="_blank"><img title="优秀注册表单设计方法及案例分析" src="http://alibuybuy-img11.stor.sinaapp.com/2011/04/8f614." alt="优秀注册表单设计方法及案例分析" /></a></p>
<p>修改方法：</p>
<p>1） 将填写框统一长度</p>
<p>2） 右侧突出是有FB或twitter账号登陆，减轻干扰</p>
<p>来源：<a href="http://blog.sina.com.cn/s/blog_6d04fca50100r6bp.html">http://blog.sina.com.cn/s/blog_6d04fca50100r6bp.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1499.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web表单设计:表单结构</title>
		<link>http://www.missage.com/1478.html</link>
		<comments>http://www.missage.com/1478.html#comments</comments>
		<pubDate>Mon, 21 Mar 2011 02:15:34 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[表单]]></category>
		<category><![CDATA[设计欣赏]]></category>

		<guid isPermaLink="false">http://www.missage.com/?p=1478</guid>
		<description><![CDATA[<p><img title="clip_image003" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/bc6f_clip_image003.png" border="0" alt="clip_image003" width="326" height="273" /></p>
]]></description>
			<content:encoded><![CDATA[<p>[版权声明]:版权归作者Alite所有，转载时请以超链接形式标明文章原始出处和作者信息及本声明:<a href="http://alitedesign.com/">http://www.alitedesign.com</a></p>
<p><a href="http://www.alibuybuy.com/wp-content/uploads/2011/03/3b94_%E8%A1%A8%E5%8D%95.jpg"></a><a href="http://www.alitedesign.com/wp-content/uploads/2010/11/3889028571_e725b18bd4.jpg"></a></p>
<p>你是否曾为表单设计感到过沮丧或不知所措呢？接下来三篇文章，希望能彻底改变你的看法，真正爱上Web表单设计。首先感谢Luke Wroblewski的帮助，让我有机会细心品味设计表单的乐趣。总体来说，Web表单主宰着结算、注册和数据输入。每天eBay、Taobao上的大量物品主要通过出售物品（Sell Your Item）表单售出；MySpace、Facebook等超过几亿的用户都是通过Web表单加入网站社区的；YouTube、Youku通过上传视频（Upload Your Video）表单收集了大量视频。这一切都给我们创造了很多接触Web表单的机会，Web表单常常是漫长旅途的最后一步，也是最重要的一步。</p>
<h2><img title="更多..." src="http://www.alibuybuy.com/wp-content/uploads/2011/03/6ea7_trans.gif" alt="" /></h2>
<p><a href="http://www.alibuybuy.com/wp-content/uploads/2011/03/3b94_%E8%A1%A8%E5%8D%95.jpg"></a><a href="http://www.alibuybuy.com/wp-content/uploads/2011/03/33.jpg"><img title="33" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/33.jpg" alt="" width="691" height="391" /></a></p>
<h2>你会设计表单吗？</h2>
<p><a href="http://www.alibuybuy.com/wp-content/uploads/2011/03/890e_yahoo-form.jpg"><img title="yahoo form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/890e_yahoo-form.jpg" alt="" width="636" height="485" /></a></p>
<p>以上为Yahoo的注册表单,我们可以大体观察出三个主体元素:标题、数据、动作。它们是组成表单的基本元素，过多的修饰表单或过多无用信息会给用户带来更多的思考与厌恶。有时用户会觉得表单很讨厌，想做的是投票、申请工作、在网上买书、加入小组或从近期购物中拿到折扣等，但表单却给用户带来了麻烦，妨碍了他们。</p>
<p>大多数表单是“由内而外”（Inside Out）而不是“由外而内”（Outside In）设计出来的。举个例子：如果谁想成为网站的会员，网站就会跳出表单要求用户提供用户名，密码，电子邮箱等。这就是“由内而外”的设计，多数用户不会认为享受网站服务与填写讨厌的表单有什么必然关系。同时，“由外而内”的设计意味着以组织或者网站外部人的角度来看待事务。这时候项目成员需要以用户的视角来讨论表单的设计，目标是让用户轻松地完成填写。让表单以某种隐形平衡方式存在，但又能保证系统和用户都获得想要的东西。</p>
<p>在电子商务、社交互动、生产力网站里，我们发现表单阻碍着用户需求和商业目标，表现为：</p>
<ul>
<li>人们从电子商务网站购买需要的商品，而结算表单阻碍着交易双方。</li>
<li>人们加入社交网站与朋友聊天或分享内容，从增加用户基数与活跃度方面说，阻碍双方的是注册表单和联系表单。</li>
<li>人们希望基于互联网的生产力工具，创造高效协同工作，当公司要增加网站内容，增加了用户的时间，表单再次阻碍了两者。</li>
</ul>
<p>Web表单设计在支付和注册环节，会起到至关重要的中介作用。2004年人机交互（Computer Human Interaction, CHI)大会有篇论文题目为“创造用户体验商业案例的过程”，作者是eBay用户体验和设计团队。他们搜集可用性数据、客户支持纪录、网站日志和网络惯例，提出表单重新设计的建议。当时这个项目对eBay注册表单产品线产生了积极的影响，并成为评估和资助设计项目的范本。</p>
<p>通过逐页画出整个流程，同时配合说明用户离开和最佳实践分析的网站点击数据，下面我们分别分析每种数据的意义：</p>
<p><strong>可用性测试 </strong>目的在于可获得宝贵的定性与定量数据。</p>
<ul>
<li>错误或问题的数量或位置；</li>
<li>错误或问题的严重程度；</li>
<li>完成率；</li>
<li>完成整个表单或部分表单的时间；</li>
<li>满意度评分；</li>
<li>任务主观评论。</li>
</ul>
<p><strong>实地测试 </strong>从人种学角度观察，人们在不同环境中，与表单的互动方式情况。</p>
<ul>
<li>访问表单要求填写信息的来源：文档、软件和人等；</li>
<li>表单填写环境：吵闹的办公室和小监视器等；</li>
<li>任何说明表单完成或错误率的额外情境。</li>
</ul>
<p><strong>客户支持</strong> 通过客服或访谈等，了解用户使用表单时发现的问题，有利于分离和解决问题。</p>
<ul>
<li>报告最多的问题；</li>
<li>解决报告问题的常见办法；</li>
<li>问题报告人的统计信息；</li>
<li>问题报告人所使用的操作系统及其浏览器设置。</li>
</ul>
<p><strong>网站追踪</strong> 表单可用追踪任意数量的有用量化指标。</p>
<ul>
<li>完成率；</li>
<li>如果表单未完成，人们是在哪个位置放弃填写表单的；</li>
<li>人们访问表单的方式；</li>
<li>已使用哪些表单元素；</li>
<li>已输入哪些数据；</li>
<li>浏览器和操作系统信息。</li>
</ul>
<p><strong>眼动跟踪</strong> 记录用户如何理解表单的表现形式，可用于解释复杂的地方。</p>
<ul>
<li>人们在表单上看到了什么；</li>
<li>眼球固定次数：解析表单所花的努力；</li>
<li>眼球固定时间长度：看每个元素所花费的时间。</li>
</ul>
<p><strong>Web惯例</strong> 调查表单设计问题的共同解决方案可提供宝贵见解。</p>
<ul>
<li>设计问题的独特解决方案；</li>
<li>网上通用的模式。</li>
</ul>
<p>观察用户如何完成表单，或者利用现成的网站分析软件监测网站日志，也可以得到大量有用的观测信息。</p>
<p>虽然很难设计出优秀的表单，很多时候都是“视情况而定”，但是通过考虑表单的设计因素，也就是以下我们所说的，找到适当解决办法的原则和模式，可以设计出不错的表单。闲话少叙，针对互联网表单设计，原则如下：</p>
<ul>
<li><strong>尽量减少痛苦</strong>－用户不在意之前是什么，更在意之后能得到什么，让过程尽量简洁快速。</li>
<li><strong>说明填写完成路径</strong>－表单应该有清晰的提示或帮助用户，告诉他们如何能快速完成目标。</li>
<li><strong>考虑情境</strong>－表单并非独立存在，它们都是更广泛情境（受众群体、应用、业务）的组成部分，这些情境决定如何使用表单。</li>
<li><strong>确保一致沟通</strong>－表单是用户与公司沟通的中间人，多个团队参与对话，但最后表单只能传达一种一致的声音。</li>
</ul>
<blockquote><p>贾里德·斯普尔曾经有一个经典案例：修改按钮为网站年收入增加3亿美元。粗听起来好像是天方夜谭的事情，但是它确实是事实。良好的设计如何能为商业创造价值，这是设计团队一直在思考的问题。有一点是可以肯定的，我们用客观的数据与严谨的实验，去证明我们设计原则与设计模式，让它们的设计价值最大化，达到为商业创造价值的目标。</p></blockquote>
<p>你会构建表单组织吗？</p>
<p>面对优秀表单设计，人们能够不费吹灰之力就能填完表单，这里有视觉与交互设计考虑因素对表单的影响，但更重要的因素是表单的内容及组织方式。以下是经过多年的设计实践我们能得到的一些原则：</p>
<ul>
<li>应当花时间评估表单中的问题。应当提高警觉，去除一切不必要的问题。</li>
<li>表单所提问题（标签）应当尽量简洁。</li>
<li>如果人们会误解简洁标签，应当寻找使用自然语言的机会，澄清表单要求人们回答的问题。</li>
<li>表单所提问题来自多个不同人或部门，应当确保表单统一口径。</li>
<li>可以将表单内容组织成逻辑组，有助于浏览和完成填写。</li>
<li>如果可能，应当以对话形式构建表单。主题间的自然间断有助于组织表单。</li>
<li>如果表单可自然分成若干主题，一个网页可能就足够组织表单。</li>
<li>如果表单包含大量问题，同时有若干主题，可能需要多个网页来组织表单。</li>
<li>如果表单包含大量问题，而只和一个主题相关，一般需要一个较长网页来组织表单。</li>
<li>可以考虑在表单填完之后提出可选问题。可能会比在初始表单中就提出这些问题能获得更多答案。</li>
<li>可以考虑采用Web惯例调查发现特定类型网站如何组织表单。</li>
<li>应当采用最少的必要视觉信息来区分内容组。</li>
<li>英文网站首字母应当大写，使内容组更容易浏览。</li>
</ul>
<blockquote><p>Effortmark公司可用性顾问，卡罗琳·贾勒特说：“先考虑人，在考虑像素。”开始设计前要思考一个问题：用户真正关心什么？设计师在关注像素的同时可能忽视了人因因素-比如标签末端是否需要放置冒号等微妙细节。用户真的不关心冒号。其实用户真正关心的是问题的内容和为何要问这些问题。从了解用户开始，并了解你的公司搞清楚为什么表单要这么设计？是用户关心的关系点问题么？“保留，删减，延迟，解释”形成更好问题的四大策略，同时，多种视角的平衡用户需求与商业需求。</p></blockquote>
<h2>你还应该注意哪些表单设计细节？</h2>
<p>设计表单时要注意细节问题的处理，比如：表单的命名、起始页、清晰的浏览线、注意力分散最少、进程指示、Tab键跳转等。其实还有一点就是让用户知道完成表单的路径。</p>
<ul>
<li>确保表单名称符合人们的期望，并简洁解释每个表单的用途。</li>
<li>如果表单需要时间或者查询信息才能填写，可以采用起始页来设定人们的期望。</li>
<li>由始至终采用清晰浏览线和有效视觉步伐来引导人们，确保说明清晰的填写完成路径。</li>
<li>对于关键任务表单，比如结算表单或者注册表单，应当去除会分散注意力的部分、任何导致人们放弃填写的链接或内容。</li>
<li>如果表单分为多个已知的有序网页，可以采用进程指示来传达范围、状态和位置等信息。</li>
<li>如果表单没有清晰的有序网页，不要采用进程指示，应当采用更笼统的进程指示，而不要设置错误期望。</li>
<li>设计表单布局时，应考虑使用Tab键的“跳转”体验。</li>
<li>采用“tabindex”HTML属性来控制表单的跳转顺序。</li>
</ul>
<blockquote><p>Oracle可达性主管，彼得·沃勒克说：“对许多残障用户而言，表单的设计可达性尤其重要。可达性的核心是可用性。例如，如果网页不能使用或者无法开始，可达性首先需要“超级设计”（Uber-design)。包括：超级减少痛苦、超级明示完成路径、超级考虑情镜、超级确保一致沟通。同时可以遵循W3C制定的互联网内容可达性指南（WCAG)和美国采购法508章的最佳可达性指南。</p></blockquote>
<h2>注册表单设计例子（Registration Form Design Examples）：</h2>
<h2>Twitter</h2>
<p><a rel="nofollow" href="https://twitter.com/"><img title="clip_image001" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/d694_clip_image001.png" border="0" alt="clip_image001" width="405" height="321" /></a></p>
<h2>Mint</h2>
<p><a rel="nofollow" href="https://wwws.mint.com/"><img title="clip_image002" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/a91f_clip_image002.png" border="0" alt="clip_image002" width="405" height="331" /></a></p>
<h2>Facebook</h2>
<p><a rel="nofollow" href="http://www.facebook.com/"><img title="clip_image003" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/bc6f_clip_image003.png" border="0" alt="clip_image003" width="326" height="273" /></a></p>
<h2>Windowslive</h2>
<p><a rel="nofollow" href="http://live.com/"><img title="clip_image004" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/478b_clip_image004.png" border="0" alt="clip_image004" width="363" height="405" /></a></p>
<h2>Vox</h2>
<p><a rel="nofollow" href="http://www.vox.com/"><img title="clip_image005" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/1355_clip_image005.png" border="0" alt="clip_image005" width="405" height="270" /></a></p>
<h2>Box</h2>
<p><a rel="nofollow" href="http://box.net/"><img title="clip_image006" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/961f_clip_image006.png" border="0" alt="clip_image006" width="405" height="395" /></a></p>
<h2>Netvibes</h2>
<p><a rel="nofollow" href="http://www.netvibes.com/"><img title="clip_image007" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/d1e7_clip_image007.png" alt="clip_image007" width="405" height="396" /></a></p>
<h2>Compete</h2>
<p><a rel="nofollow" href="http://www.compete.com/"><img title="clip_image008" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/e069_clip_image008.png" border="0" alt="clip_image008" width="405" height="256" /></a></p>
<h2>Aol</h2>
<p><img title="clip_image009" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/8fad_clip_image009.png" border="0" alt="clip_image009" width="305" height="405" /></p>
<h2>WordPress</h2>
<p><a rel="nofollow" href="http://wordpress.com/"><img title="clip_image010" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/874d_clip_image010.png" border="0" alt="clip_image010" width="405" height="366" /></a></p>
<h2>Blogger</h2>
<p><a rel="nofollow" href="http://blogger.com/"><img title="clip_image011" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/70d0_clip_image011.png" border="0" alt="clip_image011" width="379" height="405" /></a></p>
<h2>Xanga</h2>
<p><a rel="nofollow" href="http://www.xanga.com/"><img title="clip_image012" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/3212_clip_image012.png" border="0" alt="clip_image012" width="296" height="405" /></a></p>
<h2>Hi5</h2>
<p><a rel="nofollow" href="http://www.hi5.com/"><img title="clip_image013" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/7d07_clip_image013.png" border="0" alt="clip_image013" width="405" height="290" /></a></p>
<h2>Outright</h2>
<p><a rel="nofollow" href="http://outright.com/"><img title="clip_image014" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/7244_clip_image014.png" border="0" alt="clip_image014" width="405" height="232" /></a></p>
<h2>Deviantart</h2>
<p><a rel="nofollow" href="http://deviantart.com/"><img title="clip_image015" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/c1cf_clip_image015.png" border="0" alt="clip_image015" width="405" height="369" /></a></p>
<h2>Basecamp</h2>
<p><a rel="nofollow" href="http://basecamphq.com/"><img title="clip_image016" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/ce40_clip_image016.png" border="0" alt="clip_image016" width="383" height="405" /></a></p>
<h2>Yelp</h2>
<p><a rel="nofollow" href="https://www.yelp.com/"><img title="clip_image017" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/11b0_clip_image017.png" border="0" alt="clip_image017" width="405" height="399" /></a></p>
<h2>Vimeo</h2>
<p><a rel="nofollow" href="http://www.vimeo.com/"><img title="clip_image018" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/acc3_clip_image018.png" border="0" alt="clip_image018" width="405" height="330" /></a></p>
<h2>Ning</h2>
<p><a rel="nofollow" href="http://www.ning.com/"><img title="clip_image019" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/ec99_clip_image019.png" border="0" alt="clip_image019" width="405" height="311" /></a></p>
<h2>Metacafe</h2>
<p><a rel="nofollow" href="http://www.metacafe.com/"><img title="clip_image020" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/2b38_clip_image020.png" border="0" alt="clip_image020" width="405" height="404" /></a></p>
<h2>Mint</h2>
<p><a rel="nofollow" href="http://www.haveamint.com/"><img title="clip_image021" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/dfb2_clip_image021.png" border="0" alt="clip_image021" width="405" height="243" /></a></p>
<h2>Fotki</h2>
<p><a rel="nofollow" href="http://www.fotki.com/"><img title="clip_image022" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/ddaf_clip_image022.png" border="0" alt="clip_image022" width="405" height="358" /></a></p>
<h2>Myspace</h2>
<p><img title="clip_image023" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/5b7d_clip_image023.png" border="0" alt="clip_image023" width="405" height="157" /></p>
<h2>Lulu</h2>
<h4><a rel="nofollow" href="http://www.lulu.com/"><img title="clip_image024" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/53cc_clip_image024.png" border="0" alt="clip_image024" width="405" height="316" /></a></h4>
<h2>Animoto</h2>
<p><a rel="nofollow" href="https://animoto.com/"><img title="clip_image025" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/fede_clip_image025.png" border="0" alt="clip_image025" width="405" height="354" /></a></p>
<h2>Wufoo</h2>
<p><a rel="nofollow" href="https://www.wufoo.com/"><img title="clip_image026" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/0cce_clip_image026.png" border="0" alt="clip_image026" width="405" height="290" /></a></p>
<h2>Geni</h2>
<p><a rel="nofollow" href="http://www.geni.com/"><img title="clip_image027" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/eac8_clip_image027.png" border="0" alt="clip_image027" width="405" height="216" /></a></p>
<h2>Netflix</h2>
<p><a rel="nofollow" href="http://www.netflix.com/"><img title="clip_image028" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/4cad_clip_image028.png" border="0" alt="clip_image028" width="405" height="206" /></a></p>
<h2>Ebay</h2>
<p><a rel="nofollow" href="http://www.ebay.com/"><img title="clip_image029" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/9cff_clip_image029.png" border="0" alt="clip_image029" width="274" height="405" /></a></p>
<h2>Ballpark</h2>
<p><a rel="nofollow" href="https://getballpark.com/"><img title="clip_image030" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/f003_clip_image030.png" border="0" alt="clip_image030" width="177" height="405" /></a></p>
<h2>Craiglist</h2>
<p><a rel="nofollow" href="http://www.craigslist.org/"><img title="clip_image031" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/6090_clip_image031.png" border="0" alt="clip_image031" width="405" height="195" /></a></p>
<h2>Gowalla</h2>
<p><a rel="nofollow" href="http://gowalla.com/"><img title="clip_image032" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/16aa_clip_image032.png" border="0" alt="clip_image032" width="405" height="354" /></a></p>
<h2>Mobileme</h2>
<p><a rel="nofollow" href="http://www.mobileme.com/"><img title="clip_image033" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/47e8_clip_image033.png" border="0" alt="clip_image033" width="342" height="405" /></a></p>
<h2>登录表单设计例子（Login Form Design Examples）：</h2>
<h2><a rel="nofollow" href="http://twitter.com/" target="_blank">Twitter</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://twitter.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/8b2f_image.png" border="0" alt="Login Form" width="204" height="226" /></a></p>
<h2><a rel="nofollow" href="https://animoto.com/" target="_blank">Animoto</a></h2>
<p><a title="Login Form" rel="nofollow" href="https://animoto.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/4cfa_image1.png" border="0" alt="Login Form" width="409" height="189" /></a></p>
<h2><a rel="nofollow" href="http://www.tumblr.com/login" target="_blank">Tumblr</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.tumblr.com/login" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/0463_image2.png" border="0" alt="Login Form" width="409" height="345" /></a></p>
<h2><a rel="nofollow" href="https://secure.delicious.com/login" target="_blank">delicious</a></h2>
<p><a title="Login Form" rel="nofollow" href="https://secure.delicious.com/login" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/4074_image3.png" border="0" alt="Login Form" width="409" height="237" /></a></p>
<h2><a rel="nofollow" href="http://myspace.com/" target="_blank">Myspace</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://myspace.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/aa28_image4.png" border="0" alt="Login Form" width="409" height="257" /></a></p>
<h2><a rel="nofollow" href="http://www.gliffy.com/" target="_blank">Gliffy</a></h2>
<p><a rel="nofollow" href="http://www.gliffy.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/b38a_image31.png" border="0" alt="Login Form" width="409" height="70" /></a></p>
<h2><a rel="nofollow" href="http://www.footnote.com/" target="_blank">Footnote</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.footnote.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/973a_image6.png" border="0" alt="Login Form" width="409" height="90" /></a></p>
<h2><a rel="nofollow" href="http://www.hulu.com/" target="_blank">Hulu</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.hulu.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/b969_image9.png" border="0" alt="Login Form" width="409" height="171" /></a></p>
<h2><a rel="nofollow" href="http://polldaddy.com/" target="_blank">Polldaddy</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://polldaddy.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/f3e8_image5.png" border="0" alt="Login Form" width="409" height="327" /></a></p>
<h2><a rel="nofollow" href="http://virb.com/login" target="_blank">Virb</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://virb.com/login" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/69e2_image7.png" border="0" alt="Login Form" width="409" height="285" /></a></p>
<h2><a rel="nofollow" href="http://www.piczo.com/" target="_blank">Piczo</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.piczo.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/93aa_image12.png" border="0" alt="Login Form" width="409" height="345" /></a></p>
<h2><a rel="nofollow" href="http://www.mint.com/" target="_blank">Mint</a></h2>
<p><a title="Login Form" rel="nofollow" href="https://wwws.mint.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/0ab2_image19.png" border="0" alt="Login Form" width="409" height="284" /></a></p>
<h2><a rel="nofollow" href="http://tutsplus.com/" target="_blank">Tutsplus</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://tutsplus.com/amember/login.php" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/c644_image8.png" border="0" alt="Login Form" width="409" height="353" /></a></p>
<h2><a rel="nofollow" href="http://www.cnn.com/" target="_blank">Cnn</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.cnn.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/1f13_image10.png" border="0" alt="Login Form" width="307" height="343" /></a></p>
<h2><a rel="nofollow" href="http://www.viddler.com/" target="_blank">Viddler</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.viddler.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/dab3_image23.png" border="0" alt="Login Form" width="409" height="77" /></a></p>
<h2><a rel="nofollow" href="http://www.typepad.com/" target="_blank">Typepad</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.typepad.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/aa2a_image30.png" border="0" alt="Login Form" width="409" height="99" /></a></p>
<h2><a rel="nofollow" href="http://devunity.com/" target="_blank">Devunity</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.devunity.com/user/login" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/fead_image11.png" border="0" alt="Login Form" width="409" height="339" /></a></p>
<h2><a rel="nofollow" href="https://www.imagekind.com/" target="_blank">Imagekind</a></h2>
<p><a title="Login Form" rel="nofollow" href="https://www.imagekind.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/1194_image38.png" border="0" alt="Login Form" width="409" height="187" /></a></p>
<h2><a rel="nofollow" href="http://yahoo.com/" target="_blank">Yahoo</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://yahoo.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/9fd8_image13.png" border="0" alt="Login Form" width="198" height="409" /></a></p>
<h2><a rel="nofollow" href="http://scrapblog.com/" target="_blank">Scrapblog</a></h2>
<p><a title="Login Form" rel="nofollow" href="https://www.scrapblog.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/45fb_image42.png" border="0" alt="Login Form" width="409" height="159" /></a></p>
<h2><a rel="nofollow" href="http://www.zooomr.com/" target="_blank">Zooomr</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://www.zooomr.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/578a_image50.png" border="0" alt="Login Form" width="409" height="147" /></a></p>
<h2><a rel="nofollow" href="http://www.apple.com/mobileme/" target="_blank">Mobileme</a></h2>
<p><a title="Login Form" rel="nofollow" href="https://auth.me.com/authenticate?service=mail&amp;ssoNamespace=primary-me&amp;returnURL=aHR0cDovL3d3dy5tZS5jb20vbWFpbC8=&amp;cancelURL=http://www.apple.com/mobileme/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/83cc_image14.png" border="0" alt="Login Form" width="409" height="163" /></a></p>
<h2><a rel="nofollow" href="http://grooveshark.com/" target="_blank">Grooveshark</a></h2>
<p><a title="Login Form" rel="nofollow" href="http://grooveshark.com/" target="_blank"><img title="Login Form" src="http://www.alibuybuy.com/wp-content/uploads/2011/03/3829_image15.png" border="0" alt="Login Form" width="409" height="291" /></a></p>
<p>来源：<a href="http://www.aliued.cn/2011/03/15/web-form-design-form-structure.html">http://www.aliued.cn/2011/03/15/web-form-design-form-structure.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1478.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web表单设计:表单结构</title>
		<link>http://www.missage.com/1398.html</link>
		<comments>http://www.missage.com/1398.html#comments</comments>
		<pubDate>Thu, 02 Dec 2010 07:17:53 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[交互设计]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.missage.com/?p=1398</guid>
		<description><![CDATA[<p><img src="http://www.chinaz.com/upimg/allimg/090610/0825150.jpg" alt="" /></p>
]]></description>
			<content:encoded><![CDATA[<p>[版权声明]:版权归作者Alite所有，转载时请以超链接形式标明文章原始出处和作者信息及本声明:<a href="http://alitedesign.com/">http://www.alitedesign.com</a></p>
<p><a href="http://www.alitedesign.com/wp-content/uploads/2010/11/表单.jpg"></a><a href="http://www.alitedesign.com/wp-content/uploads/2010/11/3889028571_e725b18bd4.jpg"></a></p>
<p>你是否曾为表单设计感到过沮丧或不知所措呢？接下来三篇文章，希望能彻底改变你的看法，真正爱上Web表单设计。首先感谢Luke Wroblewski的帮助，让我有机会细心品味设计表单的乐趣。总体来说，Web表单主宰着结算、注册和数据输入。每天eBay、Taobao上的大量物品主要通过出售物品（Sell Your Item）表单售出；MySpace、Facebook等超过几亿的用户都是通过Web表单加入网站社区的；YouTube、Youku通过上传视频（Upload Your Video）表单收集了大量视频。这一切都给我们创造了很多接触Web表单的机会，Web表单常常是漫长旅途的最后一步，也是最重要的一步。</p>
<p><a href="http://www.alitedesign.com/wp-content/uploads/2010/11/表单.jpg"><img title="表单" src="http://www.alitedesign.com/wp-content/uploads/2010/11/表单.jpg" alt="" width="691" height="391" /></a></p>
<h2>你会设计表单吗？</h2>
<p><a href="http://www.alitedesign.com/wp-content/uploads/2010/11/yahoo-form.jpg"><img title="yahoo form" src="http://www.alitedesign.com/wp-content/uploads/2010/11/yahoo-form.jpg" alt="" width="636" height="485" /></a></p>
<p>以上为Yahoo的注册表单,我们可以大体观察出三个主体元素:标题、数据、动作。它们是组成表单的基本元素，过多的修饰表单或过多无用信息会给用户带来更多的思考与厌恶。有时用户会觉得表单很讨厌，想做的是投票、申请工作、在网上买书、加入小组或从近期购物中拿到折扣等，但表单却给用户带来了麻烦，妨碍了他们。</p>
<p>大多数表单是“由内而外”（Inside Out）而不是“由外而内”（Outside In）设计出来的。举个例子：如果谁想成为网站的会员，网站就会跳出表单要求用户提供用户名，密码，电子邮箱等。这就是“由内而外”的设计，多数用户不会认为享受网站服务与填写讨厌的表单有什么必然关系。同时，“由外而内”的设计意味着以组织或者网站外部人的角度来看待事务。这时候项目成员需要以用户的视角来讨论表单的设计，目标是让用户轻松地完成填写。让表单以某种隐形平衡方式存在，但又能保证系统和用户都获得想要的东西。</p>
<p>在电子商务、社交互动、生产力网站里，我们发现表单阻碍着用户需求和商业目标，表现为：</p>
<ul>
<li>人们从电子商务网站购买需要的商品，而结算表单阻碍着交易双方。</li>
<li>人们加入社交网站与朋友聊天或分享内容，从增加用户基数与活跃度方面说，阻碍双方的是注册表单和联系表单。</li>
<li>人们希望基于互联网的生产力工具，创造高效协同工作，当公司要增加网站内容，增加了用户的时间，表单再次阻碍了两者。</li>
</ul>
<p>Web表单设计在支付和注册环节，会起到至关重要的中介作用。2004年人机交互（Computer Human Interaction, CHI)大会有篇论文题目为“创造用户体验商业案例的过程”，作者是eBay用户体验和设计团队。他们搜集可用性数据、客户支持纪录、网站日志和网络惯例，提出表单重新设计的建议。当时这个项目对eBay注册表单产品线产生了积极的影响，并成为评估和资助设计项目的范本。</p>
<p>通过逐页画出整个流程，同时配合说明用户离开和最佳实践分析的网站点击数据，下面我们分别分析每种数据的意义：</p>
<p><strong>可用性测试 </strong>目的在于可获得宝贵的定性与定量数据。</p>
<ul>
<li>错误或问题的数量或位置；</li>
<li>错误或问题的严重程度；</li>
<li>完成率；</li>
<li>完成整个表单或部分表单的时间；</li>
<li>满意度评分；</li>
<li>任务主观评论。</li>
</ul>
<p><strong>实地测试 </strong>从人种学角度观察，人们在不同环境中，与表单的互动方式情况。</p>
<ul>
<li>访问表单要求填写信息的来源：文档、软件和人等；</li>
<li>表单填写环境：吵闹的办公室和小监视器等；</li>
<li>任何说明表单完成或错误率的额外情境。</li>
</ul>
<p><strong>客户支持</strong> 通过客服或访谈等，了解用户使用表单时发现的问题，有利于分离和解决问题。</p>
<ul>
<li>报告最多的问题；</li>
<li>解决报告问题的常见办法；</li>
<li>问题报告人的统计信息；</li>
<li>问题报告人所使用的操作系统及其浏览器设置。</li>
</ul>
<p><strong>网站追踪</strong> 表单可用追踪任意数量的有用量化指标。</p>
<ul>
<li>完成率；</li>
<li>如果表单未完成，人们是在哪个位置放弃填写表单的；</li>
<li>人们访问表单的方式；</li>
<li>已使用哪些表单元素；</li>
<li>已输入哪些数据；</li>
<li>浏览器和操作系统信息。</li>
</ul>
<p><strong>眼动跟踪</strong> 记录用户如何理解表单的表现形式，可用于解释复杂的地方。</p>
<ul>
<li>人们在表单上看到了什么；</li>
<li>眼球固定次数：解析表单所花的努力；</li>
<li>眼球固定时间长度：看每个元素所花费的时间。</li>
</ul>
<p><strong>Web惯例</strong> 调查表单设计问题的共同解决方案可提供宝贵见解。</p>
<ul>
<li>设计问题的独特解决方案；</li>
<li>网上通用的模式。</li>
</ul>
<p>观察用户如何完成表单，或者利用现成的网站分析软件监测网站日志，也可以得到大量有用的观测信息。</p>
<p>虽然很难设计出优秀的表单，很多时候都是“视情况而定”，但是通过考虑表单的设计因素，也就是以下我们所说的，找到适当解决办法的原则和模式，可以设计出不错的表单。闲话少叙，针对互联网表单设计，原则如下：</p>
<ul>
<li><strong>尽量减少痛苦</strong>－用户不在意之前是什么，更在意之后能得到什么，让过程尽量简洁快速。</li>
<li><strong>说明填写完成路径</strong>－表单应该有清晰的提示或帮助用户，告诉他们如何能快速完成目标。</li>
<li><strong>考虑情境</strong>－表单并非独立存在，它们都是更广泛情境（受众群体、应用、业务）的组成部分，这些情境决定如何使用表单。</li>
<li><strong>确保一致沟通</strong>－表单是用户与公司沟通的中间人，多个团队参与对话，但最后表单只能传达一种一致的声音。</li>
</ul>
<blockquote><p>贾里德·斯普尔曾经有一个经典案例：修改按钮为网站年收入增加3亿美元。粗听起来好像是天方夜谭的事情，但是它确实是事实。良好的设计如何能为商业创造价值，这是设计团队一直在思考的问题。有一点是可以肯定的，我们用客观的数据与严谨的实验，去证明我们设计原则与设计模式，让它们的设计价值最大化，达到为商业创造价值的目标。</p></blockquote>
<p>你会构建表单组织吗？</p>
<p>面对优秀表单设计，人们能够不费吹灰之力就能填完表单，这里有视觉与交互设计考虑因素对表单的影响，但更重要的因素是表单的内容及组织方式。以下是经过多年的设计实践我们能得到的一些原则：</p>
<ul>
<li>应当花时间评估表单中的问题。应当提高警觉，去除一切不必要的问题。</li>
<li>表单所提问题（标签）应当尽量简洁。</li>
<li>如果人们会误解简洁标签，应当寻找使用自然语言的机会，澄清表单要求人们回答的问题。</li>
<li>表单所提问题来自多个不同人或部门，应当确保表单统一口径。</li>
<li>可以将表单内容组织成逻辑组，有助于浏览和完成填写。</li>
<li>如果可能，应当以对话形式构建表单。主题间的自然间断有助于组织表单。</li>
<li>如果表单可自然分成若干主题，一个网页可能就足够组织表单。</li>
<li>如果表单包含大量问题，同时有若干主题，可能需要多个网页来组织表单。</li>
<li>如果表单包含大量问题，而只和一个主题相关，一般需要一个较长网页来组织表单。</li>
<li>可以考虑在表单填完之后提出可选问题。可能会比在初始表单中就提出这些问题能获得更多答案。</li>
<li>可以考虑采用Web惯例调查发现特定类型网站如何组织表单。</li>
<li>应当采用最少的必要视觉信息来区分内容组。</li>
<li>英文网站首字母应当大写，使内容组更容易浏览。</li>
</ul>
<blockquote><p>Effortmark公司可用性顾问，卡罗琳·贾勒特说：“先考虑人，在考虑像素。”开始设计前要思考一个问题：用户真正关心什么？设计师在关注像素的同时可能忽视了人因因素-比如标签末端是否需要放置冒号等微妙细节。用户真的不关心冒号。其实用户真正关心的是问题的内容和为何要问这些问题。从了解用户开始，并了解你的公司搞清楚为什么表单要这么设计？是用户关心的关系点问题么？“保留，删减，延迟，解释”形成更好问题的四大策略，同时，多种视角的平衡用户需求与商业需求。</p></blockquote>
<h2>你还应该注意哪些表单设计细节？</h2>
<p>设计表单时要注意细节问题的处理，比如：表单的命名、起始页、清晰的浏览线、注意力分散最少、进程指示、Tab键跳转等。其实还有一点就是让用户知道完成表单的路径。</p>
<ul>
<li>确保表单名称符合人们的期望，并简洁解释每个表单的用途。</li>
<li>如果表单需要时间或者查询信息才能填写，可以采用起始页来设定人们的期望。</li>
<li>由始至终采用清晰浏览线和有效视觉步伐来引导人们，确保说明清晰的填写完成路径。</li>
<li>对于关键任务表单，比如结算表单或者注册表单，应当去除会分散注意力的部分、任何导致人们放弃填写的链接或内容。</li>
<li>如果表单分为多个已知的有序网页，可以采用进程指示来传达范围、状态和位置等信息。</li>
<li>如果表单没有清晰的有序网页，不要采用进程指示，应当采用更笼统的进程指示，而不要设置错误期望。</li>
<li>设计表单布局时，应考虑使用Tab键的“跳转”体验。</li>
<li>采用“tabindex”HTML属性来控制表单的跳转顺序。</li>
</ul>
<blockquote><p>Oracle可达性主管，彼得·沃勒克说：“对许多残障用户而言，表单的设计可达性尤其重要。可达性的核心是可用性。例如，如果网页不能使用或者无法开始，可达性首先需要“超级设计”（Uber-design)。包括：超级减少痛苦、超级明示完成路径、超级考虑情镜、超级确保一致沟通。同时可以遵循W3C制定的互联网内容可达性指南（WCAG)和美国采购法508章的最佳可达性指南。</p>
<p>原文：<a href="http://www.alitedesign.com/archives/415">http://www.alitedesign.com/archives/415</a></p></blockquote>
<p><!-- .entry-content --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1398.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25个网页表单设计</title>
		<link>http://www.missage.com/1393.html</link>
		<comments>http://www.missage.com/1393.html#comments</comments>
		<pubDate>Tue, 30 Nov 2010 08:46:45 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[表单]]></category>
		<category><![CDATA[设计欣赏]]></category>

		<guid isPermaLink="false">http://www.missage.com/?p=1393</guid>
		<description><![CDATA[<p><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/b7ff24859821beb990c5e11566d36fa3.jpg" alt="25个网页表单设计 &#124; iwanna.cn 我想网" /></p>
]]></description>
			<content:encoded><![CDATA[<p>一个成熟的有组织的注册页面会转送大量的数据，在这样一个小的区域中，必须让用户迅速且轻松阅读。过于创造性的名称可能会伤害到用户的注册过程，用 户会用过多的时间思考名称的含义。启动一个试错阶段，测试你的听众更容易被什么吸引。<br />
这里有25个创新的注册网页，你可以通过它们扩展自己的设计。</p>
<p>1. Wufoo</p>
<p><a href="http://wufoo.com/signup/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/36eebd07dfe480118b5a736f617177ad.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>2. Ballpark</p>
<p><a href="http://getballpark.com/public/plans" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/b7ff24859821beb990c5e11566d36fa3.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>3. Squarespace</p>
<p><a href="http://www.squarespace.com/pricing/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/c6aae92fa9e61f7cf639914e28b73f19.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>4. Concept Share</p>
<p><a href="http://conceptshare.com/signup.html" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/8dd99405711280e1a7aa9681e7e6f3c6.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>5. The Resumator</p>
<p><a href="http://www.theresumator.com/signup" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/d5c8a5e23ee7b92f6ff5435d7d296301.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>6. Big Cartel</p>
<p><a href="http://bigcartel.com/signup" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/dcd57d55b8e2db908fb6431ea02a76e6.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>7. MindMeister Editions</p>
<p><a href="http://www.mindmeister.com/home/editions" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/8dd0bed20b60161676508f9e17fe5cea.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>8. Freckle</p>
<p><a href="https://secure.letsfreckle.com/signup" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/5fbeaf57759f1f4334f7c6748d4d585e.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>9. Nibble Tech</p>
<p><a href="http://www.nybbletech.com/packages.html" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/069862a9bee0cef8b97eef36bc298e36.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>10. Form Spring</p>
<p><a href="http://www.formspring.com/pricing.html" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/b46773dd91aad2a6709be8ea09a990ad.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>11. Zen</p>
<p><a href="http://agilezen.com/pricing" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/c71c8d97afc554b28822195ec5b8d43f.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>12. Strutta</p>
<p><a href="http://www.strutta.com/pricing" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/95c383c51e5331fddeac2c85cfa23e44.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>13. Basecamp</p>
<p><a href="http://www.basecamphq.com/signup" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/cb7d7c759d7c5cb4fce114e40b824e8a.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>14. DropSend</p>
<p><a href="http://www.dropsend.com/pricingsignup.php" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/28bac6e97a82e57fd8c94167c6c6b570.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>15. LightCMS</p>
<p><a href="http://www.speaklight.com/pricing" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/4ebc3cfea82b58bb44ab07737ee94d69.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>16. Linkpatch</p>
<p><a href="http://www.linkpatch.com/accounts/pricing/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/3e20eb0309c03c7d27ef59d80d16754d.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>17. Mailer Mailer</p>
<p><a href="http://www.mailermailer.com/pricing.rwp" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/ce12c46b005e3e348c5f6c846c281ac3.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>18. Livestream</p>
<p><a href="http://www.livestream.com/platform/premium_features_and_pricing" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/7b0192c6e73192aa9846a4d8cfe814b1.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>19. eWedding</p>
<p><a href="http://www.ewedding.com/packages.php" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/b28a834ad1c62a0ba4ece64ac5ca99d8.gif" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>20. Media Temple</p>
<p><a href="http://www.mediatemple.net/webhosting/dv/pricing.php" target="_blank"><img src="http://i3.6.cn/cvbnm/4a/0b/cd/c460684a0cb64a66351a767a1b0424a3.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>21. Litmus</p>
<p><a href="http://litmusapp.com/pricing" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/7cc0629bc5531db785b371c83898edde.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>22. Brightbox</p>
<p><a href="http://www.brightbox.co.uk/rails-hosting-pricing" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/3c3f6959a5915d498a211d7018dddca6.gif" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>23. Harvest</p>
<p><a href="http://www.getharvest.com/pricing" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/8d5a334a642a715e736167a80d959b9f.gif" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>24. <a title="Posts tagged with Web" rel="tag nofollow" href="http://www.iwanna.cn/tags/web/">Web</a>-o-matic</p>
<p><a href="http://www.web-o-matic.co.nz/our-super-packages" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/c8e2d4b13b02e537c301676a10450f9c.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
<p>25. Crazy Egg</p>
<p><a href="https://crazyegg.com/pay/plans" target="_blank"><img src="http://images.uheed.com/iwanna/2010/11/28/25-web-designs/f47354a9c0f40e05efc2cc566f843b45.jpg" alt="25个网页表单设计 | iwanna.cn 我想网" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1393.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web表单设计之注册表单</title>
		<link>http://www.missage.com/1270.html</link>
		<comments>http://www.missage.com/1270.html#comments</comments>
		<pubDate>Thu, 29 Jul 2010 01:48:37 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[交互设计]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.missage.com/1270.html</guid>
		<description><![CDATA[<p><img src="http://media.smashingmagazine.com/cdn_smash/images/web-form-design-patterns/box.jpg" alt="" /></p>
]]></description>
			<content:encoded><![CDATA[<p>必须面对的问题有：用户不喜欢提交表单。然我们的目的是让用户愿意提交表单。</p>
<p>下面是一个关于web表单设计的调查报告，这个结果来源于100个令人瞩目的网站。</p>
<p>注册表单设计调查</p>
<p>1.表单的安置</p>
<p>1.1注册表单链接的标题是怎么样的？</p>
<p>当用户想要加入某个时，他们会试图寻找“sign-up”，“register”，“join”，“join”，“become a member”或者“creat an account”等这样的短语。用户期望可以通过这些链到注册表单。不幸的是，情况不一定是这样的。</p>
<p>从图表可见，最受欢迎的标题是“Sign up”（40%），接着是“Join”（18%），“Register”（18%）以及“Creat account”（17%），极少数是按钮超大，又闪亮，并且写着“start here”的字样。设计师与其设计并强调服务的功能性还不如试图去表达信息。</p>
<p>1.2注册表单的链接放在哪儿？</p>
<p>当用户第一次访问某个网站，他们会试图找出单独布局块代表的意思。他们的眼睛运动是跳跃的，并且用户试图了解哪个区域是更重要的，他们想要的内容可能被放在什么地方。为了满足用户体验，设计师需要帮助用户直观地知道哪些是在开始使用服务前所需要做的事。</p>
<p>如果用户找不到通往注册表单的链接，他可就不会注册你的服务。因此让链接尽可能地显而易见是最关键的。那么设计师应该把“注册”的链接放在什么地方？根据调查，这个注册链接</p>
<p>* 59%的网站是放在网站的顶部（其中76%是被放在右上角）<br />
* 21%的网站是放在首页的突出位置（链接或者表单自己被放在首页上）<br />
* 9%是被隐藏在顶部“登陆”链接之后（例如：Craigslist）<br />
* 很少注册链接会被放在侧边栏上（7%-Propeller, Xing），但是4%的站点为用户直接提供服务，只有在用户需要保存设置的时候才需要用户进行注册。</p>
<p>2.表单的设计</p>
<p>2.1需要简化注册表单的样式吗？</p>
<p>当用户点击了注册链接之后，他很有可能想要注册你提供的服务。更重要的是，他并没有点击那些探索更深导航操作的链接或者具有吸引力的广告链接。</p>
<p>因此，设计师尝试去掉所有没必要的详细资料以及不能帮助用户完成表单的描述。常常只是呈现一个logo和表单自身，没有任何的导航操作和附加信息。用户必须尽可能地关注在他要去完成的任务上。任何会分散用户注意力的因素不应该被保留。</p>
<p>设计师经常使用“最小化”的布局来构建注册表单。根据调查，61%的web表单和普遍的页面相比更简单（例如：MovableType, Livejournal, Amazon, Yandex.ru）</p>
<p>从雅虎的注册表单可以看出，访问者只需要填写账户信息即可，没有别的干扰因素去分散用户的注意力。注意表单中的语气和语义都是吸引人的对话式，这既简单又友好。</p>
<p>Flixster是个典型的反面例子，它把表单页面塞得满满的，一点也不尊重它的访问者。注册页面上提供了每种可能的操作导航，并且登陆页面上右边的广告比登陆表单还要突出。Photobucket应该是我们见过的第二拥挤的表单。</p>
<p>2.2需要提供任何附加信息吗？</p>
<p>许多设计师试图通过类似于帮助、信息内容要求甚至是版权申明的附加信息来鼓励访问者主动填写表格。但是它不同于点对点，在大部分例子中注册的好处依然是通过表单来体现。</p>
<p>* 41%的表单告诉用户注册的好处（MySpace, Del.icio.us, Last.fm, LinkedIn, Digg, Mister Wong, Break.com）<br />
* 28%仅仅是单纯的注册页面，没有任何附加信息（Pownce, DeviantArt, Dailymotion）<br />
* 11%告诉用户需要多久时间来填写（Threadless, Newsvine, WordPress)<br />
* 很少一部分（6%）网站提到注册过程中所需要填写的信息。一些步骤中会提供一些警告（8%）和示意（6%，例如37signals, Bloglines）</p>
<p>2.3单页表单VS多页表单</p>
<p>调查结果中，93%的表单是单页表单。设计师试图帮助用户尽可能快速和无痛地完成注册流程。只有一些网站利用多页表单把探索用户参数选择结合在注册过程中。</p>
<p>比如，Meebo把一个完整的注册过程整合在一张注册表单中，并且通过一个弹出框的形式为用户提供注册向导。这个表单由6个页面组成，用户通过一些附加信息的选择从而进行他们账户的设置。</p>
<p>2.4输入框标附加信题需要突出吗？</p>
<p>62%的注册表单用粗体的方式去突出输入框的标题。还有的使用斜体去达到同样的效果。为了让标签能够更加可见，20%的注册表单用色彩，18%的用纯文本。</p>
<p>2.5标签对齐</p>
<p>* 41%的网站使用标签右对齐 （YouTube, Facebook, Metacafe）<br />
* 30%的注册表单使用顶端对齐（Behance.net, Wufoo, Tickspot, Mixx, DZone）<br />
* 29%使用的是左对齐（(Digg, Ning, Wykop.pl, 43things, StudiVZ）</p>
<p>根据“Matteo Penzo的标签放置研究结果（Matteo Penzo’s label placement research）”（1996）和“Luke Wroblewski的发现（Luke Wroblewski’s findings）”（PDF），右对齐由于几乎不需要眼睛的注视，能最大的减少完成的时间。如果你想要达到相同的目的但是只有一块受实际区域制约的垂直屏幕，标签顶端对齐则会更好一些。如果你想让用户了解标签的内容，左对齐则是最好的。</p>
<p>2.6有多少必填区域？</p>
<p>当进行一个调查时，我们已经注意到表单中的必填项越来越少了。几年前，设计师要求访问者填写他们的姓名、地址、城市和个人兴趣，但现在仅仅只需要登录名、密码和确认密码。</p>
<p>我们发现54%的表单要求用户最多填写5个输入框（其中6%的网站在使用服务前根本不需要注册）。34%的表单使用6-8个输入框，然而有12%的网站顶着用户的忍耐度让他们完成超过9个的必填项。</p>
<p>2.7有多少可选项？</p>
<p>和上面发现的类似，我们注意到大多数网站避免可选项并且要求用户在完成注册流程之后补全可选项。其中62%的表单根本就没有可选项，还有98%的表单有少于5个的可选项。</p>
<p>2.8垂直或者水平的安排区域</p>
<p>在这个方面，垂直无阻碍延伸的垂直布局区域是注册表单表现出强大趋势。86%的网站把输入框垂直布局。除此以外，15%的布局更强调利用漂亮且吸引人的视觉设计来让访问者在填写表单时感到更舒适。</p>
<p>Box.net提供了一个简单的垂直布局的输入区域。当用户输入数据的时候，他们的眼睛固定在纵轴输入框左侧的交叉点上。</p>
<p>Mint是一个横向布局的注册表单。当用户输入数据的时候，他们的眼睛需要跳来跳出。</p>
<p>3、表单的功能性</p>
<p>3.1.Hover,active,focus – 使用中的效果?</p>
<p>为了提高表单的完成率，设计师试图避免各种各样的分散因素，并且提供一个清晰明确并且简单的web表单。这就是为什么任何视觉效果需要非常适当地使用的原因。</p>
<p>* 84%的web表单没有任何种类的hover、active或者focus的效果<br />
* 16%使用非常细微的鼠标上移的效果</p>
<p>3.2. 帮助，支持，工具技巧：静态还是动态的？</p>
<p>有时候，输入区域的标签不够明确，但是用户却需要足够理解才能提供这些信息。用户名适用哪些字符格式？密码的字符数限制是多少？提供的Email地址会不会自动变成登录名使用？</p>
<p>用户通过建议和技巧的帮助最小化地减少输入框重新考虑的次数。而且，没有比虽然输入的内容看上去完全正确，但是输入框却不接受的情况更恼怒的了。为了避免这个问题，设计师（通常）使用不引人注目但清晰的建议提示。</p>
<p>调查报告中57%的web表单只有 “静态”的帮助提示，这些帮助提示只是之前假定好的一些和用户有关的提示信息；这些提示被明显地放在输入框的旁边。10%的操作提示通常是在一些帮助图标被点击之后或者用户输入信息时才会出现的。</p>
<p>3.3．帮助，支持，操作提示：应该放在什么位置？</p>
<p>当在为用户提供帮助时，一定要确定帮助是简单地提示，并且可以方便地被找到和理解。这是确保用户通过帮助提示不犯错误地完成表单的决定性因素。为了达到这个目标，你需要知道用户希望这些帮助在什么地方出现。所以，这些帮助和提示通常被放在表单的什么位置呢？</p>
<p>如果帮助提示出现的话，它们会出现在…</p>
<p>* 在输入区域下面（57%）<br />
* 在输入区域的右侧（26%）<br />
* 在输入区域的上方（13%）<br />
* 在输入区域的左侧（4%）</p>
<p>我们注意到提示信息直接放在输入框下方是一个强烈的趋势。通常这类帮助提示会有稍微不同的色彩，大部分情况比主要内容要浅一些。</p>
<p>3.4.输入确认：静态的还是Ajax动态？</p>
<p>去年一整年，很多网站为了和用户进行互动，看上去似乎确实充满了Ajax的应用，但Ajax在流行网站服务中仍然还没有设法达到临界点。令人惊讶的是，我们不能认清Ajax的趋势。用户在输入完所有信息点击提交按钮的“经典”确认技术依然比Javascript的实时确认要来的流行。</p>
<p>根据研究：</p>
<p>* 30%的表单只在表单顶部显示一条错误信息。（没有提示哪个输入框有问题）<br />
* 29%的表单会在输入框旁边提示相应的操作帮助（顶部没有提供错误信息）<br />
* 25%的表单同时使用错误信息和输入框提示。<br />
* 22%的表单利用Ajax的实时确认来进行提示。<br />
* 14%利用Javascript的错误提醒。<br />
* 1%的表单是用系统信息提醒，并且给出“后退”链接。</p>
<p>3.5．错误信息的设计</p>
<p>正如你所看到的，我们已经识别出6种不同类型的错误提示。显而易见，14%的表单仍旧使用Javascript错误窗口来传达问题（例如，YouSendIt, Mail.ru, Newsvine, Clipmarks, Yandex，看下面的截图），然而只有22%使用Ajax确认（通常用来确认用户名的有效性）。当然也显然的是没有一个网站是没有任何确认的。</p>
<p>Newsvine使用Javascript错误窗口来传达问题。</p>
<p>通常设计师试图报告错误的使用方法。a、在点击提交按钮之后显示错误信息；b、在视觉上高光“不正确”的输入框。第一种错误情况通常会作为一条信息在页面的顶部（表单之前）显示出来。第二种情况通常是把错误的输入框的边框色彩和输入的标签进行高光（大部分情况是红色的字体以及红色的背景色）。</p>
<p>有时候设计师合并两种技术并且利用输入区域高光错误信息的方法。例如，看一下Ning结合两种技术的注册表单</p>
<p>通常，红色被用于标示错误；但是在这种情况下就没有必要了。当表单完成时，Tickspot, Mixx.com和Furl使用黄色来表示遇到的问题。</p>
<p>不过，如果有任意一种色彩来表示注册成功的话，它应该就是绿色，97%的网站表示成功的视觉就是用绿色的。</p>
<p>3.6有必要确认Email吗？</p>
<p>只有18%的网站需要确认Email（例如，Odeo, Ning）。我们实在没有任何理由让用户重复输入email地址，毕竟用户能够看到他们输的是什么，因为email地址的区域不像是密码区域那样是以星状显示。</p>
<p>3.7有必要去确认密码吗？</p>
<p>当用户看不到自己所输的内容（他们看到的是以星号代替的）时让他们确认输入感觉上是有理由的。但是很多网站为了缩短完成注册表单的时间而去掉二次确认的步骤。</p>
<p>72%的情况是有必要确认密码的，但是许多例如Facebook，Friendster，LinkedIn, Stumbleupon, Pownce 和 Twitter的网站都不要求确认密码。</p>
<p>3.8. 需要使用校验码吗？</p>
<p>如果校验码去掉的话用户肯定很开心，但是实际上校验码却是必要的，因为网站需要防止垃圾注册软件创建很多垃圾帐户，不然他们需要不停地在数据库中过滤掉这些账户。</p>
<p>根据我们的调查：</p>
<p>* 52%的网站没有使用校验码。<br />
* 39%的网站是不能在不刷新页面的情况下实时刷新校验码的，这个实在是在可用性上非常的糟糕的一件事。</p>
<p>但是我们还是不能看清注册表单是否需要校验码的趋势。任何情况下，如果你使用校验码，请确定它是易可读的，或者在不可读的情况用户可以实时刷新校验码的。一些网站没有提供实时刷新校验码的功能，除了Digg，AOL, Slashdot, Google等。Fm倒是能够让校验码变成可以听的，当它很难被识别的时候。</p>
<p>3.9.需要使用取消按钮吗？</p>
<p>当我们在思考设计表单时一些认为会碰到的问题时，我们期望注册表单没有取消按钮，因为毕竟所有选项都已经填写好了，对于用户来讲就没有太大的意义去退出这个表单。然而我们在一定程度上错了。</p>
<p>只有8%的情况使用了取消按钮，这些情况中的一些取消按钮正好出现在“条款和协议”的下面（例如，Zoho Writer）。所以如果用户不同意服务条款，他们会退出这个流程。另一方面，一些服务在注册之前给出了一个支付方案（例如，Crazyegg）。在这种情况下用户选择错了支付方案时他们需要利用取消按钮返回并重新选择另外更好的支付方案。</p>
<p>除此以外：我们还是不明白为什么Dzone要把取消按钮放在注册表单的左侧。</p>
<p>如果使用取消按钮的话，有4%的情况是放在提交按钮的右侧。在这些网站中观察发现，取消和提交按钮没有非常强烈的视觉区别，而且还被挨在一起。从可用性观点上去看，把主要动作和次要动作用视觉区分开来并且用明确的空隙去区别它们是更有意义的。</p>
<p>3.10. 提交按钮的对齐方式</p>
<p>考虑到表单的样式，把提交按钮左对齐、右对齐或者放在中间是有实际意义的。有56%的设计师把提交按钮左对齐，第二位是26%的把按钮居中对齐。</p>
<p>右对齐的提交按钮依然比较流行（17%），但是一般都是起到需要进行下一步操作时的指示作用。在这些情况中提交按钮经常是以“继续”或者“下一步”为标题的。理由是：通常桌面软件中的“下一步”按钮就是放在右侧的。</p>
<p>3.11. 感谢信息</p>
<p>* 几年前，大多数服务在成功注册之后会提供一个简单，基础的感谢信息（通常还带有一个登录的链接），现在大多数站点都试图去激发用户立刻探索一下他们的服务。<br />
* 45%的网站要求用户在完成注册之后提供更多的信息，在他们的网站上找到自己的朋友，或者邀请用户的朋友来使用他们的网站。<br />
* 33%的表单会用友好并具有吸引力的语气指出 “接下来要去地方”（网站功能的探索）。<br />
* 4%的网站提供了一个基础的“谢谢你”的消息。<br />
* 2%是直接跳转到首页。</p>
<p>更多的发现</p>
<p>* 18%的注册表单旁边都会有登录表单或者登录连接。（例如, YouTube, Reddit, Digg, Lulu, Metacafe）<br />
* 78%的注册表单没有用星号或者高光去表示必选框；大多数情况无论星号或者其他形式的高光都不会被使用。<br />
* 9%的注册表单用流程指示来告诉用户他们进行到哪一步了，并且告诉他们哪些步骤是完成注册的必填项。<br />
* 85%的站点更喜欢用尽可能简单的web表单。<br />
* 区域通常都是用空白区来群组和拆分的，有时边框的用途也和空白区一样（22%），还有9%的情况是利用不同的背景色来区分。<br />
* 99%的案例中都是用到标签索引（除了Habrahabr）<br />
* 24%的表单使用谈话式的语气，试图通过标示的对话达到用户所需。在这种环境中通常使用类似“你叫什么？”，“你的Email请告诉我一下？”或者“我想要……”等非正式的语句。<br />
* 38%的网站宁可毅然选择正式商务的语气，友好地让用户填写所需的信息。（例如，“您的用户名”，“确认密码”等等）<br />
* 38%的网站使用系统语言，用户被要求“登录”，“用户密码”，“地址”等等。</p>
<p>总结</p>
<p>* 注册链接的标题大多数是“sign up”（40%）并且被放在右上角。<br />
* 注册表单为了避免分散用户的注意力而使用简单的样式。<br />
* 93%的注册表单是单页表单。<br />
* 41%的注册表单通过解释注册的优势来吸引用户注册。<br />
* 62%的输入框标题是通过加粗高亮的。<br />
* 标签不是都排成一条直线的。<br />
* 设计师试图不用必填项和可选项。<br />
* 86%的注册表单更喜欢用垂直布局的表单。<br />
* 注册表单没有任何hover,active或者focus的特效（84%）。<br />
* 提示和帮助不管是静态（57%）或者动态（33%）都是出现在输入框下方（57%）或者右侧(26%)。<br />
* 状态确认和动态确认一样流行。当然Ajax不是趋势<br />
* 82%不需要email确认<br />
* 72%需要密码确认<br />
* 校验码可用（48%）可不用（52%）<br />
* 92%不用取消按钮<br />
* 提交按钮是左对齐（56%）或者居中对齐（26%）<br />
* 感谢信息激发用户继续探索网站的服务（45%）</p>
<p>原文地址：</p>
<p>http://www.smashingmagazine.com/2008/07/04/web-form-design-patterns-sign-up-forms/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1270.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50个表单功能，验证，安全和自定义化的jQuery插件</title>
		<link>http://www.missage.com/1232.html</link>
		<comments>http://www.missage.com/1232.html#comments</comments>
		<pubDate>Fri, 09 Jul 2010 02:13:04 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[前端设计]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[web开发]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.missage.com/1232.html</guid>
		<description><![CDATA[<p><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_04.jpg" alt="" width="320" height="226" /><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_07.jpg" alt="" width="320" height="226" /></p>
]]></description>
			<content:encoded><![CDATA[<p>说实话，填写表单总是件很痛苦的事。那么对于开发者而言呢？可以创建一份表单说他们而言是件更为痛苦的事。没有人真正会喜欢他们，对于开发者而言，当涉及到表单开发时最困难的挑战并非仅仅在于创建一份简单且快速为用户所接受使用，但也必须是尽可能地方便且使用。这的确是相当的不容易啊。</p>
<h1>表单功能插件</h1>
<h2><a href="http://www.unwrongest.com/projects/elastic/" target="_blank">Elastic – Make your textareas grow</a></h2>
<p><a href="http://www.unwrongest.com/projects/elastic/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_01.jpg" alt="Elastic – Make your textareas grow - jQuery Form Plugin" width="320" height="226" /></a>这个<a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a>插件让你textareas表单域增长和缩小，以适应它的内容。它的灵感来自于Facebook 的 textareas 域。<br />
<a href="http://www.unwrongest.com/projects/elastic/" target="_blank">Elastic – Make your textareas grow »</a></p>
<h2><a href="http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/" target="_blank">jQuery “Highlight” Plugin</a></h2>
<p><a href="http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_02.jpg" alt="jQuery “Highlight” Plugin - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/" target="_blank">高亮区</a>可以提高表单的可用性，突出页面上的交互元素。其主要是在表单中使用，但它也可用于表格，列表，或任何您指定的元素。<br />
<a href="http://www.keyframesandcode.com/code/development/javascript/jquery-highlight-plugin/" target="_blank">jQuery “Highlight” Plugin »</a></p>
<h2><a href="http://www.lousyllama.com/sandbox/jquery-autotab" target="_blank">Autotab: jQuery Auto-Tabbing and Filtering</a></h2>
<p><a href="http://www.lousyllama.com/sandbox/jquery-autotab" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_03.jpg" alt="Autotab: jQuery Auto-Tabbing and Filtering - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.lousyllama.com/sandbox/jquery-autotab" target="_blank">Autotab</a>是一个<a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a>插件，它提供的自动切换和过滤表单域中的文本域。一旦输入的字符串达到了已定义的文本长度，它会自动切换到自动设置的目标元素。<br />
<a href="http://www.lousyllama.com/sandbox/jquery-autotab" target="_blank">Autotab: jQuery Auto-Tabbing and Filtering »</a></p>
<h2><a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin" target="_blank">Ajax Fancy Captcha</a></h2>
<p><a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_04.jpg" alt="Ajax Fancy Captcha - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin" target="_blank">Ajax Fancy Captcha</a>通过新页面帮助您保护页面远离机器人及垃圾邮件发送者的攻击，仅仅是通过很“人性化的验证”实现。这是通过将指定项拖拽到一个圆圈中实现的。<br />
<a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin" target="_blank">Ajax Fancy Captcha »</a></p>
<h2><a href="http://tpgblog.com/2010/03/23/noblecount-jquery-character-count-plugin/" target="_blank">jQuery NobleCount</a></h2>
<p><a href="http://tpgblog.com/2010/03/23/noblecount-jquery-character-count-plugin/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_05.jpg" alt="jQuery NobleCount - jQuery Form Plugin" width="320" height="226" /></a><a href="http://tpgblog.com/2010/03/23/noblecount-jquery-character-count-plugin/" target="_blank">NobleCount</a>可以动态地将textarea域中剩余字符的数目显示在本文中，Twitter风格。<br />
<a href="http://tpgblog.com/2010/03/23/noblecount-jquery-character-count-plugin/" target="_blank">jQuery NobleCount »</a></p>
<h2><a href="http://benjaminsterling.com/password-strength-indicator-and-generator/" target="_blank">Password Strength Indicator and Generator</a></h2>
<p><a href="http://benjaminsterling.com/password-strength-indicator-and-generator/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_06.jpg" alt="Password Strength Indicator and Generator - jQuery Form Plugin" width="320" height="226" /></a><a href="http://benjaminsterling.com/password-strength-indicator-and-generator/" target="_blank">Password Strength Indicator and Generator</a> 插件允许您设置元素的类，这样您就可以图形化显示密码的强度。<br />
<a href="http://benjaminsterling.com/password-strength-indicator-and-generator/" target="_blank">Password Strength Indicator and Generator »</a></p>
<h2><a href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" target="_blank">FormToWizard Plugin</a></h2>
<p><a href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_07.jpg" alt="FormToWizard Plugin - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" target="_blank">FormToWizard</a> 插件允许您以“依次向左”的步骤实现表单信息提交。<br />
<a href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" target="_blank">FormToWizard Plugin »</a></p>
<h2><a href="http://www.csskarma.com/blog/sliding-labels-v2/" target="_blank">Sliding Labels – jQuery Form Plugin</a></h2>
<p><a href="http://www.csskarma.com/blog/sliding-labels-v2/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_08.jpg" alt="Sliding Labels - jQuery Form Plugin" width="320" height="226" /></a><br />
<a href="http://www.csskarma.com/blog/sliding-labels-v2/" target="_blank">Sliding Labels – jQuery Form Plugin »</a></p>
<h2><a href="http://jquery.kuzemchak.net/toggleval.php" target="_blank">ToggleVal</a></h2>
<p><a href="http://jquery.kuzemchak.net/toggleval.php" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_09.jpg" alt="ToggleVal - jQuery Form Plugin" width="320" height="226" /></a><a href="http://jquery.kuzemchak.net/toggleval.php" target="_blank">ToggleVal</a>会让您选择以不同的方式来填充表单文本字段（某些不同的方式），当接收和失去焦点的时候会自动切换至默认值。<br />
<a href="http://jquery.kuzemchak.net/toggleval.php" target="_blank">ToggleVal »</a></p>
<h2><a href="http://itgroup.com.ph/alphanumeric/" target="_blank">jQuery AlphaNumeric</a></h2>
<p><a href="http://itgroup.com.ph/alphanumeric/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_10.jpg" alt="jQuery AlphaNumeric - jQuery Form Plugin" width="320" height="226" /></a><a href="http://itgroup.com.ph/alphanumeric/" target="_blank">jQuery AlphaNumeric</a> is a javascript control <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that allows you to limit what characters a user can enter on textboxes or textareas.<br />
<a href="http://itgroup.com.ph/alphanumeric/" target="_blank">jQuery AlphaNumeric »</a></p>
<h1>Form Encyription and Password Security</h1>
<h2><a href="http://www.dreamcss.com/2009/08/javascript-html-form-encryption-plugin.html" target="_blank">jCryption</a></h2>
<p><a href="http://www.dreamcss.com/2009/08/javascript-html-form-encryption-plugin.html" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_11.jpg" alt="jCryption - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.dreamcss.com/2009/08/javascript-html-form-encryption-plugin.html" target="_blank">jCryption</a> is a JavaScript HTML-Form encryption <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a>, which encrypts the POST/GET data submitted by forms.<br />
Normally, when you submit a form, data will be sent in plain text if no SSL is used. But SSL is not supported by every webhost nor it’s easy to install/apply at times. So in this situation the jCryption <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> helps you to encrypt your data with ease.<br />
<a href="http://www.dreamcss.com/2009/08/javascript-html-form-encryption-plugin.html" target="_blank">jCryption »</a></p>
<h2><a href="http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/" target="_blank">Password Validation Plugin</a></h2>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_12.jpg" alt="Password Validation Plugin - jQuery Form Plugin" width="320" height="226" /></a>This <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> offers a function that rates passwords for factors like mixed upper/lower case, mix of characters (digits, special characters), length and similarity to a username (optional) and gives a custom method for the validation <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that uses the rating function to display a password strength meter, requiring the field to have a “good” rating.<br />
<a href="http://bassistance.de/jquery-plugins/jquery-plugin-password-validation/" target="_blank">Password Validation Plugin »</a></p>
<h2><a href="http://www.unwrongest.com/projects/password-strength/" target="_blank">Password Strength – Estimates brute force time</a></h2>
<p><a href="http://www.unwrongest.com/projects/password-strength/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_13.jpg" alt="Password Strength – Estimates brute force time - jQuery Form  Plugin" width="320" height="226" /></a><a href="http://www.unwrongest.com/projects/password-strength/" target="_blank">Password Strength</a> tries to calculate how many possibilities the hacker needs to try to guess your password. It makes the assumption that it is possible to test 2800 million passwords per second.<br />
<a href="http://www.unwrongest.com/projects/password-strength/" target="_blank">Password Strength »</a></p>
<h2><a href="http://phiras.wordpress.com/2009/07/29/password-strength-meter-v-2/" target="_blank">Password Strength Meter v2</a></h2>
<p><a href="http://phiras.wordpress.com/2009/07/29/password-strength-meter-v-2/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_14.jpg" alt="Password Strength Meter v2 - jQuery Form Plugin" width="320" height="226" /></a>The <a href="http://phiras.wordpress.com/2009/07/29/password-strength-meter-v-2/" target="_blank">Password Strength Meter</a> works by presenting a global variable score and at the end of the algorithm the <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> will decide the passwords strength according to the score value.<br />
<a href="http://phiras.wordpress.com/2009/07/29/password-strength-meter-v-2/" target="_blank">Password Strength Meter v2 »</a></p>
<h1>Form Mask <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">Plugin</a></h1>
<h2><a href="http://digitalbush.com/projects/masked-input-plugin/" target="_blank">Masked Input Plugin</a></h2>
<p><a href="http://digitalbush.com/projects/masked-input-plugin/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_15.jpg" alt="Masked Input Plugin - jQuery Form Plugin" width="320" height="226" /></a>The <a href="http://digitalbush.com/projects/masked-input-plugin/" target="_blank">Masked Input</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">Plugin</a> allows a user to easily enter fixed width input fields where you would like them to enter the data in a certain format (dates,phone numbers, etc).<br />
<a href="http://digitalbush.com/projects/masked-input-plugin/" target="_blank">Masked Input Plugin »</a></p>
<h2><a href="http://decorplanit.com/plugin/" target="_blank">autoNumeric()</a></h2>
<p><a href="http://decorplanit.com/plugin/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_16.jpg" alt="autoNumeric() - jQuery Form Plugin" width="320" height="226" /></a><a href="http://decorplanit.com/plugin/" target="_blank">autoNumeric()</a> is a flexible International numeric formatter, that will automatically place a thousand separator as you type and supports nine different rounding methods.<br />
<a href="http://decorplanit.com/plugin/" target="_blank">autoNumeric() »</a></p>
<h1>Form Upload Plugins</h1>
<h2><a href="http://valums.com/ajax-upload/" target="_blank">AJAX Upload</a></h2>
<p><a href="http://valums.com/ajax-upload/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_17.jpg" alt="AJAX Upload - jQuery Form Plugin" width="320" height="226" /></a><a href="http://valums.com/ajax-upload/" target="_blank">AJAX Upload</a> allows you to easily upload multiple files without refreshing the page and can use any element to show the file selection window.<br />
<a href="http://valums.com/ajax-upload/" target="_blank">AJAX Upload »</a></p>
<h2><a href="http://pixeline.be/experiments/jqUploader/" target="_blank">jqUploader: jQuery Plugin for File Upload and Progressbar</a></h2>
<p><a href="http://pixeline.be/experiments/jqUploader/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_18.jpg" alt="jqUploader: jQuery Plugin for File Upload and Progressbar - jQuery  Form Plugin" width="320" height="226" /></a><a href="http://pixeline.be/experiments/jqUploader/" target="_blank">jqUploader</a> is a <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that substitutes the html file input fields with a flash-based file upload widget, allowing you to display a progressbar and percentage.<br />
<a href="http://pixeline.be/experiments/jqUploader/" target="_blank">jqUploader »</a></p>
<h2><a href="http://www.uploadify.com/" target="_blank">Uploadify</a></h2>
<p><a href="http://www.uploadify.com/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_19.jpg" alt="Uploadify - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.uploadify.com/" target="_blank">Uploadify</a> is a <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that allows the easy integration of a multiple (or single) file uploads on your website. It requires Flash and any backend development language. An array of options allow for full customization for advanced users, but basic implementation is so easy that even coding novices can do it.<br />
<a href="http://www.uploadify.com/" target="_blank">Uploadify »</a></p>
<h2><a href="http://nixbox.com/demos/jquery-uploadprogress.php" target="_blank">jQuery Uploadprogress Plugin</a></h2>
<p><a href="http://nixbox.com/demos/jquery-uploadprogress.php" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_20.jpg" alt="jQuery Uploadprogress Plugin - jQuery Form Plugin" width="320" height="226" /></a>This <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> will augment a standard file upload form with a transparent background upload and add a progress meter that will keep you graphically informed.<br />
<a href="http://nixbox.com/demos/jquery-uploadprogress.php" target="_blank">jQuery Uploadprogress »</a></p>
<h1>Form Skinning and Customisation</h1>
<h2><a href="http://widowmaker.kiev.ua/checkbox/" target="_blank">jQuery Checkbox</a></h2>
<p><a href="http://widowmaker.kiev.ua/checkbox/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_21.jpg" alt="jQuery Checkbox - jQuery Form Plugin" width="320" height="226" /></a>The <a href="http://widowmaker.kiev.ua/checkbox/" target="_blank">jQuery Checkbox</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> is a lightweight custom styled checkbox implementation that can also work with radio buttons.<br />
<a href="http://widowmaker.kiev.ua/checkbox/" target="_blank">jQuery Checkbox »</a></p>
<h2><a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/" target="_blank">Jqtransform – jQuery form plugin</a></h2>
<p><a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_22.jpg" alt="Jqtransform - jQuery form plugin - jQuery Form Plugin" width="320" height="226" /></a>This <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> is a <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> styling <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> which allows you to skin form elements with relative ease.<br />
<a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/" target="_blank">Jqtransform »</a></p>
<h2><a href="http://fuelyourcoding.com/scripts/infield/" target="_blank">In-Field Labels jQuery Plugin</a></h2>
<p><a href="http://fuelyourcoding.com/scripts/infield/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_23.jpg" alt="In-Field Labels jQuery Plugin - jQuery Form Plugin" width="320" height="226" /></a>This is a simple <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and leaving brings back the label.<br />
<a href="http://fuelyourcoding.com/scripts/infield/" target="_blank">In-Field Labels jQuery Plugin »</a></p>
<h2><a href="http://www.emblematiq.com/lab/niceforms/" target="_blank">Niceforms</a></h2>
<p><a href="http://www.emblematiq.com/lab/niceforms/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_24.jpg" alt="Niceforms - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.emblematiq.com/lab/niceforms/" target="_blank">Niceforms</a> is a script that will replace the most commonly used form elements with custom designed ones. You can either use the default theme that is provided or you can even develop your own look with minimal effort.<br />
<a href="http://www.emblematiq.com/lab/niceforms/" target="_blank">Niceforms »</a></p>
<h2><a href="http://plugins.jquery.com/project/jNice" target="_blank">jNice</a></h2>
<p><a href="http://plugins.jquery.com/project/jNice" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_26.jpg" alt="jNice - jQuery Form Plugin" width="320" height="226" /></a><a href="http://plugins.jquery.com/project/jNice" target="_blank">jNice</a> makes it easy to style rough and simple html forms into beautiful web forms, checkboxes, input elements and selectboxes by creating custom looking form elements, that function just like normal form elements.<br />
<a href="http://plugins.jquery.com/project/jNice" target="_blank">jNice »</a></p>
<h2><a href="http://pixelmatrixdesign.com/uniform/#" target="_blank">Uniform – Sexy forms with jQuery</a></h2>
<p><a href="http://pixelmatrixdesign.com/uniform/#" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_27.jpg" alt="Uniform - Sexy forms with jQuery - jQuery Form Plugin" width="320" height="226" /></a><a href="http://pixelmatrixdesign.com/uniform/#" target="_blank">Uniform</a> masks your standard form controls with custom themed controls. It works in sync with your real form elements to ensure accessibility and compatibility.<br />
<a href="http://pixelmatrixdesign.com/uniform/#" target="_blank">Uniform »</a></p>
<h2><a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" target="_blank">prettyCheckboxes</a></h2>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_28.jpg" alt="prettyCheckboxes - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" target="_blank">prettyCheckboxes</a> is for developers who wants to maintain a consistent style for checkboxes across all browsers. By using this script you wont loose any regular input usability.<br />
<a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" target="_blank">prettyCheckboxes »</a></p>
<h1>Form Select and Combo Boxes</h1>
<h2><a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" target="_blank">jquery.combobox</a></h2>
<p><a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_29.jpg" alt="jquery.combobox - jQuery Form Plugin" width="320" height="226" /></a><a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" target="_blank">jquery.combobox</a> is an unobtrusive way of creating a HTML type combobox from a existing HTML Select element(s).<br />
<a href="http://jquery.sanchezsalvador.com/page/jquerycombobox.aspx" target="_blank">jquery.combobox »</a></p>
<h2><a href="http://www.marghoobsuleman.com/jquery-image-dropdown" target="_blank">JavaScript Image Combobox</a></h2>
<p><a href="http://www.marghoobsuleman.com/jquery-image-dropdown" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_30.jpg" alt="JavaScript Image Combobox - jQuery Form Plugin" width="320" height="226" /></a>The fully skinnable <a href="http://www.marghoobsuleman.com/jquery-image-dropdown" target="_blank">Image Combobox</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> allows you to add an icon with each option that works with your existing “select” element.<br />
<a href="http://www.marghoobsuleman.com/jquery-image-dropdown" target="_blank">JavaScript Image Combobox »</a></p>
<h2><a href="http://mypocket-technologies.com/jquery/SelectBoxPlugin/" target="_blank">SelectBox Plug-in</a></h2>
<p><a href="http://mypocket-technologies.com/jquery/SelectBoxPlugin/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_31.jpg" alt="SelectBox Plug-in - jQuery Form Plugin" width="320" height="226" /></a><a href="http://mypocket-technologies.com/jquery/SelectBoxPlugin/" target="_blank">SelectBox Plug-in »</a></p>
<h2><a href="http://www.stevefenton.co.uk/Content/Jquery-Two-Sided-Multi-Selector/" target="_blank">Two Sided Multi Selector</a></h2>
<p><a href="http://www.stevefenton.co.uk/Content/Jquery-Two-Sided-Multi-Selector/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_32.jpg" alt="jQuery Two Sided Multi Selector - jQuery Form Plugin" width="320" height="226" /></a>This <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> converts a multi select list into a two-sided multi-select list. This means you display a list of options in the left hand box and items you select are moved into the right hand box.<br />
<a href="http://www.stevefenton.co.uk/Content/Jquery-Two-Sided-Multi-Selector/" target="_blank">Two Sided Multi Selector »</a></p>
<h2><a href="http://rmm5t.github.com/jquery-flexselect/" target="_blank">flexselect</a></h2>
<p><a href="http://rmm5t.github.com/jquery-flexselect/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_33.jpg" alt="flexselect - jQuery Form Plugin" width="320" height="226" /></a><a href="http://rmm5t.github.com/jquery-flexselect/" target="_blank">flexselect</a> takes the select box, and creates a hidden input element to track the associated value and creates a text input for the selection. It uses the LiquidMetal scoring algorithm to narrow the selection.<br />
<a href="http://rmm5t.github.com/jquery-flexselect/" target="_blank">flexselect »</a></p>
<h1>Form Time and Date Pickers</h1>
<h2><a href="http://haineault.com/media/jquery/ui-timepickr/page/" target="_blank">jQuery.timepickr.js</a></h2>
<p><a href="http://haineault.com/media/jquery/ui-timepickr/page/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_34.jpg" alt="jQuery.timepickr.js - jQuery Form Plugin" width="320" height="226" /></a><a href="http://haineault.com/media/jquery/ui-timepickr/page/" target="_blank">jQuery.timepickr.js</a> has been developed in a attempt to make the process of inputing time in a form as easy and natural as possible.<br />
<a href="http://haineault.com/media/jquery/ui-timepickr/page/" target="_blank">jQuery.timepickr.js »</a></p>
<h2><a href="http://www.eyecon.ro/datepicker/" target="_blank">DatePicker</a></h2>
<p><a href="http://www.eyecon.ro/datepicker/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_35.jpg" alt="DatePicker - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.eyecon.ro/datepicker/" target="_blank">DatePicker</a> is a feature rich and easy to customize <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that allows for single, multiple or range selection dates.<br />
<a href="http://www.eyecon.ro/datepicker/" target="_blank">DatePicker »</a></p>
<h2><a href="http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/" target="_blank">jQuery datePicker</a></h2>
<p><a href="http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_36.jpg" alt="jQuery datePicker - jQuery Form Plugin" width="320" height="226" /></a>This is a clean, flexible and unobtrusive <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> for <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> which allows you to easily add date inputing functionality to your web forms and pages.<br />
<a href="http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/" target="_blank">jQuery datePicker »</a></p>
<h2><a href="http://wiki.github.com/robmonie/jquery-week-calendar/" target="_blank">jQuery Week Calendar</a></h2>
<p><a href="http://wiki.github.com/robmonie/jquery-week-calendar/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_37.jpg" alt="jQuery Week Calendar - jQuery Form Plugin" width="320" height="226" /></a>The <a href="http://wiki.github.com/robmonie/jquery-week-calendar/" target="_blank">jQuery Week Calendar</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> provides a simple and flexible way of including a weekly calendar in your application and has been inspired by other online weekly calendars such as Google calendar.<br />
<a href="http://wiki.github.com/robmonie/jquery-week-calendar/" target="_blank">jQuery Week Calendar »</a></p>
<h1>Form Auto-Suggest</h1>
<h2><a href="http://code.drewwilson.com/entry/autosuggest-jquery-plugin" target="_blank">AutoSuggest</a></h2>
<p><a href="http://code.drewwilson.com/entry/autosuggest-jquery-plugin" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_38.jpg" alt="AutoSuggest - jQuery Form Plugin" width="320" height="226" /></a><a href="http://code.drewwilson.com/entry/autosuggest-jquery-plugin" target="_blank">AutoSuggest</a> is a lightweight <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that will will dynamically create all the HTML elements that is needed for turning any regular text input box into an auto-complete box.<br />
<a href="http://code.drewwilson.com/entry/autosuggest-jquery-plugin" target="_blank">AutoSuggest »</a></p>
<h2><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" target="_blank">Autocomplete</a></h2>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_39.jpg" alt="Autocomplete - jQuery Form Plugin" width="320" height="226" /></a>By giving an autocompleted field focus or entering something into it, the <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> starts searching for matching entries and displays a list of values to choose from. By entering more characters, the user can filter down the list to better matches.<br />
<a href="http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/" target="_blank">Autocomplete »</a></p>
<h2><a href="http://www.devbridge.com/projects/autocomplete/jquery/" target="_blank">Ajax Autocomplete</a></h2>
<p><a href="http://www.devbridge.com/projects/autocomplete/jquery/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_40.jpg" alt="Ajax Autocomplete for jQuery - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.devbridge.com/projects/autocomplete/jquery/" target="_blank">Ajax Autocomplete</a> allows you to easily create autocomplete/autosuggest boxes for text input fields with every query result being cached and pulled from local cache for the same repeating query. If there are no results for a particular query it stops sending requests to the server for other queries with the same root.<br />
<a href="http://www.devbridge.com/projects/autocomplete/jquery/" target="_blank">Ajax Autocomplete »</a></p>
<h2><a href="http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/" target="_blank">FaceBook Like – jQuery and autosuggest Search Engine</a></h2>
<p><a href="http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_41.jpg" alt="FaceBook Like – jQuery and autosuggest Search Engine - jQuery Form  Plugin" width="320" height="226" /></a><a href="http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/" target="_blank">FaceBook Like</a> is a powerful <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that transform an input field into a real time autocompletion search engine, designed, as the name suggests, similiar to the one on Facebook.<br />
<a href="http://www.web2ajax.fr/2008/02/03/facebook-like-jquery-and-autosuggest-search-engine/" target="_blank">FaceBook LikePlugin »</a></p>
<h1>Form Validation Plugins</h1>
<h2><a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/" target="_blank">A jQuery inline form validation, because validation is a mess</a></h2>
<p><a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_42.jpg" alt="A jQuery inline form validation, because validation is a mess -  jQuery Form Plugin" width="320" height="226" /></a>When an error needs to be displayed, this script creates a div and positions it in the top right corner of the input. This way you don’t have to worry about your HTML form structure. The rounded corners and shadows are pure CSS3 and degrade well in non compliant browsers.</p>
<h2><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank">Validation</a></h2>
<p><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_43.jpg" alt="Validation - jQuery Form Plugin" width="320" height="226" /></a>The <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank">Validation</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> is one of the oldest <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> plugins (started in July 2006) available that has proved itself due to reliabilty, ease of use and extensive docs.<br />
<a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/" target="_blank">Validation »</a></p>
<h2><a href="http://www.webdeveloperjuice.com/2010/03/22/highly-customizable-yet-simple-form-validation-jquery-plugin/" target="_blank">Highly Customizable Yet Simple Form Validation</a></h2>
<p><a href="http://www.webdeveloperjuice.com/2010/03/22/highly-customizable-yet-simple-form-validation-jquery-plugin/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_44.jpg" alt="Highly Customizable Yet Simple Form Validation - jQuery Form  Plugin" width="320" height="226" /></a>With this highly customizable <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> the user can set his own class to define the rule, set events onError and OnValid for a particular class and you can also add their own effects, may be <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jquery</a> animate().<br />
<a href="http://www.webdeveloperjuice.com/2010/03/22/highly-customizable-yet-simple-form-validation-jquery-plugin/" target="_blank">Highly Customizable Form Validation »</a></p>
<h2><a href="http://livevalidation.com/" target="_blank">LiveValidation – Validation as you type</a></h2>
<p><a href="http://livevalidation.com/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_45.jpg" alt="LiveValidation - Validation as you type - jQuery Form Plugin" width="320" height="226" /></a><a href="http://livevalidation.com/" target="_blank">LiveValidation</a> is a small open source javascript library for making client-side validation quick, easy, and powerful. It comprises of two main parts. Firstly, it provides developers with a rich set of core validation methods, which can also be used outside the context of forms. Secondly, it provides your visitors with real-time validation information as they fill out forms, helping them to get it right first time.<br />
<a href="http://livevalidation.com/" target="_blank">LiveValidation »</a></p>
<h2><a href="http://demos.usejquery.com/ketchup-plugin/index.html" target="_blank">Ketchup Plugin</a></h2>
<p><a href="http://demos.usejquery.com/ketchup-plugin/index.html" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_46.jpg" alt="Ketchup Plugin - jQuery Form Plugin" width="320" height="226" /></a><a href="http://demos.usejquery.com/ketchup-plugin/index.html" target="_blank">Ketchup Plugin</a> is a slim <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">Plugin</a> that validates your forms. It aims to be very flexible and extendable for its appearance and functionality.<br />
<a href="http://demos.usejquery.com/ketchup-plugin/index.html" target="_blank">Ketchup Plugin »</a></p>
<h2><a href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank">jTip – The Jquery Tool Tip</a></h2>
<p><a href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_47.jpg" alt="jTip - The Jquery Tool Tip - jQuery Form Plugin" width="320" height="226" /></a>jTip pulls content into a tool tip using the HttpXMLRequest object. By adding a class attribute value of “jTip” to a link element you can create a tooltip from the content found in the file the href is pointing too.<br />
<a href="http://www.codylindley.com/blogstuff/js/jtip/" target="_blank">jTip »</a></p>
<h2><a href="http://www.geektantra.com/2009/09/jquery-live-form-validation/" target="_blank">jQuery Live Form Validation</a></h2>
<p><a href="http://www.geektantra.com/2009/09/jquery-live-form-validation/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_49.jpg" alt="jQuery Live Form Validation - jQuery Form Plugin" width="320" height="226" /></a>This <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> helps you to easily create form validations with high flexibility and is a packaged with a huge set of options.<br />
<a href="http://www.geektantra.com/2009/09/jquery-live-form-validation/" target="_blank">jQuery Live Form Validation »</a></p>
<h2><a href="http://www.unwrongest.com/projects/valid8/" target="_blank">Valid8 – An input field validation plugin</a></h2>
<p><a href="http://www.unwrongest.com/projects/valid8/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_50.jpg" alt="Valid8 – An input field validation plugin for Jquery - jQuery Form  Plugin" width="320" height="226" /></a><a href="http://www.unwrongest.com/projects/valid8/" target="_blank">Valid8</a> solves both simple and complex validation scenarios. Everything from a basic required field to regular expressions, ajax requests and arbitrary javascript functions.<br />
<a href="http://www.unwrongest.com/projects/valid8/" target="_blank">Valid8 – An input field validation plugin »</a></p>
<h2><a href="http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/" target="_blank">jVal – jQuery Form Field Validation Plugin</a></h2>
<p><a href="http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/" target="_blank"><img src="http://speckyboy.specky.netdna-cdn.com/wp-content/uploads/2010/06/jquery_form_plugin_51.jpg" alt="jVal - jQuery Form Field Validation Plugin - jQuery Form Plugin" width="320" height="226" /></a><a href="http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/" target="_blank">jVal</a> is a <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> form field validation <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a> that provides an appealing animated message flyout that doesn’t impede form layout/design while being user-friendly.<br />
<a href="http://www.overset.com/2008/07/31/jval-jquery-form-field-validation-plugin/" target="_blank">jVal »</a></p>
<h1>The Original <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">Plugin</a></h1>
<h2><a href="http://www.malsup.com/jquery/form/#getting-started" target="_blank">jQuery Form Plugin</a></h2>
<p><a href="http://www.malsup.com/jquery/form/" target="_blank"><img src="http://speckyboy.com/wp-content/uploads/2010/06/jquery_form_plugin_50.jpg" alt="jQuery Form Plugin - jQuery Form Plugin" width="320" height="226" /></a>And if all of the rest of the plugins on this page can’t help, you can always rely on the original <a title="Posts tagged with JQuery" rel="tag nofollow" href="http://www.iwanna.cn/tags/jquery/">jQuery</a> form <a title="Posts tagged with Plugin" rel="tag nofollow" href="http://www.iwanna.cn/tags/plugin/">plugin</a>: <a href="http://www.malsup.com/jquery/form/#getting-started" target="_blank">jQuery Form Plugin »</a></p>
<p>原文：<a href="http://speckyboy.com/2010/06/22/50-jquery-plugins-for-form-functionality-validation-security-and-customisation/">http://speckyboy.com/2010/06/22/50-jquery-plugins-for-form-functionality-validation-security-and-customisation/</a><br />
翻译：<a href="http://www.iwanna.cn/archives/2010/07/08/4164/">http://www.iwanna.cn/archives/2010/07/08/4164/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1232.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15个优秀的表格设计技巧</title>
		<link>http://www.missage.com/1183.html</link>
		<comments>http://www.missage.com/1183.html#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:11:52 +0000</pubDate>
		<dc:creator>simondai</dc:creator>
				<category><![CDATA[网络先锋]]></category>
		<category><![CDATA[web设计]]></category>
		<category><![CDATA[表单]]></category>
		<category><![CDATA[设计欣赏]]></category>

		<guid isPermaLink="false">http://www.missage.com/1183.html</guid>
		<description><![CDATA[<img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160541_65905.jpg" border="0" alt="" />]]></description>
			<content:encoded><![CDATA[<p>从某种意义上来说，的确如此。一个好的表格应该以易于理解，简单明了的方式传递大量的信息。真正的重点应该 放在信息上， 对表格的过度设计会抵消这种作用。从另一方面来说，巧妙的设计不仅可以使一个表格更具吸引力， 而且可以增加可读性。</p>
<p>今天我们来看看提升表格功能和美观的几种方式。我们经常会在网上的价格页上看到表格的应用，因此主要以该种表 单为例。请记住这些原则可以应用到任意类型的信息列表上（不仅限于 <em>&lt;table&gt;</em>).</p>
<h2>垂直，水平或矩阵？Vertical, Horizontal or Matrix?</h2>
<p>一如以往，我们从最明显的地方开始。第一步是决定表格的整体结构。结构取决于呈现数据的类型和复杂性。选择 垂直的列还是水平行，通常取决于个人偏好。大致规划下表单的内容，然后决定采取哪种方法能更好地传递信息。很显然，如果信息包含多变量，那么选择矩阵来表示。下面分别以几个简单案例来开始。</p>
<h3><a href="http://bigcartel.com/signup">垂直</a></h3>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160500_41425.jpg" border="0" alt="" /></p>
<div><a href="http://bigcartel.com/signup"></a></div>
<h3><a href="http://uploadrobots.com/upgrade">水平</a></h3>
<h3><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160517_78077.jpg" border="0" alt="" /></h3>
<div><a href="http://uploadrobots.com/upgrade"></a></div>
<h3><a href="http://www.cannybill.com/pricing.html">矩阵</a></h3>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160541_74121.jpg" border="0" alt="" /></p>
<div><a href="http://www.cannybill.com/pricing.html"></a></div>
<h2>从Excel中开始Start in Excel</h2>
<p>希望这是我第一次也是最后一次建议用Microsoft Office来进行相关设计。事实上，表格确实很容易用Excel来完成，这正是Excel的强项。用HTML来组织结构需要写复杂代码，通常会比Excel耗时。</p>
<p>我偶然发现了一个小的web应用程序：<a href="http://tableizer.journalistopia.com/">Tableizer</a> ，它可以把Excel里的表格粘贴进来转换成HTML。利用这种方式你仍然需要自己写一些样式，但是会节省前期的表格构建时间。</p>
<h3><a href="http://tableizer.journalistopia.com/">Tableizer</a></h3>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160556_41550.gif" border="0" alt="" /></p>
<div><a href="http://tableizer.journalistopia.com/"></a></div>
<h2>使用表格生成器Use a Table Generator</h2>
<p>痛恨Excel吗？别急，我也是。如果你想节省自己生成简单结构的HTML表格时间，网上有成千上万的表格生成器可以选用。请注意我说的是“简单结构”。不要以为用了这些生成器你就什么都不需要做了。</p>
<p>这里有几款简单的免费表格生成器：</p>
<ul>
<li><a href="http://www.quackit.com/html/html_table_generator.cfm">QuackIt</a></li>
<li><a href="http://tablegen.nfshost.com/">Table Generator</a></li>
<li><a href="http://www.askthecssguy.com/kotatsu/index.html">Kotatsu</a></li>
<li><a href="http://www.spectrum-research.com/V2/generators/tableframe.asp">Spectrum Research</a></li>
</ul>
<h2>一个小样式走了好长一段路A Little Styling Goes a Long Way</h2>
<p>现在你已经有了一个简单的表格，下面需要加一些CSS.当然你可以花大量时间选用各种样式。只需要记住，即使一 点点的颜色和字体样式都可以大幅度提高表格的可读性和吸引力。</p>
<p>这里有一些如何正确给表格添加样式的指南。</p>
<h3><a href="http://css-tricks.com/video-screencasts/61-basic-table-styling">CSS的技巧：利用基本的CSS样式表格<br />
</a></h3>
<div><a href="http://css-tricks.com/video-screencasts/61-basic-table-styling"></a></div>
<h3><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160511_71858.jpg" border="0" alt="" /></h3>
<h3><a href="http://veerle.duoh.com/blog/comments/a_css_styled_table">Veerle: 一个CSS样式表格</a></h3>
<div><a href="http://veerle.duoh.com/blog/comments/a_css_styled_table"></a></div>
<h2><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160523_39045.gif" border="0" alt="" /></h2>
<h2>增加特征组Add a Featured Section</h2>
<p>这种做法在价格列表里很常见，也适用于其他的表格。看看表格的信息是否有必要让浏览者的注意力集中到某个特 定区域。用于显示属性的最佳值或者某个常用要素，用不同的颜色和/或不同的大小来区分。</p>
<p>有多种方法可以实现这种方式。下面举例说明几则：</p>
<h3><a href="http://onehub.com/products/transfers/pricing">不同颜色</a></h3>
<div><a href="http://onehub.com/products/transfers/pricing"></a></div>
<h3><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160538_38222.gif" border="0" alt="" /></h3>
<h3><a href="https://acrobat.com/pricing.html">不同大小</a></h3>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160556_43427.jpg" border="0" alt="" /></p>
<div><a href="https://acrobat.com/pricing.html"></a></div>
<h3><a href="http://www.formspring.com/pricing.html">不同颜色和大小</a></h3>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160507_27223.jpg" border="0" alt="" /></p>
<div><a href="http://www.formspring.com/pricing.html"></a></div>
<h2>对信息进行排序Make the Information Sortable</h2>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160519_47944.jpg" border="0" alt="" /></p>
<div><a href="http://www.mint.com/"></a></div>
<p>如果表格信息很多，分成几列，可以对列进行排序，用户可以选择按他们希望的方式浏览。 <a href="http://www.mint.com/">Mint.com</a>对交易列表进行了排序，用户可以很容易地从按日期浏览切换到按种类浏览，从而能比较出哪一块你愿意花很多钱。如上截图所示，显然我更喜欢吃油腻的快餐。</p>
<p>下面是两种对表格排序的不同方法:</p>
<ul>
<li><a href="http://designshack.co.uk/articles/css/Sort%20table%20rows%20using%20Ajax">用Ajax (WoorkUp)对表格行排序</a></li>
<li><a href="http://yoast.com/articles/sortable-table/">表格排序 JavaScript (Yoast)</a></li>
</ul>
<h2>使用图标Use Icons</h2>
<div><a href="http://www.speaklight.com/pricing"></a></div>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160530_72029.gif" border="0" alt="" /></p>
<p>我在上面提到，表格的信息设计要点是让用户第一眼就能看明白。通过减少必要的阅读，精心设计的图标能够提高浏览速度，增加用户对表格信息的理解。</p>
<p>小心这也是个双刃剑。复杂的图标也会让用户迷惑，不知道你究竟要表达什么。</p>
<h2>增加斑马条纹Add Zebra Stripes</h2>
<div><a href="https://app.shopify.com/services/signup"></a></div>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160541_65905.jpg" border="0" alt="" /></p>
<p>这是一个非常基本的概念，可以追溯到信息表格的存在。加入交替行颜色可以帮助用户集中视线，把在边上或者底 部设定好的分类信息和表格中心的浮动信息关联在一起。这个简单的技术可以增加大小表格的可读性。这确实是一个好的经验法则，如果你的表格需要用户关联分开的信息，那么始终包含斑马线（或其他视觉辅助）。</p>
<p>下面是一些给表格增加斑马线的免费资源：</p>
<ul>
<li><a href="http://designshack.co.uk/articles/css/Styling%20Zebra%20Striped%20Tables%20With%20CSS">Styling Zebra Striped Tables With CSS (CSS Newbie)</a></li>
<li><a href="http://davidwalsh.name/mootools-zebra-table-plugin">MooTools Zebra Table Plugin (David Walsh)</a></li>
<li><a href="http://css-tricks.com/snippets/php/php-zebra-striping-a-table/">PHP Zebra Striping a Table (CSS-Tricks)</a></li>
<li><a href="http://css-tricks.com/snippets/jquery/jquery-zebra-stripe-a-table/">jQuery Zebra Stripe a Table (CSS-Tricks)</a></li>
</ul>
<h2>为Web 2.0做好准备</h2>
<div><a href="http://graphicriver.net/item/super-bright-pricing-tables-in-4-colors/76260?ref=secondfret"></a></div>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160551_50823.jpg" border="0" alt="" /></p>
<p>闪亮的web 2.0 样式设计可能有点过度使用。但是这确实可以很快抓住眼球。我绝对不建议对已经很复杂的表格增加太多冗余的花哨耀眼的元素，在这种情况下，需要选择简单的方式。然而，如果你需要设计一个只有几项的小表格，那么也不妨让它看起来神奇一点。</p>
<h2>极简主义</h2>
<div><a href="http://www.daytum.com/about/features"></a></div>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160505_42888.gif" border="0" alt="" /></p>
<p>不喜欢上面的耀眼web 2.0样式？没关系，还有一种很强的观点认为应该减少表格的图形。这种做法可以让用户没有任何干扰的只关注内容。使用干净细微的网格线（或没有线条），简单的字体和颜色，可以很好的和背景形成对比。</p>
<h2>增加搜索功能Add a Search Feature</h2>
<p>有时候仅仅增加排序功能是不够的。当你有成页的内容要排序的时候，最好的方法是使用搜索。</p>
<p>我找到的下面这两种表格过滤方法都采用了JavaScript。你还有其他的方式吗？</p>
<ul>
<li><a href="http://www.tomcoote.co.uk/jQueryColumnFilters.aspx">jQuery Column Filters</a></li>
<li><a href="http://www.javascriptkit.com/script/script2/tablefilter.shtml">Cut &amp; Paste HTML Table filter script</a></li>
</ul>
<h2>去除冗余Don’t Overload the Table with Redundancies</h2>
<div><a href="http://invoicemachine.com/pricing"></a></div>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160519_66307.gif" border="0" alt="" /></p>
<p>应用开发者喜欢通过表格显示其有多种强大的功能。然而，有时候设计者会给表格增加许多没用的多余的信息，而 他们本可以以更好的方式来显示。</p>
<p>看一下Invoice Machine的例子，表格里除了最上面的三种功能，其他功能的四个条目项都一样。该表格因此增加了没有必要的15行。解决方法可以通过一个简单的公告列表说明“我们的计划都包括以下功能”，用户能够快速看到，他们无论选择哪个计划，都会具备这些功能。表格只需要缩短成3-4行，用来显示不同的部分。我再次重申，表格应该让信息更易读。如果您的表格不符合这一目标则会适得其反。</p>
<h2><a href="http://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx">创建可扩展区域Create Expandable Areas</a></h2>
<div><a href="http://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx"></a></div>
<p><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160531_28013.jpg" border="0" alt="" /></p>
<p>另外一个功能是给表格的特定行增加展开功能。可以把大量内容放置到一个相对整齐的空间。一个简单的jQuery小 插件jExpand可以实现这个功能。具体实现可以查看 <a href="http://www.jankoatwarpspeed.com/post/2009/07/20/Expand-table-rows-with-jQuery-jExpand-plugin.aspx">tutorial from jankoatwarpspeed</a></p>
<p>如果你的表格使用了展开功能，那么表头一定要设计得能让用户清晰地找到这个功能。不要让用户重重筛选才能找到他们所需要的信息。</p>
<h2>高亮突出关联性Highlight Relationships</h2>
<p>这种技术增加了复杂表格或矩阵的可读性。无论用户鼠标悬停到单元的列还是行，都会高亮突出整个单元。<a href="http://www.askthecssguy.com/examples/orbitz/example05.html">请见详例</a>.</p>
<p>点击如下“Ask The CSS Guy”里的例子可以看到如何实现这种效果。</p>
<h3><a href="http://www.askthecssguy.com/2007/09/sangeeta_asks_the_css_guy_how_1.html">如何创建类似Orbitz’s airline的航空时刻和价格矩阵表格</a></h3>
<div><a href="http://www.askthecssguy.com/2007/09/sangeeta_asks_the_css_guy_how_1.html"></a></div>
<h2><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160543_11530.gif" border="0" alt="" /></h2>
<h2>增加动态选择效果Add a Dynamic Selection Effect</h2>
<p>这里是“Ask The CSS Guy”里的另一个例子，允许用户选择表格的给定列（价格表），当前选择会高亮突出显示，并且能展开显示更多信息。这种方式和上一个例子是一致的，但是有不同的效果。查看<a href="http://www.askthecssguy.com/examples/crazyegg/example10.html">demo </a>具体实现请点击：</p>
<h3><a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html">创建类似Crazy Egg’s价格列表动态高亮列效果的表格</a></h3>
<div><a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html"></a></div>
<h2><img src="http://cdn.yeeyan.org/upload/attached/2010-05/31/20100531160554_15691.jpg" border="0" alt="" /></h2>
<p>原文：<a href="http://article.yeeyan.org/view/155461/108136">http://article.yeeyan.org/view/155461/108136</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.missage.com/1183.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

