<?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>From the Code Mill &#187; forms</title>
	<atom:link href="http://codemill.studio-connect.com/tag/forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemill.studio-connect.com</link>
	<description>Tutorials, thoughts, and rants about programming.</description>
	<lastBuildDate>Sat, 12 Jun 2010 18:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Working on a Propel Form Builder&#8230;</title>
		<link>http://codemill.studio-connect.com/2009/05/29/working-on-a-propel-form-builder/</link>
		<comments>http://codemill.studio-connect.com/2009/05/29/working-on-a-propel-form-builder/#comments</comments>
		<pubDate>Sat, 30 May 2009 04:53:51 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[Propel]]></category>

		<guid isPermaLink="false">http://codemill.studio-connect.com/?p=166</guid>
		<description><![CDATA[Tonight I started working on a set of classes that will build forms for Propel objects.  While Propel already has implementations of PatForms and HTML_QuickForm, they are both not up-to-date in svn.  They both also require Creole for gathering metadata, and I am not at all interested in integrating another library into this project &#8211; [...]]]></description>
		<wfw:commentRss>http://codemill.studio-connect.com/2009/05/29/working-on-a-propel-form-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending HTML_QuickForm_Rule</title>
		<link>http://codemill.studio-connect.com/2009/02/10/extending-html_quickform_rule/</link>
		<comments>http://codemill.studio-connect.com/2009/02/10/extending-html_quickform_rule/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 05:00:00 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[object-oriented programming]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://codemill.studio-connect.com/?p=63</guid>
		<description><![CDATA[HTML_QuickForm is a very popular PEAR library that eases form design for the web programmer.  It consists of three separate but equally important parts &#8211; form components, form renderers, and form validators.  The last of these three is the focus of this week&#8217;s tutorial.
Web programmers always have to be considerate of the security risks involved [...]]]></description>
		<wfw:commentRss>http://codemill.studio-connect.com/2009/02/10/extending-html_quickform_rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
