<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Works great - one little issue, can you help me fix?</title>
	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Works great - one little issue, can you help me fix?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p966</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p966</guid>
        	        	<description><![CDATA[<p>Good one.  Thanks for the tip.  I'll incorporate something like that for the next release.</p>
]]></description>
        	        	<pubDate>Mon, 08 Dec 2008 13:07:22 +0000</pubDate>
        </item>
        <item>
        	<title>Midwestern City Boy on Works great - one little issue, can you help me fix?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p958</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p958</guid>
        	        	<description><![CDATA[<p>I discovered that I needed to make the following modification that I thought you might be interested in.  Basically it attaches the image stuff before the containing node that has the textarea rather than the textarea itself.  This is required if the textarea has a label like the other fields on the most comment templates.  It doesn’t hurt anything if the ris no lable; but is required if there is.</p>
<p>var commentinput = document.getElementById(\\”comment\\”);</p>
<p>// Insert before surrounding 'p' or 'div' not 'textarea'.<br />
commentinput = commentinput.parentNode;</p>
<p>var submitp = commentinput.parentNode;<br />
var substitution2 = document.getElementById(\\”secureimgdiv\\”);<br />
submitp.insertBefore(substitution2, commentinput);</p>
]]></description>
        	        	<pubDate>Sat, 06 Dec 2008 23:24:54 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Works great - one little issue, can you help me fix?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p771</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p771</guid>
        	        	<description><![CDATA[<p>Here's some code that you can use to replace those 4 lines of JavaScript:</p>
<p>				var commentinput = document.getElementById("comment");<br />
				var submitp = commentinput.parentNode;<br />
				var substitution2 = document.getElementById("secureimgdiv");<br />
				submitp.insertBefore(substitution2, commentinput);</p>
<p>Basically it attaches the anti-spam code above the comment field (which is always visible), instead of below the URL field (which is usually not visible to logged in users).  I'll be adding this code to the next release.</p>
]]></description>
        	        	<pubDate>Wed, 05 Nov 2008 02:07:47 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Works great - one little issue, can you help me fix?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p769</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p769</guid>
        	        	<description><![CDATA[<p>Yup, the manual insert method should definitely solve the problem, then :)</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 16:21:47 +0000</pubDate>
        </item>
        <item>
        	<title>Fizzter on Works great - one little issue, can you help me fix?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p768</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p768</guid>
        	        	<description><![CDATA[<p>I modified the tabindex values but that didn’t solve it.</p>
<p>It appears to be caused by this block of script:</p>
<p>script language=’JavaScript’ type=’text/javascript’<br />
!–<br />
var urlinput = document.getElementById(”url”);<br />
var submitp = urlinput.parentNode;<br />
var substitution2 = document.getElementById(”secureimgdiv”);<br />
submitp.appendChild(substitution2, urlinput);<br />
// –<br />
/script</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 12:39:55 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on Works great - one little issue, can you help me fix?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p767</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p767</guid>
        	        	<description><![CDATA[<p>Hi Andrew,</p>
<p>Sadly, I cannot reproduce this error on IE7.  I can think of two possible causes.</p>
<p>It might be the JavaScript, which you can turn off.  Try using the “manual insert method” as described here:</p>
<p><a href="http://www.theblog.ca/wp-content/uploads/2007/01/do_action.htm" rel="nofollow"><a href="http://www.theblog.ca/wp-conte" rel="nofollow">http://www.theblog.ca/wp-conte</a>.....action.htm</a></p>
<p>Or, it might be complaining about the “tabindex” value, which is duplicated by another field on your page.  Do a search in the plugin file and change the “tabindex” value to 6.</p>
<p>Otherwise, it might be caused by something outside of the plugin.</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 11:57:55 +0000</pubDate>
        </item>
        <item>
        	<title>Fizzter on Works great - one little issue, can you help me fix?</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p766</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/works-great-one-little-issue-can-you-help-me-fix#p766</guid>
        	        	<description><![CDATA[<p>Hi Peter,</p>
<p>I sent you an e-mail too, but then thought it might benefit to post it here if we get a solution and anyone else has the issue.</p>
<p>I’ve been using the custom-anti-spam image on my site for quite a while.  It’s just a small personal site, but I got hit with spam bots for a while and thought I would implement something like this.  It was ridiculously difficult to find a simple captcha plugin.  I found your’s and it’s been working great.</p>
<p>There is one little issue I’m having with it I was hoping you could help me resolve.  When I go to a specific post, in IE7, I always get a “Done, but with errors on page” message, with this error:<br />
Line: 172<br />
Char: 5<br />
Error: Object Required<br />
Code: 0<br />
URL:  <a href="http://www.fizzworld.org/2008/10/31/its-here/" rel="nofollow"><a href="http://www.fizzworld.org/2008/" rel="nofollow">http://www.fizzworld.org/2008/</a>...../its-here/</a></p>
<p>My website is <a href="http://www.fizzworld.org" rel="nofollow">http://www.fizzworld.org</a></p>
<p>If you click on a post, you’ll see what I’m talking about.  Everything seems to work normal… but that message still bothers me. [Image Can Not Be Found] </p>
<p>Note that if you then proceed to REFRESH the page, no error comes up!</p>
<p>I’d appreciate your help in fixing this.  Thanks!</p>
<p>-Andrew</p>
]]></description>
        	        	<pubDate>Tue, 04 Nov 2008 11:50:35 +0000</pubDate>
        </item>
</channel>
</rss>