geek alert
So I spend a big chunk of my day writing code, specifically CSS and XHTML. And I amuse myself immensely via the power of nomenclature — giving names to ids and classes in my CSS. Such as calling some generic classes for floats “rightwing” and “leftwing” or calling an image container “pictureThis”. It’s similar to the same fun you can have when you’re naming vars and functions in Javascript or PHP. What else are you gonna do? You might as well have fun with this shit. PLus you’re mkaing it intuitive at the same time. Last week I had to wrap a div around a bunch of other divs just to accomplish some superfulous designy element. I almost called it dumbAssDesignContainer.