Home
Contact
Forums
Awards
Press
Subscribe
Social
About
 ___
Authors:
Jason Doucette
Matthew Doucette
 ___
Games:
Duality ZF
Decimation X
Score Rush
 ___
Articles:
Blog
Games
Tech
Windows
Webmaster
Coding
 ___
Web Utilities:
Domain Hacks
Suggest
 ___
Freeware:
ZoomView
AntiSpam Mailto
 ___
Quotes:
Inspirational
Intelligence
Education
Action
Scientific
Chess
Financial
Programming
 ___
Social:
YouTube
Facebook
Twitter
 ___
Books
Videos
Wallpapers
 ___
Music
Color List
TI-99/4A
Parsec
Optical Illusions
Web Design
Trivia
Domains
Donations
Copyrights
Disclaimer
Links
 ___
Forums
About
Contact
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-winningteam-of-two indie studio concentrating on "intense retro" games (Xbox LIVE, PSN, WiiWare, and Windows PC). We've released Decimation X (XBLIG), a 1-4 player shmup, #1 best selling and #1 top rated XBLIG in Japan. We're working on Duality ZF (XBLA), a groundbreaking 1-4 player shmup, which placed #1 in Canada and #5 in the world in Microsoft's Dream Build Play 2010 contest. It features dual play, the ability to control two fighters at once, and a massively upgradable 32-stage spread/laser weapon system. 4 player dual play allows up to eight fighters at once.  Many of these features are never before seen shoot'em up firsts. Both games feature beautiful electronic Imphenzia soundtracks.  Help spread the word with our official dualityzf.com and decimationx.com websites.

P.S. Watch out for Score Rush (official website scorerush.com), another 1-4 player shmup. Coming soon to XBLIG.

*Shmup also known as: shoot'em up, 2D shooter, scrolling shooter, space shooter, spaceship shooter, retro shooter, etc.



> Home
> Discuss
> Contact
  ©Xona.com™


Email:
"Xona Games" and "Xona.com" trademarked and copyrighted by Xona Games Inc.,
Jason Doucette, and Matthew Doucette.
6,775,226 page views (since 2004-Jul-27)
© Xona Games Inc.