<?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>EM &#187; search</title>
	<atom:link href="http://www.ericm.ca/tag/search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericm.ca</link>
	<description>Here lies random</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:45:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>A solution to Blogger&#8217;s Search Box gadget not working</title>
		<link>http://www.ericm.ca/2009/10/21/bloggers-search-box-gadget-not-working/</link>
		<comments>http://www.ericm.ca/2009/10/21/bloggers-search-box-gadget-not-working/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 06:00:02 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://ericm.ca/?p=168</guid>
		<description><![CDATA[Update: It has been brought to my attention the following solution is buggy and may not return full results. I will update this post when a working solution is found. There is currently a problem with Blogger&#8217;s Search Box gadget. For many users, searching with this widget will return No Results even though the search [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.ericm.ca%2F2009%2F10%2F21%2Fbloggers-search-box-gadget-not-working%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.ericm.ca%2F2009%2F10%2F21%2Fbloggers-search-box-gadget-not-working%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Update: It has been brought to my attention the following solution is buggy and may not return full results. I will update this post when a working solution is found.</strong></p>
<p>There is currently a problem with <a href="http://www.blogger.com">Blogger&#8217;s</a> <strong>Search Box gadget</strong>. For many users, searching with this widget will return <em>No Results</em> even though the search terms are present in the blog posts.</p>
<p><img src="http://ericm.ca/wp-content/uploads/2009/10/blogger_search_box_gadget.png" alt="blogger_search_box_gadget" width="370" height="81" class="aligncenter size-full wp-image-178" /></p>
<p>This Search Box widget is useful for several reasons. The main reason is that many users would like to place the search box in other areas of their blog. Some people have also disabled the <strong>Blogger Navbar</strong> which contains a <em>working </em>search box, perhaps because it appears on top of the entire blog and may pose as a design issue for some. </p>
<p>Here is my <strong>very simple solution if Blogger&#8217;s search function is not working</strong> for you.</p>
<h1>The Navbar&#8217;s search</h1>
<p>If you do a search via Blogger&#8217;s Navbar, you may notice the <strong>search results URL</strong> will look like this:</p>
<blockquote><p>http://www.website.com/search?q=searchterm</p></blockquote>
<p>My solution will return return the same URL and thus the same results as though you are searching via the Navbar. I actually have no idea how this works, perhaps someone can enlighten me with a comment below.</p>
<p>Here&#8217;s the solution:</p>
<h2>Create a Blogger search widget</h2>
<p>Login to your Blogger account and head over to <strong class="location">Layout > Page Elements</strong>. Click on <strong class="location">Add a Gadget</strong> at the bottom of the page and select <strong class="location">HTML/Javascript</strong>.</p>
<p>In the <strong class="location">Title</strong> field, enter Search or something similar. In <strong class="location">Content</strong>, paste the following code:</p>
<blockquote><p><strong class="code"><code>&lt;form action="search" name="input" method="get"&gt;<br />
&lt;input value="Search" name="q" size="20" type="text"/&gt;<br />
&lt;input value="Go!" type="submit"/&gt;<br />
&lt;/form&gt;</code></strong></p></blockquote>
<p>Hit <strong class="location">Save</strong> and position the widget in the desired location. That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ericm.ca/2009/10/21/bloggers-search-box-gadget-not-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
