Caching enabled

September 11th, 2007

The web programmer in me couldn’t leave well enough alone.. even though I have exactly zero traffic right now I just had to get proper caching going (you know, just in case this extremely insightful post gets slashdotted or dugg or featured in the NY Times or, or, or something).

I’m using the WP-cache plugin, which seems to work pretty well. It did give me problems at first, because I can never bear to set up a PHP install without APC installed for a free speed boost–why, you ask? see the first paragraph–and as I eventually learned this can lead to segmentation faults when using WP-cache.

This helpful post on a blog called Mark on Wordpress helped me resolve the problem; it was a simple matter of convincing apc that it should ignore certain files related to the plugin.

Fine art it ain’t

September 10th, 2007

Since I’m not a designer, the style I came up with is necessarily extremely minimalist. But I think it’s good enough for now, until I find myself using this enough to be worth an upgrade.

Hey, get your test data right here!

September 10th, 2007

At a certain point in the development of any real blog theme, it becomes necessary to write some meaningless text which includes most of the layout options that you plan on using. This, dear reader, is that text. Behold:

  • This page contains an unordered list.
  • The content is utterly meaningless, but that’s ok because all we really care about is the structure. This line is extra long so that it should wrap.
  • This line is short.

But when it comes to FPO text, that’s not all you get! You also get:

  1. What’s this? AN ORDERED LIST!
  2. The content is utterly meaningless, but that’s ok because all we really care about is the structure. This line is extra long so that it should wrap.
  3. This line is short.

In addition to lists, this blog is likely to involve bugs code. And that should be formatted something like this:

$var = 'Some kind of value';
for ($array as $key=>$value) {
    $value->doSomethingNeat($make, $a, $long, $line, $here, $please);
}

Also, we may sometimes need to quote from another source.

Candy is dandy.
But liquor is quicker.
— Ogden Nash

Finally, from time to time our code is likely to contain a link like http://www.yahoo.com/. Or even like yahoo.

Hello World

September 9th, 2007

I’ve been toying with the idea of starting a blog. Tonight I stopped toying and just took the 30 minutes it takes to get one going.

I had better customize the way this thing looks a little bit before my CSS geek card gets revoked.