<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>MooTools Plugins</title><link>http://www.virtuosimedia.com/dev/javascript/mootools-plugins//feed/rss</link><description>MooTools plugins created by Virtuosi Media, complete with examples, tutorials, documentation, and demos.</description><pubDate>Wed, 19 Jun 2013 13:26:32 +0000</pubDate><lastBuildDate>Wed, 19 Jun 2013 13:26:32 +0000</lastBuildDate><copyright>asf</copyright><image><url>http://www.virtuosimedia.com/includes/Files/Uploaded/Images/Feeds/avatar80.png</url><title>MooTools Plugins</title><link /><width>144</width><height>100</height></image><item><title>VM Form Validator</title><description><![CDATA[<p><img alt="MooTools Plugin - Vm Form Validator" src="http://www.virtuosimedia.com/includes/Files/Uploaded/Images/Articles/Lead/vm-form-validator.jpg" style="width: 600px; height: 200px;" /></p>
<p>VMFormValidator is a JavaScript form validation script based on MooTools 1.3. It aims to provide simple, reliable validation for all form element types across all browsers in an unobtrusive manner. It is 100% styled by CSS and allows for custom validations and error messages. Error messages can be displayed above the form, above each input, or below each input. VMFormValidator should not be used as a replacement for server-side validation (using PHP, .NET, etc) because JavaScript can be disabled.</p>

<ul class="actionCall">
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/vm-form-validator/vm-form-validator-tutorial">Tutorial</a></li>
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/vm-form-validator/vm-form-validator-api-documentation">Docs</a></li>
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/vm-form-validator/vm-form-validator-demos">Demos</a></li>
	<li><a class="primary" href="https://github.com/VirtuosiMedia/VMFormValidator/zipball/master" rel="nofollow">Download</a></li>
</ul>
<h2>License</h2>
<p>VMFormValidator is released under the open-source <a href="http://www.opensource.org/licenses/mit-license.php" rel="nofollow">MIT License</a>.</p>
<h2>Features</h2>
<ul>
	<li>Simple out of the box</li>
	<li>Unobtrusive - requires no changes to existing (X)HTML markup</li>
	<li>Degrades gracefully</li>
	<li>Cross browser - tested in Internet Explorer 7+, Firefox, Safari, Opera, and Chrome</li>
	<li>Validates every type of form element</li>
	<li>Customizable styling - 100% CSS styling. The label and form element both have error and success states and the error list can also be styled</li>
	<li>Customizable errors - each error can be customized with your error message text</li>
	<li>Customizable error positioning - errors can appear above each form element or below it</li>
	<li>Multiple validations per element - validations are fired in expected order in all browsers including Internet Explorer</li>
	<li>Display either one or multiple errors per element at a time</li>
	<li>Multiple forms can be validated per page</li>
	<li>Validates on blur and on submit with the option to turn either off</li>
	<li>Optional disabling of the submit button on error</li>
	<li>Intelligent cross-browser radio button validation - no false errors</li>
	<li>Includes the most common validations including required fields, email, password, url, dates-25 validations in total</li>
	<li>Custom regex validation - you can enter your own regex for the script to evaluate</li>
	<li>Custom functions - include custom functions to be run with onblur/onsubmit validation</li>
	<li>19kb uncompressed, 9kb compressed</li>
</ul>
<h2>Dependencies</h2>
<p>VMFormValidator requires the <a href="http://mootools.net" rel="nofollow">MooTools JavaScript framework</a>. Specifically, it requires the complete <a href="http://mootools.net/core" rel="nofollow">MooTools Core</a> (but not <a href="http://mootools.net/more" rel="nofollow">MooTools More</a>) file.</p>
<h2>GitHub</h2>
<p>You can follow <a href="https://github.com/VirtuosiMedia/VMFormValidator" rel="nofollow">VMFormValidator</a> on <a href="https://github.com/" rel="nofollow">GitHub</a>.</p>
]]></description><link>http://www.virtuosimedia.com/dev/javascript/mootools-plugins/vm-form-validator/</link><category>MooTools Plugins</category><pubDate>Tue, 08 Mar 2011 18:50:00 +0000</pubDate></item><item><title>Password Strength Meter</title><description><![CDATA[<p><img alt="Password Strength Meter MooTools Plugin" class="leadImage" src="http://www.virtuosimedia.com/includes/Files/Uploaded/Images/Articles/Lead/password-strength-meter.jpg" style="width: 600px; height: 200px; " />Password Srength Meter is a JavaScript password strength checker based on MooTools 1.3. It aims to provide simple, reliable password strength indications across all browsers in an unobtrusive manner. It is 100% styled by CSS and allows for custom validations. It can be used with effects or without and has an optional text component that changes with each change of state. The text defaults to &#39;Poor&#39;, &#39;Weak&#39;, &#39;Medium&#39;, and &#39;Strong&#39;; but it can be changed according to preference or language.</p>

<ul class="actionCall">
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/password-strength-meter/tutorial">Tutorial</a></li>
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/password-strength-meter/api-documentation">Docs</a></li>
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/password-strength-meter/demos">Demos</a></li>
	<li><a class="primary" href="https://github.com/VirtuosiMedia/Password-Strength-Meter/zipball/master" rel="nofollow">Download</a></li>
</ul>
<h2>License</h2>
<p>Password Strength Meter&nbsp;is released under the open-source&nbsp;<a href="http://www.opensource.org/licenses/mit-license.php" rel="nofollow" style="color: rgb(0, 153, 204); ">MIT License</a>.</p>
<h2>Features</h2>
<ul>
	<li>Simple out of the box</li>
	<li>Unobtrusive - requires no changes to existing (X)HTML markup</li>
	<li>Degrades gracefully</li>
	<li>Cross browser - tested in Internet Explorer 6+, Firefox, Safari, Opera, and Chrome</li>
	<li>Customizable styling - 100% CSS styling.</li>
	<li>21 configurable options</li>
	<li>Customizable text - The optional text can be changed according to preference or language.</li>
	<li>Customizable positioning - you can change which element the password meter is injected after.</li>
	<li>Customizable and optional effects</li>
	<li>4.4kb uncompressed, 2.4kb compressed</li>
</ul>
<h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 21px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 21px; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 21px; ">Dependencies</h2>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 21px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 21px; ">Password Strength Meter requires the&nbsp;<a href="http://mootools.net/" rel="nofollow" style="color: rgb(0, 153, 204); ">MooTools JavaScript framework</a>. Specifically, it requires the complete&nbsp;<a href="http://mootools.net/core" rel="nofollow" style="color: rgb(0, 153, 204); ">MooTools Core</a>&nbsp;(but not&nbsp;<a href="http://mootools.net/more" rel="nofollow" style="color: rgb(0, 153, 204); ">MooTools More</a>) file.</p>
<h2 style="margin-top: 0px; margin-right: 0px; margin-bottom: 21px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 21px; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 21px; ">GitHub</h2>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 21px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; line-height: 21px; ">You can follow <a href="https://github.com/VirtuosiMedia/Password-Strength-Meter">Password Strength Meter</a>&nbsp;on&nbsp;<a href="https://github.com/" rel="nofollow" style="color: rgb(0, 153, 204); ">GitHub</a>.</p>
]]></description><link>http://www.virtuosimedia.com/dev/javascript/mootools-plugins/password-strength-meter/</link><category>MooTools Plugins</category><pubDate>Tue, 22 Mar 2011 16:01:00 +0000</pubDate></item><item><title>Word Count</title><description><![CDATA[<p><img alt="Word Count MooTools Plugin" class="leadImage" src="http://www.virtuosimedia.com/includes/Files/Uploaded/Images/Articles/Lead/word-count.jpg" style="width: 600px; height: 200px; " /></p>
<p>Word Count is a JavaScript word and character counter based on MooTools 1.3. It can count static text or text being entered into a form element, as it&#39;s being typed. It&#39;s simple to use and has been tested in IE6+, Firefox, Chrome, Opera, and Safari.</p>

<ul class="actionCall">
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/word-count/tutorial">Tutorial</a></li>
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/word-count/api-documentation">Docs</a></li>
	<li><a class="secondary" href="http://www.virtuosimedia.com/dev/javascript/mootools-plugins/word-count/demos">Demos</a></li>
	<li><a class="primary" href="https://github.com/VirtuosiMedia/Word-Count/zipball/master" rel="nofollow">Download</a></li>
</ul>
<h2>License</h2>
<p>Word Count is released under the open-source&nbsp;<a href="http://www.opensource.org/licenses/mit-license.php" rel="nofollow" style="color: rgb(0, 153, 204); ">MIT License</a>.</p>
<h2>Features</h2>
<ul>
	<li>Simple out of the box</li>
	<li>Unobtrusive - requires no changes to existing (X)HTML markup</li>
	<li>Degrades gracefully</li>
	<li>Cross browser - tested in Internet Explorer 6+, Firefox, Safari, Opera, and Chrome</li>
	<li>Customizable styling - 100% CSS styling.</li>
	<li>8 configurable options</li>
	<li>Choose a word count, a character count, or both</li>
	<li>Customizable text - The outputted text can be changed according to preference or language.</li>
</ul>
<h2>Dependencies</h2>
<p>Word Count requires the <a href="http://mootools.net" rel="nofollow">MooTools JavaScript framework</a>. Specifically, it requires the complete <a href="http://mootools.net/core" rel="nofollow">MooTools Core</a> (but not <a href="http://mootools.net/more" rel="nofollow">MooTools More</a>) file.</p>
<h2>GitHub</h2>
<p>You can follow <a href="https://github.com/VirtuosiMedia/Word-Count">Word Count</a> on <a href="https://github.com/" rel="nofollow">GitHub</a>.</p>
Hi Mom!]]></description><link>http://www.virtuosimedia.com/dev/javascript/mootools-plugins/word-count/</link><category>MooTools Plugins</category><pubDate>Wed, 23 Mar 2011 21:13:00 +0000</pubDate></item></channel></rss>