Images of Broken Light

Welcome to the real world

Entries from May 2006

Best Man’s Speech drops out of google and others

May 23rd, 2006 · 1 Comment

Alas, it seems that my Best Man’s Speech has fallen out of Google. For a time I was in the top ten hits when searching for “best mans speech” in google.
I have also started a new job in west London, working for a charity called St Dunstans as an assistant database administrator. I hope to [...]

[Read more →]

Tags: General

Reminder

May 16th, 2006 · 2 Comments

This is a reminder to myself to look at http://mind.sourceforge.net/
0
Related PostsHow to save money

[Read more →]

Tags: General

How to clean directories in Windows using Visual Basic Script

May 15th, 2006 · No Comments

Copy the text below into notepad and save as cleanfiles.vbs
You can then run the job with parameters, or as a schedule in windows Task Manager. It will remove files according to the specification fed on the command line. For instance use
wscript cleanfiles.vbs c:\temp 0
to clear out the temp directory on the c: drive. Change the [...]

[Read more →]

Tags: General