Bah!

Apr 07 2012 Published by under News

So there I was, trying to be a good Internet citizen. I updated my web server to use the latest version of Linux and… Boom! It would display the first post and then just peter out.

Unfortunately I don’t have the time or patience right now to track down exactly what the problem is — presumably something to do with PHP — so here you go: a new theme. It’s one of the ones I considered before I switched last time. A bit more minimal, more monochrome than last time. I like the minimal, and the lack of colour makes the pictures pop a bit more so it’s not all bad.

I just hadn’t planned on switching just yet…

Comments Off

My delicious.com bookmarks for June 3rd through June 11th

Jun 11 2009 Published by under Links

Comments Off

Welcome back

Dec 05 2008 Published by under News

You may have noticed that ZX81.org.uk has been offline for at least twenty-fours hours. I don’t know exactly how long, but I first noticed about this time yesterday.

At the moment I have no idea what happened. The company hosting the site have not been terribly forthcoming — no response to the support tickets I raised, no public announcement of the down time — which in a sense is even more disappointing that the downtime. No system is 100% reliable, but you should at least communicate with those most affected.

I am considering whether to move to a different provider (recommendations encouraged), but in the meantime I am hoping that things have returned to normal.

Comments Off

My del.icio.us bookmarks for July 15th through July 16th

Jul 16 2008 Published by under Links

  • Ars Book Review: "Patent Failure" – Interesting book review about the effect of patents on an industry. Apparently cost more money than they make in anything but chemical and pharmaceuticals.
  • Lucky to be a Programmer – I don't program as much as I used to but this explains why I love to when I get the chance.
  • WordPress 2.6 – Usual drill. I've upgraded to the latest version of WordPress, the underlying software of ZX81.org.uk. If you see anything wrong please let me know!
  • 20 Amazing Facts About  Voting in the USA – Still in any doubt that computerised voting machines are a bad idea for free and fair elections?

Comments Off

My del.icio.us bookmarks for April 25th through April 30th

Apr 30 2008 Published by under Links

  • An elephant never forgets? George W. Bush's lost e-mails – "The administration has chafed at external oversight and shown a tendency to come up with dubious legal justifications for ignoring laws it doesn't agree with." Just what is Mr Bush trying to hide?
  • WordPress 2.5.1 – I just upgraded to the newest version of WordPress. Looks good as far as I can see but let me know if you spot anything untoward.
  • Madonna, Hard Candy – "It's about grooves rather than memorable songs, and Madonna just doesn't make for a convincing soul diva [as she] sings them with the emotional engagement of a sat-nav suggesting a right turn onto the A23."

Comments Off

My del.icio.us bookmarks for March 27th through April 1st

Apr 01 2008 Published by under Links

  • Spam blights e-mail 15 years on – The thing that I'll never understand is that some people must read spam otherwise it wouldn't be a profitable business. Why?! My domain received over 40000 spam messages last month, none of which I've read so please stop sending them!
  • WordPress 2.5 – I just upgraded to the latest version of WordPress. I don't think I've managed to break anything but please do let me know if you know differently.
  • Adobe Photoshop Express Now Live – A neat, on-line mini-Photoshop is now available in beta at least. Clearly some way short even of Elements but it's probably sophisticated enough for a lot of people.

Comments Off

Welcome to 2008

Dec 31 2007 Published by under News

And welcome to the new look ZX81.org.uk! This time I decided to go “back to basics” with a relatively simple, low-graphics theme. Having said that, it’s not quite as basic as things were back in late 1999 when the site first went live1. It’s less fussy than the old version and should load more quickly for those people not yet on broadband.

The boring details are: I’m using a slightly modified version of Dagon Design’s NightSky theme for WordPress. Other than a fairly extensive set of plugins, changes were to bring the theme in line for tags and to allow a daringfireball-style “linked list” rather than the rather more static del.ic.io.us list I had previously.

In theory I’m not missing anything that was present before but, as with any significant change, there is a chance that I missed something. Please let me know if you spot anything odd.

  1. The Wayback machine only has an entry from August 2000, but the domain was first registered in November 1999 and a minimal placeholder was put up almost immediately. []

Comments Off

Photopress/Lightbox Patch

Jan 07 2007 Published by under Software

Ever since I moved over to using the WordPress content management system to host this website I have been using a relatively small number of plugins. One of my most used is Photopress which you can see in use almost everywhere you see a picture.

However, late last year I realised how much one, small part of the functionality irritated me. You could either view a full size picture in a page on its own, but I’d never managed to create a template that worked well for both portrait and landscape images. Or you could have each image pop up in another window. I wasn’t keen on that either.

I eventually decided to “scratch an itch” and implement option number three. I’d found and liked the “zoom” effect provided by the Lightbox JavaScript library, and so decided to use that.

I did offer the patch to the author of Photopress, but I have heard nothing from him so find my changes here.

You’ll need to follow the following few steps to do the same with your own site:

  1. Disable the Photopress plugin if you already have it installed
  2. Download the Lightbox Javascript library and install it on your webserver. I put it in wp-content/lightbox1. Remember where you put it as you’ll need it again in a couple of steps
  3. Download and install the plugin. If you don’t have Photopress, try this full version. If you already have Photopress 0.9.5, you can download either the only file that’s changed or this patch file
  4. Activate the plugin
  5. Go to the Photopress Options screen. Look at the bottom of the screen. Here you can enable/disable the Lightbox effect and point Photopress to the Lightbox Javascript routines
  6. Also make sure that you have switched off the “Link to Album” feature2
  7. You’re done

Please let me know how you get on. Hope you like it!

  1. You’ll need to keep the same directory structure as in the LightBox ZIP file. For example, you should see three directories “css”, “images”
    and “js” Inside the “lightbox” directory on the webserver. []
  2. Thanks to Roman Seibel for figuring this out. []

4 responses so far