<?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 for ben-huddleston.com</title>
	<atom:link href="http://www.ben-huddleston.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ben-huddleston.com</link>
	<description>Website of Ben Huddleston - right now it's mainly a playground for testing Wordpress plugins.</description>
	<pubDate>Sun, 06 Jul 2008 12:52:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment on User only/protected pages in WordPress by ming</title>
		<link>http://www.ben-huddleston.com/coding/protected-pages-in-wordpress/#comment-1477</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Fri, 23 May 2008 05:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=88#comment-1477</guid>
		<description>You can read more about this code here:  http://www.redwingstudio.com/2007/04/05/user-onlyprotected-pages-in-wordpress-2/</description>
		<content:encoded><![CDATA[<p>You can read more about this code here:  <a href="http://www.redwingstudio.com/2007/04/05/user-onlyprotected-pages-in-wordpress-2/" rel="nofollow">http://www.redwingstudio.com/2007/04/05/user-onlyprotected-pages-in-wordpress-2/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Contact Form with Javascript and PHP Form Validation by ming</title>
		<link>http://www.ben-huddleston.com/coding/php-contact-form-with-javascript-and-form-validation/#comment-1476</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Fri, 23 May 2008 05:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=105#comment-1476</guid>
		<description>Ian,

You can try downloading the actual files that I used here: http://www.ben-huddleston.com/formtest/phpform.zip</description>
		<content:encoded><![CDATA[<p>Ian,</p>
<p>You can try downloading the actual files that I used here: <a href="http://www.ben-huddleston.com/formtest/phpform.zip" rel="nofollow">http://www.ben-huddleston.com/formtest/phpform.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AJAX Contact Form with PHP Fallback by ming</title>
		<link>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/#comment-1473</link>
		<dc:creator>ming</dc:creator>
		<pubDate>Fri, 23 May 2008 05:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=106#comment-1473</guid>
		<description>Hi all.  My sincere apologies for not replying sooner.  I wasn't receiving notices about comments for some reason. 

@ fotinorod, I'm glad I was able to help out.

@ Ian, yes, this is a new version of the other code I wrote.  The original code was a PHP form that did javascript validation prior to posting and php form validation after posting.  This code above has that, plus, if the user has javascript, it has a separate form that allows them to submit the form via AJAX rather than submitting it via PHP and having to reload the page.  Now, that's a bit of a misnomer as I'm using PHP with the AJAX form for submission, but the user only sees the AJAX portion of it.

@ Tim, yes, you can use noscript tags, BUT, if you put noscript tags in your header, your code won't validate.  I actually looked at doing it with noscript, but it just wouldn't work for what I needed it to do and still validate.</description>
		<content:encoded><![CDATA[<p>Hi all.  My sincere apologies for not replying sooner.  I wasn&#8217;t receiving notices about comments for some reason. </p>
<p>@ fotinorod, I&#8217;m glad I was able to help out.</p>
<p>@ Ian, yes, this is a new version of the other code I wrote.  The original code was a PHP form that did javascript validation prior to posting and php form validation after posting.  This code above has that, plus, if the user has javascript, it has a separate form that allows them to submit the form via AJAX rather than submitting it via PHP and having to reload the page.  Now, that&#8217;s a bit of a misnomer as I&#8217;m using PHP with the AJAX form for submission, but the user only sees the AJAX portion of it.</p>
<p>@ Tim, yes, you can use noscript tags, BUT, if you put noscript tags in your header, your code won&#8217;t validate.  I actually looked at doing it with noscript, but it just wouldn&#8217;t work for what I needed it to do and still validate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Easy Vignette in Photoshop CS2 by Jackieoh</title>
		<link>http://www.ben-huddleston.com/personal/easy-vignette-in-photoshop-cs2/#comment-1471</link>
		<dc:creator>Jackieoh</dc:creator>
		<pubDate>Wed, 07 May 2008 03:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=70#comment-1471</guid>
		<description>THANK YOUUUU i so needed this</description>
		<content:encoded><![CDATA[<p>THANK YOUUUU i so needed this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AJAX Contact Form with PHP Fallback by Tim</title>
		<link>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/#comment-1466</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 26 Mar 2008 22:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=106#comment-1466</guid>
		<description>Sorry, it filtered out the NOSCRIPT tag I had in there. Browsers process code within any tags they do not know the meaning of. I believe javascript-enabled browsers know to completely ignore the NOSCRIPT tag. It's the same reason why some people put javascript code within comment tags in HTML--otherwise, non-js enabled browsers would just output your raw js code.</description>
		<content:encoded><![CDATA[<p>Sorry, it filtered out the NOSCRIPT tag I had in there. Browsers process code within any tags they do not know the meaning of. I believe javascript-enabled browsers know to completely ignore the NOSCRIPT tag. It&#8217;s the same reason why some people put javascript code within comment tags in HTML&#8211;otherwise, non-js enabled browsers would just output your raw js code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AJAX Contact Form with PHP Fallback by Tim</title>
		<link>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/#comment-1465</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 26 Mar 2008 22:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=106#comment-1465</guid>
		<description>"Unfortunately, there's no good way to test if people have javascript enabled."

Would  work for this purpose?</description>
		<content:encoded><![CDATA[<p>&#8220;Unfortunately, there&#8217;s no good way to test if people have javascript enabled.&#8221;</p>
<p>Would  work for this purpose?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AJAX Contact Form with PHP Fallback by Ian</title>
		<link>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/#comment-1459</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 31 Oct 2007 08:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=106#comment-1459</guid>
		<description>I've just noticed that this post is very similar to your previous post: "PHP Contact Form with Javascript and PHP Form Validation".  Is this a later version of the same form?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just noticed that this post is very similar to your previous post: &#8220;PHP Contact Form with Javascript and PHP Form Validation&#8221;.  Is this a later version of the same form?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Contact Form with Javascript and PHP Form Validation by Ian</title>
		<link>http://www.ben-huddleston.com/coding/php-contact-form-with-javascript-and-form-validation/#comment-1458</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 31 Oct 2007 07:57:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=105#comment-1458</guid>
		<description>This is a great combination of a both server-side an client-side validation and was just the kind of thing I was looking for.  I've downloaded the scripts to try it out and the Javascript validation works fine but when I click the submit button the server-side validation seems to be left out and it just clears the form.

Any ideas why that would be happening?

I've put FormProcessor.php, formval.js, and index.php all in the same directory together.</description>
		<content:encoded><![CDATA[<p>This is a great combination of a both server-side an client-side validation and was just the kind of thing I was looking for.  I&#8217;ve downloaded the scripts to try it out and the Javascript validation works fine but when I click the submit button the server-side validation seems to be left out and it just clears the form.</p>
<p>Any ideas why that would be happening?</p>
<p>I&#8217;ve put FormProcessor.php, formval.js, and index.php all in the same directory together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AJAX Contact Form with PHP Fallback by fotinorod</title>
		<link>http://www.ben-huddleston.com/coding/ajax-contact-form-with-php-fallback/#comment-1451</link>
		<dc:creator>fotinorod</dc:creator>
		<pubDate>Fri, 06 Jul 2007 21:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?p=106#comment-1451</guid>
		<description>Hi 
 
I am Lucy, I have found your website while searching for some info at Google. Your site has helped me in a big way. 
 
 
G'night</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I am Lucy, I have found your website while searching for some info at Google. Your site has helped me in a big way. </p>
<p>G&#8217;night</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on NameOfTemplatePage by Redwing Studio &#187; Blog Archive &#187; User only/protected pages in WordPress</title>
		<link>http://www.ben-huddleston.com/nameoftemplatepage/#comment-16</link>
		<dc:creator>Redwing Studio &#187; Blog Archive &#187; User only/protected pages in WordPress</dc:creator>
		<pubDate>Fri, 22 Dec 2006 22:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.minc.info/?page_id=89#comment-16</guid>
		<description>[...] Here is some fairly simple code for restricting pages only to logged in users in WordPress. Just give me the code. Please explain it to me&#8230; Can I see an example? [...]</description>
		<content:encoded><![CDATA[<p>[...] Here is some fairly simple code for restricting pages only to logged in users in WordPress. Just give me the code. Please explain it to me&#8230; Can I see an example? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
