What To Do Next - local web app
Lifehacker brings us a nugget from Davo, one of their avid readers, called What To Do Next. The idea behind the little application is extremely simple; it's written in javascript, and therefore will run on any platform. All it does is act as a front-end to a list of tasks that you would like to accomplish. Clicking on the button for one of the tasks starts a ten minute countdown timer (the time is configurable), after which an alarm sounds. The idea here is that ten minutes is short enough to feel approachable, so you may find that you can get started on a task that otherwise felt too large to tackle. Once the alarm goes off, if you're feeling like you're making good progress, just continue. But if you feel stuck or like you're spinning your wheels, the alarm is your escape - just choose a different task from your list and get to work. I really enjoy the idea behind this application, but don't need yet another task manager to maintain. But that's okay, since really all I need is a 10 minute countdown timer and the resolve to actually tackle some of the items on my ever-growing task list in Outlook. But downloading and installing What To Do Next takes mere seconds, and if you don't have a to-do list, or aren't particularly fond of the one you're using, this might be a nice alternative.
Note that the source file containing the actual list of tasks is well laid-out and easy to follow, but if you're averse to editing text configuration files, you might want to give this one a pass.












Comments
2
Subscribe to commentsPrashanthNov 26th 2006 1:42AM
I can see techie GTD freaks going crazy about this one.
PrashanthNov 26th 2006 1:42AM
I downloaded the program and tested it out.
Its a good concept but I feel some aspects of the design are needlessly complicated.
The text file for example: why have the user mess with the text file and possibly corrupt the data with bad formatting. Since the file is local why not have javascript write the form data to the file(could be the same page not even a separate page) like tiddlywiki's do.
Secondly use the javascript to load a page with the alarm, or change the z-index of the webpage so it pops up ahead.
But all enhancement suggestions aside; a definite applause for the idea and design...
Thank you.