Accessible infographics

It all started when I saw this tweet:

It was almost 23:30 and I was tired (I know! That’s what being a parent does to you) but I had to be up because Orion, our 5 month old son, was demanding milk and I’m afraid you just can’t reason with him when he gets like that. So, bottle in one hand, smart phone in the other, I followed Dominik’s link to see what was so great about this infographic.

Continue reading “Accessible infographics”

Post to Twitter Post to Facebook

Logging time using Microsoft Notepad

I have come across a useful trick today with Microsoft Notepad. It seems that this most basic of editors can help you maintain a basic time log; for example, you could use it to track the time you spend on different activities during the day.

To use this feature, simply open a new instance of Notepad, and type .LOG onto the first line (the leading dot and capital letters are essential).
Windows Notepad, with ".LOG" entered on the first line

Save this somewhere you can find it again (I chose LOG.txt on the Desktop) and close the window.

Next time you open the file, Notepad will automatically add a newline with the current date and time.
Notepad showing a new line with the current date and time

Now add any notes underneath this to explain what you have been doing or are about to start, save and exit.

Repeat this as often as you like to build up an activity log.

Of course, there are many more sophisticated pieces of software out there to manage your time, but this is still a handy little feature from an often overlooked little program.

I have also tested this in a couple of other editors. TextPad (on Windows) offers the same feature. Gedit (Linux/GNOME) and Vim (Linux/terminal) do not. If you have tested this in any other editors, please let me know in the comments.

Post to Twitter Post to Facebook