<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Maxcode.com &#187; Forms</title>
	<atom:link href="http://maxcode.wordpress.com/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxcode.wordpress.com</link>
	<description>Your personal resource. &#124; by Clemens (visualmaxcode)</description>
	<lastBuildDate>Fri, 21 Mar 2008 10:43:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='maxcode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/120d055b23baa9965a13a54a5d1ead83?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Maxcode.com &#187; Forms</title>
		<link>http://maxcode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://maxcode.wordpress.com/osd.xml" title="Maxcode.com" />
	<atom:link rel='hub' href='http://maxcode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Really easy field validation using AJAX</title>
		<link>http://maxcode.wordpress.com/2008/02/21/really-easy-field-validation-using-ajax/</link>
		<comments>http://maxcode.wordpress.com/2008/02/21/really-easy-field-validation-using-ajax/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 12:51:20 +0000</pubDate>
		<dc:creator>maxcode</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MIT License]]></category>

		<guid isPermaLink="false">http://maxcode.wordpress.com/?p=10</guid>
		<description><![CDATA[Really easy field validation from Dexagogo has implemented a solid form validation API. The basic method is to attach to the form&#8217;s  onsubmit event, read out all the form elements&#8217; classes and perform validation if required. If a field fails validation, reveal field validation advice and prevent the form from submitting.
The validator also avoids [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxcode.wordpress.com&blog=2934393&post=10&subd=maxcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://tetlaw.id.au/view/javascript/really-easy-field-validation" target="_blank">Really easy field validation </a>from Dexagogo has implemented a solid form validation API. The basic method is to attach to the form&#8217;s  <code>onsubmit</code> event, read out all the form elements&#8217; classes and perform validation if required. If a field fails validation, reveal field validation advice and prevent the form from submitting.</p>
<p>The validator also avoids validating fields that are hidden or children of elements hidden by the CSS property  <code>display:none</code>. This way you can give a field the class of &#8216;required&#8217; but it&#8217;s only validated if it is visible on the form. The  <a href="http://tetlaw.id.au/upload/dev/validation/valid.html" target="_blank" title="Really Easy Field Validation demo">demo</a> illustrates this.</p>
<div align="center"><a href="http://maxcode.wordpress.com/2008/02/21/really-easy-field-validation-using-ajax/11/" rel="attachment wp-att-11" title="validation.png"></a></p>
<div style="text-align:center;"><a href="http://maxcode.wordpress.com/2008/02/21/really-easy-field-validation-using-ajax/11/" rel="attachment wp-att-11" title="validation.png"><img src="http://maxcode.files.wordpress.com/2008/02/validation.png?w=510" alt="validation.png" /></a></div>
</div>
<p>Requirements: Any Modern Browsers with Javascript Enabled<br />
Demo: <a href="http://tetlaw.id.au/upload/dev/validation" title="demo" target="_blank">http://tetlaw.id.au/upload/dev/validation</a><br />
License: MIT License</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxcode.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxcode.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxcode.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxcode.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxcode.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxcode.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxcode.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxcode.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxcode.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxcode.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxcode.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxcode.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxcode.wordpress.com&blog=2934393&post=10&subd=maxcode&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://maxcode.wordpress.com/2008/02/21/really-easy-field-validation-using-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d0d5c553ab7f5f159d7198caf586786?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxcode</media:title>
		</media:content>

		<media:content url="http://maxcode.files.wordpress.com/2008/02/validation.png" medium="image">
			<media:title type="html">validation.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Uni-Form for Standard Form Markup</title>
		<link>http://maxcode.wordpress.com/2008/02/21/uni-form-for-standard-form-markup/</link>
		<comments>http://maxcode.wordpress.com/2008/02/21/uni-form-for-standard-form-markup/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 12:16:01 +0000</pubDate>
		<dc:creator>maxcode</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Creative Commons License]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://maxcode.wordpress.com/?p=6</guid>
		<description><![CDATA[Uniform is trying to standardize form markup (xhtml) and css, “modularize” it, so even people with only basic knowledge of these technologies can get nice looking, well structured, highly customizable, semantic, accessible and usable forms.

Plug and play style. Download the uni-form.zip and you’re pretty much all set! It is encouraged to edit css properties only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxcode.wordpress.com&blog=2934393&post=6&subd=maxcode&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://http://dnevnikeklektika.com/uni-form/" target="_blank">Uniform </a>is trying to standardize form markup (xhtml) and css, “modularize” it, so even people with only basic knowledge of these technologies can get nice looking, well structured, highly customizable, semantic, accessible and usable forms.</p>
<p style="text-align:center;"><a href="http://maxcode.wordpress.com/2008/02/21/uni-form-for-standard-form-markup/uni-form/" target="_blank" rel="attachment wp-att-7" title="uni-form"><img src="http://maxcode.files.wordpress.com/2008/02/uni-form.png?w=510" alt="uni-form" /></a></p>
<p>Plug and play style. Download the <b>uni-form.zip </b>and you’re pretty much all set! It is encouraged to edit <abbr title="Cascading style sheets">css</abbr> properties only in the uni-form.css file, so you can easily upgrade to the newer versions as they come along by copying over the old copy of the uni-form-generic.css.</p>
<blockquote><p>Requirements: IE6+, Firefox 1.5.x+, Opera9.x+, Safari, Konqueror<br />
Demo: <a href="http://dnevnikeklektika.com/uni-form/" title="Demo" target="_blank">http://dnevnikeklektika.com/uni-form/</a><br />
License: Creative Commons License</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxcode.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxcode.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxcode.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxcode.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxcode.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxcode.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxcode.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxcode.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxcode.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxcode.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxcode.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxcode.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxcode.wordpress.com&blog=2934393&post=6&subd=maxcode&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://maxcode.wordpress.com/2008/02/21/uni-form-for-standard-form-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8d0d5c553ab7f5f159d7198caf586786?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">maxcode</media:title>
		</media:content>

		<media:content url="http://maxcode.files.wordpress.com/2008/02/uni-form.png" medium="image">
			<media:title type="html">uni-form</media:title>
		</media:content>
	</item>
	</channel>
</rss>