Archive for the ‘Web’ Category

WordPress upgrade

Friday, January 9th, 2009

I’ve finally had a chance to upgrade to WordPress 2.7. It’s relatively painless since I’ve switched to updating via Subversion. The only problem I hit was with text widgets. I was seeing an error along the lines of “Warning: array_keys() [function.array-keys]: The first argument should be an array in wp-includes/widgets.php on line 1044” which, if you Google it, currently appears at the top of a whole host of other people’s blogs. Deleting all (three) of my text widgets and recreating them seemed to fix the problem. It’s good to see that threaded comments have finally made it in to the base product. I’ve previously experimented with a couple of plugins but never turned them live for users as I’ve never been entirely happy with the way they’ve been implemented. (As a consequence though you’ll see that some historical posts already have threaded responses from me.) I have to say that, right now I’m not a big fan of the revamped admin pages but that may be just lack of familiarity…

Rails update

Saturday, November 15th, 2008

It’s that time of year where I get my online orienteering system out of mothballs ready for the next JOK Chasing Sprint. My first task was to update the application to the latest Rails 2.1.2 which proved to be harder than I had anticipated. I’m used to working with enterprise software where it’s a given that you can’t break users’ existing applications.

(more…)

Day off

Tuesday, October 28th, 2008

682I had an enforced day off work when the nursery refused to let Emma in with a bout of conjunctivitis (although interestingly the information we got from the nurse included guidance from the Health Protection Agency that eye infections were not a reason to exclude a child from school or childcare). Emma and I made the most of the opportunity (and sun) and headed over to Manor Farm Country Park for much of the day.
(more…)

Thursday @ WSTC

Thursday, May 8th, 2008

Went along to see my UK colleague Andy Piper‘s presentation on "Using Social Software to Improve Your Effectiveness at Work". Andy’s an engaging speaker and his presentation was well thought out and put together. As a result I signed up for a twitter account but we’ll have to wait and see whether it gets much use let alone improving my effectiveness at work. It did also prompt me to revisit an internal file sharing tool which, having previously not realised that access could be restricted, I had discarded as much of the material I want to share is of a confidential nature.

(more…)

OpenID support

Wednesday, February 13th, 2008

The observant visitor to this site may already have noticed the addition of OpenID support for logon and commenting on this site. This is easy to achieve with the WP-OpenID plugin. For now I have enabled the option to auto-approve comments submitted with an OpenID. I know having an OpenID doesn’t necessarily make you a good person but, at least for now, its more effort than your average spammer is prepared to go to.
(more…)

Immersive slideshows

Thursday, February 7th, 2008

If you spend a lot of time looking at large numbers of photos on the web then take a look at the PicLens browser plugins. It builds a 3D wall of photos from a page and allows you to zoom around them and view each one full screen. In my case, particularly useful for browsing photos on Flickr.

Upgrade weekend

Sunday, January 13th, 2008

Finally had a chance to put in place a whole upgrades on this site. First up was WordPress 2.3.2. I then needed to upgrade Gallery2 for the latest version of the WPG2 so that’s now at 2.2.3. The WPG2 plugin now acts a lot more like I’d expect a plugin should. Two minor niggles. Firstly, it adds its own page which appears with all the others on the right. You can rename it but I’d rather like to get rid of it completely! Secondly, it doesn’t work with Gallery URL rewrites. Need to investigate that further but it is mitigated to a certain extent by enabling Lightbox support so you won’t usually get to the image page from a blog post anyway.
(more…)

Ruby and Zero

Sunday, October 7th, 2007

Out of the box, Project Zero supports PHP and Groovy as scripting languages but, as this developerWorks article demonstrates, extending Zero to support other languages is pretty trivial. In this instance, they show how adding support for Ruby (specifically JRuby) can be achieved with one simple class. Now Rails developers have no excuse not to take a look at Zero!