by Humdinger Diddly on December 4, 2009
If you compose a new post in WordPress 2.7 or higher, it looks as though the excerpt field may be auto-populated in a way that it was not in previous versions. I only mention this because I’ve noticed some janky <meta name="description" /> behavior over the last couple of weeks, and I’ve got to solve this problem to ensure that I’m not screwing with people’s <head>s, ya dig?
What if I want to go to VPS.net?
by Humdinger Diddly on June 14, 2008
So yeah, this is one of those things that you gotta test. If it comes out right, you’ll be a hero. Otherwise – baaaaa – you’ll be a friggin’ goat. I needed some extra text for testing purposes, so here ya go.
by Humdinger Diddly on December 18, 2007
One particular HTML element that has been taking up way too much of my time lately is the <code> tag. Different browsers will render the contents of this tag differently depending on how the CSS properties (such as line-height, font, and/or font-size) are declared.
It is a constant battle to ensure that elements will render correctly, and even when you think you’ve gotten everything worked out perfectly, you may find that Safari, for instance, doesn’t know what to do with an unordered list of encoded text:
Safari
may not
render this
worth a damn
And even when you’ve gotten all that figured out, you still have to ensure that the <pre> tag is styled properly and renders consistently across a wide range of modern browsers.
code {
font: 0.92857em Consolas, "Andale Mono", Courier;
color: #050;
}