GTD Two Minutes Timer for Free on any platform

Today a friend of mine mentioned that you can find on David Allen’s web site a GTD utilty called “Two Minutes Timer”. As it name states it’s a two minutes timer, that will make a sound when the time ends and flashes “What is your next action?”. If you aren’t famililar with the GTD methodology – the 2 minute timer is intended to facilitate the 2 minute rule, which states that:

“If the Next Action can be done in 2 minutes or less, do it when you first pick the item up. Even if that item is not a “high priority”, because it takes longer to store and track any item than to deal with it the first time its in your head.”(p. 131, “Getting Things Done”)

While the GTD methology is a great thing, paying 10$ for a utility that I can write in half an hour seemed to be as too much. Making a quick google search for gtd + “two minutes timer” reveled to me that I wasn’t the only one who thought like that. 20 minutes later I’ve compiled a list replacement timers for PC, Mac, Google Widgets, Yahoo Widgets and more…

Continue reading

Make your blog printer friendly!

On November I saw on digg a link to Dave Child‘s mod_rewrite cheat sheet. While visiting his blog I found out a comprehnsive collection of cheat sheet and a blog post about making printer friendly pages using CSS. I was amazed to find out that CSS allows authors to create media-specific styles for a single document. This with the display:none CSS declaration made things easy to implement a printer friendly version of your blog (or website, of course).

I searched the web for a generic printer friendly CSS for WordPress or something similar, but found nothing. I did find some helpful resources like:

  1. Codex: Styling for Print – explanations, samples and links
  2. Aleeya.Net: CSS Printer Friendly for WordPress – a sample CSS (didn’t work on Cutline theme) an some tips on how to make your own CSS.
  3. A List Apart: Going to Print – article by A List Apart on how to make a CSS for printer-friendly page version.

After reading this , I understood that there’re no shortcuts – I will have to make a CSS suitable for my theme by myself. I decided to make a printer-friendly CSS for the Cutline Theme (see it working on Opher Brayer’s Blog). Although I’m not a CSS expert it wasn’t that hard, and didn’t took more than 1 hour.

The process of making the new CSS are as following:

Continue reading