Hi, I am trying to develop a small productivity application based on (http://lifehacker.com/software/motivation/jerry-seinfelds-productivity-secret-281626.php) Basically you mark days on calendar for a task every day and try not to break the mark chain.
#1: To do that, i started with a monthly calendar widget. what i want to do is capture clicks to mark days on the calendar. i can do a calculation based on the position of the stack of the widget and click's position but is there a better way to do it? #2: at some point i will need to serialize tasks and dates. i am thinking to go with a yaml file, but does shoes provide a better way for persistance? starting code is at http://gist.github.com/8169. it would be great if you have any tips for conventions.
