October 27th, 2007
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
October 12th, 2007
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
October 8th, 2007
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
October 2nd, 2007
Here’s some interesting data re: more efficient PHP scripts:
Faster-php-scripts
Filed under: PHP