Archive
Reading OpenDocuments with CakePHP
On my quest to find a simple way to read the contents of an
*.odt OpenDocument Text file, better known as OpenOffice
Writer files, I stumbled over a simple class that, in
combination with a xsl template, converts an *.odt file to
XHTML.
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.
Homepage nearly finshed
Well... It looks like I finally finished migrating my old homepage to this new homepage.
New Homepage
Well, it was some time, but I finally managed to get my new
homepage up and running after a good amount of problems
setting up Silverstripe CMS.
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.