<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gatekeeper 1.5 rc5</title>
	<atom:link href="http://meyerweb.com/index.php?year=2006&#038;monthnum=03&#038;day=01&#038;name=gatekeeper-15-rc5&#038;feed=feed" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 25 May 2012 05:31:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Gunawan</title>
		<link>http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-397411</link>
		<dc:creator>Gunawan</dc:creator>
		<pubDate>Sun, 03 Aug 2008 00:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-397411</guid>
		<description>I still wait your upgrade to latest version.</description>
		<content:encoded><![CDATA[<p>I still wait your upgrade to latest version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Block Sheep</title>
		<link>http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-20136</link>
		<dc:creator>Block Sheep</dc:creator>
		<pubDate>Sat, 25 Mar 2006 05:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-20136</guid>
		<description>I&#039;m especially curious if/when Gatekeeper will be updated to be used on WordPress 2.0 ??</description>
		<content:encoded><![CDATA[<p>I&#8217;m especially curious if/when Gatekeeper will be updated to be used on WordPress 2.0 ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny Dawson</title>
		<link>http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-16496</link>
		<dc:creator>Danny Dawson</dc:creator>
		<pubDate>Tue, 07 Mar 2006 23:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-16496</guid>
		<description>In the version of Gatekeeper I&#039;m currently using, I found I needed to fix the $search expression you&#039;re using in gatekeeper_comment_form_filter() in order to respect the line breaks I have between my &lt;p&gt; and &lt;input&gt;/&lt;textarea&gt; elements.

&lt;code&gt;	$search = &#039;#&lt;p&gt;(.*?)&lt;input(.*?)name=&quot;url&quot;(.*?)/&gt;(.*?)&lt;/p&gt;(.*?)&lt;p&gt;(.*?)&lt;textarea(.*?)tabindex=&quot;(\d+)&quot;(.*?)&gt;#si&#039;;
	preg_match($search, $buffer, $matches);
	if ($matches) {
		$challenge_tab = $matches[8];
		$textarea_tab = $challenge_tab + 1;
		$replace = &#039;&lt;p&gt;$1&lt;input$2name=&quot;url&quot;$3/&gt;$4&lt;/p&gt;&#039; . gatekeeper_markup_template($default_markup, $challenge_tab) . &#039;$5&lt;p&gt;$6&lt;textarea$7tabindex=&quot;&#039; . $textarea_tab . &#039;&quot;&gt;&#039;;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>In the version of Gatekeeper I&#8217;m currently using, I found I needed to fix the $search expression you&#8217;re using in gatekeeper_comment_form_filter() in order to respect the line breaks I have between my &lt;p&gt; and &lt;input&gt;/&lt;textarea&gt; elements.</p>
<p><code>	$search = '#&lt;p&gt;(.*?)&lt;input(.*?)name=&quot;url&quot;(.*?)/&gt;(.*?)&lt;/p&gt;(.*?)&lt;p&gt;(.*?)&lt;textarea(.*?)tabindex=&quot;(\d+)&quot;(.*?)&gt;#si';<br />
	preg_match($search, $buffer, $matches);<br />
	if ($matches) {<br />
		$challenge_tab = $matches[8];<br />
		$textarea_tab = $challenge_tab + 1;<br />
		$replace = '&lt;p&gt;$1&lt;input$2name=&quot;url&quot;$3/&gt;$4&lt;/p&gt;' . gatekeeper_markup_template($default_markup, $challenge_tab) . '$5&lt;p&gt;$6&lt;textarea$7tabindex=&quot;' . $textarea_tab . '&quot;&gt;';</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Davison</title>
		<link>http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-15709</link>
		<dc:creator>Damien Davison</dc:creator>
		<pubDate>Thu, 02 Mar 2006 05:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-15709</guid>
		<description>I have read articles criticising CAPTCHA including this form, as it excludes some children and mentally retarded people (or those who cannot type accurately). On many sites I cannot see this being a problem because to be able to understand the content these questions are simple enough, but even with the orange example, I believe there is those that cannot reprouduce the exact spelling but could possibly still understand the content fine. 

I am not particuarly concerned because it goes far beyond the efforts of most CAPTCHA methods, but claiming it is &#039;fully accessible&#039; is something some might dispute.

P.S. Just making the assumption that you haven&#039;t made it possible to get an answer &quot;close enough&quot; which in my opinion would be very difficult but excludes a few less people. I still like it :)</description>
		<content:encoded><![CDATA[<p>I have read articles criticising CAPTCHA including this form, as it excludes some children and mentally retarded people (or those who cannot type accurately). On many sites I cannot see this being a problem because to be able to understand the content these questions are simple enough, but even with the orange example, I believe there is those that cannot reprouduce the exact spelling but could possibly still understand the content fine. </p>
<p>I am not particuarly concerned because it goes far beyond the efforts of most CAPTCHA methods, but claiming it is &#8216;fully accessible&#8217; is something some might dispute.</p>
<p>P.S. Just making the assumption that you haven&#8217;t made it possible to get an answer &#8220;close enough&#8221; which in my opinion would be very difficult but excludes a few less people. I still like it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Camera</title>
		<link>http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-15675</link>
		<dc:creator>Carl Camera</dc:creator>
		<pubDate>Wed, 01 Mar 2006 18:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2006/03/01/gatekeeper-15-rc5/#comment-15675</guid>
		<description>Congratulations, Eric.  Gatekeeper was the inspiration for the writeback deterrence feature that I put into &lt;a href=&quot;http://vinetype.com&quot; title=&quot;Vine Type Home Page&quot; rel=&quot;nofollow&quot;&gt;Vine Type&lt;/a&gt;.  I was attacted by Gatekeeper&#039;s simplicty, accessibity, and flexibility.</description>
		<content:encoded><![CDATA[<p>Congratulations, Eric.  Gatekeeper was the inspiration for the writeback deterrence feature that I put into <a href="http://vinetype.com" title="Vine Type Home Page" rel="nofollow">Vine Type</a>.  I was attacted by Gatekeeper&#8217;s simplicty, accessibity, and flexibility.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
