<?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.qianduan.net/tag/%e8%a1%a8%e5%8d%95/feed" rel="self" type="application/rss+xml" />
	<link>http://www.qianduan.net</link>
	<description>专注于网站前端设计与前端开发</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:05:28 +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>PPT:HTML5 表单——为体验而生</title>
		<link>http://www.qianduan.net/ppt-html5-form-for-user-experience.html</link>
		<comments>http://www.qianduan.net/ppt-html5-form-for-user-experience.html#comments</comments>
		<pubDate>Sun, 08 Aug 2010 03:56:32 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=12252</guid>
		<description><![CDATA[这是之前组内分享的一个PPT，关于HTML5的表单，本来想整理成文字的，由于精力有限，终于决定放弃，偷个懒，直接把PPT放上来～... ]]></description>
			<content:encoded><![CDATA[<p>这是之前组内分享的一个PPT，关于HTML5的表单，本来想整理成文字的，由于精力有限，终于决定放弃，偷个懒，直接把PPT放上来～～</p>
<p>个人认为表单是HTML5的最大改进之一，它也被业界称为web form 2.0，这种称呼是名副其实的，从HTML3.2(1997年1月)到HTML4(1997年12月)，旧的表单陪伴了我们十几年，始终没有太大的改进。HTML5表单不仅仅大大的改进了表单的功能，改进了表单的语义化，同时也是对用户体验的一次增强，而对前端开发者来说，HTML5表单也可以大大增加工作效率。</p>
<p>不多说了，看PPT：</p>
<div id="__ss_4921810" style="width: 425px;"><strong><a title="Html5 表单" href="http://www.slideshare.net/mienflying/html5-4921810">Html5 表单</a></strong><object id="__sse4921810" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=html52-100807223315-phpapp01&amp;rel=0&amp;stripped_title=html5-4921810" /><param name="name" value="__sse4921810" /><param name="allowfullscreen" value="true" /><embed id="__sse4921810" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=html52-100807223315-phpapp01&amp;rel=0&amp;stripped_title=html5-4921810" name="__sse4921810" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<h3>关于HTML 5表单的几个要点：</h3>
<ul>
<li>浏览器遇到不支持的input type的时候，会将其解析为默认的text，所以在项目中可以大胆的使用相应的type；</li>
<li>mobile webkit对range type的支持不完善，可能是因为它对css appearance的支持不足；</li>
<li>W3C只规范了HTML 5表单的内容，并没有定义其实现方式，各浏览器实现的UI出现差异成为一种必然；</li>
</ul>
<p>如果你对HTML5表单有疑问或更好的认识和经验，欢迎通过评论提出～～</p>
<p>PS:发现现在Chrome dev版本也开始支持HTML5表单中的日期类型了，这和PPT中有点儿出入 @2010/8/8</p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/ppt-html5-form-for-user-experience.html/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>25个时尚的网站表单设计</title>
		<link>http://www.qianduan.net/25-stylish-examples-of-web-forms.html</link>
		<comments>http://www.qianduan.net/25-stylish-examples-of-web-forms.html#comments</comments>
		<pubDate>Sun, 07 Jun 2009 04:22:38 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[ShowCase]]></category>
		<category><![CDATA[时尚]]></category>
		<category><![CDATA[表单]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=10401</guid>
		<description><![CDATA[网站表单是允许用户和网站进行交互的主要方式。无论是注册一项服务、在日志上发表评论、或者通过基于网页的客户端比如Gmail写邮件——表单是现代网站和网站应用的重要成分... ]]></description>
			<content:encoded><![CDATA[<div>译自：<a href="http://sixrevisions.com/user-interface/25-stylish-examples-of-web-forms/" target="_blank">25 Stylish Examples of Web Forms</a><br />
中文：<a href="http://www.qianduan.net/25-stylish-examples-of-web-forms.html">网站表单的25个时尚的实例</a><br />
版权所有，转载请注明出处，多谢！<br />
<hr />
</div>
<p>网站表单是允许用户和网站进行交互的主要方式。无论是注册一项服务、在日志上发表评论、或者通过基于网页的客户端比如Gmail写邮件——表单是现代网站和网站应用的重要成分。</p>
<p>在本辑展示中，你将能看到一批<strong>出色的</strong> 和<strong>良好建构的</strong> <strong>网站表单设计</strong> ，你可以从中找到如何制作和设计迷人和令人印象深刻的HTML表单的灵感和创意。</p>
<p><span id="more-10401"></span></p>
<h4>1. <a href="http://www.alexcohaniuc.com/">Alexandru Cohaniuc</a></h4>
<p><a href="http://www.alexcohaniuc.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_alexandru.jpg" width="550" height="300" alt="Alexandru Cohaniuc" /></a></p>
<h4>2. <a href="http://tearoundapp.com/">Tea Round App</a></h4>
<p><a href="http://tearoundapp.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_tea_round_app.jpg" width="550" height="300" alt="Tea Round" /></a></p>
<h4>3. <a href="http://listen.grooveshark.com/">Grooveshark</a></h4>
<p><a href="http://listen.grooveshark.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_grooveshark.jpg" width="550" height="300" alt="Grooveshark" /></a></p>
<h4>4. <a href="http://www.substrakt.co.uk/contact/">Substrakt</a></h4>
<p><a href="http://www.substrakt.co.uk/contact/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_subtrackt.jpg" width="550" height="300" alt="Substrakt" /></a></p>
<h4>5. <a href="http://www.themattinator.com/">Matt</a></h4>
<p><a href="http://www.themattinator.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_matt.jpg" width="550" height="300" alt="Matt" /></a></p>
<h4>6. <a href="http://www.pixelightcreative.com/">Pixelight  Creative</a></h4>
<p><a href="http://www.pixelightcreative.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_pixelight.jpg" width="550" height="300" alt="Pixelight Creative" /></a></p>
<h4>7. <a href="https://www.getballpark.com/public/signup?plan=5">Ballpark</a></h4>
<p><a href="https://www.getballpark.com/public/signup?plan=5"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_ballpark.jpg" width="550" height="300" alt="Ballpark" /></a></p>
<h4>8. <a href="http://www.maquinastudio.com/contact/">MAQUINA  studio</a></h4>
<p><a href="http://www.maquinastudio.com/contact/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_maquina.jpg" width="550" height="300" alt="MAQUINA studio" /></a></p>
<h4>9. <a href="http://nclud.com/contact/">nclud</a></h4>
<p><a href="http://nclud.com/contact/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_nclud.jpg" width="550" height="300" alt="nclud" /></a></p>
<h4>10. <a href="http://monassoc.com/signup">MonAssoc</a></h4>
<p><a href="http://monassoc.com/signup"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_monassoc.jpg" width="550" height="300" alt="MonAssoc" /></a></p>
<h4>11. <a href="http://www.komodomedia.com/blog/2009/04/dragon-interactive-anand-sharma/#comments">Komodo  Media</a></h4>
<p><a href="http://www.komodomedia.com/blog/2009/04/dragon-interactive-anand-sharma/#comments"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_komodo.jpg" width="550" height="300" alt="Komodo Media" /></a></p>
<h4>12. <a href="http://alldevjobs.com/">AllDevJobs.com</a></h4>
<p><a href="http://alldevjobs.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_alldevjobs.jpg" width="550" height="300" alt="AllDevJobs.com" /></a></p>
<h4>13. <a href="http://paramoreredd.com/connect/">Connect</a></h4>
<p><a href="http://paramoreredd.com/connect/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_connect.jpg" width="550" height="300" alt="Connect" /></a></p>
<h4>14. <a href="http://www.tvidesign.co.uk/">TVI</a></h4>
<p><a href="http://www.tvidesign.co.uk/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_tvi.jpg" width="550" height="300" alt="TVI" /></a></p>
<h4>15. <a href="http://www.webgrapes.it/contact">Webgrapes</a></h4>
<p><a href="http://www.webgrapes.it/contact"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_webgrapes.jpg" width="550" height="300" alt="Webgrapes" /></a></p>
<h4>16. <a href="http://headscape.co.uk/">Headscape</a></h4>
<p><a href="http://headscape.co.uk/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_headscape.jpg" width="550" height="300" alt="Headscape" /></a></p>
<h4>17. <a href="http://digg.com/">Digg</a></h4>
<p><a href="http://digg.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_digg.jpg" width="550" height="300" alt="Digg" /></a></p>
<h4>18. <a href="http://graphik.fi/contact/">Graphik.fi</a></h4>
<p><a href="http://graphik.fi/contact/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_graphik.jpg" width="550" height="300" alt="Graphik.fi" /></a></p>
<h4>19. <a href="http://collabfinder.com/">CollabFinder</a></h4>
<p><a href="http://collabfinder.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_collabfinder.jpg" width="550" height="300" alt="CollabFinder" /></a></p>
<h4>20. <a href="http://digitalmash.com/journal/articles/expression-engine-quick-dirty/">Digitalmash</a></h4>
<p><a href="http://digitalmash.com/journal/articles/expression-engine-quick-dirty/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_expressionengine.jpg" width="550" height="300" alt="Digitalmash" /></a></p>
<h4>21. <a href="http://www.kontain.com/#signup">Kontain</a></h4>
<p><a href="http://www.kontain.com/#signup"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_kontain.jpg" width="550" height="300" alt="Kontain" /></a></p>
<h4>22. <a href="http://socialsnack.com/">SocialSnack</a></h4>
<p><a href="http://socialsnack.com/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_socialsnack.jpg" width="550" height="300" alt="SocialSnack" /></a></p>
<h4>23. <a href="http://www.haveamint.com/contact">Mint</a></h4>
<p><a href="http://www.haveamint.com/contact"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_mint.jpg" width="550" height="300" alt="Mint" /></a></p>
<h4>24. <a href="http://www.bbc.co.uk/">BBC</a></h4>
<p><a href="http://www.bbc.co.uk/"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_bbc.jpg" width="550" height="300" alt="BBC" /></a></p>
<h4>25. <a href="https://ac.mediatemple.net/login.mt?redirect=home.mt">Media Temple</a></h4>
<p><a href="https://ac.mediatemple.net/login.mt?redirect=home.mt"><img src="http://www.qianduan.net/wp-content/uploads/2009/06/06_mediatemple.jpg" width="550" height="300" alt="Media Temple" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/25-stylish-examples-of-web-forms.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>24个出色的联系表单页面设计</title>
		<link>http://www.qianduan.net/24-contact-form-page-designs.html</link>
		<comments>http://www.qianduan.net/24-contact-form-page-designs.html#comments</comments>
		<pubDate>Fri, 08 May 2009 13:41:19 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[ShowCase]]></category>
		<category><![CDATA[出色]]></category>
		<category><![CDATA[表单]]></category>
		<category><![CDATA[设计]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=9052</guid>
		<description><![CDATA[有的网站没有“联系我们”页面，有些网站只有一个email超级连接，而且有些网站还将Email地址做成图片来避免垃圾邮件。这些做法都会掩盖了联系表单的潜力和优势。请不要低估联系表单的作... ]]></description>
			<content:encoded><![CDATA[<div>译自：<a href="http://www.tutzone.org/2009/05/24-contact-form-page-designs-full-of.html" target="_blank">TutZone</a><br />
原文：<a href="http://www.qianduan.net/24-contact-form-page-designs.html">24个出色的联系表单页面设计</a><br />
版权所有，转载请注明出处，多谢！
</div>
<hr />
<p>有的网站没有“联系我们”页面，有些网站只有<strong>一个email超级连接</strong>，而且有些网站还将Email地址<strong>做成图片</strong>来避免垃圾邮件。这些做法都会掩盖了联系表单的潜力和优势。</p>
<p><span id="more-9052"></span></p>
<p>接受来自于你的网站的用户的<strong>反馈、纠正甚至是投诉</strong>是很有用的。</p>
<p>请不要低估联系表单的作用，它是<strong>每个网站必备的。</strong></p>
<p>我们收集了24个联系表单页面设计，希望你能喜欢并能从中获取灵感。</p>
<p><a href="http://www.berttimmermans.com/contact/" target="_blank"><strong>http://www.berttimmermans.com/</strong></a><br />
	<a href="http://www.berttimmermans.com/contact/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214119ei1.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.mbdragan.com/contact" target="_blank"><strong>http://www.mbdragan.com/</strong></a><br />
	<a href="http://www.mbdragan.com/contact" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214120lal.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.basilgloo.com/" target="_blank"><strong>http://www.basilgloo.com/</strong></a><br />
	<a href="http://www.basilgloo.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214120do0.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.alexcohaniuc.com/" target="_blank"><strong>http://www.alexcohaniuc.com/</strong></a><br />
	<a href="http://www.alexcohaniuc.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214121nj8.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.timvandamme.com/" target="_blank"><strong>http://www.timvandamme.com/</strong></a><br />
	<a href="http://www.timvandamme.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214121hyt.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://surftown.dk/kontakt-support" target="_blank"><strong>http://surftown.dk/</strong></a><br />
	<a href="http://surftown.dk/kontakt-support" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214122gop.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.veboolabs.com/" target="_blank"><strong>http://www.veboolabs.com/</strong></a><br />
	<a href="http://www.veboolabs.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/21412284d.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.popularfront.com/#page_contact" target="_blank"><strong>http://www.popularfront.com/</strong></a><br />
	<a href="http://www.popularfront.com/#page_contact" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/2141221mu.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.delugestudios.com/" target="_blank"><strong>http://www.delugestudios.com/</strong></a><br />
	<a href="http://www.delugestudios.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214122map.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://mormon.org/mormonorg/eng/worship-with-us" target="_blank"><strong>http://mormon.org/</strong></a><br />
	<a href="http://mormon.org/mormonorg/eng/worship-with-us" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214123gyd.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.northern-classics.de/?page_id=9" target="_blank"><strong>http://www.northern-classics.de/</strong></a><br />
	<a href="http://www.northern-classics.de/?page_id=9" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214123z4j.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.substrakt.co.uk/contact/" target="_blank"><strong>http://www.substrakt.co.uk/</strong></a><br />
	<a href="http://www.substrakt.co.uk/contact/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214123ilk.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.northern-classics.de/?page_id=9" target="_blank"><strong>http://www.northern-classics.de/</strong></a><br />
	<a href="http://www.northern-classics.de/?page_id=9" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214123a6l.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.kevadamson.com/about-this-website#contact" target="_blank"><strong>http://www.kevadamson.com/</strong></a><br />
	<a href="http://www.kevadamson.com/about-this-website#contact" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/2141248t2.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://events.carsonified.com/#footer" target="_blank"><strong>http://events.carsonified.com/</strong></a><br />
	<a href="http://events.carsonified.com/#footer" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214124m72.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.engageinteractive.co.uk/#" target="_blank"><strong>http://www.engageinteractive.co.uk/</strong></a><br />
	<a href="http://www.engageinteractive.co.uk/#" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/2141250oi.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://sprockethouse.com/" target="_blank"><strong>http://sprockethouse.com/</strong></a><br />
	<a href="http://sprockethouse.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214125lu3.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://paramoreredd.com/connect/" target="_blank"><strong>http://paramoreredd.com/</strong></a><br />
	<a href="http://paramoreredd.com/connect/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/2141262nu.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.bcandullo.com/#footer" target="_blank"><strong>http://www.bcandullo.com/</strong></a><br />
	<a href="http://www.bcandullo.com/#footer" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214126yhg.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.forgetfoo.com/contact/" target="_blank"><strong>http://www.forgetfoo.com/</strong></a><br />
	<a href="http://www.forgetfoo.com/contact/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/2141261qj.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.kurtnoble.com/contact/map/" target="_blank"><strong>http://www.kurtnoble.com/</strong></a><br />
	<a href="http://www.kurtnoble.com/contact/map/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/2141269o3.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://headscape.co.uk/#footer" target="_blank"><strong>http://headscape.co.uk/</strong></a><br />
	<a href="http://headscape.co.uk/#footer" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/2141273d7.png" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://digitalmash.com/contact/" target="_blank"><strong>http://digitalmash.com/</strong></a><br />
	<a href="http://digitalmash.com/contact/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214127f4p.jpg" alt="24个出色的联系表单页面设计"></a></p>
<p><a href="http://www.hotel-oxford.ro/#locatie" target="_blank"><strong>http://www.hotel-oxford.ro/#locatie</strong></a><br />
	<a href="http://www.hotel-oxford.ro/#locatie" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2009/05/214127ff3.png" alt="24个出色的联系表单页面设计"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/24-contact-form-page-designs.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>XHTML/CSS 网页表单：5种简单技术</title>
		<link>http://www.qianduan.net/xhtml-css-web-form-five-kinds-of-simple-techniques.html</link>
		<comments>http://www.qianduan.net/xhtml-css-web-form-five-kinds-of-simple-techniques.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 15:31:32 +0000</pubDate>
		<dc:creator>糖伴西红柿</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=5443</guid>
		<description><![CDATA[5种基于 XHTML/CSS 的简单网页表单技... ]]></description>
			<content:encoded><![CDATA[<h3>技术1：标签三明治</h3>
<p>将输入框，选择框和文本框全部包含进 label 元素，并全部设置为块级元素。将单选按钮和多选框显示方式设置为 inline 以便于它们在同一行出现。如果你比较喜欢 label 和单选按钮/多选框出现在不同行，可以选择不把它包含在 label 里面，或者使用硬换行处理。<br />
每种情况都在下面展示了。<br />
<span id="more-5443"></span><br />
当这些看起来比较时髦的时候，W3C 事实上已经含蓄地展示了他们的 label 例子。</p>
<p><strong>主要好处</strong>：简单</p>
<p>代码：</p>
<pre>label, input, select, textarea {display: block;}
label {margin-bottom: 10px;}
input[type="radio"], input[type="checkbox"] {display: inline;}
&lt;form&gt; &lt;fieldset&gt;
&lt;legend&gt;Contact Form&lt;/legend&gt;

&lt;label for="name"&gt;
Name&lt;/label&gt;
&lt;input id="name" name="name" size="20" /&gt;

&lt;label for="email"&gt;Email&lt;/label&gt;
&lt;input id="email" name="email" size="20" /&gt;

&lt;label for=" Choices"&gt; Choices (radio) — &lt;em&gt;wrapped label&lt;/em&gt;&lt;/label&gt;
&lt;input name=" Choice" type="radio" /&gt; Choice 1
&lt;input name=" Choice" type="radio" /&gt; Choice 2
&lt;input name=" Choice" type="radio" /&gt; Choice 3
&lt;label style="margin-bottom: 0pt;" for=" Choices2"&gt; Choices (checkbox) — &lt;em&gt;non-wrapped label, margin reset&lt;/em&gt;&lt;/label&gt;
&lt;input name=" Choice2" type="checkbox" /&gt; Choice 1
&lt;input name=" Choice2" type="checkbox" /&gt; Choice 2
&lt;input name=" Choice2" type="checkbox" /&gt; Choice 3
&lt;div style="height: 10px;"&gt;&lt;!-- just to split the demo up --&gt;&lt;/div&gt;
&lt;label for=" Choices3"&gt; Choices (checkbox) — &lt;em&gt;wrapped, hard line-break&lt;/em&gt;&lt;/label&gt;
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 1
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 2
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 3

&lt;label for="dropdown"&gt;
Question&lt;/label&gt;
&lt;select id="dropdown"&gt; &lt;optgroup label="Group of Options"&gt;&lt;/optgroup&gt; &lt;option&gt;Option 1&lt;/option&gt; &lt;option&gt;Option 2&lt;/option&gt; &lt;option&gt;Option 3&lt;/option&gt; &lt;/select&gt;

&lt;label for="message"&gt;
Message
&lt;textarea cols="36" rows="12" name="message"&gt;&lt;/textarea&gt;
&lt;/label&gt;
&lt;input type="submit" value="send it" /&gt;

&lt;/fieldset&gt;
&lt;/form&gt;</pre>
<p><strong>运行结果</strong>：<br />
<!--<br />
#expamle1 label,#expamle1  input,#expamle1  select,#expamle1  textarea {display: block;}<br />
#expamle1 label {margin-bottom: 10px;}<br />
#expamle1 input[type="radio"],#expamle1 input[type="checkbox"] {display: inline;}<br />
--></p>
<div id="expamle1">
<form>
<fieldset>
<legend>Contact Form</legend>
<p><label for="name"> Name</label></p>
<input id="name" name="name" size="20" /> <label for="email"> Email</label></p>
<input id="email" name="email" size="20" /> <label for=" Choices"> Choices (radio) — <em>wrapped label</em></label></p>
<input name=" Choice" type="radio" /> Choice 1</p>
<input name=" Choice" type="radio" /> Choice 2</p>
<input name=" Choice" type="radio" /> Choice 3<br />
<label style="margin-bottom: 0pt;" for=" Choices2"> Choices (checkbox) — <em>non-wrapped label, margin reset</em></label></p>
<input name=" Choice2" type="checkbox" /> Choice 1</p>
<input name=" Choice2" type="checkbox" /> Choice 2</p>
<input name=" Choice2" type="checkbox" /> Choice 3</p>
<div style="height: 10px;"><!-- just to split the demo up --></div>
<p><label for=" Choices3"> Choices (checkbox) — <em>wrapped, hard line-break</em></label></p>
<input name=" Choice3" type="checkbox" /> Choice 1</p>
<input name=" Choice3" type="checkbox" /> Choice 2</p>
<input name=" Choice3" type="checkbox" /> Choice 3<br />
<label for="dropdown"> Question</label></p>
<select id="dropdown"> <optgroup label="Group of Options"></optgroup><br />
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
<p><label for="message"> Message<br />
<textarea cols="36" rows="12" name="message"></textarea><br />
</label></p>
<input type="submit" value="send it" />
</fieldset>
</form>
</div>
<h3>技术2：懒人</h3>
<p>许多开发者采用了这种不正统但是快速简单（用换行隔断标记）的方法。虽然能运行，但是对你的 css 能力有害，因为你不需要任何 css 去实现它。</p>
<p><strong>主要好处</strong>：快速<br />
代码：</p>
<pre>&lt;form&gt; &lt;fieldset&gt;
&lt;legend&gt;Contact Form&lt;/legend&gt;

&lt;label for="name"&gt;Name&lt;/label&gt;
&lt;input id="name" name="name" size="20" /&gt; &lt;label for="email"&gt;Email&lt;/label&gt;
&lt;input id="email" name="email" size="20" /&gt; &lt;label for=" Choices"&gt; Choices (radio)&lt;/label&gt;
&lt;input name=" Choice" type="radio" /&gt; Choice 1
&lt;input name=" Choice" type="radio" /&gt; Choice 2
&lt;input name=" Choice" type="radio" /&gt; Choice 3
&lt;label for=" Choices3"&gt; Choices (checkbox)&lt;/label&gt;
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 1
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 2
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 3
&lt;label for="dropdown"&gt;Question&lt;/label&gt;
&lt;select id="dropdown"&gt; &lt;optgroup label="Group of Options"&gt;&lt;/optgroup&gt; &lt;option&gt;Option 1&lt;/option&gt; &lt;option&gt;Option 2&lt;/option&gt; &lt;option&gt;Option 3&lt;/option&gt; &lt;/select&gt;

&lt;label for="message"&gt;Message&lt;/label&gt;
&lt;textarea cols="36" rows="12" name="message"&gt;&lt;/textarea&gt;
&lt;input type="submit" value="send it" /&gt;

&lt;/fieldset&gt;
&lt;/form&gt;</pre>
<p><strong>运行结果</strong>：</p>
<div id="Example2">
<form>
<fieldset>
<legend>Contact Form</legend>
<p><label for="name">Name</label></p>
<input id="name" name="name" size="20" /> <label for="email">Email</label></p>
<input id="email" name="email" size="20" /> <label for=" Choices"> Choices (radio)</label></p>
<input name=" Choice" type="radio" /> Choice 1</p>
<input name=" Choice" type="radio" /> Choice 2</p>
<input name=" Choice" type="radio" /> Choice 3<br />
<label for=" Choices3"> Choices (checkbox)</label></p>
<input name=" Choice3" type="checkbox" /> Choice 1</p>
<input name=" Choice3" type="checkbox" /> Choice 2</p>
<input name=" Choice3" type="checkbox" /> Choice 3<br />
<label for="dropdown">Question</label></p>
<select id="dropdown"> <optgroup label="Group of Options"></optgroup><br />
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
<p><label for="message">Message</label><br />
<textarea cols="36" rows="12" name="message"></textarea></p>
<input type="submit" value="send it" />
</fieldset>
</form>
</div>
<h3>技术3：语义先生</h3>
<p>web 标准的信条之一就是考虑数据类型和与之对应的代码。既然表单是一个连续的问题列表，那么有序列表用在这里就非常贴切。</p>
<p><strong>主要好处： </strong>结构化</p>
<p>代码：</p>
<pre>ol {
list-style: none;
padding-left: 0;
}
&lt;form&gt; &lt;fieldset&gt;
&lt;legend&gt;Contact Form&lt;/legend&gt;
&lt;ol&gt;
	&lt;li&gt; &lt;label for="name"&gt;Name&lt;/label&gt;
&lt;input id="name" name="name" size="20" /&gt;&lt;/li&gt;
	&lt;li&gt; &lt;label for="email"&gt;Email&lt;/label&gt;
&lt;input id="email" name="email" size="20" /&gt;&lt;/li&gt;
	&lt;li&gt; &lt;label for=" Choices"&gt; Choices (radio)&lt;/label&gt;
&lt;input name=" Choice" type="radio" /&gt; Choice 1
&lt;input name=" Choice" type="radio" /&gt; Choice 2
&lt;input name=" Choice" type="radio" /&gt; Choice 3&lt;/li&gt;
	&lt;li&gt; &lt;label for=" Choices3"&gt; Choices (checkbox)&lt;/label&gt;
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 1
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 2
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 3&lt;/li&gt;
	&lt;li&gt; &lt;label for="dropdown"&gt;Question&lt;/label&gt;
&lt;select id="dropdown"&gt; &lt;optgroup label="Group of Options"&gt;&lt;/optgroup&gt; &lt;option&gt;Option 1&lt;/option&gt; &lt;option&gt;Option 2&lt;/option&gt; &lt;option&gt;Option 3&lt;/option&gt; &lt;/select&gt;&lt;/li&gt;
	&lt;li&gt; &lt;label for="message"&gt;Message&lt;/label&gt;&lt;textarea cols="36" rows="12" name="message"&gt;&lt;/textarea&gt;&lt;/li&gt;
	&lt;li&gt;
&lt;input type="submit" value="send it" /&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/fieldset&gt;
&lt;/form&gt;</pre>
<p><strong>运行结果：</strong><br />
<!--<br />
#example3 ol {<br />
list-style: none;<br />
padding-left: 0;<br />
}<br />
--></p>
<div id="example3">
<form>
<fieldset>
<legend>Contact Form</legend>
<ol>
<li> <label for="name">Name</label><br />
<input id="name" name="name" size="20" /></li>
<li> <label for="email">Email</label><br />
<input id="email" name="email" size="20" /></li>
<li> <label for=" Choices"> Choices (radio)</label><br />
<input name=" Choice" type="radio" /> Choice 1</p>
<input name=" Choice" type="radio" /> Choice 2</p>
<input name=" Choice" type="radio" /> Choice 3</li>
<li> <label for=" Choices3"> Choices (checkbox)</label><br />
<input name=" Choice3" type="checkbox" /> Choice 1</p>
<input name=" Choice3" type="checkbox" /> Choice 2</p>
<input name=" Choice3" type="checkbox" /> Choice 3</li>
<li> <label for="dropdown">Question</label><br />
<select id="dropdown"> <optgroup label="Group of Options"></optgroup><br />
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
</li>
<li> <label for="message">Message</label><textarea cols="36" rows="12" name="message"></textarea></li>
<li>
<input type="submit" value="send it" /></li>
</ol>
</fieldset>
</form>
</div>
<h3>技术4：分而治之</h3>
<p>假如你采取将横向表单，需要何种形式？很多情况（客户）会要求横向表单。我们可以依赖的是老伙伴 div，只需要把表单分割成多栏。利用标签三明治方法我们可以很容易的实现。</p>
<p><strong>主要好处</strong>：空间的利用</p>
<p>代码：</p>
<pre>label, input, select, textarea {display: block;}
label {margin-bottom: 10px;}
input[type="radio"], input[type="checkbox"] {display: inline;}
.form-column {
width: 150px;
height: 250px;
padding-left: 20px;
border-left: 1px solid #ccc;
float: left;
}
&lt;form&gt; &lt;fieldset&gt;
&lt;legend&gt;Contact Form&lt;/legend&gt;
&lt;div class="form-column"&gt;

&lt;label for="name"&gt;
Name&lt;/label&gt;
&lt;input id="name" name="name" size="20" /&gt;

&lt;label for="email"&gt;
Email&lt;/label&gt;
&lt;input id="email" name="email" size="20" /&gt;

&lt;label for=" Choices"&gt; Choices (radio)&lt;/label&gt;
&lt;input name=" Choice" type="radio" /&gt; Choice 1
&lt;input name=" Choice" type="radio" /&gt; Choice 2
&lt;input name=" Choice" type="radio" /&gt; Choice 3&lt;/div&gt;
&lt;!-- /form-column --&gt;
&lt;div class="form-column"&gt;

&lt;label for=" Choices3"&gt; Choices (radio)&lt;/label&gt;
&lt;input name=" Choice2" type="radio" /&gt; Choice 1
&lt;input name=" Choice2" type="radio" /&gt; Choice 2
&lt;input name=" Choice2" type="radio" /&gt; Choice 3

&lt;label for=" Choices3"&gt; Choices (checkbox)&lt;/label&gt;
&lt;input name=" Choice2" type="checkbox" /&gt; Choice 1
&lt;input name=" Choice2" type="checkbox" /&gt; Choice 2
&lt;input name=" Choice2" type="checkbox" /&gt; Choice 3

&lt;label for="dropdown"&gt;
Question&lt;/label&gt;
&lt;select id="dropdown"&gt; &lt;optgroup label="Group of Options"&gt;&lt;/optgroup&gt; &lt;option&gt;Option 1&lt;/option&gt; &lt;option&gt;Option 2&lt;/option&gt; &lt;option&gt;Option 3&lt;/option&gt; &lt;/select&gt;

&lt;input type="submit" value="send it" /&gt;&lt;/div&gt;
&lt;!-- /form-column --&gt;

&lt;/fieldset&gt;
&lt;/form&gt;</pre>
<p><strong>运行结果：</strong><br />
<!--<br />
#Example4 label,#Example4 input, #Example4 select, #Example4 textarea {display: block;}<br />
#Example4 label {margin-bottom: 10px;}<br />
#Example4 input[type="radio"], #Example4 input[type="checkbox"] {display: inline;}<br />
#Example4 .form-column {<br />
width: 150px;<br />
height: 250px;<br />
padding-left: 20px;<br />
border-left: 1px solid #ccc;<br />
float: left;<br />
}<br />
--></p>
<div id="Example4">
<form>
<fieldset>
<legend>Contact Form</legend>
<div class="form-column"><label for="name"></label><br />
Name</p>
<input id="name" name="name" size="20" /> <label for="email"></label><br />
Email</p>
<input id="email" name="email" size="20" /> <label for=" Choices"> Choices (radio)</label></p>
<input name=" Choice" type="radio" /> Choice 1</p>
<input name=" Choice" type="radio" /> Choice 2</p>
<input name=" Choice" type="radio" /> Choice 3</div>
<p><!-- /form-column --></p>
<div class="form-column"><label for=" Choices3"> Choices (radio)</label></p>
<input name=" Choice2" type="radio" /> Choice 1</p>
<input name=" Choice2" type="radio" /> Choice 2</p>
<input name=" Choice2" type="radio" /> Choice 3</p>
<p><label for=" Choices3"> Choices (checkbox)</label></p>
<input name=" Choice2" type="checkbox" /> Choice 1</p>
<input name=" Choice2" type="checkbox" /> Choice 2</p>
<input name=" Choice2" type="checkbox" /> Choice 3</p>
<p><label for="dropdown"></label><br />
Question</p>
<select id="dropdown"> <optgroup label="Group of Options"></optgroup><br />
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
<input type="submit" value="send it" /></div>
<p><!-- /form-column --></p>
</fieldset>
</form>
</div>
<h3>技术5：老学究似的懒人</h3>
<p>如果你不想纠缠与 CSS，非常匆忙，并且不打算做浏览器测试，你应该另外找个新工作。玩笑而已，这个是为你准备的。</p>
<p><strong>主要好处</strong>：直观</p>
<p>代码：</p>
<pre>&lt;form&gt; &lt;fieldset&gt;

&lt;legend&gt;Contact Form&lt;/legend&gt;
&lt;table border="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;!-- column one --&gt;
&lt;td&gt;&lt;label for="name"&gt;Name&lt;/label&gt;
&lt;input id="name" name="name" size="20" /&gt; &lt;label for="email"&gt;Email&lt;/label&gt;
&lt;input id="email" name="email" size="20" /&gt; &lt;label for=" Choices"&gt; Choices (radio)&lt;/label&gt;
&lt;input name=" Choice" type="radio" /&gt; Choice 1
&lt;input name=" Choice" type="radio" /&gt; Choice 2
&lt;input name=" Choice" type="radio" /&gt; Choice 3&lt;/td&gt;
&lt;!-- column two --&gt;
&lt;td&gt;&lt;label for=" Choices3"&gt; Choices (checkbox)&lt;/label&gt;
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 1
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 2
&lt;input name=" Choice3" type="checkbox" /&gt; Choice 3
&lt;label for="dropdown"&gt;Question&lt;/label&gt;
&lt;select id="dropdown"&gt; &lt;optgroup label="Group of Options"&gt;&lt;/optgroup&gt; &lt;option&gt;Option 1&lt;/option&gt; &lt;option&gt;Option 2&lt;/option&gt; &lt;option&gt;Option 3&lt;/option&gt; &lt;/select&gt;&lt;/td&gt;
&lt;!-- column three --&gt;
&lt;td&gt;&lt;label for="message"&gt;Message&lt;/label&gt;
&lt;input type="submit" value="send it" /&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/fieldset&gt;
&lt;/form&gt;</pre>
<p><strong>运行结果：</strong></p>
<form>
<fieldset>
<legend>Contact Form</legend>
<p><!-- column two --></p>
<p><!-- column three --></p>
<table border="0">
<tbody>
<tr><!-- column one --></p>
<td><label for="name">Name</label></p>
<input id="name" name="name" size="20" /> <label for="email">Email</label></p>
<input id="email" name="email" size="20" /> <label for=" Choices"> Choices (radio)</label></p>
<input name=" Choice" type="radio" /> Choice 1</p>
<input name=" Choice" type="radio" /> Choice 2</p>
<input name=" Choice" type="radio" /> Choice 3</td>
<td><label for=" Choices3"> Choices (checkbox)</label></p>
<input name=" Choice3" type="checkbox" /> Choice 1</p>
<input name=" Choice3" type="checkbox" /> Choice 2</p>
<input name=" Choice3" type="checkbox" /> Choice 3<br />
<label for="dropdown">Question</label></p>
<select id="dropdown"> <optgroup label="Group of Options"></optgroup><br />
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
</td>
<td><label for="message">Message</label></p>
<input type="submit" value="send it" /></td>
</tr>
</tbody>
</table>
</fieldset>
</form>
<p>原文地址：<a href="http://trif3cta.com/blog/entry/xhtml-css-web-forms-5-simple-techniques/">http://trif3cta.com/blog/entry/xhtml-css-web-forms-5-simple-techniques/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/xhtml-css-web-form-five-kinds-of-simple-techniques.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>36个清爽的评论表单设计</title>
		<link>http://www.qianduan.net/36-fresh-comments-form-design.html</link>
		<comments>http://www.qianduan.net/36-fresh-comments-form-design.html#comments</comments>
		<pubDate>Mon, 08 Dec 2008 09:30:16 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[ShowCase]]></category>
		<category><![CDATA[清爽]]></category>
		<category><![CDATA[表单]]></category>
		<category><![CDATA[设计]]></category>
		<category><![CDATA[评论]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=1310</guid>
		<description><![CDATA[评论表单，是界面设计的一个很重要的组成部分，它通常出现在文章的底部。评论表单应该具有有吸引力的版式，排列整齐的元素放置（姓名，电子邮件等） ，可以诱使读者发表评论的色彩... ]]></description>
			<content:encoded><![CDATA[<p>评论表单，是界面设计的一个很重要的组成部分，它通常出现在文章的底部。评论表单应该具有有吸引力的版式，排列整齐的元素放置（姓名，电子邮件等） ，可以诱使读者发表评论的色彩。</p>
<p><span id="more-1310"></span></p>
<p><a href="http://blog.kissmetrics.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093018exy.jpg" alt="Comment form designs" /></a></p>
<p><a href="http://www.jeuxdemaux.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093019hxo.jpg" alt="null" /></a></p>
<p><a href="http://www.chigarden.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093021c49.jpg" alt="Comment Form Designs" width="462" height="242" /></a></p>
<p><a href="http://designdisease.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/09302223c.jpg" alt="Comment Form Designs" width="462" height="238" /></a></p>
<p><a href="http://kevinjohngomez.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093023m3l.jpg" alt="Comment Form Designs" width="462" height="272" /></a></p>
<p><a href="http://coda.co.za/blog/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093025enq.jpg" alt="Comment Form Designs" width="462" height="272" /></a></p>
<p><a href="http://lucyblackmore.co.uk/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093026blk.jpg" alt="Comment Form Designs" width="462" height="449" /></a></p>
<p><a href="http://blog.raduceuca.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093028ijo.jpg" alt="Comment Form Designs" width="462" height="364" /></a></p>
<p><a href="http://pixelresort.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093029wtk.jpg" alt="Comment Form Designs" width="462" height="264" /></a></p>
<p><a href="http://daily.creattica.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093030rlz.jpg" alt="Comment Form Designs" width="462" height="281" /></a></p>
<p><a href="http://www.greg-wood.co.uk/blog/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093031zui.jpg" alt="Comment Form Designs" width="462" height="244" /></a></p>
<p><a href="http://www.highresolution.info/weblog/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/0930334zy.jpg" alt="Comment Form Designs" width="462" height="432" /></a></p>
<p><a href="http://www.elitistsnob.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093035p14.jpg" alt="Comment Form Designs" width="462" height="285" /></a></p>
<p><a href="http://jontangerine.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093036gyw.jpg" alt="Comment Form Designs" width="462" height="270" /></a></p>
<p><a href="http://www.jrvelasco.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/09303836p.jpg" alt="Comment Form Designs" width="462" height="533" /></a></p>
<p><a href="http://www.ilovecolors.com.ar/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/0930401ev.jpg" alt="Comment Form Designs" width="462" height="260" /></a></p>
<p><a href="http://andresgallego.es/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093041s1j.jpg" alt="Comment Form Designs" width="462" height="348" /></a></p>
<p><a href="http://www.wilsonminer.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093043fuc.jpg" alt="Comment Form Designs" width="462" height="283" /></a></p>
<p><a href="http://www.webdesignerwall.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093044jzo.jpg" alt="Comment Form Designs" width="462" height="393" /></a></p>
<p><a href="http://www.wearableprint.co.uk/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093046xhx.jpg" alt="Comment Form Designs" width="462" height="393" /></a></p>
<p><a href="http://blog.popstalin.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093047w84.jpg" alt="Comment Form Designs" width="462" height="461" /></a></p>
<p><a href="http://mikeposs.com/blog/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093049bbk.jpg" alt="Comment Form Designs" width="462" height="334" /></a></p>
<p><a href="http://www.eleven3.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093050mz5.jpg" alt="Comment Form Designs" width="462" height="439" /></a></p>
<p><a href="http://bubblessoc.net/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/09305328w.jpg" alt="Comment Form Designs" width="462" height="571" /></a></p>
<p><a href="http://www.toucouleur.fr/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/0930546xf.jpg" alt="Comment Form Designs" width="462" height="259" /></a></p>
<p><a href="http://www.mrdiggles.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093056n76.jpg" alt="Comment Form Designs" width="462" height="365" /></a></p>
<p><a href="http://cssvault.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093057tnx.jpg" alt="Comment Form Designs" width="462" height="297" /></a></p>
<p><a href="http://corp.viewzi.com/index.php/v2/blog" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/0930581gx.jpg" alt="Comment Form Designs" width="462" height="209" /></a></p>
<p><a href="http://www.webdevelopmentbits.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093100mh2.jpg" alt="Comment Form Designs" width="462" height="321" /></a></p>
<p><a href="http://www.rustylime.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/0931016f8.jpg" alt="Comment Form Designs" width="462" height="335" /></a></p>
<p><a href="http://retinart.net/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093102mgr.jpg" alt="Comment Form Designs" width="462" height="409" /></a></p>
<p><a href="http://snook.ca/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093104z37.jpg" alt="" /></a></p>
<p><a href="http://www.nomilktoday.be/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093106hu8.jpg" alt="Comment Form Designs" width="462" height="473" /></a></p>
<p><a href="http://sarajoypond.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/0931076k0.jpg" alt="Comment Form Designs" width="462" height="601" /></a></p>
<p><a href="http://www.designworkplan.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093109jke.jpg" alt="Comment Form Designs" width="462" height="455" /></a></p>
<p><a href="http://www.rockatee.com/" target="_blank"><img src="http://www.qianduan.net/wp-content/uploads/2008/12/093110ams.jpg" alt="Comment Form Designs" width="462" height="393" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/36-fresh-comments-form-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wofoo表单模板下载</title>
		<link>http://www.qianduan.net/wofoo-form-template-download.html</link>
		<comments>http://www.qianduan.net/wofoo-form-template-download.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 06:21:06 +0000</pubDate>
		<dc:creator>神飞</dc:creator>
				<category><![CDATA[Resource]]></category>
		<category><![CDATA[模板]]></category>
		<category><![CDATA[表单]]></category>

		<guid isPermaLink="false">http://www.qianduan.net/?p=175</guid>
		<description><![CDATA[很棒很全的网页表单模板，页面的分类和导航设计的也很棒。 URL：http://wufoo.com/gallery... ]]></description>
			<content:encoded><![CDATA[<p><a href="http://wufoo.com/gallery/" target="_blank"><img class="alignnone size-full wp-image-176" title="wufoo" src="http://www.qianduan.net/wp-content/uploads/2008/10/wufoo.jpg" alt="wufoo" width="517" height="316" /></a></p>
<p>很棒很全的网页表单模板，页面的分类和导航设计的也很棒。</p>
<p>URL：<a href="http://wufoo.com/gallery/" target="_blank">http://wufoo.com/gallery/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.qianduan.net/wofoo-form-template-download.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

