ToDoh – Create Ajax Online To Do List

ToDoh – Create Ajax Online To Do List

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
986 views

TohDoh is YET ANOTHER CAKEPHP AJAX TODO LIST DEMO or YACATLD, a 100% ajax threaded todo list. It’s both a showcase and an opportunity for new bakers to learn from.
TohDoh has some features like:

* Threaded, so you have tasks and sub tasks.
* You can add, edit in-place and delete tasks
* Drag & Drop to sort tasks
* And of course you can done & and undone tasks

How to install TohDoh

* Run the SQL file provided or use phpMyAdmin
* Copy the content of the app folder over your app folder.
* Download http://script.aculo.us/downloads and put the files in webroot/js/
* Create a connection in your database.php config file and name it tohdoh. Or change the name to default in app/plugins/tohdoh/models/node.php

     var $tohdoh = array(
                ‘driver’ => ‘mysql’,
                ‘persistent’ => false,
                ‘host’ => ‘localhost’,
                ‘login’ => ‘root’,
              ‘password’ => ‘123456′,
                ‘database’ => ‘devmoz’,
                ‘prefix’ => ‘tohdoh_’
        );

*

Notice the ‘prefix’. if you don’t want that, change the table name.
* Go to yourhost.tld/tohdoh/nodes/ and start adding tasks.

I assumed you have cake version 1.2.
You might need to change some minor things for it to work in 1.1, the form creation $form->create()
to something like (not tested)

url(’/tohdoh/nodes/add’) ?>”>
Also I use the array syntax when specifying URLs, so you need to change things like
array(’action’=>’x’,$param) to ‘/tohdoh/nodes/x/’.$param etc..

Demo: http://www.devmoz.com/tohdoh/nodes/
Source: http://www.devmoz.com/blog/2007/04/14/introducing-tohdoh-yet-another-cakephp-ajax-todo-list-demo/#more-23

http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/delicious_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/blinklist_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/furl_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/technorati_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/magnolia_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/google_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/myspace_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/facebook_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/sphinn_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/mixx_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/twitter_32.png

Related Listings:

  1. TohDoh Yet Another CakePHP AJAX Todo-List TohDoh is YET ANOTHER CAKEPHP AJAX TODO LIST DEMO or...
  2. Create advanced html Tables using TableGear Tables are a very important part of HTML, but they...
  3. Jquery Add To List Script A very customisable plugin that hooks into select lists. An...
  4. Twitter API to create a stream of messages with PHP and jQuery This tutorial illustrates a very simple way to work with...

Do you like this post?

Email:     

Tags: , , , , , , , ,

3 Comments »

  1. avatar comment-top

    [...] from:  ToDoh – Create Ajax Online To Do List 04 Jul 09 | [...]

    comment-bottom
  2. avatar comment-top

    [...] View post: ToDoh – Create Ajax Online To Do List [...]

    comment-bottom
  3. avatar comment-top

    [...] ToDoh – Create Ajax Online To Do List TohDoh is YET ANOTHER CAKEPHP AJAX TODO LIST DEMO or… [...]

    comment-bottom

RSS feed for comments on this post. TrackBack URL

Leave a comment



Web Design & CSS (Templates) - TOP.ORG