Archive for July, 2005

Internal Tilde Expansion for Remind.

Wednesday, July 27th, 2005

I’ve hacked on Roaring Penguin’s Remind tool so that it now has what’s called tilde expansion under Linux in it’s reminders/configuration files.
I’ve been using remind for ages to remind me of birthdays, special events and more at the command line. I’ve got a vcftorem tool that I wrote somewhere for generating entries in remind syntax from vCards that I must dig out at some stage too.
Anyhow…
Tilde expansion is the mechanism where something like ~/.reminders_personal gets expanded out to include the home directory of the user in question; /home/kguest/.reminders_personal for example. This means your /etc/profile can have a line /usr/local/bin/remind -h ~/.reminders which is more efficient than setting up a seperate .bashrc for each user where the location of the .reminders file has to be spelt out in full.

Download and apply my patch if you like.

CSS Optimisation

Thursday, July 21st, 2005

CSS Optimisation:
Rather than go through my hand written notes etc I found
this ‘Efficient CSS with shorthand properties’ page on 456 Berea St.com
. It’s quite handy :)

Minimize Flickering CSS Background Images in IE6

Thursday, July 14th, 2005

IE6′s flickering of CSS backgrounds got mentioned on IRC today.
There’s more about it, including a solution on the FSS site.

Open Source Testing packages

Wednesday, July 13th, 2005

Looking around for test and bug tracking packages, I found http://opensourcetesting.org/ to be quite a treasure trove of useful comprehensive information.