<?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: Create your own Firefox search plugin</title>
	<atom:link href="http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/</link>
	<description>Open government and everything else</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:54:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Phil Gons</title>
		<link>http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-2641</link>
		<dc:creator>Phil Gons</dc:creator>
		<pubDate>Sat, 24 Jan 2009 22:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://davepress.net/?p=734#comment-2641</guid>
		<description>Very cool. Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>Very cool. Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulG</title>
		<link>http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1722</link>
		<dc:creator>PaulG</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://davepress.net/?p=734#comment-1722</guid>
		<description>@Dave.

Its a wonder you didn&#039;t make a google search bar for localgovglossary.

I&#039;d be tempted to re-use its definitions if I could access them via REST or SOAP or some other xml-like structure.</description>
		<content:encoded><![CDATA[<p>@Dave.</p>
<p>Its a wonder you didn&#8217;t make a google search bar for localgovglossary.</p>
<p>I&#8217;d be tempted to re-use its definitions if I could access them via REST or SOAP or some other xml-like structure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulG</title>
		<link>http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1721</link>
		<dc:creator>PaulG</dc:creator>
		<pubDate>Tue, 09 Sep 2008 09:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://davepress.net/?p=734#comment-1721</guid>
		<description>MJ Ray.  I agree its simple to make your own useful shortcuts to searches.  

However, my google search in FF drops down and shortcuts to google (uk) google (fr), chambers dictionary, thesauri, wikipedia, google code search, amazon, yahoo, answers .com, weather.com, ebay and so on.

I wouldn&#039;t be able to remember my own self-made short cuts to all these sites, and I find them terribly intuitive and easy to use.</description>
		<content:encoded><![CDATA[<p>MJ Ray.  I agree its simple to make your own useful shortcuts to searches.  </p>
<p>However, my google search in FF drops down and shortcuts to google (uk) google (fr), chambers dictionary, thesauri, wikipedia, google code search, amazon, yahoo, answers .com, weather.com, ebay and so on.</p>
<p>I wouldn&#8217;t be able to remember my own self-made short cuts to all these sites, and I find them terribly intuitive and easy to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJ Ray</title>
		<link>http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1710</link>
		<dc:creator>MJ Ray</dc:creator>
		<pubDate>Mon, 08 Sep 2008 08:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://davepress.net/?p=734#comment-1710</guid>
		<description>What&#039;s the point?  The search box seems to be one of the first things people remove when customising toolbars because typing into the location bar also searches.

Anyone wanting a specialist search can make a bookmark of the bit up to and including the = sign and enter something in the keyword field (say dp). Then type &quot;dp searchterm&quot; into the location bar and away you go...

Encouraging people to download and install stuff from many websites is not good.</description>
		<content:encoded><![CDATA[<p>What&#8217;s the point?  The search box seems to be one of the first things people remove when customising toolbars because typing into the location bar also searches.</p>
<p>Anyone wanting a specialist search can make a bookmark of the bit up to and including the = sign and enter something in the keyword field (say dp). Then type &#8220;dp searchterm&#8221; into the location bar and away you go&#8230;</p>
<p>Encouraging people to download and install stuff from many websites is not good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulG</title>
		<link>http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1687</link>
		<dc:creator>PaulG</dc:creator>
		<pubDate>Fri, 05 Sep 2008 09:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://davepress.net/?p=734#comment-1687</guid>
		<description>@simon

All you need to do is create a page which takes a single argument and then &quot;posts&quot; it onto the search page.

/mysearch/index.htm?q=string

--&gt; redirects to

/reasearch.htm

ie carefully frisk the GET values, maybe record the event, then turn those values into POSTS.

That way your mycroft box url can be as simple as:
/mysearch/?q=</description>
		<content:encoded><![CDATA[<p>@simon</p>
<p>All you need to do is create a page which takes a single argument and then &#8220;posts&#8221; it onto the search page.</p>
<p>/mysearch/index.htm?q=string</p>
<p>&#8211;&gt; redirects to</p>
<p>/reasearch.htm</p>
<p>ie carefully frisk the GET values, maybe record the event, then turn those values into POSTS.</p>
<p>That way your mycroft box url can be as simple as:<br />
/mysearch/?q=</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1682</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 04 Sep 2008 15:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://davepress.net/?p=734#comment-1682</guid>
		<description>Gaaaa, if only our search form wasn&#039;t &#039;request.form&#039; based!

I&#039;m going to have to tinker to try and get the querystring version out instead.</description>
		<content:encoded><![CDATA[<p>Gaaaa, if only our search form wasn&#8217;t &#8216;request.form&#8217; based!</p>
<p>I&#8217;m going to have to tinker to try and get the querystring version out instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

