Solved a bitch of a coding problem that I’d wasted way too much time on before Christmas. It was a CSS problem where a tooltip box couldn’t transcend its parent div’s z-index, and therefore kept falling behind the neighboring div. I spent a lot of time trying to figure out how to raise the child […]
Category Archives: Programming
Adding features
Things are mellow at work, so I’m working on my WordPress skills by adding a searchable database of all my dvds to my site. Once all the info is in, I’ll create a template for viewing them, and add them to the nav. It’s a small thing, and it’s mostly for my own use, but […]
Import goddess!
Woot! Successfully imported all my posts from my old Greymatter/polgara.net blog! Holy crap they go back pretty far. Should I start fixing the categories, or maybe work on the pretty? Hmm….
WordCamp SF
Sitting in the first session of the WordCamp SF one-day conference, waiting for Writing Plugins for NooBs to start. Whee!
Using CCK field variables
For future reference, this is where I found the answer: http://drupal.org/node/93622#comment-806753 (field_section[0][‘value’] *>)