.NET / WPF • Jul 16, 2012 Making WPF Controls Modal with Adorners How to create a transparent overlay over a WPF window "behind" a given control, using a subclass of Adorner.
Web Apps • Jul 03, 2012 Testing HTML5 Offline Features Against a Remote Server Using Capybara/Selenium Covers the process of testing a mobile app with offline caching against a remote Windows server application.
Developer Tools • May 11, 2012 Safe Usage of /bin/rm Safe use of /bin/rm is important to prevent destroying critical data. A wrapper script for /bin/rm can help prevent accidental deletions.
Web Apps • Apr 27, 2012 These Intermittent Test Failures Will Not Stand, Man I rid a large test suite of intermittent failures. Here are some of the causes of the random failures and what I did to prevent them from failing.
Extracurricular Activities • Apr 10, 2012 How Safe is Your Home? – Creating a Homemade Security System Designing a custom home-made security system for your home.
Extracurricular Activities • Apr 05, 2012 BASIC: Cross-Platform, Cross-Generational A brief history of BASIC and some reasons to believe it is still useful today as a beginner's language.
Developer Tools • Apr 04, 2012 Simple Remote Pairing with wemux wemux is a script that simplifies the management of shared tmux sessions.
Extracurricular Activities • Mar 04, 2012 Seeing Stars – The Automated Way, Part 2 An example of automating astronomy devices using the ASCOM platform and Ruby. Addressing cross-platform ASCOM
Embedded Systems • Feb 24, 2012 TDD Comes to Arduino I want to share an example so simple, and a list of instructions so complete, that pretty much anyone can start to do TDD in embedded.
Developer Tools • Jan 28, 2012 Less Perplexing Terminal Multiplexing with tmux As a professional problem solver, I spend a considerable portion of my day working at a command prompt within a terminal multiplexer called tmux.
Developer Tools • Jan 27, 2012 Safeguarding Your Productivity with Backups Make a bootable backup of your hard drive so that you can quickly recover in the event of a hard drive failure and maintain your productivity.
Android Development • Jan 12, 2012 Android App Test File Distribution with Dropbox Android apps have so many different devices they should run on, but how do you share the APK files with other devices? Dropbox to the rescue!