Header scripts

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?

{ 3 comments }

Hollywood sign as seen from the Hollywood Reservoir

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.

{ 39 comments }

Have You Sampled Your Code Today?

by Humdinger Diddly on December 18, 2007

Me, cheesin.

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;
}

{ 0 comments }

Yet another sample teaser image

This is a Test Aside

December 8, 2007
  • This is a bulleted item for an excerpt.
  • And so is this.
  • What does teh g00g do with this?
Read the full article →
Footer scripts