Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

EXIFutils to the rescue

Bette teaches kindergarten. She takes pictures, and as the computer consultant, I have to upload them to the Walgreens website. So I use iTag to review them and add the IPTC keyword tag “printme” to the ones she wants printed. How to convert to Walgreens?

It’s not pretty. I use the wonderful EXIFUtils to extract [...]


KeePass Merge

I use KeePass to track hundreds of passwords, securely.

I also use Replicator to synchronize the files between my USB flash drive, home and work PCs. Sometimes it gets confused, mostly when I make changes at both ends. Replicator realizes this and stops. It creates a copy of the file, renames it password~1.kdb and [...]


clip.exe

I wrote a utility called clip many years ago — you pipe output from a DOS program into it and it puts it on the clipboard. Then you can paste it somewhere.

e.g. dir > clip

I found a link to Copy Command Line Output to Windows Clipboard Directly. Turns out Microsoft had the [...]