<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Help Build A Better Form with PHP</title>
	<atom:link href="http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/</link>
	<description>Web design and development in Calgary</description>
	<pubDate>Wed, 07 Jan 2009 14:21:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Morishani</title>
		<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/#comment-524</link>
		<dc:creator>Morishani</dc:creator>
		<pubDate>Tue, 16 May 2006 18:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/?p=24#comment-524</guid>
		<description>Good function, keep working with functions :)</description>
		<content:encoded><![CDATA[<p>Good function, keep working with functions :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Screenflicker  &#187; Blog Archive   &#187; A Better Email Form with PHP</title>
		<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/#comment-33</link>
		<dc:creator>Screenflicker  &#187; Blog Archive   &#187; A Better Email Form with PHP</dc:creator>
		<pubDate>Mon, 24 Oct 2005 14:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/?p=24#comment-33</guid>
		<description>[...] m with PHP 	 			 					As promised, I&#8217;d like to follow up on my post about building a better email form with PHP. I received a few respo [...]</description>
		<content:encoded><![CDATA[<p>[...] m with PHP 	 			 					As promised, I&#8217;d like to follow up on my post about building a better email form with PHP. I received a few respo [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin D. Devroe</title>
		<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/#comment-27</link>
		<dc:creator>Colin D. Devroe</dc:creator>
		<pubDate>Sun, 25 Sep 2005 00:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/?p=24#comment-27</guid>
		<description>I have some suggestions... but they are BLURRY right now.</description>
		<content:encoded><![CDATA[<p>I have some suggestions&#8230; but they are BLURRY right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/#comment-26</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 23 Sep 2005 13:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/?p=24#comment-26</guid>
		<description>No worries Jem and thanks for the encouraging words. You're right, there is nothing like the satisfaction of learning something from scratch. Besides, I'm sure I'll get this thing licked and when I do I'll post a nice little breakdown of how it works.</description>
		<content:encoded><![CDATA[<p>No worries Jem and thanks for the encouraging words. You&#8217;re right, there is nothing like the satisfaction of learning something from scratch. Besides, I&#8217;m sure I&#8217;ll get this thing licked and when I do I&#8217;ll post a nice little breakdown of how it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jem</title>
		<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/#comment-25</link>
		<dc:creator>Jem</dc:creator>
		<pubDate>Fri, 23 Sep 2005 09:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/?p=24#comment-25</guid>
		<description>I just wanted to say "hoorah" for teaching yourself PHP. Nothing like the satisfaction of learning a language from scratch.

Sorry, I don't actually have any constructive suggestions. ;)</description>
		<content:encoded><![CDATA[<p>I just wanted to say &#8220;hoorah&#8221; for teaching yourself PHP. Nothing like the satisfaction of learning a language from scratch.</p>
<p>Sorry, I don&#8217;t actually have any constructive suggestions. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/#comment-24</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 21 Sep 2005 06:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/?p=24#comment-24</guid>
		<description>Justin, you're absolutely right, Javascript is a very easy to use way to validate forms. I've actually been using one particular script on most of my sites up until now.

The reason for choosing PHP/Server side scripts for the validation is more along the user experience side of things. I'd rather have the user reload another page but have the error displayed in a more aesthetically appealing way than a JS popup.

Reason number two is just as you've stated. I'd like to make my forms as accessible as possible, even to those with JS turned off. Finally, building forms this way makes it more extensible, especially by expanding the function (or eventual class) to include the dynamic creation of the form itself.</description>
		<content:encoded><![CDATA[<p>Justin, you&#8217;re absolutely right, Javascript is a very easy to use way to validate forms. I&#8217;ve actually been using one particular script on most of my sites up until now.</p>
<p>The reason for choosing PHP/Server side scripts for the validation is more along the user experience side of things. I&#8217;d rather have the user reload another page but have the error displayed in a more aesthetically appealing way than a JS popup.</p>
<p>Reason number two is just as you&#8217;ve stated. I&#8217;d like to make my forms as accessible as possible, even to those with JS turned off. Finally, building forms this way makes it more extensible, especially by expanding the function (or eventual class) to include the dynamic creation of the form itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Lilly</title>
		<link>http://www.screenflicker.com/blog/coding/a-better-php-form-with-php/#comment-23</link>
		<dc:creator>Justin Lilly</dc:creator>
		<pubDate>Wed, 21 Sep 2005 04:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenflicker.com/blog/?p=24#comment-23</guid>
		<description>Just as an fyi, Javascript is probably better suited to validating the information before a form is submitted. That way, slow users don't have to wait for another page refresh. But if you deal with a lot of people with javascript turned off, I suppose, now that I think about it, php would be best. I think I'd still include both, though.</description>
		<content:encoded><![CDATA[<p>Just as an fyi, Javascript is probably better suited to validating the information before a form is submitted. That way, slow users don&#8217;t have to wait for another page refresh. But if you deal with a lot of people with javascript turned off, I suppose, now that I think about it, php would be best. I think I&#8217;d still include both, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
