How do I rollback a TFS check-in?
I can never remember how to rollback a check-in, and there’s all kinds of mess in search results about this…
I can never remember how to rollback a check-in, and there’s all kinds of mess in search results about this…
The IPhone browser (and some other browsers/email clients/plugins) will automatically detect phone numbers and style them. This automatic styling might…
Its hard to find much technical information on the Windows Hosts file, beyond what is pretty much common knowledge. Some…
Here’s how to automatically check-in to FourSquare from C#. Yes, I did cheat with this for about a week. Apparently…
Just a quickie convenience tip. Some mornings it seems to take my computer a little too long to “wake up”…
For some reason directions for clearing the Squid proxy cache (in Windows) seemed hard to come by on the web,…
I put the following function in my PowerShell profile so that I can just bring up my PowerShell console and…
Here’s a TruncateAtWhitespace function that takes an incoming parameter value and an incoming max length, and returns a substring broken…
Here’s a TruncateAtWhitespace function that takes an incoming parameter value and an incoming max length, and returns a substring broken…
I needed to dynamically configure log4net – outside of the web.config file. Here is my solution: 1. All that configuration…