Font Awesome – It Really Is

Do your web buttons or icons pixelate when displayed on retina devices? Do you crave a solution that isn’t hacky (like attempting to detect the type of display being used)? Enter Font Awesome. When I first heard of this open source, free font library, I thought “hold...

Practical But Not Always Practiced MSDN Advice

Recently, I had the need to test an edge case using a very old version of Microsoft Outlook. I thought this might not be so bad with the use of a virtual machine – perhaps I should have been a bit more realistic. Perhaps I should have listened to the advice in the...

underscore.js

Have you ever had to deal with javascript code that was less than elegant and performed like it looked? I was waist deep in this mass of suffering when a colleague of mine introduced me to underscore.js. It is simply brilliant. The library is composed of about 80...