I recently read Tuesdays with Morrie by Mitch Albom. Apparently, it's a bit of a staple in the American education system, but I hadn't read it until now. My initial thoughts are thus: in one sense it was a bit of a rehash - most of the ideas Albom brought up are already familiar. However, he brought...
Wednesday, December 31, 2014
Wednesday, December 17, 2014
Takeaways: The Healthy Programmer
I recently picked up The Healthy Programmer by Joe Kutner. The 8+ hours of programming are beginning to take their toll on my health with various headaches/eyeaches, so I wanted to see if Joe had any...
Friday, December 5, 2014
A Story about YAGNI - You-Aren't-Going-To-Need-It
Recently I was working for a project on a client where they wanted the project to be Live for a certain portion of time during the day - so for example between 9AM and 2PM, or 12PM and 3PM, or so on and so forth.
While implementing this feature, a thought struck me - what if the client wanted to have...
Monday, November 17, 2014
Postback not happening on ASP:LinkButton with Adblock Plus
I recently had a problem while working on an ASP.NET website where I had a page doing a postback on an ASP LinkButton, except in FireFox with AdBlock enabled, the postback just wasn't happening. Clicking on the button resulted in nothing. When I examined the markup on the page it looked like this:
<a...
Sunday, November 16, 2014
Learning Angular | Using a factory to make an API call

I was recently building an Angular app in which I had a search page and a search results page. Obviously, the API call would be made after a user hit the search button on the search page, but the question...
Monday, October 6, 2014
Be Careful What You Think
In Western culture, it's commonly considered a sign of intellectual freedom and ability to think about and consider several points of view before advocating a certain one. In our world, it makes sense to debate the pros and cons of various opinions - the good and the bad - before coming to a conclusion.
But...
Wednesday, October 1, 2014
Creating simple logging "apps" with Google Forms

If you want to improve something, you've got to measure it first. Putting numbers on things helps us tame the wild waters of instinct and gut feeling. It helps us break things down and make them easy...