Click here to Skip to main content
15,916,835 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: And here it is! Pin
Mark_Wallace9-Aug-16 10:47
Mark_Wallace9-Aug-16 10:47 
GeneralNothing new, just more xml Pin
kmoorevs9-Aug-16 6:48
kmoorevs9-Aug-16 6:48 
GeneralRe: Nothing new, just more xml Pin
Mark_Wallace9-Aug-16 7:29
Mark_Wallace9-Aug-16 7:29 
GeneralRe: Nothing new, just more xml Pin
Gary Wheeler10-Aug-16 1:23
Gary Wheeler10-Aug-16 1:23 
GeneralRe: Nothing new, just more xml Pin
Mark_Wallace10-Aug-16 5:16
Mark_Wallace10-Aug-16 5:16 
GeneralRe: Nothing new, just more xml Pin
Joe Woodbury9-Aug-16 7:35
professionalJoe Woodbury9-Aug-16 7:35 
GeneralRe: Nothing new, just more xml Pin
Chris Maunder9-Aug-16 12:23
cofounderChris Maunder9-Aug-16 12:23 
GeneralHidden Internet Explorer Tweak Pin
kdmote9-Aug-16 5:00
kdmote9-Aug-16 5:00 
For years there has been a hidden trick that I use all the time in Internet Explorper. (I'm surprised I can't find much of anything about this on the internet; perhaps that's just another sign of IE's shrinking market share.) It is similar to the IE "Search Provider" mechanism, only better.

It's so hidden it doesn't even have a name. I call it SearchURL.

It is a shortcut that enables you to search a website quickly. For example, if you find yourself searching the CP Lounge often, you could use this shortcut typed into the IE Address Bar:
HTML
cp baloney
and you will get all the Lounge articles containing "baloney". (Including this one, I presume.)

Here's how to set it up (You'll need regedit privileges):
In regedit, navigate to:
HTML
HKCU\Software\Microsoft\Internet Explorer\SearchUrl
Create a new Key. Give it the name "cp". For the default value, paste in this text:
HTML
<a href="http://www.codeproject.com/search.aspx?q=%s&doctypeid=6&categoryid=f1_1159_">http://www.codeproject.com/search.aspx?q=%s&doctypeid=6&categoryid=f1_1159_</a>
(Note: the "secret sauce" is the %s in the url. IE will replace that with whatever search term you supply in the address bar.) It should work immediately. Just type cp baloney or whatever in your IE Address Bar.

I've created a couple dozen shortcuts for all the sites I frequent (e.g. wikipedia, thesaurus.com, amazon.com, stackoverflow, etc., as well as several internal sites on my company's intranet). It works on just about any site that has a "Search this site" box. Just search the site normally for some SearchTerm, then cut resulting the URL and replace SearchTerm with %s, then create a new SearchUrl key in the registry, choose any memorable abbreviation for the site, and paste the URL in the Data of the key. Pretty simple, eh?

Just thought I'd share the love.

P.S. There used to be a downloadable program (called TweakUI) that could set this up for you automatically (without regedit) but that program doesn't appear to exist anymore.
GeneralRe: Hidden Internet Explorer Tweak Pin
Marc Clifton9-Aug-16 5:57
mvaMarc Clifton9-Aug-16 5:57 
GeneralRe: Hidden Internet Explorer Tweak Pin
OriginalGriff9-Aug-16 5:59
mveOriginalGriff9-Aug-16 5:59 
GeneralRe: Hidden Internet Explorer Tweak Pin
Corporal Agarn9-Aug-16 6:43
professionalCorporal Agarn9-Aug-16 6:43 
PraiseRe: Hidden Internet Explorer Tweak Pin
Jeremy Falcon9-Aug-16 6:46
professionalJeremy Falcon9-Aug-16 6:46 
GeneralRe: Hidden Internet Explorer Tweak Pin
kdmote9-Aug-16 6:51
kdmote9-Aug-16 6:51 
GeneralRe: Hidden Internet Explorer Tweak Pin
TheGreatAndPowerfulOz9-Aug-16 7:15
TheGreatAndPowerfulOz9-Aug-16 7:15 
GeneralRe: Hidden Internet Explorer Tweak Pin
kdmote9-Aug-16 7:51
kdmote9-Aug-16 7:51 
GeneralRe: Hidden Internet Explorer Tweak Pin
TheGreatAndPowerfulOz9-Aug-16 8:07
TheGreatAndPowerfulOz9-Aug-16 8:07 
GeneralRe: Hidden Internet Explorer Tweak Pin
joequincy10-Aug-16 4:02
joequincy10-Aug-16 4:02 
GeneralRe: Hidden Internet Explorer Tweak Pin
kdmote10-Aug-16 5:41
kdmote10-Aug-16 5:41 
GeneralRe: Hidden Internet Explorer Tweak Pin
W Balboos, GHB9-Aug-16 7:56
W Balboos, GHB9-Aug-16 7:56 
PraiseRe: Hidden Internet Explorer Tweak Pin
Slacker0079-Aug-16 7:04
professionalSlacker0079-Aug-16 7:04 
GeneralRe: Hidden Internet Explorer Tweak Pin
ZurdoDev9-Aug-16 7:30
professionalZurdoDev9-Aug-16 7:30 
GeneralRe: Hidden Internet Explorer Tweak Pin
Mark_Wallace9-Aug-16 7:37
Mark_Wallace9-Aug-16 7:37 
GeneralRe: Hidden Internet Explorer Tweak Pin
W Balboos, GHB9-Aug-16 8:07
W Balboos, GHB9-Aug-16 8:07 
GeneralRe: Hidden Internet Explorer Tweak Pin
Mark_Wallace9-Aug-16 9:52
Mark_Wallace9-Aug-16 9:52 
GeneralRe: Hidden Internet Explorer Tweak Pin
Agent__0079-Aug-16 18:33
professionalAgent__0079-Aug-16 18:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.