<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Designing Modern Web Forms with HTML 5 and CSS3</title>
	<atom:link href="http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/</link>
	<description>Just another Legendthemes.com weblog</description>
	<lastBuildDate>Sun, 22 Apr 2012 08:13:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Prashant</title>
		<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/comment-page-1/#comment-311</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Sun, 22 Apr 2012 08:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://legendthemes.com/?p=195#comment-311</guid>
		<description>Great Tutorial, Loved the way u have explained new input types and how great they are in terms of accessibility.</description>
		<content:encoded><![CDATA[<p>Great Tutorial, Loved the way u have explained new input types and how great they are in terms of accessibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colin</title>
		<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/comment-page-1/#comment-310</link>
		<dc:creator>colin</dc:creator>
		<pubDate>Sat, 14 Apr 2012 03:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://legendthemes.com/?p=195#comment-310</guid>
		<description>Pretty form, but serves no purpose without functionality. Whilst you&#039;ve said it&#039;s outside the scope of this tutorial, you could have easily included a functional snippet that users could copy paste into the form to make it actually do something. Otherwise we&#039;re left with a pretty CSS/HTML5 gimmick with no purpose.</description>
		<content:encoded><![CDATA[<p>Pretty form, but serves no purpose without functionality. Whilst you&#8217;ve said it&#8217;s outside the scope of this tutorial, you could have easily included a functional snippet that users could copy paste into the form to make it actually do something. Otherwise we&#8217;re left with a pretty CSS/HTML5 gimmick with no purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edison Leon</title>
		<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/comment-page-1/#comment-287</link>
		<dc:creator>Edison Leon</dc:creator>
		<pubDate>Mon, 01 Aug 2011 20:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://legendthemes.com/?p=195#comment-287</guid>
		<description>Great tutorial, thanks for sharing</description>
		<content:encoded><![CDATA[<p>Great tutorial, thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Story</title>
		<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/comment-page-1/#comment-273</link>
		<dc:creator>Michael Story</dc:creator>
		<pubDate>Thu, 27 Jan 2011 21:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://legendthemes.com/?p=195#comment-273</guid>
		<description>http://css-tricks.com/nice-and-simple-contact-form/</description>
		<content:encoded><![CDATA[<p><a href="http://css-tricks.com/nice-and-simple-contact-form/" rel="nofollow">http://css-tricks.com/nice-and-simple-contact-form/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Story</title>
		<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/comment-page-1/#comment-272</link>
		<dc:creator>Michael Story</dc:creator>
		<pubDate>Thu, 27 Jan 2011 21:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://legendthemes.com/?p=195#comment-272</guid>
		<description>Hi Christopher, 

Here is a link to a contact form php file that you could use in form. 

Love this tutorial Nathan!</description>
		<content:encoded><![CDATA[<p>Hi Christopher, </p>
<p>Here is a link to a contact form php file that you could use in form. </p>
<p>Love this tutorial Nathan!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Barry</title>
		<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/comment-page-1/#comment-165</link>
		<dc:creator>Nathan Barry</dc:creator>
		<pubDate>Thu, 01 Jul 2010 17:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://legendthemes.com/?p=195#comment-165</guid>
		<description>This tutorial only covers the markup, design and infield labels. If you want to actually post the form then you need server-side code, which is beyond the scope of this tutorial. You will want to look into doing that with PHP or whatever other language you are working in.</description>
		<content:encoded><![CDATA[<p>This tutorial only covers the markup, design and infield labels. If you want to actually post the form then you need server-side code, which is beyond the scope of this tutorial. You will want to look into doing that with PHP or whatever other language you are working in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher</title>
		<link>http://legendthemes.com/2010/04/10/designing-modern-web-forms-with-html-5-and-css3/comment-page-1/#comment-164</link>
		<dc:creator>Christopher</dc:creator>
		<pubDate>Thu, 01 Jul 2010 17:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://legendthemes.com/?p=195#comment-164</guid>
		<description>Hi, I have used the script and found that it does not work. In the &#039;action&#039; field of the form I put in &quot;mailto:myemail@address.com&quot; but nothing has happened.

Any ideas?

Christopher</description>
		<content:encoded><![CDATA[<p>Hi, I have used the script and found that it does not work. In the &#8216;action&#8217; field of the form I put in &#8220;mailto:myemail@address.com&#8221; but nothing has happened.</p>
<p>Any ideas?</p>
<p>Christopher</p>
]]></content:encoded>
	</item>
</channel>
</rss>

