Computing: July 2007 Archives

For some reason one of the internet connections I use fools google.com into thinking I am German, so I end up with their German search page. I'll save the discussion about enforcing access to region specific servers and censorship until another day. In the meantime I've written my first, and very trivial, Firefox search plug-in:
<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">
<ShortName>Google UK</ShortName>
<Description>Google UK Search</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16">
data:image/x-icon;base64,R0lGODdhEAAQAOeUAAATVg8SnwsWpAAilhUfgAAlvRoljxMsoCgmixUqqg4qywQ2sSkwdBMzuhMx
xRw4jBc7kyAuxSM1mRoyxiUzthw4tSQ6sRY/vzE3sR1CtBxJsNEQB8sUDs4UGccjABxasdwaAN0Y
EtYfDdEfHSdT1s4mAAdj6CBcys0qABte0dIkGR9W9yFY6CZbyxVjzxVc9hlf2xRh4dYgL9IoD9sl
GiJg2S9b2DFguMwuIhVr0jdb1iJuuR1o51por0Ju20Z0yldzvGKEqS23QDy1RGWF2E2xQU+tVUi2
OUy0O02zRVWzOUO4UEe5Sk21UlC4PVa2SnyPx4aP0ImP2W+a6YGZ336e6Xqk1m+s76Opzaq2wq/S
+sLO/srS1LzX/8rT8sTb47/e8MnX/9PZ+eHf7NDl/8rq+cH1/+Dm/N3r/9fy/+7u/+T29vDw+OT2
/+f5//fx///w9ur5///x+f/07fv19+j/9vb66//09P/z///45un////1+u3/9u//8//1//j79PT/
6vj/4fD/9/X7/+7///T/8/f/7fv6///4//r+7//6+PP///7/4/3/6ff/+/f///z/8/j///7/9P7/
+P//////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////ywAAAAAEAAQAAAI/gBNPDli
JMkSJUWaDHHCBImQIUNs2KFEh5GeSG3GLGITyY8iOTheRIpEKE2VHhYmLLhxBUyhPCVcTOJj5kcD
NHoo6QnzgIEaPBtOMIpEREIcGYkoyVDKpZCMGTwGUYEg5pEMQYFk+FkqoxEKFo+mVPAzSQaiRTLu
yJBhCBEHEoR2fGhU1o/SPTIkyVAUIgahFhoUwdErY1JZSo3WpljkY8AfSm8oLarzpQwZL4081ABk
pQAUPpEQSdqCIQGFKJJUrKDkJkKALo4ozaF0iAwBLIw6wJAU6AwCAVLcQOpDSAuALIxE5CD06FEb
IAYOOLigIEOQNZRG6MDDiJL3794HDVFCdIcGxPPo0w8BERAAOw==</Image>
<Url type="application/x-suggestions+json" method="GET" template="http://suggestqueries.google.co.uk/complete/search?output=firefox&client=firefox&qu={searchTerms}"/>
<Url type="text/html" method="GET" template="http://www.google.co.uk/search">
<Param name="q" value="{searchTerms}"/>
<Param name="ie" value="utf-8"/>
<Param name="oe" value="utf-8"/>
<Param name="aq" value="t"/>
<!-- Dynamic parameters -->
<Param name="rls" value="{moz:distributionID}:{moz:locale}:{moz:official}"/>
<MozParam name="client" condition="defaultEngine" trueValue="firefox-a" falseValue="firefox"/>
</Url>
<SearchForm>http://www.google.co.uk/firefox</SearchForm>
</SearchPlugin>

To use this you want to paste the text into an xml file, I called mine google_uk.xml, then save the file under <whereever firefox is installed>\searchplugins
Next time you start Firefox you should have a new search icon. You can move that to be the highest under "Manage Search Engines" on the search drop-down.

Departments

Powered by Movable Type 4.1

About this Archive

This page is a archive of entries in the Computing category from July 2007.

Computing: April 2007 is the previous archive.

Computing: April 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.