Development

PHP Made Easy with Databases

Part 2 in the slide show series. PHP and databases. Read More...

Database ERDs

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...

PHP Made Easy

Another slideshow about PHP. Read More...

Javascript and debugging

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...