<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Degradable Ajax Form&#160;Validation</title>
	<link>http://particletree.com/features/degradable-ajax-form-validation/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Fri, 16 May 2008 19:24:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Yettie</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-21899</link>
		<dc:creator>Yettie</dc:creator>
		<pubDate>Fri, 20 Jul 2007 12:18:25 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-21899</guid>
		<description>&lt;p&gt;Everyone needs a hug. I need a mug!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug. I need a mug!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-21778</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 11 Jul 2007 18:43:26 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-21778</guid>
		<description>&lt;p&gt;Everyone needs a hug. &#60;- I hug you.&lt;/p&gt;

&lt;p&gt;Tree Huggers&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug. &lt;- I hug you.</p>

<p>Tree Huggers</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Timon Bergen</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-21514</link>
		<dc:creator>Timon Bergen</dc:creator>
		<pubDate>Thu, 28 Jun 2007 20:50:52 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-21514</guid>
		<description>&lt;p&gt;Everyone needs a hug. I agree.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug. I agree.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-21454</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 26 Jun 2007 00:59:36 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-21454</guid>
		<description>&lt;p&gt;A good complement to this for automatically handling all the tough work  is AJForm.&lt;/p&gt;

&lt;p&gt;http://projects.aphexcreations.net/ajform/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A good complement to this for automatically handling all the tough work  is AJForm.</p>

<p><a href="http://projects.aphexcreations.net/ajform/" rel="nofollow">http://projects.aphexcreations.net/ajform/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: asdf</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-21426</link>
		<dc:creator>asdf</dc:creator>
		<pubDate>Fri, 22 Jun 2007 23:15:29 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-21426</guid>
		<description>&lt;p&gt;Everyone needs a hug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Everyone needs a hug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Shannon Cronin</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-21408</link>
		<dc:creator>Shannon Cronin</dc:creator>
		<pubDate>Thu, 21 Jun 2007 14:41:53 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-21408</guid>
		<description>&lt;p&gt;This is a great tutorial. My one question is, how would I replace the "Required" and "Thank You" text with two separate images instead? I have tried changing the code in the formvalidation.php file to:&lt;/p&gt;

&lt;p&gt;if  (ereg ("^([0-9a-zA-Z]+[-._+&#38;])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$", $val, $regs)) 
{
echo "";
} 
else
{ //other code }&lt;/p&gt;

&lt;p&gt;Yet when it actually gets to the browser it just echos the path and not the image. Is this because of the validate.js file? Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is a great tutorial. My one question is, how would I replace the &#8220;Required&#8221; and &#8220;Thank You&#8221; text with two separate images instead? I have tried changing the code in the formvalidation.php file to:</p>

<p>if  (ereg (&#8220;^([0-9a-zA-Z]+[-._+&amp;])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$&#8221;, $val, $regs)) 
{
echo &#8220;&#8221;;
} 
else
{ //other code }</p>

<p>Yet when it actually gets to the browser it just echos the path and not the image. Is this because of the validate.js file? Thanks.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-21086</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Tue, 29 May 2007 00:59:28 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-21086</guid>
		<description>&lt;p&gt;Great script, thanks. I've got the validation working well with the ASP version.&lt;/p&gt;

&lt;p&gt;My only problem is that I can't seem to get it to work with my form to email component (ASPMAIL). The form is being process my ASPMAIL and I am getting the resulting email. The problem is that the email is blank.&lt;/p&gt;

&lt;p&gt;Can anyone help?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Anthony&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great script, thanks. I&#8217;ve got the validation working well with the ASP version.</p>

<p>My only problem is that I can&#8217;t seem to get it to work with my form to email component (ASPMAIL). The form is being process my ASPMAIL and I am getting the resulting email. The problem is that the email is blank.</p>

<p>Can anyone help?</p>

<p>Thanks,</p>

<p>Anthony</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dev</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-20931</link>
		<dc:creator>Dev</dc:creator>
		<pubDate>Mon, 21 May 2007 12:06:44 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-20931</guid>
		<description>&lt;p&gt;hello, first of all great script. i'll get straight to the point, i'm new to ajax, js my problem is that i'm using css to layout my form and am not sure how i can edit the validate() code to work with the css form. Is there any chance you could give an example of how i can change this piece of code to work with css form.&lt;/p&gt;

&lt;p&gt;I've read through comments and someone called "Matthew Pennell" has explained it but like i said i'm a newbie to ajax/js and dont really understand it much ...&lt;/p&gt;

&lt;p&gt;i hope you could help me out.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hello, first of all great script. i&#8217;ll get straight to the point, i&#8217;m new to ajax, js my problem is that i&#8217;m using css to layout my form and am not sure how i can edit the validate() code to work with the css form. Is there any chance you could give an example of how i can change this piece of code to work with css form.</p>

<p>I&#8217;ve read through comments and someone called &#8220;Matthew Pennell&#8221; has explained it but like i said i&#8217;m a newbie to ajax/js and dont really understand it much &#8230;</p>

<p>i hope you could help me out.</p>

<p>Thank you</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-20822</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 17 May 2007 10:00:34 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-20822</guid>
		<description>&lt;p&gt;I want to give you a hug&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I want to give you a hug</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Adeline</title>
		<link>http://particletree.com/features/degradable-ajax-form-validation/#comment-20700</link>
		<dc:creator>Adeline</dc:creator>
		<pubDate>Thu, 10 May 2007 15:45:32 +0000</pubDate>
		<guid>http://particletree.com/features/degradable-ajax-form-validation/#comment-20700</guid>
		<description>&lt;p&gt;i need a hug&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i need a hug</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.374 seconds -->
<!-- Cached page served by WP-Cache -->
