Related module: Gadget of the Day
Comments
I like the simplicity of this ToDo list. Where does it save tasks, though? Meaning, will it save data to be accessed on any computer, or only on the computer the tasks are entered?
– Rory 31 months ago
Maybe this one saves data on Google's servers? As it's official...
– Philipp Lenssen 31 months ago
Yes, it does. I've tested it and you can view your ToDos from any computer when you're signe din to your Personalized Homepage. Simple and clean. Two thumbs up!
Would love to see a Due Date added for tasks required to be completed by a certain date. Otherwise, it's a great little module.
Rory
Would love to see a Due Date added for tasks required to be completed by a certain date. Otherwise, it's a great little module.
Rory
– Rory 31 months ago
Why can't I get this to work? I click "add" but nothing happens.
– Tony 31 months ago
Re: Tony's comment above.
Same thing here. I emailed the developer but haven't heard back.
Same thing here. I emailed the developer but haven't heard back.
– marc 31 months ago
still haven't heard back, but I have found it works fine in Firefox but not in IE. Not sure why, but at least that's a clue. Something to do with Javascript, I'd guess. Anybody with more knowledge than me know why?
– marc 31 months ago
final note...I heard back from Sophia, and for now, it works only in the newest version of IE and Firefox. I was using IE 6 and that doesn't work, but apparently IE 7 does. So the solution is upgrade your browser or wait and see if it gets fixed.
– marc 31 months ago
If you are a signed in user, you can see your todos from anywhere. I'm working on fixing this on older browsers, but if you want it to work right now I highly recommend downloading firefox 1.5.
– Sophia B. 31 months ago
A very handy widget. I tried writing a todo widget myself but it was beyond my javascript abilities. It may be difficult to get this to work in old versions of IE since it seems to dynamically create table elements via javascript. I know I've had trouble getting IE to do that (if they're divs it shouldn't be a problem). But it also doesn't seem to work in Safari/Konqueror which has no problems with dynamic table elements. They don't seem to be registering the onClick from the "Add" button although I no idea why.
– kyle 30 months ago
Hi, I'm the developer for this module. I rewrote the module to work in both IE and firefox. Thanks for everyone's patience!
– Sophia B. 30 months ago
Hey. After using the module a couple of days in FF1.5, it stopped responding to me trying to add stuff. I can still change and delete things, but not delete. Anyone else has this problem?
– Tue A. 30 months ago
You can't add stuff because you have reached your limit of "1000" characters of memory.
This applies to the other module (Sticky.xml) too:
www.googlemodules.com/module/537/
This applies to the other module (Sticky.xml) too:
www.googlemodules.com/module/537/
– Seige 30 months ago
Since it stopped working correctly, I have deleted over half the lines, and I still can't add new stuff. So it can't really be that....
– Tue A. 30 months ago
By checking the source of my homepage, I can see that deleted items are still saved for some reason. That would explain it. How can I delete items permanently?
– Tue A. 30 months ago
Add Safari to the list of browsers that this doesn't work in. A shame, it's the best to-do list module for google.
– Skip 28 months ago
I love the to do module. But is there any limit on the items that can be added. I see the items gets added but when the page is refreshed the newly added items are gone. I'm using firefox 1.5.0.4
– Bipin 28 months ago
Is there any documentation for this module? I've had a few usability problems:
1) If there are any long items, the delete "x"'s aren't displayed, so determining how to delete items is frustrating.
2) There are several focus problems that make operation clunky:
a) when editing an item, you need to hit enter before doing anything else
b) when editing a priority, you need to change it before doing anything else
3) There is no obvious way to get help.
1) If there are any long items, the delete "x"'s aren't displayed, so determining how to delete items is frustrating.
2) There are several focus problems that make operation clunky:
a) when editing an item, you need to hit enter before doing anything else
b) when editing a priority, you need to change it before doing anything else
3) There is no obvious way to get help.
– Curt Cox 27 months ago
Thanks Sophia, it's a very handy tool! I like the color features, i can see important things stand out from thelist.
I have a few little request,
#1. To have this todo list synchronize with the google toolbar todo list?
#2. Have the option to (show/not show) completed tasks?
I have a few little request,
#1. To have this todo list synchronize with the google toolbar todo list?
#2. Have the option to (show/not show) completed tasks?
– Carson 27 months ago
This is a pretty good module Sophia but one thing I would change, and that is the color of the priority of the task. Pink doesn't work well in my opinion. Perhaps something like yellow for low, orange for med, and red for high? Also, this module and your sticky notes module don't work with the hotmodules module for some reason, googlemodules.com/module/439/ Could you check this? Thanks. ;)
– Steven 26 months ago
Hi, is there a HTML version of this module? doesn't have save data on a server, either.
– optimize 26 months ago
This is great. I use it all the time. Is there any way to download the contents to my computer? Or email it? I'd like to do it for backup and so I can print it or put it on my pda.
– Jack 26 months ago
Hi,
Interesting module, easy and convenient, etc.
But it works strangly on my computer... sometimes it doesn't take care of my todo label modifications, sometimes doesn't let me create more than 16 items... any idea ?
Interesting module, easy and convenient, etc.
But it works strangly on my computer... sometimes it doesn't take care of my todo label modifications, sometimes doesn't let me create more than 16 items... any idea ?
– David 25 months ago
I like the simplicity too but it's a little too simple on my machines. Like Curt above, I have no "x"s allowing me to delete my items.
It's horrible because my list keeps growing! I've had nightmares like this :-(
It's horrible because my list keeps growing! I've had nightmares like this :-(
– Ryan 24 months ago
I've studied this code because I am going to use a similar way to update a database with my website, and noticed the isEnter function returns an error. I have found a fix for it, as far as I know in FF and IE:
function isEnter(e) {
var characterCode;
if (!e) e = window.event;
if(e.which) {
characterCode = e.which
} else {
characterCode = e.keyCode
}
if(characterCode == 13)
return true;
return false
}
function isEnter(e) {
var characterCode;
if (!e) e = window.event;
if(e.which) {
characterCode = e.which
} else {
characterCode = e.keyCode
}
if(characterCode == 13)
return true;
return false
}
– Kenny 23 months ago
Scratch the last fix, I tested it again and now it seems to not work.
– Kenny 23 months ago
Me again, heh.
The code does work, I had actually messed with the input field that stopped it from working,
The code does work, I had actually messed with the input field that stopped it from working,
– Kenny 23 months ago
I want to delete things off my google search history and i just wanna know, can you help me do it?
– chris today 23 months ago
Whenever I click "add", nothing changes.
– Laura 22 months ago
Where is the data stored?
– mayur 17 months ago
Where is the data stored?
– mayur 17 months ago
Ik weet het niet.
– tmr 17 months ago
I have visited your site 556-times
– Visitor302 16 months ago
I could not find this site in the Search Engines index
– Visitor035 16 months ago
NJkQp2 doors2.txt;6;6
– WMizdVXoy 6 months ago
Can it be sync with thunderbird, and also as a widget of Google Desktop? So I have not need to open the browser to add or view the task.
– Steven 1 month ago





