Mike Dellanoce's Blog
Tuesday, November 15, 2011
Octophile: Social media widgets for GitHub
›
Last week I put one of those Twitter follow buttons on my blog. It was cool, but it looked a little lonely all by itself. It occurred to me...
Thursday, October 13, 2011
Easy vagrant setup on windows with chocolatey
›
Setting up vagrant on windows is well-documented and, overall, pretty easy. However, it is a little more complicated than just: gem insta...
2 comments:
Thursday, September 22, 2011
Enabling Pound proxy support for the HTTP methods PUT and DELETE
›
I'm not sure how many people out there are using Pound as a reverse proxy, but if you have it sitting in front of a ReSTful web servic...
2 comments:
Monday, August 29, 2011
HTML Basics: Labels and inputs
›
I stumbled across some code the other day that made me smile. Here is essentially what was going on: < input id ="checkbox" ...
Sunday, March 27, 2011
Testing MySQL queries with NUnit
›
Even the most adamant unit-testing purist will admit that database queries need to be tested. If possible, these tests should run against th...
4 comments:
Thursday, February 10, 2011
NServiceBus assembly scanning: avoiding unintended consequences
›
The default startup behavior for a NServiceBus endpoint is to scan all assemblies in the deployment directory for any types it might be inte...
1 comment:
Tuesday, December 21, 2010
Assert.DoesNotThrow... why does it exist?
›
Take a look at this test: [Test] public void TestSomething() { Assert.DoesNotThrow(MethodUnderTest); } It seems to me that it is fun...
3 comments:
‹
›
Home
View web version