<?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>Sun, 12 Feb 2012 06:35:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<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>
	<item>
		<title>By: 100+ Awesome Resource list for Wordpress &#124; WebSenseLogic</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-23770</link>
		<dc:creator>100+ Awesome Resource list for Wordpress &#124; WebSenseLogic</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-23770</guid>
		<description>[...] How to Create an AJAX-Based Auto-Completing Search Field [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Create an AJAX-Based Auto-Completing Search Field [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dog_race (dog_race)</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-13154</link>
		<dc:creator>dog_race (dog_race)</dc:creator>
		<pubDate>Mon, 01 Mar 2010 12:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-13154</guid>
		<description>http://tinyurl.com/65t8vw 
How to: Create an Ajax-based Auto-completing Search Field for your Wordpress Theme</description>
		<content:encoded><![CDATA[<p><a href="http://tinyurl.com/65t8vw" rel="nofollow">http://tinyurl.com/65t8vw</a><br />
How to: Create an Ajax-based Auto-completing Search Field for your WordPress Theme</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajax search box -creaza in Wordpress autocomplete la casuta de cautare</title>
		<link>http://wphacks.com/how-to-create-an-ajax-based-autocompleting-search-field-for-your-wordpress-theme/#comment-12881</link>
		<dc:creator>Ajax search box -creaza in Wordpress autocomplete la casuta de cautare</dc:creator>
		<pubDate>Mon, 08 Feb 2010 10:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://wphacks.com/?p=1071#comment-12881</guid>
		<description>[...] O documentatie stufoasa, care spune pas cu pas ce trebuie sa faceti o gasiti aici [...]</description>
		<content:encoded><![CDATA[<p>[...] O documentatie stufoasa, care spune pas cu pas ce trebuie sa faceti o gasiti aici [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

