One thing that has long had a low priority on my to-do list is to somehow migrate the content on my old, handcoded blog to wordpress. The blog was cobbled together initially as straight html; later I did a full content/style split and created (by copying from others) its own style sheet. Eventually, I split all the main content sections (header, sidebar, body, css, rss) into separate files and used some basic php includes to stick it altogether. Even the xml in the rss feed was handcoded. I eventually moved over to wordpress so that I didn’t have to worry about handling all the code stuff every time I wanted to make a post :-)
I post this here as a visual reminder of what still needs to be done.