Tag Archive | "tips"

Object Oriented-Style CSS Inheritance Tip

Sunday, December 14, 2008

0 Comments

I was trying to figure out recently how to apply multiple CSS styles to a single element. What I wanted to be able to do was define a single base style for a particular element, let’s say the P tag, and then define a multitude of differing additional styles for that same tag, like a [...]

Continue reading...

What’s the Best Way to Handle Exceptions?

Friday, October 3, 2008

10 Comments

It seems, given my limited experience, that handling exceptions depends entirely on the context in which you are developing. As a fan of “rules” that can be applied to different scenarios I wanted to hit you guys up and see what the rules-of-thumb were with regards to exception handling. Some approaches to exception handling sort of [...]

Continue reading...