Rob Young

Twitter Flickr Last.fm LinkedIn LinkedIn
Guess what it is!Moth EggsBehe-mothSummer BarbecueRed Wine MeniscusWest Coast SunsetMay BugA Burst Of WhiteGreen & PinkIrisColours

Stop Maven Complaining about javax/jms/jms/1.1/jms-1.1.jar; cannot read zip file

without comments

My build was breaking due to Maven complaining about not being able to read jms-1.1.jar, as if it was corrupt after having been downloaded.

Deleting it from my local repository and letting it re-download fixed it a couple of times, but for what it’s worth I eventually stopped it from behaving like this by changing my log4j dependency from version 1.2.15 to 1.2.14.

Read the rest of this entry »

Written by Rob

February 25th, 2010 at 8:40 pm

Posted in Programming,Tutorials

Tagged with ,

Update Your Tomtom’s Map Without Losing Your Favourites

without comments

I have surprised in the past to find that all my favourites have been erased after updating a map with the TomTom Home application.

This was extremely frustrating, so to make sure it doesn’t happen to you here’s what you should do :)

Read the rest of this entry »

Written by Rob

September 12th, 2009 at 7:23 pm

Posted in Tutorials

Tagged with

Arctic Photography

without comments

The Scott Polar Research Institude at Cambridge University has just published a website with some awesome photography from Robert Scott and other arctic explorers.

Check it out at http://www.freezeframe.ac.uk/gallery/gallery

Written by Rob

March 4th, 2009 at 12:00 pm

Posted in Tutorials

Tagged with

Quickly Disable Windows Vista’s User Account Control

without comments

If Vista’s incessant UAC dialogs begin to annoy you they can be quickly nuked by doing the following…
Read the rest of this entry »

Written by Rob

December 18th, 2008 at 11:25 pm

Posted in Tutorials

Tagged with ,

Keep Your Private Files Private in OSX

without comments

There are bound to be files on your computer you’d rather keep private such as files for work, financial information or simply things you shouldn’t have in the first place.

If you’re new to OSX and want to guard certain information against being seen in the eventuality of theft or otherwise, this short guide may help.

Read the rest of this entry »

Written by Rob

December 17th, 2008 at 10:27 pm

Posted in Tutorials

Tagged with , , ,

Fix Redeployment of Webapps to Tomcat in Windows

without comments

I came across an annoying bug today where I was able to deploy a webapp to Tomcat once, but subsequent redeployments resulted in an exception when attempting to write to the server.
Read the rest of this entry »

Written by Rob

December 16th, 2008 at 10:10 pm

Posted in Programming,Tutorials

Tagged with , , ,

Use Your 3 Mobile’s Unlimited Internet With Your Mac

without comments

If your internet connection suddenly bombs out and you need to get something important done, this might help you out.
Read the rest of this entry »

Written by Rob

December 13th, 2008 at 12:26 pm

Posted in Tutorials

Tagged with , ,

Use Widgets with Depo Clean

without comments

In my search for a version of the Depo Clean WordPress theme with widgets, I found that a guy called Adam Freetly has taken the time to make one.

Visit his blog and grab it here.

Written by Rob

October 22nd, 2008 at 8:46 pm

Posted in Tutorials

Tagged with ,

Fix Your Broken flickrRSS WordPress Plugin

with 3 comments

A few days ago I noticed my flickrRSS WordPress plugin had inexplicably stopped working, and was not loading any of my images. Is your problem the same as mine? I’m running WordPress 2.6.2 and flickrRSS Version 4. Here’s how I fixed it…
Read the rest of this entry »

Written by Rob

October 22nd, 2008 at 8:19 pm

Posted in Programming,Tutorials

Tagged with ,

Posting flickr Images to phpBB3 using HTML and Custom BBCode

without comments

Due to the fact that phpBB3 doesn’t let you post html, posting images from flickr on phpBB3 looks like a bit of a hash-up involving [IMG] and [URL] tags. I searched for ages for a Custom BBCode that allowed you to post the HTML provided by flickr on the “All Sizes” page in a custom tag, but found nothing. Thankfully, one of my friends knocked one together – so here’s how to use flickr’s HTML in a custom phpBB3 BBCode tag and get nice output. Read the rest of this entry »

Written by Rob

October 9th, 2008 at 2:37 am

Posted in Programming,Tutorials

Tagged with , ,