Awesome.
Fabulous Photography
The website ain’t one of mine I’m afraid, but check it out anyway for the beautiful and sometimes award winning pictures.
Also on Facebook
One of the reasons I never get to write anything here anymore…
What with baby Tess, trying to move house and work, it’s scary how I simply never have the time to write anything here anymore, let alone anything that could possibly be useful to anybody else…
Still I spend most of my time at work building this:
So go on score your pint
Replace multiple spaces with Notepad++
The one programme I miss when I am at work, forced (not entirely unwillingly) to use an iMac with a screen the size of tombstone is Notepad++
I’ve been trying to process a text document with a search / replace, but the regular expression support seems a bit limited (see wiki)
To find two or more spaces I used the following expression:
([\s]+)([\s]+)




