Write the reason you're deleting this FAQ
I've been looking around the interwebs lately to find a website that is a kind of digital "to do" list management type website, but I haven't found anything that I've fallen in love with.
I don't need anything crazy, I just need it to work lol. If it sends a type of desktop push notification then that would most likely be the one for me, but I don't think I've found one just yet that does that 
Here's what I have so far...
todoist.com - This website seems right up my alley mainly because of it's simple and easy design. A lot of the features seem pretty sweet, but when I looked over the notifications section they only send email and push notifications via SMS. Their pricing is pretty good, but when I looked it over a bit more it seems that this platform is more team based and not for an individual user.
toodledo.com - Now this basically has all the same features as todoist.com but the backend looks a lot fancier, which I couldn't care less for. If it works well and does what I need, I don't care how fancy the backend is lol
But again, the notifications seem to only be email and SMS
Their website says that their system is free, but I'm sure that the basic account is the only free thing and you'd have to pay for the services that actually make it worth signing up for.
rememberthemilk.com - This "to do" reminder website seems a bit more up my alley because the first thing I checked for was what kind of notification system they have. It says they send out IM's but I'm not sure what kind of IM's they're sending out. If I have to download a simple desktop app where the icon launches a small pop up, I'm all in
But I'll have to go into a deeper overview of the service before I pull the trigger. As for their pricing, it seems that the free account does everything I need, as long as they send desktop push notifications to remind me of what I need done 
Do you guys and girls have any website or service that you could recommend?
Thanks 
SB
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='20684' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='20684' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=20684 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=20684
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='20684' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='20684' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=112626 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=112626
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=112670 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=112670
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=112700 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=112700
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=112707 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=112707
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=168680 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=168680
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='20684' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='20684' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='20684' AND status='1' AND (question like '%A good "To Do" list. website I write down?%' OR question like '%good%' OR question like '%"To%' OR question like '%Do"%' OR question like '%list.%' OR question like '%website%' OR question like '%write%' OR question like '%down?%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='20684' AND status='1'
AND (question like '%A good "To Do" list. website I write down?%' OR question like '%good%' OR question like '%"To%' OR question like '%Do"%' OR question like '%list.%' OR question like '%website%' OR question like '%write%' OR question like '%down?%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='632' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='9' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1364' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1364' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=20684%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=20684%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='212316.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='212316.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
| 0.106708 | 1 | SELECT * FROM members WHERE show_freelancer = 1 AND status = 1 AND total_recommendations > 0 AND (skills LIKE '%socialcover%') ORDER BY total_recommendations desc LIMIT 0,40 | 0.106708 | 0.106708 |
idealmike
So I was thinking up some app ideas for a reminder app. A diary app basically. But of course, most smartphones come with a built in diary today anyway. And there are already tons of reminder and diary/journal type apps on the appstore. Some of which can send you reminders, alerts in the same way. Some I think, can send an email or SMS to you as well things like that.
There's quite a lot on the Apple Appstore and I haven't really had the time to check some of them out. So thanks a lot for posting these cool reminder sites! All of which I see, have their own free iOS app as well which is cool.
A couple that have come up more than others in my quest and search for one when searching "best iphone calendar app 2016" is Fantastical 2. For best paid app at $4.99. And the Any.Do Cal which looks really nice for a free calendar / task manager app for best free app.
And I don't know if you know this but you probably do but I'll say it anyway. There is also the Google Calendar app which is free. It uses Reminders and lets you create goals and that. I've not even actually tried that one yet but if you check it out let me know what you think.
Cheers!
Mike. Great post Razzy! Man, I could really do with something like this! I've had a couple of ideas recently on this type of thing. Mainly, reminders of some sort about some up and coming event or something that I might need to do. And yes I know, it's called a "Diary" LOL. And I do use a Diary for making note of important up and coming dates and events and things I have to do and that. And to see whether I'm free on a certain day or not. But I don't always remember to write it or it's not always around or something. Plus it's just hassles sometimes lol. So I was thinking up some app ideas for a reminder app. A diary app basically. But of course, most smartphones come with a built in diary today anyway. And there are already tons of reminder and diary/journal type apps on the appstore. Some of which can send you reminders, alerts in the same way. Some I think, can send an email or SMS to you as well things like that. There's quite a lot on the Apple Appstore and I haven't really had the time to check some of them out. So thanks a lot for posting these cool reminder sites! All of which I see, have their own free iOS app as well which is cool. A couple that have come up more than others in my quest and search for one when searching "best iphone calendar app 2016" is [b]Fantastical 2[/b]. For best paid app at $4.99. And the [b]Any.Do Cal[/b] which looks really nice for a free calendar / task manager app for best free app. And I don't know if you know this but you probably do but I'll say it anyway. There is also the Google Calendar app which is free. It uses Reminders and lets you create goals and that. I've not even actually tried that one yet but if you check it out let me know what you think. :) Cheers! Mike.
Are you sure you want to delete this post?