buy my book!

new irish plans (a construction industry thing)

We’ve just released newirishplans.com, a site for finding commencement notices. This is extremely useful for people in the construction industry, as I’ll explain.

Companies that work in construction need to be constantly on the lookout for new projects that are starting up. If you find a project just before it starts, you can call up and [...]

what’s up!

Short run-down of what I’m doing lately: nothing.

Less short: I’m trying to get work out the door, get a good run at some personal projects, pass grade 2 piano, get organised, and generally improve my lot.

None of this is working. I think the “get organised” bit is the most important, as it will help the [...]

double-click deterrent

You know how annoying people are when they double-click on links on the Internet?

Here’s the cure – an alert on every link on your site which pops up when someone double-clicks. Needs jQuery.

$(document).ready(function(){
$(‘a’).bind(“dblclick”,function(e){
alert(‘WHAT THE HELL????\n\nNo double-clicking on the Internet!’);
});
[...]