It is snowing outside, I have a cup of coffee playing with new IE7! I have installed yesterday. It has cool features. My favorites are RSS feeds and custom search providers. There are a lot more features, check http://www.microsoft.com/ie and http://blogs.msdn.com/ie.
I wrote a search provider for CSUpdate, which you can find on the right side or you can click right here to add CSUpdate Search to IE7. You can find more search providers at http://www.microsoft.com/windows/ie/searchguide/default_new.mspx.
Below is the description document I created. More information about description documents can be found at OpenSearch site.
<?xml version="1.0" encoding="UTF-8" ?> <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>CSUpdate</ShortName> <Description>Communications Sector Update</Description> <Tags>CSUpdate</Tags> <Contact>none</Contact> <Url type="text/html" template="http://blogs.msdn.com/tolga/search.aspx?q={searchTerms}&p=1" /> </OpenSearchDescription>
Also this feature can be integrated to intranet SharePoint sites, for example;
<?xml version="1.0" encoding="UTF-8" ?><OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> <ShortName>dntech</ShortName> <Description>Sharepoint Search</Description> <Url type="text/html" template="http://portal.dntech.info/_layouts/1033/ searchresults.aspx?SearchString={searchTerms}"/> </OpenSearchDescription>