Home | Games | Awards | About | Blog | Media | Contact | Other
Search MSDN with Google
Monday, July 19, 2004
By: Matthew Doucette
(printer friendly version)

Anyone who has used The Microsoft Developer Network (MSDN) to aid in developing software, knows how difficult it is to search using MSDN's search.  The solution?  Use Google!

Google has site-specific search capabilities.  This means you can make Google only return results from specific sites.  You can even set it to return results from two or more specific sites, and no others.  To help you search MSDN, you should set those sites to be "msdn.microsoft.com" and "support.microsoft.com".

Why not just "microsoft.com"?  There are many sub-domains under microsoft.com that are not related to developing software.  Without specifically defining your site to only to the "msdn" and "support" sub-domains, you would get lots of irrelevant results.  To make things even easier, create your own Google search box with the site-specific information in the search field by default.

 

The Code:

<FORM name=googleform method=GET action="http://www.google.com/search">
<INPUT TYPE=text name=q size=80 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
</FORM>

<FORM name=googleform method=GET action="http://www.google.com/search">
<INPUT TYPE=text name=q size=80 maxlength=255 value="site:msdn.microsoft.com OR site:support.microsoft.com ">
<INPUT type=submit name=btnG VALUE="Google Search">
</FORM>

Here are the forms the above code creates.  Test them out:


The top form is a normal Google search, and the bottom one is a site-specific Google search.  The reason I use both, is so that I do not have to delete "site:msdn.microsoft.com OR site:support.microsoft.com" in my search field to perform a regular Google search every time.

 

Put The Code Where?

Copy and paste the above code into your own HTML document, then set that document to be your home page.  As explained in my Windows XP Setup Tweaks & Tips article, your home page should not be set to anything that pulls attention away from your work.  Many popular home pages do this (hotmail.com, msn.com, yahoo.com, slashdot.org, etc.)  Instead, use a home page that increases your productivity, like google.com or your own homepage with faster links to Google's site specific searches as I have explained here.

 

Also See:

 

 

About the Author:  I am Matthew Doucette of Xona Games, an award-winningindie game studio I run with my twin brother. We concentrate on nostalgic game concepts with modern-day gameplay and intensity. Our company, our games, and our technology have all won prestigious awards and received worldwide press. Our games have ranked from #1 in Canada to #1 in Japan, as well as become #1 best sellers in multiple countries. Read about our story and our blog.


Email:
Xona Games, Xona.com, Xonatech, Saw Tooth Distortion, Duality ZF, Decimation X, Decimation X2, Decimation X3, and Score Rush
trademarked and copyrighted by Xona Games, Inc., Jason Doucette, and Matthew Doucette.
© Xona Games, Inc.