<?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: How to: Create an Ajax-based Auto-completing Search Field for your WordPress Theme</title>
	<atom:link href="http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/</link>
	<description>WordPress Themes, Plugins, Hacks, Tutorials, and more!</description>
	<lastBuildDate>Thu, 24 May 2012 10:30:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jazeb Butt</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-98173</link>
		<dc:creator>Jazeb Butt</dc:creator>
		<pubDate>Sun, 20 May 2012 14:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-98173</guid>
		<description>Thanks aloot .
This code has solve my problem.

Regards
Jazeb Butt</description>
		<content:encoded><![CDATA[<p>Thanks aloot .<br />
This code has solve my problem.</p>
<p>Regards<br />
Jazeb Butt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jible</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-97655</link>
		<dc:creator>jible</dc:creator>
		<pubDate>Tue, 08 May 2012 12:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-97655</guid>
		<description>Can&#039;t get the selection to return term into search box, any idea?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get the selection to return term into search box, any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-97182</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 12 Apr 2012 00:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-97182</guid>
		<description>Thank you so much for the information. I will try this on my site as well.</description>
		<content:encoded><![CDATA[<p>Thank you so much for the information. I will try this on my site as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Facebook Hacks For The Bloggers &#8211; Techs Blog</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-90103</link>
		<dc:creator>10 Facebook Hacks For The Bloggers &#8211; Techs Blog</dc:creator>
		<pubDate>Wed, 23 Nov 2011 11:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-90103</guid>
		<description>[...] Source: How to Create an Ajax Based Autocompleting Search Field for Your WordPress Theme      Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it     input, textarea{} #authorarea{ padding-left: 8px; margin:10px 0; width: 635px; } #authorarea h3{ border-bottom: 1px solid #B0B0B0; color: #333333; font-family: georgia; font-size: 19px; font-weight: normal; line-height: 22px; margin:0 4px 5px; padding-left: 8px;} #authorarea h3 a{text-decoration:none; color:#333; font-weight:bold} #authorarea img{margin:0 5px; float:left; border:1px solid #ddd; width:40px; height:40px;} #authorarea p{color:#333; margin:0} #authorarea p a{color:#333} .authorinfo{ } [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: How to Create an Ajax Based Autocompleting Search Field for Your WordPress Theme      Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it     input, textarea{} #authorarea{ padding-left: 8px; margin:10px 0; width: 635px; } #authorarea h3{ border-bottom: 1px solid #B0B0B0; color: #333333; font-family: georgia; font-size: 19px; font-weight: normal; line-height: 22px; margin:0 4px 5px; padding-left: 8px;} #authorarea h3 a{text-decoration:none; color:#333; font-weight:bold} #authorarea img{margin:0 5px; float:left; border:1px solid #ddd; width:40px; height:40px;} #authorarea p{color:#333; margin:0} #authorarea p a{color:#333} .authorinfo{ } [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Radovanovic</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-85858</link>
		<dc:creator>David Radovanovic</dc:creator>
		<pubDate>Fri, 21 Oct 2011 14:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-85858</guid>
		<description>Thanks for the tutorial! 

Won&#039;t 

&quot;$db = mysql_connect(&#039;localhost&#039;,&#039;root&#039;,&#039;&#039;); //Don&#039;t forget to change
mysql_select_db(&#039;wp&#039;, $db); 

leave a security hole in the file?</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial! </p>
<p>Won&#8217;t </p>
<p>&#8220;$db = mysql_connect(&#8216;localhost&#8217;,'root&#8217;,&#8221;); //Don&#8217;t forget to change<br />
mysql_select_db(&#8216;wp&#8217;, $db); </p>
<p>leave a security hole in the file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boghy</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-82826</link>
		<dc:creator>boghy</dc:creator>
		<pubDate>Sun, 09 Oct 2011 10:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-82826</guid>
		<description>I modified a function:
function request(str) {
	//Don&#039;t forget to modify the path according to your theme
		if(str != &#039;&#039;) {
			myAjax.open(&quot;POST&quot;, &quot;http://programmingdb.net/blog/wp-content/themes/bluesteel-20/gettags.php&quot;);
			myAjax.onreadystatechange = result;
			myAjax.setRequestHeader(&quot;Content-type&quot;, &quot;application/x-www-form-urlencoded&quot;);
			myAjax.send(&quot;search=&quot;+str);
		}
}</description>
		<content:encoded><![CDATA[<p>I modified a function:<br />
function request(str) {<br />
	//Don&#8217;t forget to modify the path according to your theme<br />
		if(str != &#8221;) {<br />
			myAjax.open(&#8220;POST&#8221;, &#8220;http://programmingdb.net/blog/wp-content/themes/bluesteel-20/gettags.php&#8221;);<br />
			myAjax.onreadystatechange = result;<br />
			myAjax.setRequestHeader(&#8220;Content-type&#8221;, &#8220;application/x-www-form-urlencoded&#8221;);<br />
			myAjax.send(&#8220;search=&#8221;+str);<br />
		}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karthimx</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-72539</link>
		<dc:creator>karthimx</dc:creator>
		<pubDate>Thu, 18 Aug 2011 18:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-72539</guid>
		<description>Great search script for my wordpress theme. thanks.</description>
		<content:encoded><![CDATA[<p>Great search script for my wordpress theme. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Resources and links – 1 April 2011</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-54075</link>
		<dc:creator>Resources and links – 1 April 2011</dc:creator>
		<pubDate>Fri, 01 Apr 2011 11:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-54075</guid>
		<description>[...] How to: Create an Ajax-based Auto-completing Search Field for your WordPress Theme [...]</description>
		<content:encoded><![CDATA[<p>[...] How to: Create an Ajax-based Auto-completing Search Field for your WordPress Theme [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 10 WordPress Hacks of All Time</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-54062</link>
		<dc:creator>Top 10 WordPress Hacks of All Time</dc:creator>
		<pubDate>Thu, 31 Mar 2011 16:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-54062</guid>
		<description>[...] Source: How to Create an Ajax Based Autocompleting Search Field for Your WordPress Theme [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: How to Create an Ajax Based Autocompleting Search Field for Your WordPress Theme [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 10 WordPress Hacks of All Time&#160;&#124;&#160;Bitmag</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-54059</link>
		<dc:creator>Top 10 WordPress Hacks of All Time&#160;&#124;&#160;Bitmag</dc:creator>
		<pubDate>Thu, 31 Mar 2011 13:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-54059</guid>
		<description>[...] Source: How to Create an Ajax Based Autocompleting Search Field for Your WordPress Theme [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: How to Create an Ajax Based Autocompleting Search Field for Your WordPress Theme [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

