<?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>Vision Master Designs &#187; Form Validation</title>
	<atom:link href="http://visionmasterdesigns.com/tag/form-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://visionmasterdesigns.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 02 Aug 2010 12:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Really Easy Form/Field Validation using Prototype+Scriptaculous</title>
		<link>http://visionmasterdesigns.com/really-easy-formfield-validation-using-prototypescriptaculous/</link>
		<comments>http://visionmasterdesigns.com/really-easy-formfield-validation-using-prototypescriptaculous/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 15:51:07 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Prototype, Script.aculo.us]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Form Validation]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Script.aculo.us]]></category>

		<guid isPermaLink="false">http://visionmasterdesigns.com/?p=1101</guid>
		<description><![CDATA[Hey Guys, Its been a while since I have started my final year Project called &#8220;OptimaPrime- The Enterprise Project Management System&#8221;. Most of you must have heard of project management systems. It helps enterprises manage their projects, lets them keep it on schedule, helps them allocate resources etc. I needed to perform form Validation since [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin: 0 0 0.6em 0.6em;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fvisionmasterdesigns.com%2Freally-easy-formfield-validation-using-prototypescriptaculous%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fvisionmasterdesigns.com%2Freally-easy-formfield-validation-using-prototypescriptaculous%2F&amp;source=rowoot&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Hey Guys,</p>
<p>Its been a while since I have started my final year Project called &#8220;OptimaPrime- The Enterprise Project Management System&#8221;. Most of you must have heard of project management systems. It helps enterprises manage their projects, lets them keep it on schedule, helps them allocate resources etc.<br />
I needed to perform form Validation since I had a lot of forms and it had lot of fields. I googled for good form validation plugins for Prototype + Scriptaculous (Since I have got really used to this cool library) and thats when I found <a href="http://tetlaw.id.au/view/javascript/really-easy-field-validation" target="_blank">Dexagogo&#8217;s Really Easy Field Validation plugin</a>.</p>
<p style="text-align: center;"><span id="more-1101"></span><img class="attachment wp-att-1105 centered" src="http://visionmasterdesigns.com/wordpress/wp-content/uploads/2009/02/validation1.thumbnail.jpg" alt="validation1" width="300" height="225" /></p>
<p>A very useful and a simple to use form validator for all kinds of forms. It has neat Fade IN/Fade OUT effects too. Custom classes can be defined, custom validations can be defined. It validates fields for a lot of different type of scenarios.</p>
<ul>
<li><code>required</code> (not blank)</li>
<li><code>validate-number</code> (a valid number)</li>
<li><code>validate-digits</code> (digits only)</li>
<li><code>validate-alpha</code> (letters only)</li>
<li><code>validate-alphanum</code> (only letters and numbers)</li>
<li><code>validate-date</code> (a valid date value)</li>
<li><code>validate-email</code> (a valid email address)</li>
<li><code>validate-url</code> (a valid URL)</li>
<li><code>validate-date-au</code> (a date formatted as; dd/mm/yyyy)</li>
<li><code>validate-currency-dollar</code> (a valid dollar value)</li>
<li><code>validate-selection</code> (first option e.g. &#8216;Select one&#8230;&#8217; is not selected option)</li>
<li><code>validate-one-required</code> (At least one textbox/radio element must be selected in a group &#8211; see below*)</li>
</ul>
<p>For more information on how to use this plugin visit  <a href="http://tetlaw.id.au/view/javascript/really-easy-field-validation" target="_blank">Dexagogo&#8217;s Website</a>. You can also check out a demo of this script at action <a href="http://tetlaw.id.au/upload/pages/really-easy-field-validation/" target="_blank">HERE</a>. It has very good documentation on how to use this plugin. Thanks Dexagogo. Although if you guys have any doubt on how to use it, I`ll be glad to help you out.</p>
]]></content:encoded>
			<wfw:commentRss>http://visionmasterdesigns.com/really-easy-formfield-validation-using-prototypescriptaculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
