14
So I was complaining this morning that I couldnt’ find a suitable to-do list manager that was similar to Twitterific. The elements I required were:
- Small desktop footprint (one line per task)
- Customizable to my environment (colors, fonts, size, etc)
- Cross-platform
- Attached to a remote database for portability
- Simple add/edit/remove tools
- Task level highlighting (low/high priority)
- No chrome (ties to desktop cleanly)
Well, I have to say I’ve solved nearly all those elements by spending an hour using Adobe AIR. The integrated runtime is cross-platform, allows me to use simple html/css/js to achieve my goals, and can be tied into a database connection (basically, XHR).
Here are some screenshots of my effort: 


As you can see, I still have some more features to add (checking off completed items, drag/drop sorting, changing the list name), but I’m very happy that in just over an hour’s time, I’ve created a cross-platform list manager that helps me stay on task.
Update: Working on the mac now, I’ve updated the application to include minimize, resize, and close (as well as the handy ‘done’ link). Tasks marked as ‘done’ now have their color changed, but remain on the list.
Tomorrow, I’ll add the resorting and file saving features (not hard to implement with “air.FileStream()” or SQLLite).
Screenshots from the mac (now with transparency and rounded corner goodness):




Categories