<?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>onDeveloping &#187; html forms</title>
	<atom:link href="http://zbrustudios.com/onDeveloping/tag/html-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://zbrustudios.com/onDeveloping</link>
	<description>thoughts on developing from zach mccorkhill @ z.bru studios</description>
	<lastBuildDate>Thu, 18 Nov 2010 22:02:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>on Forms</title>
		<link>http://zbrustudios.com/onDeveloping/2008/11/on-forms/</link>
		<comments>http://zbrustudios.com/onDeveloping/2008/11/on-forms/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 02:03:43 +0000</pubDate>
		<dc:creator>zach</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[html forms]]></category>

		<guid isPermaLink="false">http://www.zbrustudios.com/onDeveloping/?p=7</guid>
		<description><![CDATA[i&#8217;ve been working on some forms for a couple of different clients, and it never ceases to amaze me how much extra time i end up spending on them. i think i finally have my favorite system of validating w/both javascript and php. but i&#8217;m sure that will change. one of the clients was easier [...]]]></description>
			<content:encoded><![CDATA[<p>i&#8217;ve been working on some forms for a couple of different clients, and it never ceases to amaze me how much extra time i end up spending on them. i think i finally have my favorite system of validating w/both javascript and php. but i&#8217;m sure that will change. one of the clients was easier to do in some ways because they only deal with local clients. the other is international, so i had to think about country codes in phone numbers and find a list of every country. in some ways that was easier, though, because validation goes out the window; there are different phone number lengths, some countries don&#8217;t have zip codes, and with a chance of javascript being disabled, there&#8217;s no pretty way of listing different states in different countries. i&#8217;m feeling like someday, since we all deal with forms, form validation/entry will be taken care of by the browser, and the code will just tell the browser what info is wanted (&#8216;address&#8217; instead of &#8216;street address&#8217;, &#8216;state&#8217;, &#8216;zip&#8217;, etc.). api&#8217;s and cms&#8217; are okay for some things, but for a quick and dirty form, it would be nice to have smarter browsers. what a pipe dream though. or maybe a pipe nightmare; i can just imagine having to hack the heck out of css to have the browser &#8216;form&#8217; not explode a site.</p>
]]></content:encoded>
			<wfw:commentRss>http://zbrustudios.com/onDeveloping/2008/11/on-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

