Category: Tools

  • Batch Image Resize

    I have been looking around for a method to resize multiple images in a single batch. There have been a number of downloadable tools and shell integration solutions, but I was hoping to find an online tool to do just that. Not finding a solution that I liked, I decided to build one. Take a […]

  • Visual Studio Keyboard Shortcuts

    As Visual Studio has evolved as a product, so has the plethora of keyboard shortcuts that are available. Using these shortcuts make certain tasks much easier and quicker by not requiring you to remember the exact location in the often deep and convoluted menu and icon structure. You can download your own keyboard shortcut guide here:http://www.microsoft.com/downloads/en/details.aspx?FamilyID=92CED922-D505-457A-8C9C-84036160639F&displaylang=en Each […]

  • Subversion Error Message on Windows 7/Windows 2008 Server

    Some times when I am performing a Subversion task (update, commit, check out) I get an error message stating that files can’t be moved or deleted. A subsequent boot of my machine causes CHKDSK to run (this is what concerned me). The error message looks like this: Error: Can’t move Error: ‘[…]\.svntmpentries’ Error: to Error: […]

  • Performance and Load Testing with WebLoad

    Recently, I had to perform a load test on our new project. We are using WebLoad to test the performance at different levels of load to see how it holds up. While WebLoad offers its own set of analytics, I am also using perfmon to see how each tier is performing under the stress. I originally planned […]