Archives » August, 2008

If I were to build a liquid-cooled PC….

It would have to be like this. I guess there’s just something fun about having a waterfall in my computer… Although does that mean I would have to pee a lot while working?

Read: If I were to build a liquid-cooled PC….

Exception Handling Application Block and WCF

I spent the better part of a day last week trying to reconfigure our application exception handling. With our switch to a WCF service, our business layer’s method of throwing exceptions for validation problems or as warnings became a bit, well, annoying.
I actually thought I had a solution: Have the WCF [...]

Read: Exception Handling Application Block and WCF

Swimming??

That’s right, swimming. I don’t really follow swimming that often, but the main excitement of these games so far has been Phelps’ quest (and completion) of 8 gold medals. From the 4×100 relay, where 31 year old anchor Jason Lezak chased down the French anchor to win the relay by 8 hundredths of [...]

Read: Swimming??

Two days for an exception handler?

That’s right, it took me about two days (minus an hour here or there) to complete our exception handler. I know, that seems like a fairly long time, but it was a bit more than I anticipated. Plus, I have a habit of going overboard on certain things, and this is most definitely [...]

Read: Two days for an exception handler?

Back to PHP, with classes!

I have a couple of features to implement for a side project, and I finally delved into the basics of PHP classes. I’m sure that I am not using the full functionality of the class, but at least I can now load objects from the database without repeating SQL statements constantly. If I [...]

Read: Back to PHP, with classes!