From the category archives:

Tutorial

How to Create a WordPress Theme – Part 2

April 19, 2007

OK, if you look back at Part 1, you will find I listed choosing a Column Layout first on the To Do list. However, do you always do your To Do’s in order? Not me. Well, actually, it’s not my idea. In researching the whole column/page layout concept for today, it was pointed out there [...]

Read the full article →

How to Create a WordPress Theme

April 18, 2007

I had heard that the template that I am currently using, MistyLook by Sadish Bala, is very popular. however, I had never run into it elsewhere… well, there’s always a first time! I ran into it while researching de.lic.ious WordPress plug-ins on The Partition. Thanks for the inspiration to create my own! I knew I [...]

Read the full article →

Using Subversion for a Web Site – Part 2

April 4, 2007

I need to clarify one thing from my earlier post. I demonstrated how to create a subversion repository on your local computer. Note, this was for demonstration purposes only. To get maximum advantage from using a subversion repository, it needs to be located on a networked server that all site developers can access. OK, you [...]

Read the full article →

Managing Web Site Content with Subversion

April 1, 2007

As I have previously mentioned, I am a big fan of managing code changes with Subversion. Here I’m going to describe the process of creating your own local repository for managing changes. Think of Subversion as you own personal time machine for your content.
My basic setup will be to have the repository (where subversion stores [...]

Read the full article →