<?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: The YUI 3 Form Module &#8212; Forms and Validation Made Simple</title>
	<atom:link href="http://www.yuiblog.com/blog/index.php/2009/12/03/yui-3-gallery-form-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/</link>
	<description>The official blog of the YUI Project.</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:46:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Akshar</title>
		<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/comment-page-1/#comment-597534</link>
		<dc:creator>Akshar</dc:creator>
		<pubDate>Sun, 20 Feb 2011 13:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=1030#comment-597534</guid>
		<description>Is AJAX submission possible?</description>
		<content:encoded><![CDATA[<p>Is AJAX submission possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Hinch</title>
		<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/comment-page-1/#comment-595868</link>
		<dc:creator>Greg Hinch</dc:creator>
		<pubDate>Tue, 23 Nov 2010 22:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=1030#comment-595868</guid>
		<description>You certainly can use the Form in conjunction with YUI2 (or any other Javascript library for that matter), but you need to include the YUI3 seed file, as Form itself depends on a number of YUI3 modules. For more info on that, see &lt;a href=&quot;http://developer.yahoo.com/yui/3/yui/&quot; rel=&quot;nofollow&quot;&gt;the YUI docs&lt;/a&gt;, and then in your use statement just include &quot;gallery-form&quot;.</description>
		<content:encoded><![CDATA[<p>You certainly can use the Form in conjunction with YUI2 (or any other Javascript library for that matter), but you need to include the YUI3 seed file, as Form itself depends on a number of YUI3 modules. For more info on that, see <a href="http://developer.yahoo.com/yui/3/yui/" rel="nofollow">the YUI docs</a>, and then in your use statement just include &#8220;gallery-form&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janwen</title>
		<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/comment-page-1/#comment-595846</link>
		<dc:creator>janwen</dc:creator>
		<pubDate>Tue, 23 Nov 2010 08:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=1030#comment-595846</guid>
		<description>Can i use this in YUI2,and how can i do that,thanks</description>
		<content:encoded><![CDATA[<p>Can i use this in YUI2,and how can i do that,thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Hinch</title>
		<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/comment-page-1/#comment-587002</link>
		<dc:creator>Greg Hinch</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=1030#comment-587002</guid>
		<description>@Sean : You could certainly create a custom field and re-use it, but are you referring to the ability to dynamically add and remove fields? That&#039;s one of the next features I&#039;m going to try and add, as well as looking into making the HTML parsing more robust so you can have sections in a form with non-form content in-between. I encourage anyone with suggestions or bugs to enter them into my &lt;a href=&quot;http://github.com/ghinch/yui3-gallery/issues&quot; rel=&quot;nofollow&quot;&gt;Github issue tracker&lt;/a&gt; so I can take them into account.</description>
		<content:encoded><![CDATA[<p>@Sean : You could certainly create a custom field and re-use it, but are you referring to the ability to dynamically add and remove fields? That&#8217;s one of the next features I&#8217;m going to try and add, as well as looking into making the HTML parsing more robust so you can have sections in a form with non-form content in-between. I encourage anyone with suggestions or bugs to enter them into my <a href="http://github.com/ghinch/yui3-gallery/issues" rel="nofollow">Github issue tracker</a> so I can take them into account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dcunited</title>
		<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/comment-page-1/#comment-586873</link>
		<dc:creator>dcunited</dc:creator>
		<pubDate>Thu, 03 Dec 2009 22:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=1030#comment-586873</guid>
		<description>Awesome tool, just remember to validate your inputs on the server as well.  Cover your apps.

@Sean - You could create a custom field as described on &lt;a href=&quot;http://ghinch.github.com/examples/form/example3.html&quot; rel=&quot;nofollow&quot;&gt;GITHub&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Awesome tool, just remember to validate your inputs on the server as well.  Cover your apps.</p>
<p>@Sean &#8211; You could create a custom field as described on <a href="http://ghinch.github.com/examples/form/example3.html" rel="nofollow">GITHub</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/comment-page-1/#comment-586872</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=1030#comment-586872</guid>
		<description>Does it allow for repeating sections? For example on a contact form, if I&#039;d like to allow a user to enter instant messenger contacts I could have the basic defaults (AoL, MSN, GTalk, etc). But what if I want them to be able to add any number of extras? For that matter, what if I&#039;d like to repeat an entire form section (multiple home addresses for example)?</description>
		<content:encoded><![CDATA[<p>Does it allow for repeating sections? For example on a contact form, if I&#8217;d like to allow a user to enter instant messenger contacts I could have the basic defaults (AoL, MSN, GTalk, etc). But what if I want them to be able to add any number of extras? For that matter, what if I&#8217;d like to repeat an entire form section (multiple home addresses for example)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raphael</title>
		<link>http://www.yuiblog.com/blog/2009/12/03/yui-3-gallery-form-module/comment-page-1/#comment-586870</link>
		<dc:creator>raphael</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.yuiblog.com/blog/?p=1030#comment-586870</guid>
		<description>It&#039;s great to see these contributions. The code examples seem very interesting, and also are good examples of YUI 3 development. Looking forward to use it (in the coming weeks) !
 
Raph</description>
		<content:encoded><![CDATA[<p>It&#8217;s great to see these contributions. The code examples seem very interesting, and also are good examples of YUI 3 development. Looking forward to use it (in the coming weeks) !</p>
<p>Raph</p>
]]></content:encoded>
	</item>
</channel>
</rss>

