This weekend I was coding away and listening to an episode of .Net Rocks where Dan Appleman was being interviewed.  Dan mentioned a custom Google search engine called Search Dot Net that he had created to search .NET-specific content.

In a nutshell, Google has a service where you specify a list of web sites to search against, instead of the entire Internet universe that Google normally examines.

What a cool idea, I thought.  Someone should do that for CRM.

So I did.

Here is the search interface:

And here is a sample of the results:

 

For the list of sites, I used the CRM World link list created by Ronald Lemmen.  I can add sites to the list as I discover them but unfortunately, I don't have a method for dynamically displaying a list of what sites are currently being searched.

Give it a shot and let me know what you think.