This is a great idea, just needs some tweeking. I agree it would be nice to have the ability to name specific jobs. It also might be beneficial to be able to stop and restart the same job at a later time, adding to it if you work on multiple projects at the same time. Some skinning or color options would be great too. - Good start though, very usefull.
November 09, 2005 ·
version 1.0 Michelle
Great widget, as other have said it would be great to have a print option.
August 27, 2005 ·
version 1.0 puthupa
this is great - except for the times when it disappears and loses data. aside from that, very useful.
August 10, 2005 ·
version 1.0 punkboy
Awesome app. Extremely useful, great look!
March 09, 2005 ·
version 1.0 Vicki Brown
As Andrew Donaldson pointed out in 2003, the date is off by 1 (JavaScript's getMonth() returns the month number as 0 to 11).
This can be fixed by editing the "Job Logger.kon" file (Mac OS X users can Show Package Contents on the widget to find this file; Windoze users are left with an exercise to the studen).
after line 109, theHours = theDate.getHours();
add a new line as shown