<?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: AutoSuggest Searches for WordPress Released</title>
	<atom:link href="http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/</link>
	<description>Java, PHP, Photoshop, tutorials, MSN Addins, Open Source,</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dave</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-145463</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 21 Jan 2012 14:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-145463</guid>
		<description>I have just been trying wp-autosuggest out in WP3.3.1 and have found that while it is active, it is affecting what I can do in the WordPress Settings / Widgets. I am unable to move or open up the widgets to change parameters. Is this a known problem?</description>
		<content:encoded><![CDATA[<p>I have just been trying wp-autosuggest out in WP3.3.1 and have found that while it is active, it is affecting what I can do in the WordPress Settings / Widgets. I am unable to move or open up the widgets to change parameters. Is this a known problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thesanerone</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-145011</link>
		<dc:creator>Thesanerone</dc:creator>
		<pubDate>Mon, 09 May 2011 14:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-145011</guid>
		<description>great plugin! Found a bug in your code that trows an error in IE...Here&#039;s the fix:


Replace this &#039; var form = (ev.target) ? ev.target.form : ev.srcElement.form;&#039;


with this &#039;
var form; 

    if (!ev) var ev = window.event;

    if (ev.target) form = ev.target.form;

    else if (ev.srcElement) form = ev.srcElement.form;

    if (form.nodeType == 3) // defeat Safari bug

        form = form.parentNode.form;&#039;


This covers all browsers!! Wa-La!!
</description>
		<content:encoded><![CDATA[<p>great plugin! Found a bug in your code that trows an error in IE&#8230;Here&#8217;s the fix:</p>
<p>Replace this &#8216; var form = (ev.target) ? ev.target.form : ev.srcElement.form;&#8217;</p>
<p>with this &#8216;<br />
var form; </p>
<p>    if (!ev) var ev = window.event;</p>
<p>    if (ev.target) form = ev.target.form;</p>
<p>    else if (ev.srcElement) form = ev.srcElement.form;</p>
<p>    if (form.nodeType == 3) // defeat Safari bug</p>
<p>        form = form.parentNode.form;&#8217;</p>
<p>This covers all browsers!! Wa-La!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-106629</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Thu, 26 Aug 2010 10:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-106629</guid>
		<description>Hello,
I really want to use AutoSuggest Searches for WordPress on my site to search on WPDirectory Pro with Glossy Stylo Theme. How can I configure it?
Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I really want to use AutoSuggest Searches for WordPress on my site to search on WPDirectory Pro with Glossy Stylo Theme. How can I configure it?<br />
Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-98199</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-98199</guid>
		<description>I have been using it for years and wouldnt use anything else!</description>
		<content:encoded><![CDATA[<p>I have been using it for years and wouldnt use anything else!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Princessdesign</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-95003</link>
		<dc:creator>Princessdesign</dc:creator>
		<pubDate>Tue, 20 Apr 2010 17:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-95003</guid>
		<description>Here is a post on how to make qTranslate and wp_autosuggest work together &lt;a href=&quot;http://www.princessdesign.net/wp/2010/04/20/wordpress-wp-autosuggest-search-and-qtranslate-plugins-working-together/&quot; rel=&quot;nofollow&quot;&gt;Wordpress WP_autosuggest and qTranslate&lt;/a&gt;. In case you need it ;)</description>
		<content:encoded><![CDATA[<p>Here is a post on how to make qTranslate and wp_autosuggest work together <a href="http://www.princessdesign.net/wp/2010/04/20/wordpress-wp-autosuggest-search-and-qtranslate-plugins-working-together/" rel="nofollow">WordPress WP_autosuggest and qTranslate</a>. In case you need it <img src='http://www.ekhoury.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Princess Design &#187; Blog Archive &#187; Wordpress: wp-autosuggest search and qTranslate plugins working together</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-94997</link>
		<dc:creator>Princess Design &#187; Blog Archive &#187; Wordpress: wp-autosuggest search and qTranslate plugins working together</dc:creator>
		<pubDate>Tue, 20 Apr 2010 16:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-94997</guid>
		<description>[...] Autosuggest searches for WordPress   Share: [...]</description>
		<content:encoded><![CDATA[<p>[...] Autosuggest searches for WordPress   Share: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tower 200</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-93218</link>
		<dc:creator>tower 200</dc:creator>
		<pubDate>Fri, 05 Mar 2010 21:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-93218</guid>
		<description>I have been using it for years and wouldnt use anything else!</description>
		<content:encoded><![CDATA[<p>I have been using it for years and wouldnt use anything else!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne Smallman</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-92284</link>
		<dc:creator>Wayne Smallman</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-92284</guid>
		<description>So far, the Plugin doesn&#039;t work at all. I&#039;m running WordPress 2.9.1

The only place I do get anything is an AJAX error on the search results page itself (type 0).

Also, the CSS styling is breaking my design; why would you want to alter the body tag style?</description>
		<content:encoded><![CDATA[<p>So far, the Plugin doesn&#8217;t work at all. I&#8217;m running WordPress 2.9.1</p>
<p>The only place I do get anything is an AJAX error on the search results page itself (type 0).</p>
<p>Also, the CSS styling is breaking my design; why would you want to alter the body tag style?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zane</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-89850</link>
		<dc:creator>Zane</dc:creator>
		<pubDate>Sun, 20 Dec 2009 23:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-89850</guid>
		<description>

 php the_post_thumbnail

it stripped my code</description>
		<content:encoded><![CDATA[<p>php the_post_thumbnail</p>
<p>it stripped my code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zane</title>
		<link>http://www.ekhoury.com/blog/2008/12/14/autosuggest-searches-for-wordpress-released/#comment-89849</link>
		<dc:creator>Zane</dc:creator>
		<pubDate>Sun, 20 Dec 2009 23:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ekhoury.com/?p=684#comment-89849</guid>
		<description>Is it possible to have image thumbnails in the search results, I use the



to call a thumbnail.  But I may change it with wordpress 2.9 to use the new function.  If it had a little thumbnail for the post that would be on point

Thanks</description>
		<content:encoded><![CDATA[<p>Is it possible to have image thumbnails in the search results, I use the</p>
<p>to call a thumbnail.  But I may change it with wordpress 2.9 to use the new function.  If it had a little thumbnail for the post that would be on point</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

