Photo album

Written at evening time • Tags: blogging, photos, software, web

I’ve been experimenting with Apache::Gallery to start an easy to manage photo album on my pages. The results are now in. Thanks to the template approach it was possible to have the album share the look and feel of my site.

In the process of creating the templates I have also converted my standard layout to a PHP library. I still need to polish it quite a bit, though, but at least now it is easy to change the general look in just a couple of spots for all pages.

The next task would be to rewrite the web log from scratch with a well planned URL scheme in mind. Passing CGI variables as parameters makes it difficult to share bookmarks to articles, and the current workaround is very delicate in its configuration. The support for topic and keyword search is also lacking.

Personal weblog installed

Written in the wee hours • Tags: blogging, software

I spent the whole evening modifying the settings and the code for this weblog installation. I can see learning of PHP in my future.

The original code for the weblog is Personal Weblog 0.9.4 by Mark Pulford. I haven’t done any major changes to the code, but I have changed the configuration a lot.