Work and Life Balance

CNN.com has an article today called Welcome to the 'weisure' lifestyle.  It's about the balance between work and life (leisure in the article)... or the lack thereof more precisely.  It's not that people are becoming increasingly chained to their desk at the office but more of their desk i... [More]
Bookmark and Share

Save a Buck and Learn Something New

This is an exciting moment for me. I've been doing software dev for over a decade and I've never ventured in to the electronics aspects of assembly. Sure I've put my own computers together but that became old hat in the late 90s. Today I broke out of my comfort zone and I replaced a capacitor on the main board of my Panasonic DVP642 DVD player.. [More]
Bookmark and Share

ASP.NET MVC Action Filter for Localized Sites

This post details an ASP.NET MVC Action Filter to assist with localized site development. If you've got or want a site which supports multiple cultures using ASP.NET MVC localization you need to be familiar with setting CultureInfo values for the current thread and UI. The .NET Framework uses this info to do a few key things. First, if you're using resource files the framework knows which to pick up because the resource file name specifies the culture. Secondly the culture is used as a formatter argument for various methods such as ToString().. [More]
Bookmark and Share

Git er Done or Do it Right

Programmers are paid to create, fix, and innovate. How you go about these tasks comes in two flavors - the quick and dirty method or doing it right. The typical reaction of a programmer is to strike down the quick and dirty route with eyeball laser beams because they want to have the time to do it right. Who can blame them? Nobody wants to write code they're not going to be proud of.. [More]
Bookmark and Share

The Dilemma With Multiple Versions of Source Code

Supporting multiple version of source code can be tricky. Here's one versioning pattern you might find helpful.. [More]
Bookmark and Share

IGN Entertainment is Hiring Software Engineers

IGN Entertainment is hiring .NET (C#), Java, and C++ programmers.. [More]
Bookmark and Share

Betting on Story Points

Something we're looking at adding to our agile tool belt is estimating stories using story points. If you're not familiar with story points think of them as an estimation using a relative level of effort/complexity.. [More]
Bookmark and Share

Hulu.com is that Cool

I've heard of Hulu, but until now I hadn't checked it out.  This TV season started a few weeks ago and I've already had DVR mishaps with the Terminator: The Sarah Connor Chronicles and Heroes series and I needed a way to get caught up.  Hulu allowed me to search for the episodes I've misse... [More]
Bookmark and Share

Google Chart API - Flexible and Free Charting

Including charts in your applications often adds value and polish.  If you don't have a charting package in your tool belt choosing one can be both confusing and expensive.  If you're in this boat check out Google Charts, which offers free charting with lots of options.  And by &quo... [More]
Bookmark and Share

Evangelizing Scrum

Early on I recognized one piece of criteria critical to us succeeding in bringing Scrum to IGN - everyone had to buy in. This is a change for us and as has been drilled into our noggins for years, most people don't like change. The idea isn't to change for the sake of change of course, but to continually improve our team, processes, communication, and company. I'm sure most people can buy in to that one so we had to show how the change being proposed would accomplish these goals.. [More]
Bookmark and Share