<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nerdaphernalia &#187; On the Front Lines</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/category/on-the-front-lines/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Tue, 25 May 2010 21:50:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Uncheck All Radio Buttons on a PDF Form</title>
		<link>http://striderweb.com/nerdaphernalia/2010/05/uncheck-all-radio-buttons-on-a-pdf-form/</link>
		<comments>http://striderweb.com/nerdaphernalia/2010/05/uncheck-all-radio-buttons-on-a-pdf-form/#comments</comments>
		<pubDate>Tue, 25 May 2010 21:50:29 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2010/05/uncheck-all-radio-buttons-on-a-pdf-form/</guid>
		<description><![CDATA[I&#8217;ve been banging away at this issue today and figured it would be useful to others out there. I made a PDF form for my company&#8217;s web site using Adobe Acrobat 8. In a couple places I have a &#8220;radio&#8221; control &#8212; that&#8217;s where you can select one, and only one, option from multiple choices. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been banging away at this issue today and figured it would be useful to others out there.</p>
<p>I made a PDF form for my company&#8217;s web site using Adobe Acrobat 8.  In a couple places I have a &#8220;radio&#8221; control &#8212; that&#8217;s where you can select one, and only one, option from multiple choices.  If you tick one box, all the others in that set are turned off.  When distributing the blank form, however, I want all of the options to be blank.  No default &#8212; the user has to pick one.</p>
<p>Here&#8217;s the issue:  In the course of making the form, I checked one of the options, and now I can&#8217;t turn it off to distribute the form.  I hunted around and got a lot of useless &#8220;you should use a checkbox instead&#8221; answers.  No, I don&#8217;t need a checkbox, I just need to un-fill this field.</p>
<p>So how do you blank the field?  You add an extra radio button to the set.  Flip over to Preview, click the extra box.  Back to Edit mode, delete that button.  Voila!  Blank radio buttons.</p>
<p>You&#8217;re welcome. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2010
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2010/05/uncheck-all-radio-buttons-on-a-pdf-form/">Permalink to Uncheck All Radio Buttons on a PDF Form</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2010/05/uncheck-all-radio-buttons-on-a-pdf-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search Everywhere in MySQL</title>
		<link>http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/</link>
		<comments>http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/#comments</comments>
		<pubDate>Mon, 17 May 2010 16:04:35 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA['Nuff  said]]></category>
		<category><![CDATA[Gadgets and Gewgaws]]></category>
		<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/</guid>
		<description><![CDATA[In recent months I&#8217;ve been tasked with taking over management of a web site programmed by somebody else. They used Drupal, with which I&#8217;m not familiar, and so a big part of the job is simply figuring out how that system works. In many cases I&#8217;ve wanted to search the entire database for a particular [...]]]></description>
			<content:encoded><![CDATA[<p>In recent months I&#8217;ve been tasked with taking over management of a web site programmed by somebody else.  They used Drupal, with which I&#8217;m not familiar, and so a big part of the job is simply figuring out how that system works.  In many cases I&#8217;ve wanted to search the entire database for a particular string of text, in order simply to find out where certain data is stored in the database.</p>
<p>I hunted over the web looking for a way to search an entire MySQL database &#8212; all tables, all fields &#8212; for text.  For the most part I find forums with answers such as &#8220;Well, you set up your database wrong&#8221;.  These kinds of responses remind me of the sequence in the movie &#8220;Funny Farm&#8221; where the truck driver is trying to find the town of Redbud.  In short:</p>
<p>&#8220;Hey Mac, how do you get to Redbud?&#8221;</p>
<p>&#8220;If I wanted to go to Redbud, I wouldn&#8217;t start from here.&#8221;</p>
<p>Nonsensical and useless.  If you&#8217;re here now, then this is where you&#8217;re starting from; telling me to start from somewhere else is simply a non-answer.  <span class="pullquote">Funny in a movie, but frustrating in real life</span>.</p>
<p>Today I came across a most excellent script, the <a href="http://sewmyheadon.com/2009/mysql-search-replace-tool/">MySQL Database Search &#038; Replace Tool</a>.  It&#8217;s a PHP page that you can drop into a web site and call from your browser.  It will search the entire database for a string of text &#8212; exactly what I needed.</p>
<p>In a quick test run it threw out a couple errors but then gave me useful results; so it&#8217;s not entirely polished, but quite functional and useful.  Kudos to <a href="http://www.mgdigital.co.uk/">Mark Jackson</a> and <a href="http://sewmyheadon.com">Eric Amundson</a> for releasing this great tool!</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2010
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/">Permalink to Search Everywhere in MySQL</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackbook</title>
		<link>http://striderweb.com/nerdaphernalia/2009/09/hackbook/</link>
		<comments>http://striderweb.com/nerdaphernalia/2009/09/hackbook/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 22:45:37 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[laptops]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[repair]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2009/09/hackbook/</guid>
		<description><![CDATA[My laptop has been a bit long in the tooth for a while now. It&#8217;s a 12&#8243; Mac Powerbook G4 circa 2003. It actually runs OS 10.5 pretty well, which is impressive considering it originally came with OS 9 (that&#8217;s &#8212; count &#8216;em &#8212; 6 operating systems ago). The most noticeable issue is that it [...]]]></description>
			<content:encoded><![CDATA[<p>My laptop has been a bit long in the tooth for a while now.  It&#8217;s a 12&#8243; Mac Powerbook G4 circa 2003.  It actually runs OS 10.5 pretty well, which is impressive considering it originally came with OS 9 (that&#8217;s &#8212; count &#8216;em &#8212; 6 operating systems ago).  The most noticeable issue is that it struggles to play video such as YouTube, and if I&#8217;m working with a particularly large file (150+ MB) it struggles to handle it.</p>
<p>So I needed a new one, but didn&#8217;t want to drop a grand on it.  What to do?  Well, I found a fixer-upper on eBay for just over $400.  Impressively, it&#8217;s last year&#8217;s model Macbook with maxed out RAM and a good size hard drive.  The down side is that it lacks an optical drive, and the keyboard is <span lang="es">en Espa&ntilde;ol</a>.</p>
<p>Got the computer in the mail Tuesday.  Thanks to &#8220;Target Disk Mode&#8221; via Firewire, I was able to wipe the drive and install the OS without an optical drive.  Had a small hiccough transferring my old data from my Time Machine backup, in that I had forgotten that my backup doesn&#8217;t include my applications.  Re-doing the transfer from my bootable backup drive fixed that nicely.</p>
<p>So &#8212; I&#8217;ll be putting about another $100 into the computer, as I got an English keyboard assembly for $30, and an optical drive for about $75 (both on eBay).  I even found an online auction for the *brackets* for the optical drive, which is handy since the computer I bought had the drive completely removed (&#8220;it was making a funny noise&#8221; I&#8217;m told).</p>
<p>So now I get to do surgery. Cool! <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I replaced the hard drive in the Powerbook a couple years back, so I have a bit of experience with cracking open laptops.  Should be an interesting exercise, involving steady hands and very, very small screwdrivers.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2009
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2009/09/hackbook/">Permalink to Hackbook</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2009/09/hackbook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Constants</title>
		<link>http://striderweb.com/nerdaphernalia/2008/08/wordpress-constants/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/08/wordpress-constants/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 04:54:50 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Codecraft]]></category>
		<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=178</guid>
		<description><![CDATA[In the course of working on WordPress, and plugins and such for WordPress, I frequently find myself at a loss to remember the name of constants provided by the system. Hey, isn&#8217;t there a constant for such-and-such directory? I did a bit of grepping and parsing just now, and in the hopes that it might [...]]]></description>
			<content:encoded><![CDATA[<p>In the course of working on WordPress, and plugins and such for WordPress, I frequently find myself at a loss to remember the name of constants provided by the system.  Hey, isn&#8217;t there a constant for such-and-such directory?</p>
<p>I did a bit of grepping and parsing just now, and in the hopes that it might be of use to my fellow WordPress hackers, here is my list of every defined CONSTANT in the latest WordPress 2.7-bleeding setup.<br />
(...)<br/>Read the rest of <a href="http://striderweb.com/nerdaphernalia/2008/08/wordpress-constants/">WordPress Constants</a> (170 words)</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/08/wordpress-constants/">Permalink to WordPress Constants</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/08/wordpress-constants/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to write a solid and stable WordPress plugin</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:09:18 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Codecraft]]></category>
		<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[quick links]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/</guid>
		<description><![CDATA[Mark Jaquith has put up a nice article on &#8220;How to write a solid and stable WordPress plugin&#8220;. It&#8217;s more of a rough overview than a detail piece, but he promises more details down the line in separate articles. This is worth looking at if you write WP plugins, even if you&#8217;re pretty experienced &#8212; [...]]]></description>
			<content:encoded><![CDATA[<p>Mark Jaquith has put up a nice article on &#8220;<a href="http://markjaquith.wordpress.com/2008/07/23/how-to-write-a-solid-and-stable-wordpress-plugin/">How to write a solid and stable WordPress plugin</a>&#8220;.  It&#8217;s more of a rough overview than a detail piece, but he promises more details down the line in separate articles.</p>
<p>This is worth looking at if you write WP plugins, even if you&#8217;re pretty experienced &#8212; if for nothing more than to check that you&#8217;re not missing something&#8230;. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/">Permalink to How to write a solid and stable WordPress plugin</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/07/how-to-write-a-solid-and-stable-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical Difficulties&#8230;</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/technical-difficulties/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/07/technical-difficulties/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 02:42:46 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[oopsie]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=79</guid>
		<description><![CDATA[A reader (or at least someone who tried to be one&#8230;) emailed me to point out that my site was down for a good portion of the day. To further the embarrassment, in place of my content was a PHP error message pointing a finger squarely at the Shrinkylink plugin that I just yesterday used [...]]]></description>
			<content:encoded><![CDATA[<p>A reader (or at least someone who <em>tried</em> to be one&#8230;) emailed me to point out that my site was down for a good portion of the day.  To further the embarrassment, in place of my content was a PHP error message pointing a finger squarely at the Shrinkylink plugin that I just yesterday used as an example in a tutorial article.</p>
<p>I just wanted to put on the record that the error had nothing to do with what I described in that article, in which we turned version 0.2 of the plugin into a working version 0.3.</p>
<p>The error was in fact a small-but-significant oversight in the process of turning out version 0.4, which, beyond shutting me down for a few hours, you haven&#8217;t seen yet.  Funny, it worked just fine on my local test blog &#8212; not sure why, actually&#8230;.</p>
<p>I now return you to your regularly scheduled blog.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/07/technical-difficulties/">Permalink to Technical Difficulties&#8230;</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/07/technical-difficulties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Multiblog and WordPress 2.6</title>
		<link>http://striderweb.com/nerdaphernalia/2008/07/attention-virtual-multiblog-users/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/07/attention-virtual-multiblog-users/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:25:42 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[multiblog]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=76</guid>
		<description><![CDATA[This is an important note to anyone using my Virtual Multiblog system for WordPress: WordPress version 2.6 is going to be released very soon. Until I have had time to test Virtual Multiblog on WP 2.6, I recommend that you not upgrade WordPress past 2.5.1. I&#8217;ve always said that the VMB system is quite future-proof, [...]]]></description>
			<content:encoded><![CDATA[<p>This is an important note to anyone using my <a href="http://striderweb.com/nerdaphernalia/features/virtual-multiblog/">Virtual Multiblog system</a> for WordPress:</p>
<p>WordPress version 2.6 is going to be released very soon.  Until I have had time to test Virtual Multiblog on WP 2.6, I recommend that you <em><strong>not</strong></em> upgrade WordPress past 2.5.1.</p>
<p>I&#8217;ve always said that the VMB system is quite future-proof, &#8220;unless WordPress makes significant changes to wp-config.php&#8221;.  Well, WP 2.6 allows users to change the location of that critical file, <em>and</em> the <code>wp-content</code> folder.  Either one of these changes may have ramifications for Virtual Multiblog.</p>
<p>Hang Tight folks.  I&#8217;ll test it out and let you know.</p>
<p>if somebody daring does take the plunge, I would appreciate any problem reports. <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/07/attention-virtual-multiblog-users/">Permalink to Virtual Multiblog and WordPress 2.6</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/07/attention-virtual-multiblog-users/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Anti-Spam &#8220;Quiz&#8221; beta test</title>
		<link>http://striderweb.com/nerdaphernalia/2008/06/anti-spam-quiz-beta-test/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/06/anti-spam-quiz-beta-test/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 15:48:59 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[GUI Goodness]]></category>
		<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[Tha Interweb]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[anti-spam]]></category>
		<category><![CDATA[beta test]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=74</guid>
		<description><![CDATA[In the last couple weeks I have been working on a significant update to Andy Skelton&#8217;s Quiz plugin for WordPress. Andy gave me some feedback, which led to further fixes, and I think it&#8217;s working pretty well. As of this morning I have turned off the Spam Karma plugin, which has been protecting this blog [...]]]></description>
			<content:encoded><![CDATA[<p>In the last couple weeks I have been working on a significant update to Andy Skelton&#8217;s <a href="http://wordpress.org/extend/plugins/quiz/">Quiz plugin</a> for WordPress.  Andy gave me some feedback, which led to further fixes, and I think it&#8217;s working pretty well.</p>
<p>As of this morning I have turned <em>off</em> the Spam Karma plugin, which has been <a href="#fnote74_1" class="fnotelink">protecting this blog from comment spam<sup>1</sup></a> for a few years now.  In its place I have activated a beta version of Quiz.</p>
<p>What the plugin does is add a question to the Comments form, which must be answered correctly before a comment is submitted.  You can set a default question, set a different question per-post, or choose for a particular post to not have a question.</p>
<p>This is pretty close to a release version, I think, but I would appreciate some feedback from the community.  It requires (I think) WordPress 2.5.</p>
<p>You can download it here: <a href="/wp-content/docs/nerd/downloads/comment-quiz/quiz1_1_0_b5.zip">Quiz 1.1 beta 5</a></p>
<p>Note: If you have been using Andy&#8217;s version 1.0, the Q&#038;As you have entered previously should still work, but you will have to re-enter your settings on the new admin page (no more editing PHP files).  Also, rather than using pseudo-shortcodes, you now enter the Q&#038;A in a regular meta box on the Edit Post screen.  If there is demand, I may restore the ability to continue using the shortcode method, but for now it is gone.</p>
<p class="update">[Update: If upgrading from 1.0, you must deactivate it and reactivate once to set the default preferences.]</p>
<div class="fnote" id="fnote74_1">1: I am, however, still running Bad Behavior as well.</div>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/06/anti-spam-quiz-beta-test/">Permalink to Anti-Spam &#8220;Quiz&#8221; beta test</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/06/anti-spam-quiz-beta-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
