January 14th, 2008 . by bryan
Working with SharePoint, particularly within VPN environments, can be a focus-challenging task. Write new master page, compile new web part, wait for SharePoint to recompile (okay, more specifically ASP.NET), lose focus, fire up FireFox, browse net for 15 minutes, forget what you were working on, remember, and continue work. Now I am a BIG fan of multi-monitor setups, I feel it generally improves productivity. However, when I find myself staring at IE while waiting on SharePoint, I will often glance at my other monitor and see all those pretty desktop icons, or a tempting FireFox browser session, and I’ll fill time while waiting on SharePoint.
The thought occurred to me earlier this week — what if I could black out the rest of my screen and see ONLY the window that am currently working on? Sure, in full-screen scenarios that may be simple, but when you regularly work within VPC’s and have a multi-monitor setup with different screen resolutions, the solution is not as simple. So I did a google search for this very creation and alas, I am not alone! Over at www.lifehack.org I was able to find a fantastic utility application to achieve exactly what I want, and it is called Dropcloth written by Adam Pash.
Once you launch Dropcloth it will take up residence in your systray. The “Settings” menu provides the ability to change the screen overlay, whether Dropcloth appears in the taskbar, whether Dropcloth should keep the active application above the Dropcloth, the transparency level of the overlay, and a hotkey.

When you want to stay focused on a given task and see only that window, simply press the hotkey combination, in my case Ctrl-Shift-C. The rest of your screen will black out (or whatever color you have chosen). In order to remove the dropcloth you can press the hotkey combination again and your screen will be restored.
As an added bonus, this utility is great for taking screenshots. In that instance it may be best to set the background color to #ffffff (white).
Posted in Software Development, Windows |
No Comments »
August 10th, 2007 . by bryan
My family and I are having a new house built. Seems appropriate, as my former abode was located under the following:
You think I’m kidding? I assure you I am not. And I offer as proof this tidbit:
Did you know that since Windows 2000 one could mount drives to a folder? Chances are, you did know that. Or, you were one of my neighbors. Did I know that? I vaguely remembered it, but was absolutely appalled that I have never put it to use.
Okay, maybe you are in the dark ages with me (please say it is so!), the following article contains additional information:
http://pctoday.com/Editorial/article.asp?article=articles/2005/t0306/06t06/06t06.asp&guid=
I will not take this second chance at mount points lightly. I am going to emerge from the dark ages of drive letters, I am going to install MOSS 2007 using mount points, and the world will rejoice!
Stay tuned. (or return to your rock)
Posted in Windows |
No Comments »
May 23rd, 2007 . by bryan
So you have probably used RDP about 5.1 gajillion times, but then you learn something new that shakes your foundation. Well that is what happened to me this past week when I learned 2 new things with RDP, and I am not ashamed to admit it either! Here goes nothing:

What we are looking at here are the command line parameters for MSTSC.EXE, our beloved RDP client. The 2 that jumped out to me this week were /span and /console. /span allows you to have a fullscreen RDP session that spans multiple monitors (difficult one for a screen shot, sorry folks!). The other, /console, allows you to connect to the console session (session 0) on the system, which as you can note above is only possible for Server 2003.
Hmm.. Alright, I confess, maybe it’s 3 things I picked up on this week. Last, but not least (actually probably my favorite for day-to-day), is that there was a Remote Desktops MMC plug-in that snuck into Windows Server 2003. Have a look:

What we have here is the ability to define various RDP server connections, and the connections will actually appear in the view pane. You can then click between the various servers and have it appear in the view pane. This makes it very simple to switch between multiple RDP sessions.
In order to get the Remote Desktops MMC you need to install the ADMINPAK.MSI from the SYSTEM32 folder of a Windows Server 2003.
Posted in Windows |
No Comments »