Celtic Lyrics search for celtic song lyrics.
Celtic Wiki search celtic wiki for folk song lyrics.
NCIX allows you to search the NCIX online store in (cheaper) Canadian funds and they ship worldwide! Great deals especially if you check out their weekly sales.
SPCR SilentPCReview information resource for quiet computing.
How is this done?...
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>NAME FOR SEARCH ENGINE</ShortName>
<Description>DESCRIPTION OF SEARCH ENGINE</Description>
<InputEncoding>utf-8</InputEncoding>
<Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAGIBBERISHENSUES</Image>
<Url type="text/html" method="get" template="http://www.searchsite.com/search/?q={searchTerms}"></Url>
</OpenSearchDescription>
<link title="my site" type="application/opensearchdescription+xml" rel="search" href="http://www.mysite.com/searchenginename.xml">OR ... use a bit of javascript like this:
Obviously you needed a website for some parts of this but you could probably make do without if you just created an html page and loaded it in your browser.
To get your image code visit: http://software.hixie.ch/utilities/cgi/data/data and paste http://www.yoursite.com/favicon.ico into the supplied textbox. Check off base64, submit and then copy the output string of "gibberish" (really a base64 encoded version of your favicon file) and paste it into the spot in your file.