<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Andy Skelton</title>
	<atom:link href="http://andy.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andy.wordpress.com</link>
	<description>Just another WordPress hacker</description>
	<lastBuildDate>Wed, 30 Sep 2009 13:46:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Sniffing HTTP by Bob</title>
		<link>http://andy.wordpress.com/2008/07/10/sniffing-http/#comment-46148</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 30 Sep 2009 13:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=181#comment-46148</guid>
		<description>Thanks, I found this was very useful. Allowed me to determine with my own eyes that when I use HTTP basic auth over http the username/password are sent in clear text but when I use it over https they don&#039;t show up.</description>
		<content:encoded><![CDATA[<p>Thanks, I found this was very useful. Allowed me to determine with my own eyes that when I use HTTP basic auth over http the username/password are sent in clear text but when I use it over https they don&#8217;t show up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by Linkfest Thursdays: August 27, 2009 &#124; jappler.com</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46100</link>
		<dc:creator>Linkfest Thursdays: August 27, 2009 &#124; jappler.com</dc:creator>
		<pubDate>Thu, 27 Aug 2009 13:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46100</guid>
		<description>[...] WordPress Search Plugin. We all want improved search, here it is. [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Search Plugin. We all want improved search, here it is. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by plerzelwupp</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46099</link>
		<dc:creator>plerzelwupp</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46099</guid>
		<description>Search API with MySQL works fine.

I have a problem with the combination Search Api and &quot;Google Search Plugin&quot;. As result I get a 404 (site not found) error. When I deactivate the plugins, the google-Search (option 2 - with iframes) works fine.

Does anybody have a suggestion?

Many greetings from germany and thanks in advance
Oliver</description>
		<content:encoded><![CDATA[<p>Search API with MySQL works fine.</p>
<p>I have a problem with the combination Search Api and &#8220;Google Search Plugin&#8221;. As result I get a 404 (site not found) error. When I deactivate the plugins, the google-Search (option 2 &#8211; with iframes) works fine.</p>
<p>Does anybody have a suggestion?</p>
<p>Many greetings from germany and thanks in advance<br />
Oliver</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by Justin Shreve</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46095</link>
		<dc:creator>Justin Shreve</dc:creator>
		<pubDate>Tue, 25 Aug 2009 21:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46095</guid>
		<description>Hey All,

I released an update late last night. It should try to stop some of these problems. 

Also bsherron, I added in the ENGINE MYISAM text at the end of the create table call. Thanks for that.

- Justin</description>
		<content:encoded><![CDATA[<p>Hey All,</p>
<p>I released an update late last night. It should try to stop some of these problems. </p>
<p>Also bsherron, I added in the ENGINE MYISAM text at the end of the create table call. Thanks for that.</p>
<p>- Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by bsherron</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46090</link>
		<dc:creator>bsherron</dc:creator>
		<pubDate>Mon, 24 Aug 2009 21:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46090</guid>
		<description>Hey.  I really like the plugin, but if your MySQL default engine isn&#039;t MyISAM the table won&#039;t install due to the lack of support for fulltext indexing in InnoDB.  The way around that is to add ENGINE MYISAM at the tail of the create table call.</description>
		<content:encoded><![CDATA[<p>Hey.  I really like the plugin, but if your MySQL default engine isn&#8217;t MyISAM the table won&#8217;t install due to the lack of support for fulltext indexing in InnoDB.  The way around that is to add ENGINE MYISAM at the tail of the create table call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by Lawrence Rolograaf</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46089</link>
		<dc:creator>Lawrence Rolograaf</dc:creator>
		<pubDate>Mon, 24 Aug 2009 20:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46089</guid>
		<description>I tried it and the latest release tells me it defaults to MySQL search, unfortunaly it tries this after Google is activated so the install process is stopped because the plugin crashes. Workaround is first to deactivate the Google search before activating MySQL search by hand.

Lawrence &lt;a href=&quot;http://rolograaf.nl/com&quot; rel=&quot;nofollow&quot;&gt;Rolograaf&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I tried it and the latest release tells me it defaults to MySQL search, unfortunaly it tries this after Google is activated so the install process is stopped because the plugin crashes. Workaround is first to deactivate the Google search before activating MySQL search by hand.</p>
<p>Lawrence <a href="http://rolograaf.nl/com" rel="nofollow">Rolograaf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by Matt Rude</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46071</link>
		<dc:creator>Matt Rude</dc:creator>
		<pubDate>Sun, 23 Aug 2009 01:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46071</guid>
		<description>I had the same problem as Joss running 2.8.4.  But other wise it works well for me.  Currently I&#039;m using the mysql version.</description>
		<content:encoded><![CDATA[<p>I had the same problem as Joss running 2.8.4.  But other wise it works well for me.  Currently I&#8217;m using the mysql version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by Artie Dugan</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46065</link>
		<dc:creator>Artie Dugan</dc:creator>
		<pubDate>Sat, 22 Aug 2009 07:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46065</guid>
		<description>Would it be possible to run this search plugin alongside the core Wordpress search function, in a sort of primary/secondary search option scenario?

For many months, I&#039;ve tried to find a viable method for allowing my readers an image search against NextGen galleries, with thumbnail output a la Google image search.

Several online discussions exist where code has been posted to hack the core Wordpress search and accomplish this. Problem is, since all Wordpress searches are output to the same template, you have to output one of three options:

1) images and text results altogether in one mussy bundle
2) images only (leaving no way to search posts)
3) standard WP search results (back where I started)

What I&#039;d desperately like to see is a search API that can run alongside and concurrent with the core search, and output to its own template. I could use the hacked WP search to return image thumbnails, and use the plugin search for searching my posts and pages.

Sorry if my question is off the tracks a bit. Sounds like a nice plugin you&#039;ve described, and I may be tempted to try it out.</description>
		<content:encoded><![CDATA[<p>Would it be possible to run this search plugin alongside the core WordPress search function, in a sort of primary/secondary search option scenario?</p>
<p>For many months, I&#8217;ve tried to find a viable method for allowing my readers an image search against NextGen galleries, with thumbnail output a la Google image search.</p>
<p>Several online discussions exist where code has been posted to hack the core WordPress search and accomplish this. Problem is, since all WordPress searches are output to the same template, you have to output one of three options:</p>
<p>1) images and text results altogether in one mussy bundle<br />
2) images only (leaving no way to search posts)<br />
3) standard WP search results (back where I started)</p>
<p>What I&#8217;d desperately like to see is a search API that can run alongside and concurrent with the core search, and output to its own template. I could use the hacked WP search to return image thumbnails, and use the plugin search for searching my posts and pages.</p>
<p>Sorry if my question is off the tracks a bit. Sounds like a nice plugin you&#8217;ve described, and I may be tempted to try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by Fernando</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46062</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Fri, 21 Aug 2009 23:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46062</guid>
		<description>It doesn&#039;t works in my selfhosted wp 2.8.4 blog. The google search shows an ugly error, sphynx search isn&#039;t an option and the only plugin available is the mysql seach an doesn&#039;t does anything :(</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t works in my selfhosted wp 2.8.4 blog. The google search shows an ugly error, sphynx search isn&#8217;t an option and the only plugin available is the mysql seach an doesn&#8217;t does anything <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Search plugin by Fernando</title>
		<link>http://andy.wordpress.com/2009/08/21/wordpress-search-plugin/#comment-46061</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Fri, 21 Aug 2009 23:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://andy.wordpress.com/?p=282#comment-46061</guid>
		<description>Same problem :(

I&#039;ll try the other two plugins. Good insight Andy ;)</description>
		<content:encoded><![CDATA[<p>Same problem <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I&#8217;ll try the other two plugins. Good insight Andy <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>