Archive
Viewing entries tagged with 'PHP'
Baking Cakes with Fire II
I would have never thought that people would expand on an idea I had, but it seems that FirePHP was a good find and got some people to thing about debugging with it and so Heath Nail over at the Bakery build a Debugger Handler for CakePHP.
Comfortable AjaxUploads with CakePHP
After looking for a way to upload files the AJAX way using
prototype for quite some time, I have found a very good way
to do just that, makeing an internet application react more
like a desktop application, without the need for forms if I
don't want to. Like getting a file selection dialog when you
press a button or a link.