Ben Griswold on January 24th, 2007

If you like to drive your fellow developers mad, here’s something fun.  The next time you need to manage a bunch of dates, add them to a Hashtable AFTER converting ToString().  For example, DateTime holiday = new DateTime(2007,1,1); Hashtable htHolidays = new Hashtable(); htHolidays.Add(holiday.ToString(), holiday.ToString()); … Next, create a function similar to the following: public static [...]

Continue reading about January First is Not a Holiday

Ben Griswold on December 6th, 2006

This morning, I received an email from my bank announcing the release of “the new and improved Internet Branch.”  I think my bank did a nice job with the announcement since they kept the communication short and sweet yet included everything that needed to be said.  The email’s largest emphasis was on the newly-implemented, long-awaited enhancements.  [...]

Continue reading about We’ve Upgraded Our Site And Your Login