2007-09-28

Upload Files

Finally we got an upload progress bar in the new media database using the uploadprogress extension. Looks nice, doesn't it?

The Javascript extends the used form with an onsubmit event to track the progress. So the upload still works without JS.

2007-09-03

Database debugging in Firebug

After I got the php errors in Firebug I still had some ugly debug outputs in my pages - the database errors and explains. Some lines later I got new data in Firebug.


Thanks Firebug - Web Development Evolved!

2007-08-31

PHP errors and debugs in Firebug

Do you know Firebug? It is perfect for debugging webpages. I got the idea to use it for my php error and debug outputs as well. The error handler / debug functions in papaya CMS can now use the Firebug console.log() function.


Nice detail: It works in other browsers using Firebug Lite.
x