Comments on: Create your own Firefox search plugin http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/ Using the internet to make government more interesting Mon, 14 Jun 2010 17:06:57 +0100 http://wordpress.org/?v=2.9.2 hourly 1 By: Phil Gons http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-2641 Phil Gons Sat, 24 Jan 2009 22:49:50 +0000 http://davepress.net/?p=734#comment-2641 Very cool. Thanks for the tip. Very cool. Thanks for the tip.

]]>
By: PaulG http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1722 PaulG Tue, 09 Sep 2008 09:31:59 +0000 http://davepress.net/?p=734#comment-1722 @Dave. Its a wonder you didn't make a google search bar for localgovglossary. I'd be tempted to re-use its definitions if I could access them via REST or SOAP or some other xml-like structure. @Dave.

Its a wonder you didn’t make a google search bar for localgovglossary.

I’d be tempted to re-use its definitions if I could access them via REST or SOAP or some other xml-like structure.

]]>
By: PaulG http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1721 PaulG Tue, 09 Sep 2008 09:17:28 +0000 http://davepress.net/?p=734#comment-1721 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'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. 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’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.

]]>
By: MJ Ray http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1710 MJ Ray Mon, 08 Sep 2008 08:26:16 +0000 http://davepress.net/?p=734#comment-1710 What'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 "dp searchterm" into the location bar and away you go... Encouraging people to download and install stuff from many websites is not good. What’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 “dp searchterm” into the location bar and away you go…

Encouraging people to download and install stuff from many websites is not good.

]]>
By: PaulG http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1687 PaulG Fri, 05 Sep 2008 09:24:38 +0000 http://davepress.net/?p=734#comment-1687 @simon All you need to do is create a page which takes a single argument and then "posts" it onto the search page. /mysearch/index.htm?q=string --> 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= @simon

All you need to do is create a page which takes a single argument and then “posts” it onto the search page.

/mysearch/index.htm?q=string

–> 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=

]]>
By: Simon http://davepress.net/2008/09/04/create-your-own-firefox-search-plugin/comment-page-1/#comment-1682 Simon Thu, 04 Sep 2008 15:26:36 +0000 http://davepress.net/?p=734#comment-1682 Gaaaa, if only our search form wasn't 'request.form' based! I'm going to have to tinker to try and get the querystring version out instead. Gaaaa, if only our search form wasn’t ‘request.form’ based!

I’m going to have to tinker to try and get the querystring version out instead.

]]>