Mike Dellanoce's Blog
Saturday, December 10, 2011
Zero-friction Javascript Minification with RequireJS and Express
›
Most software development efforts involve multiple source code files, and Javascript-heavy web applications are no exception. However, if yo...
2 comments:
Sunday, December 4, 2011
Commit early, commit often
›
Hidden deep inside TortoiseSVN is a reporting tool that can give you statistics about commits to your repository . I ran this report at my ...
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:
‹
›
Home
View web version