Create New Task    Clear All Tasks









Creative Commons License
TaskMeAgain by Andrew Burke is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.


Welcome to TaskMeAgain!

What is this thing?

TaskMeAgain is a very simple web-based *recurring* task manager. There are tons of great tools out there for managing a list of one-time tasks, but tasks that occur on a weekly or monthly basis are usually handled a little awkwardly by making the task re-appear after it's been completed or creating several individual tasks with different weeks or months for a due date. TaskMeAgain attempts to solve this problem differently by allowing you to view the timeline and where your tasks fit in it.

Where does TaskMeAgain store my data?

All of your task data is stored using your browser's cookies (TODO: link). That means that your task data is never transmitted to our servers or stored anywhere but locally in your browser's storage. It also means that each browser you use on each computer you use has a separate list of tasks that are not shared.

Why did you decide to use cookies instead of on a server?

Several reasons.
1) It's simple and doesn't require a user to sign in, create an account, blah blah blah.
2) It means that your data is yours alone.
3) It's easier to implement :). That being said, if there's enough demand for online storage of tasks, I'll be more than happy to start working on that. To suggest it, click on the "feedback" link on the left side of the page.

Is TaskMeAgain free?

Yes. If there's significant demand, I may consider a "premium" version later, but there will always be a free version of taskmeagain.

Can you add feature X?

Maybe. Suggest your feature using the "feedback" link on the left side of the page and let your voice be heard!

What technologies does TaskMeAgain use?

TaskMeAgain is written in HTML and Javascript with extensive use of JQuery and several open source libraries (TODO: list libraries)

I love TaskMeAgain! How can I help

Tell your friends, like us, blog us, +1 us, whatever floats your boat. We have some buttons provided for convenience at the bottom of the page. Most importantly, use the site and tell us what works and what doesn't so we can make it better!

v0.10
- Started converting over to JQuery UI dialog - Fixed a rendering bug in IE v0.9
- Some clean up of help and FAQ pages v0.8
- Moved new user help above date bar - Reduced opacity on menu bar to improve visibility of main interface - Fixed spacing issues in footer v0.7
- Fixed an issue w/ greying out of weekday checkboxes
v0.6
- Prevent blank tasks from being saved
v0.5
- Fixed some layout bugs
- Add confirmation to "Clear All Tasks"
v0.4
- Fixed bugs in the modify task dialog
- Added FAQ page
v0.3
- Added user voice and license information
v0.2
- Added error page informing the user that cookies are disabled
- Re-arranged and adjusted new task dialog to make it more readable
v0.1
- initial launch
TaskMeAgain v0.3

TaskMeAgain was created by Andrew Burke as a way of keeping tracking of the seemingly dizzying number of daily, weekly and monthly tasks that we all have to remember. I'm a big fan of software that does what it supposed to do simply and intuitively, and I hope TaskMeAgain fits the bill. I'm always looking for feedback and ways to improve the site, so please feel free to submit your feedback using the "feedback" box on the left hand side of the page.

Enjoy!

TaskMeAgain was built using the following libraries:
jquery, jqueryui, jquery.cookie, colorbox, date.js