Sign up

Widgets » dotoo: To-do lists

  • 1,855 downloads last 7 days
  • 191,677 total downloads
  • Rating: +122 (login to vote)
dotoo: To-do lists V1.1 Jul 15, 2006 10:50:04 PM

This little widget allows you to keep an eye on things that need to be done.

Changes in v1.1
- Nicer user interface
- Editing of existing lists and to-do's
- Some usability improvements (form focus, tooltips)

I'm still working on synchronization of your lists between multiple computers, so don't forget to keep an eye on widget too :smile:


Comments 70 posts

Log in at the top of the page to post a comment.

previous 61 - 70 of 70

Awesome widget! Great work! It replaces the use of Post-It Software Notes which i have been using for a long time.

Suggested enhancements (in no particular order):
1. Mapping addresses to Google Maps
2. Time and Alarm Functions for items in the list (A Must!)
3. Using Skype to call numbers on the list
4. Ability to provide Hyperlinks to webpages (Another Must!)
5. Opening mail client to send emails to email address in the list
6. Prioritization of tasks (Color coding, Flags, etc.) (Another Must!)
7. Shortcut keys to add list, item
8. Enable users to size the window for viewing all items of the list at the same time without the scroll bar.

Great work nonetheless!

By prady16, # Jul 25, 2006 9:36:19 PM

nice, really really nice :up:

By NoobSaibot, # Jul 21, 2006 11:24:16 PM

Very good! Feature requests, if you don't mind:

- Store position of big and small windows independently, otherwise small one is useful. Also, minimize/restore with doubleclick on title bar.
- Add up/down for task sorting.
- Maybe, add colouring of tasks or even lists?
- If text is broken into several lines, make sure the text is aligned to left without the checkbox, i.e. the div has text-indent: -X, where X is width of checkbox + width of the space.

By ilyabirman, # Jul 20, 2006 4:52:47 PM

Wonderful, exactly what I need.
Unfortunately, I have a wish, too.
Entering notes to the tasks would be perfect, if it isn't too much trouble.

By dafalias, # Jul 20, 2006 2:27:15 PM

Excellent. Keep all items in one list, or multiple lists for really busy people. I like the minimize to compact mode. Can that be made so that the maxized and minimized versions align right rather than align left? The natural place for the widget is to sit at the end of my page bar, looking like just a special tab.

By Pesala, # Jul 19, 2006 0:05:14 AM

Awesome widget, keep it up. Can't wait for new version. :smile:

By Ramunas, # Jul 18, 2006 9:34:14 PM

about synchronization between multiple computers, i hope it will still work offline.

By padule, # Jul 17, 2006 4:28:23 PM

It is possible to enter bad strings that will break the widget.
Your "safe" function which is supposed to remove HTML injections will only reduce the first instance of '&','<' and '>'. Later instances will be left untouched. As an example, enter for one of the to-do items the string: <><sub>asdasdf.

To fix this bug you can use this function:
function safe (str) {
str = str.replace(/&/g, '&amp;amp;');
str = str.replace(/</g, '&amp;lt;');
str = str.replace(/>/g, '&amp;gt;');
return str;
}

By Benjamin Joffe, # Jul 17, 2006 4:21:28 PM

Hi,
looks really nice. And yeahhh, a multiple computer synchronization would be quite perfect - that's what I have ever looked for :-)

cu.

By Schwenx, # Jul 17, 2006 3:49:26 PM

that's veryyy beautiful!
add priorities and it will be nearly perfect.
also, i would make tasks little smaller in height.

By padule, # Jul 17, 2006 10:03:41 AM

Copyright © 2001 - 2008 Opera Software. All rights reserved. About | Contact | Privacy | Disclaimer | Web analytics powered by HitsLink.HitsLink Logo