Manage your Personal To-Do List in AJAX-Style using myTinyTodo
Posted on August 25, 2009, Filled under JavaScript, PHP,
Bookmark it
My Tiny Todolist is a really cool, simple and easy to use AJAX-based task management script written in PHP5 and JQuery UI by developer Max Pozdeev. Uses either MySQL Database or SQLite for storing the data.
Features include:
- Task notes
- Tags (and tag cloud)
- Priority (-1, 0, +1, +2)
- Sort tasks by priority, due date; also the tasks order can be sorted using “drag-and-drop”
- Search
- Password Protection
- Requirements: PHP 5.2.0+
- Source: http://www.pozdeev.com/mytinytodo/
- Demo: http://www.pozdeev.com/mytinytodo/demo/
- Download: http://www.pozdeev.com/mytinytodo/dlcount.php?f=mytinytodo.zip
- License: GNU GPL License

