visual studio
Visual Studio Debugging Slow in Firefox
Recently I've noticed debugging an Asp.net project in Visual Studio with firefox is unbearably slow. After some messing around with some settings I found a solution. 
- Open firefox
- Go to about:config
- In the filter textbox enter network.dns.disableIPv6
- Change the value from false to true
- Restart firefox
- Be happy
With this setting in place hours of time will be saved.
More Randomer - one year at a time
It's been a full year since our company's code was posted to the daily wtf at more randomer (<-- link to the more randomer post).

The creator of dosomethinghere.com saw the need for cupcakes, he also has a better comment on this occasion.
.jpg)
Visual Studio 2010 Beta1 Install
Visual Studio 2010 Beta1 Install

Regular Expressions (Visual Studio)

Find and replace using Regular Expressions in Visual Studio is a big time saver, here's a link to the docs:
http://msdn.microsoft.com/en-us/library/2k3te2cs(VS.80).aspx

