Archive for the 'Kubrick' Category

I Need a New WordPress Theme

February 9, 2007

Yep, I’ve decided that Kubrick just won’t cut it. The reason is that it isn’t “brandable.” So many sites have Kubrick that you can’t really tell them apart if you just look at the layout.

The reason I stuck with Kubrick in the first place was that I couldn’t find another theme I really liked. So I think what I’m going to do is design a new theme from scratch.

Of course, this will take a while, so keep an eye out for it in a couple of months.

Kubrick & This Blog & Thoughts & Web Development & WordPress 4 Comments

Code is Poetry. Poetry is Code?

July 30, 2006

As those familiar with WordPress probably know, WordPress’s “slogan” is “Code is Poetry.”

Personally, I think it’s a great slogan. And I agree: well-written computer code is like a work of art. Good code creates something that runs beautifully and can even look beautiful too.

So yes, code is poetry; however, I find it kind of annoying to discover poetry in code, or more specifically, I find it kind of annoying when I find Daisy Bell lycrics hiding in my WordPress CSS:

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

I do feel kind of annoyed, but the lightheartedness of it also almost makes me want to laugh. And that’s probably why it’s there. ;-)

CSS & Kubrick & WordPress No Comments