Development
PHP Made Easy with Databases
13/10/07 10:45
Part 2 in the slide show series. PHP and databases.
Read
More...
Database ERDs
01/10/07 10:44
t's amazing how requirements can change over the
course of a project. Truly amazing.
Given the breadth of the requirement changes, how well does the underlaying foundation of an application withstand the changes? Read More...
Given the breadth of the requirement changes, how well does the underlaying foundation of an application withstand the changes? Read More...
Javascript and debugging
03/05/07 11:00
I've been playing around with AJAX and DHTML. One of
the things that makes more difficult are the
debugging options, or the lack of debugging options.
Basically, I can use alert(), or I can use
document.write(). Neither is great. So I've been
playing around with a handful of functions that will
collect debugging information and then display the
information in a new window. I've used the Smarty
Debug Console idea and code as the building blocks.
Read
More...