Internet Explorer 7 Search Providers howto and my favorite ones

5 04 2008

Couple times I tried to get my IE Search box customized with my own search providers. I read the AddSearchProvider Method from MSDN website and than created couple of my favorite website to have them in my search box available.

One of my XML files I created for Networknet.nl Search Provider. Create your own xml file and store it on your webserver; create new button to add the Search Provider you specified in the XML file e.g. .

<?xml version=”1.0″ encoding=”UTF-8″ ?>
<OpenSearchDescription xmlns=”http://a9.com/-/spec/opensearch/1.1/”>
    <ShortName>Networknet.nl</ShortName>
    <Description>Networknet.nl Blog Search</Description>
    <Url type=”text/html” template=”http://www.networknet.nl/apps/wp/?s={searchTerms}&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}” />
</OpenSearchDescription>

<INPUT TYPE=”button” VALUE=”Del.Icio.Us by word” onClick=’window.external.AddSearchProvider(”http://www.networknet.nl/apps/content/searchproviders/del-icio-us.xml”);’>

Basically try to find the search string for the website your are trying to query and add the {searchTerms} in the XML file.

Search Provider Click to add to your IE configuration
Networknet.nl Search Provider
image
image
image
image

The result. In IE CRTL-E and type the word you are looking for and change the search provider.

image


Actions

Informations

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>