words.pl: slogan word generator Feb 4, 2012 About a year ago, I was really into playing this game online where you were given a single sentence and you had to use the letters in that sentence to make up as many words as possible. ...
My Review of Android Open Conference 2011: Complete Video Compilation Feb 1, 2012 Originally submitted at O’Reilly <div> <img src="https://images.powerreviews.com/images_products/01/18/14846224_100.jpg" class="photo" align="left" style="margin: 0 0.5em 0 0" /></p> <p style="margin-top:0"> Android Open Conference 2011: Complete Video Compilation </p> </div> <p> <a href="http://shop. ...
dotfiles backup using GitHub Jan 19, 2012 I was recently looking for a solution to backup my configuration files (bash, vim, etc) using GitHub. After some looking around, I’ve compiled a pretty nice project for myself. ...
Install nodejs under ChromeOS (CR-48) Dec 23, 2011 Why would I want to do this? I’m a software developer. I love javascript. I love node.js. I love the direction Google is taking web development, user interaction, and the web in general. ...
ASP.NET BuildResultCompiledAssembly error Dec 7, 2011 Unable to cast object of type ‘System.Web.Compilation.BuildResultCompiledAssembly’ to type ‘System.Web.Compilation.BuildResultCompiledGlobalAsaxType’. This has been reported as a bug. But there is no solution. ...
Visual Studio and Interface property stubs Nov 12, 2011 Last year, I posted a question on StackOverflow asking if it was possible to replace the property stubs for interface refactoring ...
My Review of JavaScript: The Definitive Guide, 6th Edition Nov 8, 2011 Originally submitted at O’Reilly <div> <img src="https://images.powerreviews.com/images_products/04/72/13514433_100.jpg" class="photo" align="left" style="margin: 0 0.5em 0 0" /></p> <p style="margin-top:0"> Activate Your Web Pages </p> </div> <p> <a href="http://shop. ...
jQuery plugin: fixed table header Oct 31, 2011 Here’s a plugin that I wrote a while ago for fixing a table’s header row on scroll. This code is also available as a gist. ...
Mercurial and Git in one repository Oct 29, 2011 I have a personal project hosted at bitbucket using Mercurial as the version control system. Since I started that project, I’ve been using GitHub for everything. ...
Makefile setup for minifying .js files in an expressjs application Sep 29, 2011 There’s not really any reason to uglify or minify your JavaScript files on a per-request basis or on a pre-cache basis. ...