<?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/"
><channel><title>WebAppers &#187; Forms</title><link>http://www.webappers.com</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <pubDate>Fri, 20 Nov 2009 07:01:22 +0000</pubDate> <generator>http://wordpress.org/?v=2.8.6</generator> <language>en</language> <item><title>Create a Twitter Style Login Form with jQuery</title><link>http://www.webappers.com/2009/11/20/create-a-twitter-style-login-form-with-jquery/</link> <comments>http://www.webappers.com/2009/11/20/create-a-twitter-style-login-form-with-jquery/#comments</comments> <pubDate>Fri, 20 Nov 2009 07:01:22 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1991</guid> <description><![CDATA[Twitter is running a new homepage with clean and easy design for a while already. Look at the top right of Twitter’s homepage, you’ll see the sign in button which will drop down the login form. AEXT has written a tutorial to show you how to create a login drop down with Twitter style using [...]]]></description> <content:encoded><![CDATA[<p><strong>Twitter</strong> is running a new homepage with clean and easy design for a while already. Look at the top right of Twitter’s homepage, you’ll see the sign in button which will drop down the login form. AEXT has written a tutorial to show you <a
title="Twitter Login" href="http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/" target="_blank">how to create a login drop down with Twitter style using jQuery</a>.</p><p>It is easy to follow, it also helps you save the space of your webpage and make visitors feel comfortable by the awesome toggle login form. The tutorial explains how it works step by step and it’s good for learning how to do the toggle and tooltips with jQuery.</p><p
style="text-align: center;"><a
title="Twitter Login" href="http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/" target="_blank"><img
class="size-full wp-image-1992 aligncenter" title="twitter-login" src="http://www.webappers.com/img/2009/11/twitter-login.jpg" alt="twitter-login" width="480" height="281" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://aext.net/example/twitterlogin/" target="_blank">http://aext.net/example/twitterlogin/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/07/02/how-to-create-an-elegant-jquery-image-gallery/" rel="bookmark" title="July 2, 2009">How to Create An Elegant jQuery Image Gallery</a></li><li><a
href="http://www.webappers.com/2009/04/03/create-a-nice-clean-sliding-login-panel-in-jquery/" rel="bookmark" title="April 3, 2009">Create a Nice &#038; Clean Sliding Login Panel in jQuery</a></li><li><a
href="http://www.webappers.com/2009/05/26/how-to-create-a-tabbled-content-rotator-with-jquery/" rel="bookmark" title="May 26, 2009">How to Create a Tabbled Content Rotator with jQuery</a></li><li><a
href="http://www.webappers.com/2008/10/17/simple-transparent-tooltips-with-jquery-and-css/" rel="bookmark" title="October 17, 2008">Simple Transparent Tooltips with jQuery and CSS</a></li><li><a
href="http://www.webappers.com/2009/11/18/how-to-turn-long-web-form-into-a-wizard-with-jquery/" rel="bookmark" title="November 18, 2009">How to Turn Long Web Form into a Wizard with jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/11/20/create-a-twitter-style-login-form-with-jquery/feed/</wfw:commentRss> </item> <item><title>How to Turn Long Web Form into a Wizard with jQuery</title><link>http://www.webappers.com/2009/11/18/how-to-turn-long-web-form-into-a-wizard-with-jquery/</link> <comments>http://www.webappers.com/2009/11/18/how-to-turn-long-web-form-into-a-wizard-with-jquery/#comments</comments> <pubDate>Wed, 18 Nov 2009 07:01:41 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1978</guid> <description><![CDATA[If you would, for whatever reason, have a large webform all fields should be semantically divided into fieldsets. Each fieldset would clearly describe each group of fields.
So, we can say that each group of fields represent a sub task of a larger task &#8211; filling the entire web form. Thus, each sub task can become [...]]]></description> <content:encoded><![CDATA[<p>If you would, for whatever reason, have a large webform all fields should be semantically divided into fieldsets. Each fieldset would clearly describe each group of fields.</p><p>So, we can say that each group of fields represent a sub task of a larger task &#8211; filling the entire web form. Thus, each sub task can become a step with a description, input fields and navigation that is common for wizard forms &#8211; back and next. The entire process can be done in several simple steps.</p><p>This detailed tutorial will show you <a
title="Webfrom Wizard" href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" target="_blank">how to turn long webform into a wizard with jQuery</a>. A plugin is also available for download.</p><p
style="text-align: center;"><a
title="Webfrom Wizard" href="http://www.jankoatwarpspeed.com/post/2009/09/28/webform-wizard-jquery.aspx" target="_blank"><img
class="size-full wp-image-1979 aligncenter" title="form-wizard" src="http://www.webappers.com/img/2009/11/form-wizard.jpg" alt="form-wizard" width="480" height="220" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.jankoatwarpspeed.com/examples/webform_to_wizard/" target="_blank">http://www.jankoatwarpspeed.com/examples/webform_to_wizard/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/04/14/how-to-create-skype-like-buttons-with-jquery/" rel="bookmark" title="April 14, 2009">How to Create Skype-like Buttons with jQuery</a></li><li><a
href="http://www.webappers.com/2009/05/13/sexy-page-peel-effect-tutorial-jquery-plugin/" rel="bookmark" title="May 13, 2009">Sexy Page Peel Effect Tutorial &#038; jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/05/07/fancy-form-styling-and-advanced-form-functionality/" rel="bookmark" title="May 7, 2009">Fancy Form Styling and Advanced Form Functionality</a></li><li><a
href="http://www.webappers.com/2009/07/09/iphone-like-password-fields-jquery-plugin/" rel="bookmark" title="July 9, 2009">iPhone-like Password Fields jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2008/12/10/how-to-create-digg-spy-effect-with-jquery/" rel="bookmark" title="December 10, 2008">How to Create Digg Spy Effect with jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/11/18/how-to-turn-long-web-form-into-a-wizard-with-jquery/feed/</wfw:commentRss> </item> <item><title>Easy Form Validation Requires No Javascript Library</title><link>http://www.webappers.com/2009/11/03/easy-form-validation-requires-no-javascript-library/</link> <comments>http://www.webappers.com/2009/11/03/easy-form-validation-requires-no-javascript-library/#comments</comments> <pubDate>Tue, 03 Nov 2009 07:01:17 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[BSD License]]></category> <category><![CDATA[Forms]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1890</guid> <description><![CDATA[Validatious 2.0 is an easy form validation with unobtrusive JavaScript. Validatious requires no JavaScript library. However, if you&#8217;re already using one, Validatious can easily work with it, and even benefit from it.
There are several settings allow you to control how and when Validatious does validation, how it displays errors and more. If configuring isn&#8217;t enough, [...]]]></description> <content:encoded><![CDATA[<p><a
title="Validatious 2.0" href="http://validatious.org/" target="_blank">Validatious 2.0</a> is an easy form validation with unobtrusive JavaScript. Validatious requires no JavaScript library. However, if you&#8217;re already using one, Validatious can easily work with it, and even benefit from it.</p><p>There are several settings allow you to control how and when <a
title="Validatious 2.0" href="http://validatious.org/" target="_blank">Validatious</a> does validation, how it displays errors and more. If configuring isn&#8217;t enough, callbacks and easy overriding gives you complete control.</p><p>You can also add custom validators with only a couple of lines of JavaScript. If your site&#8217;s language is not english, you probably don&#8217;t want error messages in english. There are several ways of changing languages as well.</p><p
style="text-align: center;"><a
title="Validatious 2.0" href="http://validatious.org/" target="_blank"><img
class="size-full wp-image-1891 aligncenter" title="form-validation" src="http://www.webappers.com/img/2009/11/form-validation.jpg" alt="form-validation" width="480" height="240" /></a></p><blockquote><p>Requirements: Javascript Enabled<br
/> Demo: <a
title="Demo" href="http://validatious.org/learn/examples" target="_blank">http://validatious.org/learn/examples</a><br
/> License: BSD License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/15/ajax-really-easy-real-time-form-validation/" rel="bookmark" title="July 15, 2007">Ajax Really Easy Real Time Form Validation</a></li><li><a
href="http://www.webappers.com/2007/09/11/live-validation-validation-as-you-type/" rel="bookmark" title="September 11, 2007">Live Validation &#8211; Validation As You Type</a></li><li><a
href="http://www.webappers.com/2008/08/11/14-ways-to-learn-from-creative-programmers/" rel="bookmark" title="August 11, 2008">14 Ways to Learn From Creative Programmers</a></li><li><a
href="http://www.webappers.com/2008/03/22/google-ajax-language-api-for-detection-and-translation/" rel="bookmark" title="March 22, 2008">Google Ajax Language API for Detection and Translation</a></li><li><a
href="http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/" rel="bookmark" title="June 12, 2009">jQuery Inline Form Validation Engine</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/11/03/easy-form-validation-requires-no-javascript-library/feed/</wfw:commentRss> </item> <item><title>Open Source PHP Captcha for Your Forms</title><link>http://www.webappers.com/2009/09/29/open-source-php-captcha-for-your-forms/</link> <comments>http://www.webappers.com/2009/09/29/open-source-php-captcha-for-your-forms/#comments</comments> <pubDate>Tue, 29 Sep 2009 07:01:48 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1731</guid> <description><![CDATA[Securimage is an open-source free PHP Captcha script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots.
It can run on most any webserver as long as you have PHP installed, and GD support [...]]]></description> <content:encoded><![CDATA[<p><a
title="Securimage" href="http://www.phpcaptcha.org/" target="_blank">Securimage</a> is an open-source free PHP Captcha script for generating complex images and CAPTCHA codes to protect forms from spam and abuse. It can be easily added into existing forms on your website to provide protection from spam bots.</p><p>It can run on most any webserver as long as you have PHP installed, and GD support within PHP. Securimage does everything from generate complicated CAPTCHA images to making sure the code the user entered was correct.</p><p
style="text-align: center;"><a
title="Securimage" href="http://www.phpcaptcha.org/" target="_blank"><img
class="aligncenter" src="http://www.webappers.com/img/2009/09/captcha.jpg" alt="Securimage CAPTCHA" /></a></p><blockquote><p>Requirements: PHP and GD Support<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.phpcaptcha.org/?page_id=12" target="_blank">http://www.phpcaptcha.org/?page_id=12</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/10/13/recaptcha-prevent-spam-and-help-digitize-books/" rel="bookmark" title="October 13, 2007">reCAPTCHA Prevent Spam and Help Digitize Books</a></li><li><a
href="http://www.webappers.com/2007/07/09/ajax-captcha-validate-the-field-in-real-time/" rel="bookmark" title="July 9, 2007">Ajax CAPTCHA Validate the Field in Real Time</a></li><li><a
href="http://www.webappers.com/2008/09/26/gustavo-pimentas-collection-of-design-solutions/" rel="bookmark" title="September 26, 2008">Gustavo Pimenta&#8217;s Collection of Design Solutions</a></li><li><a
href="http://www.webappers.com/2008/02/20/spam-proof-email-generator-email-addresses-on-images/" rel="bookmark" title="February 20, 2008">Spam Proof Email Generator &#8211; Email Addresses on Images</a></li><li><a
href="http://www.webappers.com/2009/02/20/drag-and-drop-ajax-fancy-captcha-jquery-plugin/" rel="bookmark" title="February 20, 2009">Drag and Drop Ajax Fancy Captcha jQuery Plugin</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/09/29/open-source-php-captcha-for-your-forms/feed/</wfw:commentRss> </item> <item><title>CKEditor v3.0 &#8211; A Complete Rewrite of FCKeditor</title><link>http://www.webappers.com/2009/08/26/ckeditor-v30-a-complete-rewrite-of-fckeditor/</link> <comments>http://www.webappers.com/2009/08/26/ckeditor-v30-a-complete-rewrite-of-fckeditor/#comments</comments> <pubDate>Wed, 26 Aug 2009 07:01:59 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[LGPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1679</guid> <description><![CDATA[
CKEditor is a Version 3.0 of FCKeditor. After almost two years of intensive development, the first stable version of CKEditor 3.0 has finally released.
CKEditor is a complete rewrite of our so loved FCKeditor, which got a bit old after six years of great success. Not to say that FCKeditor is doing bad, but there are [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><img
src="http://www.webappers.com/img/2009/08/ckeditor-fast.jpg" alt="CKEditor" /></p><p><a
title="CKEditor" href="http://ckeditor.com/" target="_blank">CKEditor</a> is a <strong>Version 3.0 of FCKeditor</strong>. After almost two years of intensive development, the first stable version of CKEditor 3.0 has finally released.</p><p>CKEditor is a complete rewrite of our so loved FCKeditor, which got a bit old after six years of great success. Not to say that FCKeditor is doing bad, but there are some new things we could bring to it, and CKEditor is the result of it. There are dozens of new features in CKEditor.</p><p><a
title="CKEditor" href="http://ckeditor.com/" target="_blank">CKEditor</a> is <strong>fast to load and fast to use</strong>. The development team stayed focused to bring the best performance you can have, using all modern best practices. You&#8217;ll be amazed with it.</p><p>You&#8217;ll note that they have also a <strong>brand new UI</strong> based on the Kama skin. Other than modern, Kama is colorful like a chameleon, so you can <strong>precisely match its color to your needs</strong>. This is an innovative and unique feature you&#8217;ll find in CKEditor only.</p><p>The CKEditor code is also much different now. It&#8217;s up to date with the new JavaScript development requirements, offering a <strong>rich and powerful integration and interaction API</strong>. The editor is totally plugin based, and it can be extended and modified in all senses to fit all needs.</p><p
style="text-align: center;"><a
title="CKEditor" href="http://ckeditor.com/" target="_blank"><img
src="http://www.webappers.com/img/2009/08/ckeditor.jpg" alt="CKEditor" /></a></p><blockquote><p>Requirements: Internet Explorer, Mozilla Firefox, Google Chrome, Safari and Opera<br
/> Demo: <a
rel="nofollow" href="http://ckeditor.com/demo" target="_blank">http://ckeditor.com/demo</a><br
/> License: GPL, LGPL, MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/08/23/android-the-first-complete-open-and-free-mobile-platform/" rel="bookmark" title="August 23, 2008">Android &#8211; The First Complete, Open, and Free Mobile Platform</a></li><li><a
href="http://www.webappers.com/2007/06/21/fckeditor-lightweight-html-wysiwyg-editor/" rel="bookmark" title="June 21, 2007">FCKeditor Lightweight HTML WYSIWYG Editor</a></li><li><a
href="http://www.webappers.com/2009/04/30/develop-adobe-flex-and-air-apps-with-restfulx-framework/" rel="bookmark" title="April 30, 2009">Develop Adobe Flex and AIR Apps with RestfulX Framework</a></li><li><a
href="http://www.webappers.com/2008/05/07/2d-fisheye-menus-component-with-flex/" rel="bookmark" title="May 7, 2008">2D Fisheye Menus Component with Flex</a></li><li><a
href="http://www.webappers.com/2007/11/24/django-web-framework-for-perfectionists-with-deadlines/" rel="bookmark" title="November 24, 2007">Django &#8211; Web Framework for Perfectionists with Deadlines</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/08/26/ckeditor-v30-a-complete-rewrite-of-fckeditor/feed/</wfw:commentRss> </item> <item><title>In-Field Labels jQuery Plugin for HTML Forms</title><link>http://www.webappers.com/2009/08/20/in-field-labels-jquery-plugin-for-html-forms/</link> <comments>http://www.webappers.com/2009/08/20/in-field-labels-jquery-plugin-for-html-forms/#comments</comments> <pubDate>Thu, 20 Aug 2009 07:01:24 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[GPL License]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1661</guid> <description><![CDATA[In-Field Labels jQuery Plugin is a simple plugin that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and leaving brings back the label.
There are some major benefits. The input element or textarea never really has content, [...]]]></description> <content:encoded><![CDATA[<p><a
title="In-Field Labels jQuery Plugin" href="http://fuelyourcoding.com/in-field-labels/" target="_blank">In-Field Labels jQuery Plugin</a> is a simple plugin that turns properly formatted HTML forms into forms with in-field label support. Labels fade when the field is focussed and disappear when text entry begins. Clearing a field and leaving brings back the label.</p><p>There are some major benefits. The input element or textarea never really has content, so validation can proceed without first checking for the field value. It takes one line of jQuery code to implement. And its compatible with all modern browsers (And even IE6, the “not-so-modern” browser).</p><p
style="text-align: center;"><a
title="In-Field Labels jQuery Plugin" href="http://fuelyourcoding.com/in-field-labels/" target="_blank"><img
src="http://www.webappers.com/img/2009/08/in-field-label.jpg" alt="In-Field Labels" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://fuelyourcoding.com/in-field-labels/" target="_blank">http://fuelyourcoding.com/in-field-labels/</a><br
/> License: GPL, MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/15/ajax-really-easy-real-time-form-validation/" rel="bookmark" title="July 15, 2007">Ajax Really Easy Real Time Form Validation</a></li><li><a
href="http://www.webappers.com/2007/11/11/stunning-password-strength-meter-with-ext-form/" rel="bookmark" title="November 11, 2007">Stunning Password Strength Meter with Ext Form</a></li><li><a
href="http://www.webappers.com/2008/01/04/spellify-automatic-text-field-spell-checker/" rel="bookmark" title="January 4, 2008">Spellify &#8211; Automatic Text Field Spell Checker</a></li><li><a
href="http://www.webappers.com/2008/01/09/css-globe-styles-your-websites-search-field/" rel="bookmark" title="January 9, 2008">CSS Globe Styles Your Website&#8217;s Search Field</a></li><li><a
href="http://www.webappers.com/2007/12/20/fvalidator-validate-input-data-in-html-forms-with-imask/" rel="bookmark" title="December 20, 2007">fValidator Validate input data in HTML forms with iMask</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/08/20/in-field-labels-jquery-plugin-for-html-forms/feed/</wfw:commentRss> </item> <item><title>Elastic jQuery Plugin Makes Textarea Fields Grow &amp; Shrink</title><link>http://www.webappers.com/2009/08/17/elastic-jquery-plugin-makes-textarea-fields-grow-shrink/</link> <comments>http://www.webappers.com/2009/08/17/elastic-jquery-plugin-makes-textarea-fields-grow-shrink/#comments</comments> <pubDate>Mon, 17 Aug 2009 07:01:35 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1667</guid> <description><![CDATA[Elastic jQuery plugin makes your textareas grow and shrink to fit it’s content. It was inspired by the auto growing textareas on Facebook. The major difference between Elastic and it’s competitors is it’s weight. The usage of Elastic is very straight forward. All you have to do is include the javascript file containing the plugin [...]]]></description> <content:encoded><![CDATA[<p><a
title="Elastic jQuery Plugin" href="http://www.unwrongest.com/projects/elastic/" target="_blank">Elastic jQuery plugin</a> makes your textareas grow and shrink to fit it’s content. It was inspired by the auto growing textareas on Facebook. The major difference between Elastic and it’s competitors is it’s weight. The usage of Elastic is very straight forward. All you have to do is include the javascript file containing the plugin and use the elastic method.</p><p
style="text-align: center;"><a
title="Elastic jQuery Plugin" href="http://www.unwrongest.com/projects/elastic/" target="_blank"><img
src="http://www.webappers.com/img/2009/08/elastic-textarea.jpg" alt="Elastic Textarea jQuery Plugin" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://www.unwrongest.com/projects/elastic/" target="_blank">http://www.unwrongest.com/projects/elastic/</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/11/10/easily-parse-xml-wtih-jparse-jquery-plugin/" rel="bookmark" title="November 10, 2009">Easily Parse XML wtih jParse jQuery Plugin</a></li><li><a
href="http://www.webappers.com/2009/01/16/accessible-news-slider-plugin-built-for-jquery/" rel="bookmark" title="January 16, 2009">Accessible News Slider Plugin Built for jQuery</a></li><li><a
href="http://www.webappers.com/2009/03/03/captify-displays-pretty-image-captions-appear-on-rollover/" rel="bookmark" title="March 3, 2009">Captify Displays Pretty Image Captions Appear On Rollover</a></li><li><a
href="http://www.webappers.com/2009/04/10/galleryview-flexible-and-attractive-content-gallery/" rel="bookmark" title="April 10, 2009">GalleryView &#8211; Flexible and Attractive Content Gallery</a></li><li><a
href="http://www.webappers.com/2009/07/20/flipping-like-a-card-with-quickflip-2-jquery-plugin/" rel="bookmark" title="July 20, 2009">Flipping Like a Card with QuickFlip 2 jQuery Plugin</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/08/17/elastic-jquery-plugin-makes-textarea-fields-grow-shrink/feed/</wfw:commentRss> </item> <item><title>iPhone-like Password Fields jQuery Plugin</title><link>http://www.webappers.com/2009/07/09/iphone-like-password-fields-jquery-plugin/</link> <comments>http://www.webappers.com/2009/07/09/iphone-like-password-fields-jquery-plugin/#comments</comments> <pubDate>Thu, 09 Jul 2009 07:01:18 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1627</guid> <description><![CDATA[Usability suffers when users type in passwords and the only feedback they get is a row of bullets. Typically, masking passwords doesn’t even increase security, but it does cost you business due to login failures.
That&#8217;s why Apple implemented an alternative method on iPhone/iPod Touch: passwords get masked while typing but the last character in row [...]]]></description> <content:encoded><![CDATA[<p>Usability suffers when users type in passwords and the only feedback they get is a row of bullets. Typically, masking passwords doesn’t even increase security, but it does cost you business due to login failures.</p><p>That&#8217;s why Apple implemented an alternative method on iPhone/iPod Touch: <strong>passwords get masked while typing but the last character in row is shown in plain text</strong>. Compared to common password fields on the web this method improves usability.</p><p>Therefore, <em><strong>Stefan Ullrich</strong></em> has developed a <strong><a
title="dPassword jQuery Plugin" href="http://blog.decaf.de/2009/07/iphone-like-password-fields-using-jquery/" target="_blank">dPassword jQuery Plugin</a></strong> for transforming password fields into iPhone-like password fields, which delays password masking. It works unobtrusive too. Non-JS users get the common masked password fields.</p><p
style="text-align: center;"><a
title="iPhone-like Password Fields" href="http://blog.decaf.de/2009/07/iphone-like-password-fields-using-jquery/" target="_blank"><img
src="http://www.webappers.com/img/2009/07/iphone-password.jpg" alt="iPhone-like Password Fields" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="demo" rel="nofollow" href="http://blog.decaf.de/2009/07/iphone-like-password-fields-using-jquery/" target="_blank">http://blog.decaf.de/2009/07/iphone-like-password-fields&#8230;</a><br
/> License:  MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2009/07/24/password-masking-with-non-reversible-visualization/" rel="bookmark" title="July 24, 2009">Password Masking with Non Reversible Visualization</a></li><li><a
href="http://www.webappers.com/2008/03/17/integrate-password-strength-checker-into-registration-forms/" rel="bookmark" title="March 17, 2008">Integrate Password Strength Checker into Registration Forms</a></li><li><a
href="http://www.webappers.com/2007/08/22/jquery-password-strength-meter-with-better-algorithm/" rel="bookmark" title="August 22, 2007">JQuery Password Strength Meter with Better Algorithm</a></li><li><a
href="http://www.webappers.com/2008/04/22/jquery-masked-input-plugin/" rel="bookmark" title="April 22, 2008">jQuery Masked Input Plugin</a></li><li><a
href="http://www.webappers.com/2009/11/18/how-to-turn-long-web-form-into-a-wizard-with-jquery/" rel="bookmark" title="November 18, 2009">How to Turn Long Web Form into a Wizard with jQuery</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/07/09/iphone-like-password-fields-jquery-plugin/feed/</wfw:commentRss> </item> <item><title>iPhone Style Checkboxes in jQuery</title><link>http://www.webappers.com/2009/06/18/iphone-style-checkboxes-in-jquery/</link> <comments>http://www.webappers.com/2009/06/18/iphone-style-checkboxes-in-jquery/#comments</comments> <pubDate>Thu, 18 Jun 2009 07:01:14 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[License Free]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1606</guid> <description><![CDATA[Ever wanted those flash iPhone on/off toggle switches on your webpage? Love jQuery? Well then Thomas Reynolds has got something special for you. iPhone Style Checkboxes implements the iPhone toggles as replacements for standard HTML checkboxes.
Simply run the script and your site will be updated with these specialized controls. Best of all, the underlying checkbox [...]]]></description> <content:encoded><![CDATA[<p>Ever wanted those flash iPhone on/off toggle switches on your webpage? Love jQuery? Well then <em><strong>Thomas Reynolds</strong></em> has got something special for you. <a
title="iPhone Style Checkboxes" href="http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html" target="_blank"><strong>iPhone Style Checkboxes</strong></a> implements the iPhone toggles as replacements for standard HTML checkboxes.</p><p>Simply run the script and your site will be updated with these specialized controls. Best of all, the underlying checkbox is not touched and backend system will never know the difference. The change is purely visual.</p><p
style="text-align: center;"><a
title="iPhone Style Checkboxes" href="http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html" target="_blank"><img
src="http://www.webappers.com/img/2009/06/iphone-checkbox.png" alt="iPhone Checkboxes" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html" target="_blank">http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html</a><br
/> License: License Free</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2008/07/22/iphone-application-web-app-development-guide/" rel="bookmark" title="July 22, 2008">iPhone Application / Web App Development Guide</a></li><li><a
href="http://www.webappers.com/2008/05/04/samples-codes-for-building-iphone-applications/" rel="bookmark" title="May 4, 2008">Samples Codes for Building iPhone Applications</a></li><li><a
href="http://www.webappers.com/2008/08/18/the-best-25-iphone-web-applications-for-free/" rel="bookmark" title="August 18, 2008">The Best 25 iPhone Web Applications for Free</a></li><li><a
href="http://www.webappers.com/2009/05/08/resources-for-developing-a-site-for-iphone/" rel="bookmark" title="May 8, 2009">Resources for Developing a Site for iPhone</a></li><li><a
href="http://www.webappers.com/2008/08/04/customize-checkboxes-with-prettycheckboxes/" rel="bookmark" title="August 4, 2008">Customize Checkboxes with PrettyCheckboxes</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/06/18/iphone-style-checkboxes-in-jquery/feed/</wfw:commentRss> </item> <item><title>jQuery Inline Form Validation Engine</title><link>http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/</link> <comments>http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/#comments</comments> <pubDate>Fri, 12 Jun 2009 07:01:19 +0000</pubDate> <dc:creator>Ray Cheung</dc:creator> <category><![CDATA[Forms]]></category> <category><![CDATA[MIT License]]></category><guid
isPermaLink="false">http://www.webappers.com/?p=1598</guid> <description><![CDATA[When it comes to form validation, it’s hard to have a versatile solution that works with every form. Figuring out how to display errors is not a simple task. Cedric Dugas has created a jQuery Validation Engine in order to solve this problem.
When an error needs to be displayed, the script creates a div and [...]]]></description> <content:encoded><![CDATA[<p>When it comes to form validation, it’s hard to have a versatile solution that works with every form. Figuring out how to display errors is not a simple task. <em><strong>Cedric Dugas</strong></em> has created a <a
title="jQuery Inline Form Validation" href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/" target="_blank">jQuery Validation Engine</a> in order to solve this problem.</p><p>When an error needs to be displayed, the script creates a div and positions it in the top right corner of the input. This way you don’t have to worry about your HTML form structure. The rounded corner and shadow are done with CSS3 and degrade well in non compliant browsers. There is no images needed.</p><p>When you submit a form, it will look for inputs with predefined class selectors, and validate them accordingly to their type. It also does on the fly validation when you click outside of the input. Localisation language is also available. It has been tested on Internet Exploder 6 &amp; 7, Firefox 3+, Safari 4 and Chrome 1+.</p><p
style="text-align: center;"><a
title="jQuery Inline Form Validation" href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/" target="_blank"><img
src="http://www.webappers.com/img/2009/06/jquery-form-validation.jpg" alt="jQuery Form Validation" /></a></p><blockquote><p>Requirements: jQuery Framework<br
/> Demo: <a
title="Demo" rel="nofollow" href="http://www.position-relative.net/creation/formValidator/" target="_blank">http://www.position-relative.net/creation/formValidator/</a><br
/> License: MIT License</p></blockquote><div
class="RelatedPosts"><h3>Related Posts</h3><ul><li><a
href="http://www.webappers.com/2007/07/15/ajax-really-easy-real-time-form-validation/" rel="bookmark" title="July 15, 2007">Ajax Really Easy Real Time Form Validation</a></li><li><a
href="http://www.webappers.com/2007/12/20/fvalidator-validate-input-data-in-html-forms-with-imask/" rel="bookmark" title="December 20, 2007">fValidator Validate input data in HTML forms with iMask</a></li><li><a
href="http://www.webappers.com/2009/05/07/fancy-form-styling-and-advanced-form-functionality/" rel="bookmark" title="May 7, 2009">Fancy Form Styling and Advanced Form Functionality</a></li><li><a
href="http://www.webappers.com/2008/04/22/jquery-masked-input-plugin/" rel="bookmark" title="April 22, 2008">jQuery Masked Input Plugin</a></li><li><a
href="http://www.webappers.com/2007/09/13/styling-file-inputs-with-css-and-dom/" rel="bookmark" title="September 13, 2007">Styling File Inputs with CSS and DOM</a></li></ul></div><h3>Sponsors</h3><p><a
href="http://www.pixmac.com/#WebAppers">Pixmac: Stock Photos, Royalty Free Pictures and Images</a></p>]]></content:encoded> <wfw:commentRss>http://www.webappers.com/2009/06/12/jquery-inline-form-validation-engine/feed/</wfw:commentRss> </item> </channel> </rss>
<!-- Served from: ps11300.dreamhostps.com @ 2009-11-20 21:13:39 by W3 Total Cache -->