Debugging JavaScript in Firefox

Did you know that you can easily debug JavaScript errors with Firefox?
First, start off by installing the web developer toolbar for Firefox.. You do not really have to download this in order to see the errors - but it is a great utility for developing web applications.
So, lets say you are creating a JavaScript validation […]

Filed under: JavaScript

PHP 5 - Zend Certified Engineer

Well, after some nail-biting (j/k - that is gross), I passed the PHP 5 exam!
So what were the questions like? On my test, there were quite a few on OOP and Security. Coming from a PHP 4 environment, those were my serious weaknesses.
Luckily, I purchased a 5-pack of the practice tests and that helped […]

Filed under: PHP

Bulletproof Web Design

In Bulletproof Web Design, Dan Cederholm does what few CSS books can do: creates code to cover every situation and also address usability. The chapters all start with a situation that is less than ‘bulletproof’. For example, it maybe an instance that the links break when text size is increased. Dan walks us through the […]

Filed under: Recommended Reading

Faster PHP Scripts

Here’s some interesting data re: more efficient PHP scripts:
Faster-php-scripts

Filed under: PHP