<?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>Web Do&#039;s &#38; Don&#039;ts &#187; Forms</title>
	<atom:link href="http://webdosanddonts.com/tag/forms/feed" rel="self" type="application/rss+xml" />
	<link>http://webdosanddonts.com</link>
	<description>Tips&#38;Tricks for the modern day web designer</description>
	<lastBuildDate>Wed, 18 May 2011 22:30:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Use inline validation in web forms</title>
		<link>http://webdosanddonts.com/use-inline-validation-in-web-forms</link>
		<comments>http://webdosanddonts.com/use-inline-validation-in-web-forms#comments</comments>
		<pubDate>Thu, 12 Aug 2010 09:35:26 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=783</guid>
		<description><![CDATA[Use inline validation in forms to provide real-time feedback and enhance the usability. Not only will it make the web forms easier to use, but it will decrease the completion times and errors made and increase the success rate.]]></description>
			<content:encoded><![CDATA[<p>Use inline validation in forms to provide real-time feedback and enhance the usability. Not only will it make the web forms easier to use, but it will decrease the completion times and errors made and increase the success rate.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-inline-validation-in-web-forms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the title attribute on form elements</title>
		<link>http://webdosanddonts.com/use-the-title-attribute-on-form-elements</link>
		<comments>http://webdosanddonts.com/use-the-title-attribute-on-form-elements#comments</comments>
		<pubDate>Mon, 21 Dec 2009 18:43:58 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Title]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=904</guid>
		<description><![CDATA[The title attribute offers an extra avenue for associating text to a form field. It should not be used as the first means of associating a label text with a corresponding form field. In situations where supplementary information is useful, the title attribute is helpful.]]></description>
			<content:encoded><![CDATA[<p>The <code>title</code> attribute offers an extra avenue for associating text to a form field. It should not be used as the first means of associating a label text with a corresponding form field. In situations where supplementary information is useful, the <code>title</code> attribute is helpful. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-title-attribute-on-form-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t add reset buttons in forms</title>
		<link>http://webdosanddonts.com/dont-add-reset-buttons-in-forms</link>
		<comments>http://webdosanddonts.com/dont-add-reset-buttons-in-forms#comments</comments>
		<pubDate>Mon, 28 Sep 2009 18:50:04 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Don'ts]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Reset]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=693</guid>
		<description><![CDATA[Don&#8217;t add reset buttons in forms unless you have a very good reason. Ask yourself, what is the real benefit from resetting the form? If a user resets the button by mistake, there is no way to undo the reset, the data is lost and the form has to be filled out all over again.]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t add reset buttons in forms unless you have a very good reason. Ask yourself, what is the real benefit from resetting the form? If a user resets the button by mistake, there is no way to undo the reset, the data is lost and the form has to be filled out all over again. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/dont-add-reset-buttons-in-forms/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Group form controls by using fieldset and legend elements</title>
		<link>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements</link>
		<comments>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements#comments</comments>
		<pubDate>Tue, 08 Sep 2009 08:16:22 +0000</pubDate>
		<dc:creator>Siniša</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=697</guid>
		<description><![CDATA[The grouping and labeling of thematically related controls within a form is an important aspect of providing semantic information so users can understand and complete a form successfully.]]></description>
			<content:encoded><![CDATA[<p>The grouping and labeling of thematically related controls within a form is an important aspect of providing semantic information so users can understand and complete a form successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/group-form-controls-by-using-fieldset-and-legend-elements/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the label element to make forms accessible</title>
		<link>http://webdosanddonts.com/use-the-label-element-to-make-forms-accessible</link>
		<comments>http://webdosanddonts.com/use-the-label-element-to-make-forms-accessible#comments</comments>
		<pubDate>Tue, 16 Jun 2009 08:29:15 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Label]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=245</guid>
		<description><![CDATA[Make sure you use the HTML label element properly and associate it with a form control.]]></description>
			<content:encoded><![CDATA[<p>Make sure you use the HTML <code>label</code> element properly and associate it with a form control. </p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-the-label-element-to-make-forms-accessible/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use an asterisk to indicate required fields</title>
		<link>http://webdosanddonts.com/use-an-asterisk-to-indicate-required-fields</link>
		<comments>http://webdosanddonts.com/use-an-asterisk-to-indicate-required-fields#comments</comments>
		<pubDate>Thu, 07 May 2009 20:26:52 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Do's]]></category>
		<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Label]]></category>

		<guid isPermaLink="false">http://webdosanddonts.com/?p=127</guid>
		<description><![CDATA[Use an asterisk (*) to indicate form fields which must be filled in. Don&#8217;t forget to provide the title attribute for audio user agents. Extra tip: color it red to emphasize its importance.]]></description>
			<content:encoded><![CDATA[<p>Use an asterisk (*) to indicate form fields which must be filled in. Don&#8217;t forget to provide the title attribute for audio user agents. Extra tip: color it red to emphasize its importance.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdosanddonts.com/use-an-asterisk-to-indicate-required-fields/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

