<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>tools</title>
        <link>http://blog.kellybrownsberger.com/category/3.aspx</link>
        <description>tools</description>
        <language>en-US</language>
        <copyright>kellyb</copyright>
        <generator>Subtext Version 2.1.0.5</generator>
        <item>
            <title>Restoring Base Image of my Dell Latitude E6400 from my WHS and NIC driver pangs</title>
            <link>http://blog.kellybrownsberger.com/archive/2010/02/09/77.aspx</link>
            <description>&lt;p&gt;My company issued me a new Dell Latitude E6400.  It’s a fine machine, and I like it very much.  Yesterday our system tech hands me the machine brand spanking new with our base company image on it (Windows 7 Enterprise – 64 bit).  My plan was take the image on this machine and copy it to the solid state hard drive that I have in my personal laptop.  I don’t need this Lenovo T61, but it’s got a blazing fast SSD in it and I want to use that – not this old school SATA thing that came w/ my dell.  So my plan was this:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Get the machine completely up to date in terms of Windows Updates&lt;/li&gt;    &lt;li&gt;Install all of the common stuff that I require on all machine.  Basically, &lt;a href="http://blog.kellybrownsberger.com/archive/0001/01/01/65.aspx" target="_blank"&gt;all of this stuff&lt;/a&gt;, minus the developer tools – this is what I call a “base image” for myself&lt;/li&gt;    &lt;li&gt;Back up this “base image” to my Windows Home Server – this should give me a restore-able snapshot in time that essentially hardware agnostic.&lt;/li&gt;    &lt;li&gt;Remove the solid state hard drive from my T61 and install it as my main hard drive on my E6400&lt;/li&gt;    &lt;li&gt;Restore the base image onto this solid state drive and… presto – new machine running on my solid state hard drive and using my “base image”&lt;/li&gt;    &lt;li&gt;Install all of my other software, take another backup at that point, and then happily go on about my life&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;For those of you who are not familiar with Windows Home Server, the above scenario is not magic.  This is a pretty common thing – I’ve done this many times before.&lt;/p&gt;  &lt;p&gt;The problem I had today was I could not for the life of me getting the WHS Restore Disk to recognize my network adapter.  I’ve never had this issue before with other machines I’ve restored.  I simply booted up w/ the restore disk, it found the hardware it needed (essentially the NIC and your hard drive(s)) and it just worked.  This time, when I reached the “Detect Hardware” screen, the WHS Restore software couldn’t find my network adapter.  Without connectivity, there’s no way to restore from the WHS.  Luckily, the Restore software gives you the option to insert a USB Flash Drive or Floppy at the Detect Hardware screen.  It will let you provide drivers if you have them.  That’s nice, but you have to find the right drives that will work w/ the Restore software.  I spent several hours last night working on this with no success.  This morning I found the solution.  But first, the things I tried that didn’t work:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;I put the original hard drive (issued from my company) back in, and cherry picked the drives from C:\Windows, copied them to a USB Flash Drive, rebooted into the Restore software, and let it scan the flash drive.  Result:  &lt;font color="#ff0000"&gt;&lt;strong&gt;Still couldn’t find the NIC&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;With WHS you can “open” an image.  In other words, when I backed up my Dell in bullet 3 above, WHS will let me open this open and copy files from it.  This is a pretty wicked feature.  It essentially creates a mapped drive on the PC you’re using to talk to the WHS, and lets you copy from it.  In my case, it looked like this:     &lt;br /&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/RestoringBaseImageofmyDellLatitudeE6400f_6E14/image.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.kellybrownsberger.com/____Uploads____/RestoringBaseImageofmyDellLatitudeE6400f_6E14/image_thumb.png" width="244" height="166" /&gt;&lt;/a&gt;  &lt;br /&gt;So, following &lt;a href="http://www.homeserverland.com/f/12/t/908.aspx" target="_blank"&gt;the advice in this forum&lt;/a&gt;, I tried copying the drivers from this image (because I know those drivers worked w/ this hardware before I got into all this restore stuff).  I did the same copy-to-flash-drive-then-reboot-then-scan-for-drivers dance, the result:  &lt;font color="#ff0000"&gt;&lt;strong&gt;Still couldn’t find the NIC&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I gave up for the night.  After a good night’s sleep and mentally shifted back to the basics.  I know the NIC works when running under Window 7 64bit Enterprise.  What’s different now?  Well, it’s not Window 7 64bit Enterprise that’s trying access the NIC, is it?  This is the WHS Restore software.  Ok, what is that?  It’s obviously some tiny little version of Windows.  Then it dawns on me, I’m barking up the wrong tree.  This probably has nothing to do with 64 bit.  I highly doubt this tiny little version of Windows is 64 bit.  It’s most likely a little version of Windows XP if I had to guess.  The Restore disk doesn’t have default drivers for my hardware.  That’s a shame, but it happens from time to time.  And, I’ve been trying to feed this this thing 64 bit drivers, which it doesn’t like.  This forum I referenced early eluded to this a bit by advising to copy both System32 (32 bit drivers) &lt;u&gt;and&lt;/u&gt; SysWOW64 (64 bit drivers).  For whatever reason, it didn’t like those drives (32 bit or 64 bit).  I’m guessing it didn’t like them because these are the Windows 7 versions of the drivers.&lt;/p&gt;  &lt;p&gt;Here’s what I did to fix this.  According to Dell, my NIC is a &lt;em&gt;&lt;strong&gt;Intel 825xx Gigabit Platform LAN Network Device&lt;/strong&gt;&lt;/em&gt;.  I googled around for drivers, and the normal shady sites came up. Then I realized that Dell.com had versions of these drivers for both Win 7 and Win XP/Vista and 32 and 64 bit versions of each.  This supported my theory and made good common sense.  So, I did the following:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;amp;cs=555&amp;amp;l=en&amp;amp;s=biz&amp;amp;releaseid=R247419&amp;amp;SystemID=lat_e6400&amp;amp;servicetag=HJZNRK1&amp;amp;os=WLH&amp;amp;osl=en&amp;amp;deviceid=11814&amp;amp;devlib=0&amp;amp;typecnt=0&amp;amp;vercnt=5&amp;amp;catid=-1&amp;amp;impid=-1&amp;amp;formatcnt=1&amp;amp;libid=5&amp;amp;typeid=-1&amp;amp;dateid=-1&amp;amp;formatid=-1&amp;amp;fileid=360749" target="_blank"&gt;Downloaded version 9.52.25.2, A02 of the Intel drive from dell&lt;/a&gt;&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Extracted this install and copied the entire contents to my USB Flash Drive&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;&lt;a href="http://support.dell.com/support/downloads/download.aspx?c=us&amp;amp;l=en&amp;amp;s=gen&amp;amp;releaseid=R148561&amp;amp;SystemID=PLX_PNT_P4_745C&amp;amp;servicetag=&amp;amp;os=WW1&amp;amp;osl=en&amp;amp;deviceid=11814&amp;amp;devlib=0&amp;amp;typecnt=0&amp;amp;vercnt=1&amp;amp;catid=-1&amp;amp;impid=-1&amp;amp;formatcnt=1&amp;amp;libid=5&amp;amp;typeid=-1&amp;amp;dateid=-1&amp;amp;formatid=-1&amp;amp;fileid=197400" target="_blank"&gt;Downloaded version 9.6.31.0, A02 of the Intel driver the from dell&lt;/a&gt; – this is from 2007, but it should be XP friendly (at this point pretty confident that’s what I need to be shooting for to make the WHS Restore software happy)&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;Similarly, I extracted this install and copied the entire contents to my USB Flash Drive&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Afterwards, my Flash drive looked like this:     &lt;br /&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/RestoringBaseImageofmyDellLatitudeE6400f_6E14/image_3.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blog.kellybrownsberger.com/____Uploads____/RestoringBaseImageofmyDellLatitudeE6400f_6E14/image_thumb_3.png" width="244" height="145" /&gt;&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I rebooted into the WHS Restore software, let is scan my Flash Drive, and it found one of these drivers!  After loading these drivers it was on my network and it could find my home server.  I’m not sure which driver it ended up loading, but it found one it like and I was able to continue with the restore wizard.  Within 13 minutes, my base image was restored to my solid state hard drive and my company laptop was ready for business.  The problem is solved, but now I’m late for work… gotta get in the shower!&lt;/p&gt;  &lt;p&gt;I hope this helps somebody else out there&lt;/p&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/77.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2010/02/09/77.aspx</guid>
            <pubDate>Tue, 09 Feb 2010 12:49:50 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/77.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2010/02/09/77.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/77.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Using Fiddler - No connection could be made because the target machine actively refused it</title>
            <link>http://blog.kellybrownsberger.com/archive/2010/02/07/76.aspx</link>
            <description>&lt;p&gt;&lt;a target="_blank" href="http://www.fiddler2.com/fiddler2/"&gt;Fiddler&lt;/a&gt; is a great tool for inspecting HTTP traffic.  If you’re building a web services based application or AJAX intensive web application, you’ll need to check this out.  &lt;a target="_blank" href="http://www.fiddler2.com/fiddler2/"&gt;Fiddler&lt;/a&gt; has been around for a long time and there’s a lot of good content out on the net about how to use this.  There are several gotchas with this tool – like how it behaves with local addresses (i.e. localhost, 127.0.0.1, etc.).  Be sure to read up on all of that if you’re new to &lt;a target="_blank" href="http://www.fiddler2.com/fiddler2/"&gt;Fiddler&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;One lesson I learned today while playing with the latest CTP of ADO.NET Data Services, is disable IPv6 in the Fiddler options.  Having this enabled seems to result in “Connection to localhost failed. Exception Text:  No connection could be made because the target machine actively refused it” errors for local addresses.  Like so:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image.png"&gt;&lt;img height="92" border="0" width="530" src="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image_thumb.png" alt="image" title="image" style="border: 0px none; display: inline;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image_3.png"&gt;&lt;img height="412" border="0" width="885" src="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image_thumb_3.png" alt="image" title="image" style="border: 0px none; display: inline;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Disable IPv6 in the Fiddler options seems to solve this.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image_4.png"&gt;&lt;img height="375" border="0" width="562" src="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image_thumb_4.png" alt="image" title="image" style="border: 0px none; display: inline;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Looks good now:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image_5.png"&gt;&lt;img height="555" border="0" width="881" src="http://blog.kellybrownsberger.com/____Uploads____/UsingFiddlerNoconnectioncouldbemadebecau_8C1F/image_thumb_5.png" alt="image" title="image" style="border: 0px none; display: inline;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Hope this helps someone else out there&lt;/p&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/76.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2010/02/07/76.aspx</guid>
            <pubDate>Sun, 07 Feb 2010 14:58:32 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/76.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2010/02/07/76.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/76.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Software List</title>
            <link>http://blog.kellybrownsberger.com/archive/2009/10/29/65.aspx</link>
            <description>&lt;p&gt;I’ve been maintaining the list of software on my &lt;a target="_blank" href="http://blog.kellybrownsberger.com/archive/2009/08/08/58.aspx"&gt;Windows 7 Paving – New Base Image Software List&lt;/a&gt; from some time ago.  The original intent of that post was to itemize all of the applications that worked w/ the beta of Windows 7.  I was using that post heavily for building out new machines.  Windows 7 is now in the wild now and there are very few applications left that aren’t compatible.  I’m going create a new post that simply itemizes the software I run and why.  I’ll keep this current are my world changes&lt;/p&gt;
&lt;table border="2" cellspacing="0" cellpadding="2" width="897"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;strong&gt;Software&lt;/strong&gt;&lt;a target="_blank" href="http://www.mesh.com"&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;&lt;strong&gt;Thoughts&lt;/strong&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;Windows 7 Ultimate&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;
            &lt;p&gt;The best Microsoft OS I’ve ever used.  Enable the following features&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;Internet Information Services (IIS) &lt;/li&gt;
                &lt;li&gt;Microsoft Message Queue (MSMQ) &lt;br /&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a href="http://sync.live.com/clientdownload.aspx"&gt;Windows Sync&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I used to be running Mesh, but it was too I/O heavy and I really don’t need anything more than synching – so I moved to Windows Sync.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.moonsoftware.com/pwagent.asp"&gt;Password Agent&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;It’s my long-time favorite password manager and I couldn’t live without it.  I use Windows Sync to keep my .pwa file synched to all my machines.  Works like a charm.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.slysoft.com/en/download.html"&gt;Virtual Clone Drive&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I’m finally leaving Daemon Tools – it said it supports Windows 7, but it didn’t for me.  This package as steadily gotten shadier and shadier (constantly trying to install crap-ware, etc.).  I’m happily using the free version of Virtual Clone Drive.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://textpad.com/download/index.html"&gt;TextPad 5&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I’ve been using this as my primary text editor for over 10 years.  I’ve tried to use Notepad++, Notepad2, SciTE, UltraEdit, etc. but I like this one the best &lt;br /&gt;
            &lt;br /&gt;
            &lt;p&gt;TextPad Tweaks:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;Change the global font to Consolas 13 pt. &lt;/li&gt;
                &lt;li&gt;Change the “Selected” color to lime green &lt;/li&gt;
            &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://launchy.net/"&gt;Launchy&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I used SlickRun for years, but I moved this years ago for my quick launch needs.  It’s great&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.google.com/chrome"&gt;Chrome&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I love Chrome, but until they have an extensibility model and catalog like Firefox, Firefox will remain my primary browser.  Regardless, I like having it around &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.mozilla.com/en-US/firefox/firefox.html"&gt;Firefox&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;My primary browser for all the obvious reasons &lt;br /&gt;
            &lt;br /&gt;
            &lt;p&gt;Mandatory Extensions:&lt;/p&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/1419"&gt;IETab&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/1865"&gt;AdBlock&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/10297"&gt;Bit.ly&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/3615"&gt;Del.icio.us&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/1843"&gt;Firebug&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/5457"&gt;Shareholic&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/59"&gt;User Agent Switch&lt;/a&gt; &lt;/li&gt;
            &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;Media Players and Plugins&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://silverlight.net"&gt;Silverlight&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://get.adobe.com/flashplayer"&gt;Adobe Flash&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.foxitsoftware.com/pdf/reader/"&gt;Foxit PDF Reader&lt;/a&gt; - I stay away from Adobe Reader… it’s a pig &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx"&gt;Windows Media Player Plugin for Firefox&lt;/a&gt; &lt;/li&gt;
            &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;Core Development Tools&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;
            &lt;ul&gt;
                &lt;li&gt;Visual Studio 2008 Team Developer + SP1
                &lt;ul&gt;
                    &lt;li&gt;Remap the following keys:
                    &lt;ul&gt;
                        &lt;li&gt;F1 – AttachToProcess &lt;/li&gt;
                        &lt;li&gt;F7 – Rebuild Selected Project &lt;/li&gt;
                        &lt;li&gt;Ctrl+F7 – Rebuild Solution &lt;/li&gt;
                    &lt;/ul&gt;
                    &lt;/li&gt;
                    &lt;li&gt; &lt;/li&gt;
                &lt;/ul&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=53289097-73ce-43bf-b6a6-35e00103cb4b&amp;amp;displaylang=en"&gt;ASP.NET MVC&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.memprofiler.com"&gt;.NET Memory Profiler&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.jetbrains.com/resharper/index.html"&gt;ReSharper&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://visualsvn.com/visualsvn/download/tortoisesvn/"&gt;TortoiseSVN&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.visualsvn.com"&gt;VisualSVN&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;SQL Server 2008 Developer &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.gallio.org/Downloads.aspx"&gt;Gallio&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.testdriven.net"&gt;TestDriven.NET&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?familyid=9442b0f2-7465-417a-88f3-5e7b5409e9dd&amp;amp;displaylang=en"&gt;Microsoft Silverlight 3 Tools for VS 2008 SP1&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://silverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24246"&gt;Silverlight Toolkit - Release: July 2009&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;Expression Blend 3 &lt;/li&gt;
            &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;Misc Development Tools&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://download.cnet.com/ClipPath/3000-2094_4-10050927.html"&gt;ClipPath&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://reflector.red-gate.com/download.aspx"&gt;Reflector&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.sliver.com/dotnet/SnippetCompiler/"&gt;Snippet Compiler&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://technet.microsoft.com/en-us/sysinternals/0e18b180-9b7a-4c49-8120-c47c5a693683.aspx"&gt;Sysinternals Suite&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.scootersoftware.com/moreinfo.php"&gt;BeyondCompare&lt;/a&gt; &lt;/li&gt;
            &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.getpaint.net/"&gt;Paint.NET&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I don’t use this much these days with Windows 7 because of it’s nifty new Paint program that handles PNG’s and does precise cropping.  I like to have this installed regardless.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://wordweb.info/"&gt;WordWeb Pro&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I love having this handy at all times on all my machines.  I can lookup any word while using any program with a quick key combo&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://windowslivewriter.spaces.live.com/"&gt;Windows Live Writer&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;The best blogging client there is on Windows &lt;br /&gt;
            &lt;br /&gt;
            Install this plugin as well: &lt;a target="_blank" href="http://gallery.live.com/liveItemDetail.aspx?li=1f57bd9b-a692-4593-9e9e-e2962d9c0eee&amp;amp;bt=9&amp;amp;pl=8"&gt;Insert Code for Windows Live Writer&lt;/a&gt; &lt;br /&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;Office Ultimate 2007&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;
            &lt;ul&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4d951911-3e7e-4ae6-b059-a2e79ed87041&amp;amp;displaylang=en"&gt;Save As PDF for Office 2007&lt;/a&gt; &lt;/li&gt;
                &lt;li&gt;&lt;a target="_blank" href="http://office.microsoft.com/en-us/help/HA102368901033.aspx"&gt;Live Meeting 2007 Add-In for Outlook&lt;/a&gt;&lt;/li&gt;
            &lt;/ul&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.virtualbox.org"&gt;Virtual Box&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;This is the best VM software I’ve found for personal use.  It’s free… it’s fast… and it’s stable.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.apple.com"&gt;iTunes&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I wish I didn’t have to, but it’s kind of a must with my iPhone, peer pressure, etc.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;Windows Home Server Console&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I run a &lt;a target="_blank" href="http://www.microsoft.com/windows/products/winfamily/windowshomeserver/default.mspx"&gt;Windows Home Server&lt;/a&gt; at home (life saver) and this is the client software that goes with it.&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.trillian.im/download/"&gt;Trillian Pro&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I finally gave this a try and I dig it.  It vastly simplify my IM life. &lt;br /&gt;
            &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.skype.com"&gt;Skype&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;Stellar VoIP client&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.evernote.com"&gt;Evernote&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;I never thought I would ever abandon my paper notebook, but I did.  This isn’t the best note taking app out there (that would be OneNote), but they have a great web app version of this, an iPhone app, and a Windows client… and they’re all linked together and synch automatically.  That’s hard to beat.  The iPhone app is what killed the paper notebook.  I just don’t need it anymore&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.7-zip.org/"&gt;7zip&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;Fastest zip app there is out there&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td valign="top" width="323"&gt;&lt;a target="_blank" href="http://www.virtualbox.org/"&gt;VirtualBox&lt;/a&gt;&lt;/td&gt;
            &lt;td valign="top" width="573"&gt;This kicks the crap out of Microsoft Virtual PC 2007 SP1.  You can run VirtualBox on Windows 7 flawlessly, and you cannot with VPC!  It’s just as good as VMWare Workstation, but free.&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/65.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2009/10/29/65.aspx</guid>
            <pubDate>Thu, 29 Oct 2009 10:48:08 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/65.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2009/10/29/65.aspx#feedback</comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/65.aspx</wfw:commentRss>
        </item>
        <item>
            <title>FileHelpers</title>
            <link>http://blog.kellybrownsberger.com/archive/2009/05/04/55.aspx</link>
            <description>&lt;p&gt;I saw a link to this &lt;a href="http://www.filehelpers.com/" target="_blank"&gt;FileHelpers Library&lt;/a&gt; today while reading my blog list.  This is very interesting – from their site:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;The FileHelpers are a &lt;strong&gt;free and easy to use &lt;/strong&gt;.NET library to &lt;strong&gt;import/export&lt;/strong&gt; data from &lt;strong&gt;fixed length or delimited records&lt;/strong&gt; in files, strings or streams.         &lt;br /&gt;&lt;b&gt;The idea is pretty simple:&lt;/b&gt;&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;You can strong type your flat file (fixed or delimited) simply describing a class that maps to each record and later read/write your file as an strong typed .NET array &lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;The Library also has support for import/export data from differents storages like Excel, Access, SqlServer, etc.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;I’m going to use this one day – I almost certain of that.&lt;/p&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/55.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2009/05/04/55.aspx</guid>
            <pubDate>Mon, 04 May 2009 10:36:51 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/55.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2009/05/04/55.aspx#feedback</comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/55.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Escaping Virtual Box Full Screen Mode on Windows</title>
            <link>http://blog.kellybrownsberger.com/archive/2009/04/14/49.aspx</link>
            <description>&lt;p&gt;This morning, I had Virtual Box in full screen mode on my Windows desktop, and I forgot the keystroke to get out.  The typical key combos didn’t work.  Strangely, I couldn’t find anything on Google or Virtual Box’s user guide that told me how to get out of full screen.  Of course, it tells you how to get out when you go to full screen mode, but if you don’t pay attention (or forget), good luck finding it after the fact.  Luckily, I have Virtual Box on my laptop as well, so I had a backup.&lt;/p&gt;  &lt;p&gt;So anyone out there looking for it, that stumbled across this post… here ya go:  &lt;strong&gt;Host + F (Host = Right-Ctrl)&lt;/strong&gt;&lt;/p&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/49.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2009/04/14/49.aspx</guid>
            <pubDate>Wed, 15 Apr 2009 01:20:52 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/49.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2009/04/14/49.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/49.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Loving Virtual Box</title>
            <link>http://blog.kellybrownsberger.com/archive/2009/04/14/48.aspx</link>
            <description>&lt;p&gt;Over the years, I’ve switched between &lt;a href="http://www.vmware.com/products/ws/" target="_blank"&gt;VMware Workstation&lt;/a&gt;, &lt;a href="http://www.vmware.com/products/server/" target="_blank"&gt;VMware Server&lt;/a&gt;, &lt;a href="http://www.microsoft.com/windows/downloads/virtualpc/default.mspx" target="_blank"&gt;Microsoft Virtual PC&lt;/a&gt;, and &lt;a href="http://www.microsoft.com/windowsserversystem/virtualserver/" target="_blank"&gt;Microsoft Virtual Server&lt;/a&gt; for my Virtual Machine hosting platforms.  A friend of mine recently suggested checking out &lt;a href="http://www.virtualbox.org" target="_blank"&gt;VirtualBox from Sun&lt;/a&gt;.  I was somewhat hunting for a new platform because I no longer own a VMware Workstation license, and the free version of VMware Server has went completely web based which I found very difficult to use.  I’ve tried to like Virtual PC, but Microsoft has seemed to abandon this product and fully investing in their &lt;a href="http://www.microsoft.com/windowsserver2008/en/us/hyperv-main.aspx" target="_blank"&gt;Hyper-V technology&lt;/a&gt;.  I’ve heard great things about Hyper-V, but it’s not laptop friendly (i.e. it disables Windows hibernation, and requires 64bit Windows Server 2008 OS).  Microsoft Virtual Server is a solid product, but it too is web based, which I just don’t like for personal use.&lt;/p&gt;  &lt;p&gt;VirtualBox is free, fast, solid, and feature rich.  It supports everything you’d expect, as well as USB.  It’s not web based which I love, and they seem to roll out new builds nightly.  I’m very happy with this product, and it looks pretty nice too.  I’d be happy to pay 50-100 bucks for this, but 0 is fine too.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/LovingVirtualBox_12099/image.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="181" alt="image" src="http://blog.kellybrownsberger.com/____Uploads____/LovingVirtualBox_12099/image_thumb.png" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/LovingVirtualBox_12099/image_3.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="200" alt="image" src="http://blog.kellybrownsberger.com/____Uploads____/LovingVirtualBox_12099/image_thumb_3.png" width="244" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/48.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2009/04/14/48.aspx</guid>
            <pubDate>Wed, 15 Apr 2009 00:32:04 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/48.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2009/04/14/48.aspx#feedback</comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/48.aspx</wfw:commentRss>
        </item>
        <item>
            <title>2009 &amp;ndash; Base Personal Image</title>
            <link>http://blog.kellybrownsberger.com/archive/2009/01/12/37.aspx</link>
            <description>&lt;p&gt;Some time ago I wrote a post called &lt;a href="http://blog.kellybrownsberger.com/archive/0001/01/01/16.aspx" target="_blank"&gt;Base Personal Image&lt;/a&gt;.  I wanted to write an update to that, but decided it would be nice to have it in it’s original date for historical purposes.  So, I’m writing a new post and stamping it with the year.&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;Here’s the topology of my setup&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/2009BasePersonalImage_128C1/home_technology_topology.jpg"&gt;&lt;img title="home_technology_topology" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="484" alt="home_technology_topology" src="http://blog.kellybrownsberger.com/____Uploads____/2009BasePersonalImage_128C1/home_technology_topology_thumb.jpg" width="644" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;The staple of my setup are &lt;a href="http://www.mesh.com" target="_blank"&gt;Windows Live Mesh&lt;/a&gt; (this replaced Folder Share for me – now called Windows Live Synch).  This is what ties everything together for me.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Core&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows Vista SP1 with IIS &lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/netframework/aa569263.aspx" target="_blank"&gt;.NET Framework 1.1, 2.0, 3.5 &lt;/a&gt;      &lt;/li&gt;&lt;li /&gt;     &lt;a href="http://free.avg.com/" target="_blank"&gt;AVG Free Anti-Virus&lt;/a&gt;     &lt;li&gt;&lt;a href="http://www.7-zip.org/" target="_blank"&gt;7-Zip&lt;/a&gt; – the fastest there is&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.mozilla.org/firefox" target="_blank"&gt;FireFox 3.0&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.foxitsoftware.com/pdf/rd_intro.php" target="_blank"&gt;Foxit Reader&lt;/a&gt; - stay away from Acrobat... it's a dog &lt;/li&gt;    &lt;li&gt;&lt;a href="www.microsoft.com/windows/products/winfamily/desktopsearch/default.mspx" target="_blank"&gt;Windows Search 4.0&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.google.com/talk/" target="_blank"&gt;Google Talk&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://office.microsoft.com/en-us/suites/FX101674121033.aspx" target="_blank"&gt;Office 2007 Ultimate&lt;/a&gt;       &lt;ul&gt;       &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4d951911-3e7e-4ae6-b059-a2e79ed87041&amp;amp;displaylang=en&amp;amp;Hash=%2blgYFIbG6gvxjnf%2bSxEIq6SB3SLFfRa4Ur6fDRbau5yjLr93jvTwiK%2fLC7YXtSdJYwN5%2bRRzKsPb4C6B9zh%2bzA%3d%3d" target="_blank"&gt;Save as PDF add-in for Office&lt;/a&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;a href="http://messenger.live.com" target="_blank"&gt;Windows Live Messenger&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.codesector.com/teracopy.php"&gt;TeraCopy&lt;/a&gt; – RoboCopy-like features from the Windows Shell &lt;/li&gt;    &lt;li&gt;Windows Home Server Console – available for download from your Windows Home Server&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Power Using&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://blogs.geekdojo.net/brian/articles/Cropper.aspx" target="_blank"&gt;Cropper&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.getpaint.net/download.html" target="_blank"&gt;Paint.NET&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.launchy.net/" target="_blank"&gt;Launchy&lt;/a&gt; - this replaced SlickRun for me when Launchy released a plugin model along with a "Runner" plugin (which does just about everything SlickRun does). &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en" target="_blank"&gt;Windows 2003 Resource Kit Tools&lt;/a&gt; (Robocopy) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.textpad.com" target="_blank"&gt;TextPad&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.flos-freeware.ch/notepad2.html" target="_blank"&gt;Notepad2&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/sysinternals/0e18b180-9b7a-4c49-8120-c47c5a693683.aspx" target="_blank"&gt;Sysinternals SuiteDisk&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.download.com/ClipPath/3000-2094_4-10050927.html" target="_blank"&gt;ClipPath&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://free.grisoft.com/doc/avg-anti-virus-free/lng/us/tpl/v5" target="_blank"&gt;Daemon Tools&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.newsgator.com/NGOLProduct.aspx?ProdID=FeedDemon" target="_blank"&gt;Password Agent&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://wordweb.info/free/" target="_blank"&gt;WordWeb&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://lifehacker.com/software/texter/lifehacker-code-texter-windows-238306.php" target="_blank"&gt;Texter&lt;/a&gt; - I need to post on this one.  This is a niche utility that I don't use all that often, but very nice in certain common situations.  It has its quirks though. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Backup and Recovery&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.mozy.com/" target="_blank"&gt;Mozy&lt;/a&gt; – I use to have Mozy running on all of my machines, but since investing in a Windows Home Server – I only use Mozy at my office&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.keepvault.com/" target="_blank"&gt;Keep Vault&lt;/a&gt; – I use this to backup my entire Windows Home Server&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.mesh.com" target="_blank"&gt;Windows Live Mesh&lt;/a&gt; – Mesh runs on all of my machines.  I use it to synch a few other things, but I primarily use it to keep my Password Agent password file in synch across all of my machines.  This also backs up all of my files to the cloud and makes them web accessible.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.moonsoftware.com/bmagic.asp" target="_blank"&gt;Backup Magic&lt;/a&gt; – For simple Backup operations&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Media and Entertainment&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://windowslivewriter.spaces.live.com/" target="_blank"&gt;Windows Live Writer&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.yessoftware.com/products/product.php?product_id=19" target="_blank"&gt;DemoCharge&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/windows/windowsmedia/player/11/default.aspx" target="_blank"&gt;Windows Media Player 11&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://picasa.google.com/" target="_blank"&gt;Picasa&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Development&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/teamsystem/aa718822.aspx" target="_blank"&gt;Visual Studio 2005 Team Suite&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/vsts2008/default.aspx" target="_blank"&gt;Visual Studio 2008 Team Suite&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.jetbrains.com/resharper/" target="_blank"&gt;ReSharper&lt;/a&gt; – Invaluable refactoring tool for Visual Studio&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.mbunit.com/"&gt;MbUnit&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.testdriven.net" target="_blank"&gt;TestDriven.NET&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.codesmithtools.com" target="_blank"&gt;CodeSmith&lt;/a&gt; - I barely use this one anymore, but it still makes the list &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/sqlserver/2008/en/us/app-dev.aspx" target="_blank"&gt;SQL Server 2008 Developer Edition&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.aisto.com/roeder/dotnet/" target="_blank"&gt;.NET Reflector&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.sliver.com/dotnet/snippetcompiler/" target="_blank"&gt;SnippetCompiler&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://tortoisesvn.tigris.org/" target="_blank"&gt;TortoiseSVN&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://subversion.tigris.org/"&gt;Subversion&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.visualsvn.com/" target="_blank"&gt;VisualSVN&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.memprofiler.com" target="_blank"&gt;.NET Memory Profiler&lt;/a&gt; – It does everything you could ever want in the world of .NET memory profiling, for a small price tag… and the documentation kicks the shit out of Ants and dotTrace&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Family Tech Support&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;When my family calls with a PC problem, I use &lt;a href="http://windowslivewriter.spaces.live.com/" target="_blank"&gt;CrossLoop&lt;/a&gt; (free and usually works) or &lt;a href="http://www.copilot.com/" target="_blank"&gt;Copilot&lt;/a&gt; (for the rare occasions when CrossLoop won’t connect) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Universal Drivers, Codecs, etc.&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.techsmith.com/download/codecs.asp" target="_blank"&gt;TechSmith Screen Capture Codec&lt;/a&gt; - commonly used on web screencasts &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/37.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2009/01/12/37.aspx</guid>
            <pubDate>Tue, 13 Jan 2009 02:07:07 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/37.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2009/01/12/37.aspx#feedback</comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/37.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Right-Click Goodies</title>
            <link>http://blog.kellybrownsberger.com/archive/2009/01/10/36.aspx</link>
            <description>&lt;p&gt;Here are two of my favorite right-click goodies I use on all of my machines.&lt;br /&gt;&lt;/p&gt; &lt;h2 /&gt; &lt;h2&gt;Setup&lt;/h2&gt; &lt;p&gt;You first need to register cscript.exe as your default scripting host with Windows.  To register it with Windows, run this from a command prompt:  &lt;strong&gt;cscript //H:cscript&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt; &lt;h2&gt;Build .csproj Files by Right-Click&lt;/h2&gt; &lt;p&gt;Save these into an ANSI text file with a .reg extension and double click them for Windows to import these into your registry&lt;/p&gt; &lt;h3&gt;Visual Studio 2008&lt;/h3&gt;&lt;pre class="csharpcode"&gt;Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Build Debug]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Build Debug\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v3.5\\MSBuild.exe %1 /t:build /p:Configuration=Debug\""&lt;/span&gt;

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Build Release]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Build Release\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v3.5\\MSBuild.exe %1 /t:build /p:Configuration=Release\""&lt;/span&gt;

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Rebuild Debug]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Rebuild Debug\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v3.5\\MSBuild.exe %1 /t:rebuild /p:Configuration=Debug\""&lt;/span&gt;

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Rebuild Release]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.9.0\shell\Rebuild Release\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v3.5\\MSBuild.exe %1 /t:rebuild /p:Configuration=Release\""&lt;/span&gt;

&lt;style type="text/css"&gt;&lt;![CDATA[csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
]]&gt;&lt;/style&gt;&lt;/pre&gt;
&lt;h3&gt;Visual Studio 2005&lt;/h3&gt;&lt;pre class="csharpcode"&gt;Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Build Debug]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Build Debug\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\MSBuild.exe %1 /t:build /p:Configuration=Debug\""&lt;/span&gt;

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Build Release]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Build Release\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\MSBuild.exe %1 /t:build /p:Configuration=Release\""&lt;/span&gt;

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Rebuild Debug]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Rebuild Debug\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\MSBuild.exe %1 /t:rebuild /p:Configuration=Debug\""&lt;/span&gt;

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Rebuild Release]

[HKEY_CLASSES_ROOT\VisualStudio.csproj.8.0\shell\Rebuild Release\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\MSBuild.exe %1 /t:rebuild /p:Configuration=Release\""&lt;/span&gt;

&lt;/pre&gt;
&lt;h2&gt;Build .sln File by Right-Click&lt;/h2&gt;&lt;pre class="csharpcode"&gt;Same as the .csproj goodies about, but for solution files.&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;h3&gt;Visual Studio 2008&lt;/h3&gt;&lt;pre class="csharpcode"&gt;Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\VisualStudio.Solution.9.0\Shell]

[HKEY_CLASSES_ROOT\VisualStudio.Solution.9.0\Shell\Build with MSBuild]

[HKEY_CLASSES_ROOT\VisualStudio.Solution.9.0\Shell\Build with MSBuild\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v3.5\\MSBuild.exe %1\""&lt;/span&gt;
&lt;/pre&gt;
&lt;style type="text/css"&gt;&lt;![CDATA[csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
]]&gt;&lt;/style&gt;
&lt;pre class="csharpcode"&gt; &lt;/pre&gt;
&lt;h3&gt;Visual Studio 2005&lt;/h3&gt;&lt;pre class="csharpcode"&gt;Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\VisualStudio.Solution.8.0\Shell]

[HKEY_CLASSES_ROOT\VisualStudio.Solution.8.0\Shell\Build with MSBuild]

[HKEY_CLASSES_ROOT\VisualStudio.Solution.8.0\Shell\Build with MSBuild\command]
@=&lt;span class="str"&gt;"cmd.exe /k \"C:\\WINDOWS\\Microsoft.NET\\Framework\\v2.0.50727\\MSBuild.exe %1\""&lt;/span&gt;

&lt;/pre&gt;
&lt;h2&gt;Right-Click Delete SVN Folders&lt;/h2&gt;
&lt;p&gt;This one from Jon Galloway give you a shell command to recursively delete .svn and _svn folders in the selected folder – &lt;a href="http://weblogs.asp.net/jgalloway/archive/2007/02/24/shell-command-remove-svn-folders.aspx" target="_blank"&gt;go get it here&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;
&lt;style type="text/css"&gt;&lt;![CDATA[csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
]]&gt;&lt;/style&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/36.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2009/01/10/36.aspx</guid>
            <pubDate>Sun, 11 Jan 2009 02:20:00 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/36.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2009/01/10/36.aspx#feedback</comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/36.aspx</wfw:commentRss>
        </item>
        <item>
            <title>Customizing the Windows XP File Open Dialog with Direct Folders</title>
            <link>http://blog.kellybrownsberger.com/archive/2008/05/09/7.aspx</link>
            <description>&lt;p&gt;Ya know the class Windows XP open file dialog?  This thing...&lt;/p&gt; &lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/CustomizingtheWindowsXPFileOpenDialogwit_C12B/image02.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="410" src="http://blog.kellybrownsberger.com/____Uploads____/CustomizingtheWindowsXPFileOpenDialogwit_C12B/image0_thumb.png" width="606" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;That left hand nav bar looks so interesting, but it's not.  Well, it might be interesting for people who frequently open files from the Desktop without double-clicking them from there.  I rarely, if ever, do that.  However, I would love to be able to create my own entries in that left hand nav area.  There's a short list of about 5 locations that I FREQUENTLY open files from that need to be located deep in some folder structure of my own creation.&lt;/p&gt; &lt;p&gt;I &lt;a href="http://blog.kellybrownsberger.com/PermaLink,guid,297b7e00-fd82-4777-a372-63d083f08334.aspx" target="_blank"&gt;wrote about TeraCopy and Direct Folders from Code Sector&lt;/a&gt; a few days ago, and today I was able to explore Direct Folders a bit more and I stumbled upon quite a gem.  Direct Folders lets you customize the open file dialog in exactly this manner.&lt;/p&gt; &lt;p&gt;This...&lt;/p&gt; &lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/CustomizingtheWindowsXPFileOpenDialogwit_C12B/image010.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="410" src="http://blog.kellybrownsberger.com/____Uploads____/CustomizingtheWindowsXPFileOpenDialogwit_C12B/image0_thumb4.png" width="420" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;Produces this...&lt;/p&gt; &lt;p&gt;&lt;a href="http://blog.kellybrownsberger.com/____Uploads____/CustomizingtheWindowsXPFileOpenDialogwit_C12B/image013.png" atomicselection="true"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="512" src="http://blog.kellybrownsberger.com/____Uploads____/CustomizingtheWindowsXPFileOpenDialogwit_C12B/image0_thumb5.png" width="640" border="0" /&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt;I couldn't be more thrilled about this freature.  Why Microsoft doesn't delivery native features like this with Windows, I don't know.&lt;/p&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/7.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2008/05/09/7.aspx</guid>
            <pubDate>Fri, 09 May 2008 04:00:00 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/7.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2008/05/09/7.aspx#feedback</comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/7.aspx</wfw:commentRss>
        </item>
        <item>
            <title>TeraCopy and DirectFolders</title>
            <link>http://blog.kellybrownsberger.com/archive/2008/05/06/8.aspx</link>
            <description>&lt;p&gt;I love utility software.  I love software vendors like &lt;a href="http://www.moonsoftware.com" target="_blank"&gt;Moon Software&lt;/a&gt;, that produce targeted utility software like &lt;a href="http://www.moonsoftware.com/pwagent.asp" target="_blank"&gt;Password Agent&lt;/a&gt; and &lt;a href="http://www.moonsoftware.com/bmagic.asp" target="_blank"&gt;Backup Magic&lt;/a&gt;.  I was reading &lt;a href="http://weblogs.asp.net/jgalloway" target="_blank"&gt;Jon Galloway's blog&lt;/a&gt; the other day and found his &lt;a href="http://weblogs.asp.net/jgalloway/archive/2008/05/01/utility-teracopy-removes-the-file-copy-pain-from-windows-vista.aspx" target="_blank"&gt;write up about TeraCopy&lt;/a&gt; from &lt;a href="http://www.codesector.com" target="_blank"&gt;Code Sector&lt;/a&gt;.  TeraCopy has some nice features beyond what Windows gives you, such as restartable copies, but it also make Vista tolerable when copying files.  It's a must have for Vista users or anyone that like &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;amp;displaylang=en" target="_blank"&gt;RoboCopy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;While snooping around Code Sector's site, I found &lt;a href="http://www.codesector.com/directfolders.php" target="_blank"&gt;DirectFolders&lt;/a&gt;.  I'm downloading it now, so I can't speak to it personally, but it like a very handy Windows Shell extensions that gives you a lot of nice quick-find capabilities for commonly used directories on your file system.  &lt;a href="http://www.codesector.com/directfolders-demo.htm" target="_blank"&gt;Here's a short screencast that shows off what it does&lt;/a&gt;.  This looks enormously useful.&lt;/p&gt;
&lt;p&gt;These two utilities look like they might make my short list of utility software along with SlickRun and ClipPath.&lt;/p&gt;&lt;img src="http://blog.kellybrownsberger.com/aggbug/8.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>kellyb</dc:creator>
            <guid>http://blog.kellybrownsberger.com/archive/2008/05/06/8.aspx</guid>
            <pubDate>Tue, 06 May 2008 04:00:00 GMT</pubDate>
            <wfw:comment>http://blog.kellybrownsberger.com/comments/8.aspx</wfw:comment>
            <comments>http://blog.kellybrownsberger.com/archive/2008/05/06/8.aspx#feedback</comments>
            <wfw:commentRss>http://blog.kellybrownsberger.com/comments/commentRss/8.aspx</wfw:commentRss>
        </item>
    </channel>
</rss>