19 Nov 2012
This is quite a handy tip I picked up this week when I had a Windows batch file which I needed to run with administrator privileges.
Of course, you can find the file, right click it, select Run as Administrator and do it that way, but if you need to run this file more than a few times, that soon gets to be a pain in the neck.
More …
11 Nov 2012
I currently find myself in the middle of redesigning this site, as I want to move away from the generic WordPress theme to something a little more individual. That my new design should be responsive was a no-brainer, but this time round I decided to try something new (for me, at least) and that was to design for mobile first.
More …
26 Oct 2012
I’m a big fan of Lokesh Dhakar’s Lightbox script, which is an elegant and easy to use method of displaying images against a darkened background on a web page. I’ve used this script quite heavily in the past, so I was somewhat alarmed when reviewing some of my old projects, to observe that it was broken in Internet Explorer 9.
More …
13 Oct 2012
Imagine you have a page of text and you want each occurrence of a certain word to display a tooltip whenever a visitor hovers over it with their mouse. What’s the best way to go about implementing this? Well, you could edit your HTML by hand and add the appropriate tags to every single occurrence of the term. Or, you could just specify your term once and then let jQuery do the work for you.
More …
04 Oct 2012
In an effort to stay abreast of developments on the World Wide Web, I subscribe to the CodeProject’s excellent newsletter: The Daily Insider. Now, when I open this newsletter in my browser, I’m presented with a whole bunch of links (usually 12) that I want to open. It was getting a bit bothersome to open all of these manually, so I decided to write a userscript to do it for me.
More …
11 Sep 2012
Here’s how to use the HTML5 <canvas>
element in conjunction with Lokesh Dhakar’s excellent Lightbox2 script, to dynamically highlight a part of a static image, in this case individual offices on a company’s floor plan.
More …
03 Sep 2012
This post demonstrates how to customize the gallery preview on the front page of your WordPress blog and have it display a random image from the gallery every time the page is loaded.
More …
17 Aug 2012
Recently, when moving mail from the uni’s mail server to Thunderbird’s Local Folders, a whole bunch of messages got corrupted. As you can see from the screenshot, the corrupted messages don’t have a subject, “from” is just a minus sign and the date is always the same.
More …
15 Aug 2012
The good news is that to burn files (pictures, mp3s, Word documents etc.) onto a CD or DVD in Windows 7 doesn’t require any extra software. Here’s how to do it.
More …
10 Aug 2012
I have a Panasonic HDC-SD800 high definition video camera and I wanted to embed a couple of short film clips on a private website of mine, which runs on the latest version of WordPress (3.4.1 at time of writing).
I also wanted to embed these videos using HTML5 for those browsers which support it, and have a Flash fall-back for those which don’t.
More …