Skip Navigation

Archive for the ‘AJAX’ Category

Introducing TohDoh Yet Another CakePHP AJAX Todo-List Demo

Saturday, April 14th, 2007

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 :)

You can see the demo running here. The code is available at cakeforge

(more…)

CakePHP: Update a select box using ajax

Wednesday, April 4th, 2007

I noticed a lot of new comers asking this question: I want a select box to be updated using ajax when I change the current item in another select box .

So this is a quick tutorial on how to do exactly that.

(more…)