Tim on June 29th, 2008

After being hacked (I think I was vulnerable because I hadn’t updated WordPress), I was forced to do a little cleanup around ScarTech.net. Part of the cleanup and upgrades include a nice new theme. I’ll detail the hack in a later post.

Continue reading about A New Theme!

Tim on June 3rd, 2008

The IsNullOrEmpty method was added to the String class in the 2.0 Framework, and it makes testing for an empty or null string as easy as a single function call. Instead of having to test the String object if it’s null then checking if it’s empty, this can now be done in one easy method [...]

Continue reading about Is it null, or is it empty?