Asymptomatic

There must be intelligent life down here

Bye Melinda, Thank Goodness

I haven’t been paying attention to American Idol at all. I don’t ever really. What I do see is the tail end of the show when they replay clips of each of the contestants before House comes on. So I am at least familiar with them to that extent.

Melinda is a very nice singer, but if you take every song they give you and turn it into soul, you are not performing for this audience. If you won the contest, you might have been able to release a soul album, but you certainly would have been better off singing the genre of music you were given in the genre of music it was intended, or at least not perform every song like you were in a gospel choir.

HOA Site

My Home Owner’s Association has a web site that’s pretty sparse. I thought that I would take a bit of time to create a new site for them using Drupal, and increase my Drupal skills. There’s nothing like throwing yourself into the fire to get out of the comfort of the frying pan, you know? So I was thinking about some features that I might like as a home member of the association, and how I might accomplish them with Drupal.

The first thing I’m going to want to do is get a theme that pleases by aesthetic sensibilities. It’s not that the Drupal themes are ugly per se, but they all seem to offer the content in the same way - with the admin stuff exposed for anyone to see. I think that I want the full administrative side of the site to look different than the typical member-facing side. Rather than providing all of the functionality of Drupal the way Drupal does, I would like to select specifically what features appear on the site, and display them in an appealing fashion.

Gadgety Things

Every so often I get this urge to have things, things that I really shouldn’t buy. I usually end up making a list of these things and throwing them away. This is probably a good thing. But occasionally, I list them here so you can all see how materialistic I am.

I’ve been pricing out new desktop PCs lately. I’ve been trying to stay minimal but get the most for the money, knowing very little about individual components. My interest in knowing the minutia of component performance has waned over the years. What I’ve been pricing is a Core 2 Duo 2.67mhz (it seems that when you go Core 2, you might as well get the fastest one you can find), 4GB of RAM (I have 3 now, so I can’t do with less), a super-fast system drive and a giant secondary drive, the fastest pair of DL-DVD writers I can get, and a motherboard that supports dual 16x PCI Express slots to hold matching dual-head video cards. What are my needs here?

Your Tag Clouds Are a Bit Hazy

On page 74 of Web Designer magazine #130 is an article on making tag clouds in PHP. I suppose you could do it their way, but a few little things left me puzzled about their implementation, and I thought I would give it a go myself.

I’m a big, big fan of associative arrays in PHP. Most people who know arrays know that they are variables that contain a set of elements indexed by numerically, but PHP can index arrays in two ways. An associative array allows you to use a string key to identify each element of the array, rather than a number. The strings have to be unique, but for the purposes of creating a tag cloud, this is perfect because we only want to list each element once.