Using Time in Your WordPress Plugin

I just had a rather frustrating experience trying to use a timestamp in a plugin I’m writing.  Even though I have my timezone dutifully set in my php.ini file, as all good PHP 5.3.* developers should, the timestamp that WordPress was giving me in the admin section was for UTC instead of America/New_York.

Continue reading “Using Time in Your WordPress Plugin”

Stupid IE7 Tricks

How’s this for stupid IE7 tricks?

I have a <legend> inside a <fieldset> inside a <div> that is made a modal via jQuery.  Said <legend> disappears when it is italic AND the modal is set to non resizable.  If either of those conditions is false, the <legend> displays fine.

And this is only happening in IE7 (as opposed to Firefox, Chrome, etc.  I’m not testing in other versions of IE).

Aargh!