About this domain

If you're new here, you may want to subscribe to my RSS feed or you can register for email updates. Thanks for visiting!

ZX81.org.uk is now on its third major version. The first iteration — HTML files edited in a text editor — didn’t last very long as it was a deliberate stop-gap measure while I prepared the second.

Version two was very long lived, lasting from around 2000 to 2006. In this iteration I had one text file for each page on the site. Every file was in the form of a Perl variable with a specific name, such as:

$title = "About this domain";

I then used a Perl script to generate the real HTML, automatically generating breadcrumbs and other visual niceties that were impossible to reliably maintain with a more manual system. The text files were stored in the same hierarchy as the website and a Makefile built the whole site locally. I’d then use my mirror program to upload the updated files to my ISP’s webserver.

It was a fine system in many ways. The two main problems were that I had to use my Linux box to make any updates, which was a pain as my Macs have been getting more and more use of late. Also, if I was away from home there was no way that I could add a new entry. Secondly, there was no simple way of making the site more interactive. Websites these days are pretty much expected to have the ability to interact with their readers.

After a lot of thinking I decided to move over to a proper “blogging” system. The move took several months as, while the new look was negotiable, I didn’t want to change any URLs unless I had to and all the old content needed to be imported. My ad hoc content management system helped here but was not 100% automated.

On a technical level it uses the Wordpress content management (blogging) system hosted on Adept Hosting’s shared servers. I used the “Freshy” theme by Julien De Luca with a number of minor customisations. The most obvious, perhaps, is the image below the title bar. This is a montage of a few pictures I took, stitched together and resized to fit in Photoshop Elements 4.

In order to mimic the “old” ZX81 as much as possible, I changed the theme default of “show everything” on the main page to only show excerpts. I enhanced this further when I found out how much of a pain it was to use when viewing very short articles. Now it shows the full article if there are less than one hundred words and the excerpt otherwise.

I added a small number of plugins, mainly to make my life easier. The main visible ones are “WordCount” by Anders Holte Nielsen, “Subscribe me” by Denis de Bernardy and Isaac Wedin’s “Photopress.”

Related posts