From the category archives:

web site management

April Statistics Update – Urchin vs. Analog

May 1, 2007

Well, it’s been one month since I started working seriously on developing this site, so it’s time for a little recap of the numbers.
Urchin
First, since I’m running my site at Media Temple, the account includes Urchin for web analytics. (Note, Google purchased Urchin some time ago, and at last report was planning on releasing an [...]

Read the full article →

Themes and Plugins

April 30, 2007

I spent the evening installing and activating the plug-ins I plan to use on the new site. Mostly the same one’s I’m currently using, until better come along, however, since I won’t be using one of the advanced templates which automatically use several plug-ins, like Ultimate Tag Warrior (UTW), I had to develop the pages [...]

Read the full article →

How to Create a WordPress Theme – Part 7, Margins & Font Settings

April 28, 2007

I discovered the problem with IE was that it was not handling the CSS float on the left column correctly. By supplying explicit top margin settings, it is now usable. Here’s what the design looks like in IE:

As you can see, the corners are square since it doesn’t understand CSS3 border-radius. I may go back [...]

Read the full article →

Creating a WordPress Theme – Part 6, CSS3 Rounded Borders

April 26, 2007

CSS3 Rounded Borders was a success! Well, for Firefox users anyway! Luckily, I checked my stats and find that 65% of my visitors are Firefox users… mostly v2.0, but a few v1.5 users are still out there. Time to upgrade Firefox folks!
The rounded corners technique using CSS3 method is very easy compared to what I [...]

Read the full article →

Creating a WordPress Theme – Part 5

April 25, 2007

Just a quick update on the template progress… I’m working on using CSS to create rounded corner effects on backgrounds that will be used for the sidebar & posts. I got the basic concept from many places, but Adam Kalsey has a good post on the Rounded Corners in CSS technique. Here’s an in-progress snapshot [...]

Read the full article →