<?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: Playing with the CueCat barcode scanner.</title>
	<atom:link href="http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/</link>
	<description>Cosas de... &#124; Stuff by...  Mario A. Valdez-Ramírez</description>
	<lastBuildDate>Fri, 11 Dec 2009 14:03:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: CrazyCatLady</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-21481</link>
		<dc:creator>CrazyCatLady</dc:creator>
		<pubDate>Sat, 15 Aug 2009 07:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-21481</guid>
		<description>&quot;Does anyone out there know how to convert a PS/2 :cuecat to a USB :cuecat?&quot;
Yes, it&#039;s a complicated procedure, first you go to this little-know place called eBay.
Do a quick search as follows &quot;CueCat USB&quot;
Purchase.
That is the only know conversion method on the planet.</description>
		<content:encoded><![CDATA[<p>&#8220;Does anyone out there know how to convert a PS/2 :cuecat to a USB :cuecat?&#8221;<br />
Yes, it&#8217;s a complicated procedure, first you go to this little-know place called eBay.<br />
Do a quick search as follows &#8220;CueCat USB&#8221;<br />
Purchase.<br />
That is the only know conversion method on the planet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diane N.</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-18575</link>
		<dc:creator>Diane N.</dc:creator>
		<pubDate>Sat, 22 Nov 2008 00:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-18575</guid>
		<description>Does anyone out there know how to convert a PS/2 :cuecat to a USB :cuecat?</description>
		<content:encoded><![CDATA[<p>Does anyone out there know how to convert a PS/2 :cuecat to a USB :cuecat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-11574</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Nov 2007 14:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-11574</guid>
		<description>The captcha used to authorize the postings have been disabled since last year, because: a) it is cumbersome for the posters, b) is not friendly with people with sight problems, and c) it was not working quite right.

Regards,

Mario A. Valdez-Ramírez.</description>
		<content:encoded><![CDATA[<p>The captcha used to authorize the postings have been disabled since last year, because: a) it is cumbersome for the posters, b) is not friendly with people with sight problems, and c) it was not working quite right.</p>
<p>Regards,</p>
<p>Mario A. Valdez-Ramírez.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-1640</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 08 Feb 2007 18:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-1640</guid>
		<description>Somebody knows how can I use my CueCat in Windows XP?

I haven&#039;t some disk with the drivers.

Regards</description>
		<content:encoded><![CDATA[<p>Somebody knows how can I use my CueCat in Windows XP?</p>
<p>I haven&#8217;t some disk with the drivers.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-179</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 03 Jul 2006 01:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-179</guid>
		<description>/** @private **/
		function check_captcha($public,$private)
		{
				$res = &#039;FALSE&#039;;
				// when check, destroy picture on disk
				if(file_exists($this-&gt;get_filename($public)))
				{
						$res = @unlink($this-&gt;get_filename($public)) ? &#039;TRUE&#039; : &#039;FALSE&#039;;
						if($this-&gt;debug) echo &quot;\n-Captcha-Debug: Delete image (&quot;.$this-&gt;get_filename($public).&quot;) returns: ($res)&quot;;
						$res = (strtolower($private)==strtolower($this-&gt;generate_private($public))) ? &#039;TRUE&#039; : &#039;FALSE&#039;;
						if($this-&gt;debug) echo &quot;\n-Captcha-Debug: Comparing public with private key returns: ($res)&quot;;
				}
				return $res == &#039;TRUE&#039; ? TRUE : FALSE;
		}
			/* OLD FUNCTION, without HotFix from Daniel Jagszent :
				function check_captcha($public,$private)
				{
					// when check, destroy picture on disk
					if(file_exists($this-&gt;get_filename($public)))
					{
						$res = @unlink($this-&gt;get_filename($public)) ? &#039;TRUE&#039; : &#039;FALSE&#039;;
						if($this-&gt;debug) echo &quot;\n-Captcha-Debug: Delete image (&quot;.$this-&gt;get_filename($public).&quot;) returns: ($res)&quot;;
					}
					$res = (strtolower($private)==strtolower($this-&gt;generate_private($public))) ? &#039;TRUE&#039; : &#039;FALSE&#039;;
					if($this-&gt;debug) echo &quot;\n-Captcha-Debug: Comparing public with private key returns: ($res)&quot;;
					return $res == &#039;TRUE&#039; ? TRUE : FALSE;
				}
			*/</description>
		<content:encoded><![CDATA[<p>/** @private **/<br />
		function check_captcha($public,$private)<br />
		{<br />
				$res = &#8216;FALSE&#8217;;<br />
				// when check, destroy picture on disk<br />
				if(file_exists($this-&gt;get_filename($public)))<br />
				{<br />
						$res = @unlink($this-&gt;get_filename($public)) ? &#8216;TRUE&#8217; : &#8216;FALSE&#8217;;<br />
						if($this-&gt;debug) echo &#8220;\n-Captcha-Debug: Delete image (&#8221;.$this-&gt;get_filename($public).&#8221;) returns: ($res)&#8221;;<br />
						$res = (strtolower($private)==strtolower($this-&gt;generate_private($public))) ? &#8216;TRUE&#8217; : &#8216;FALSE&#8217;;<br />
						if($this-&gt;debug) echo &#8220;\n-Captcha-Debug: Comparing public with private key returns: ($res)&#8221;;<br />
				}<br />
				return $res == &#8216;TRUE&#8217; ? TRUE : FALSE;<br />
		}<br />
			/* OLD FUNCTION, without HotFix from Daniel Jagszent :<br />
				function check_captcha($public,$private)<br />
				{<br />
					// when check, destroy picture on disk<br />
					if(file_exists($this-&gt;get_filename($public)))<br />
					{<br />
						$res = @unlink($this-&gt;get_filename($public)) ? &#8216;TRUE&#8217; : &#8216;FALSE&#8217;;<br />
						if($this-&gt;debug) echo &#8220;\n-Captcha-Debug: Delete image (&#8221;.$this-&gt;get_filename($public).&#8221;) returns: ($res)&#8221;;<br />
					}<br />
					$res = (strtolower($private)==strtolower($this-&gt;generate_private($public))) ? &#8216;TRUE&#8217; : &#8216;FALSE&#8217;;<br />
					if($this-&gt;debug) echo &#8220;\n-Captcha-Debug: Comparing public with private key returns: ($res)&#8221;;<br />
					return $res == &#8216;TRUE&#8217; ? TRUE : FALSE;<br />
				}<br />
			*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-177</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 03 Jul 2006 01:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-177</guid>
		<description>hello,

this entry comes from a captcha SPAM form ...
... as your captcha script doesn&#039;t seem to work!

what happened??</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>this entry comes from a captcha SPAM form &#8230;<br />
&#8230; as your captcha script doesn&#8217;t seem to work!</p>
<p>what happened??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-176</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 03 Jul 2006 01:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-176</guid>
		<description>hello,

this is just a really nice CAPTCHA image generator ;-)</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>this is just a really nice CAPTCHA image generator <img src='http://www.mariovaldez.net/webapps/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/comment-page-1/#comment-175</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 03 Jul 2006 01:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mariovaldez.net/webapps/blog/2006/02/23/playing-with-the-cuecat-barcode-scanner/#comment-175</guid>
		<description>hello,

this is just a really nice CAPTCHA image generator ;-)

but somehow it doesn&#039;t seem to work as i can do as many posts as i would like ;-)</description>
		<content:encoded><![CDATA[<p>hello,</p>
<p>this is just a really nice CAPTCHA image generator <img src='http://www.mariovaldez.net/webapps/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>but somehow it doesn&#8217;t seem to work as i can do as many posts as i would like <img src='http://www.mariovaldez.net/webapps/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
