Archive for April, 2008
php|architect’s Guide to Programming with Zend Framework
One of the first books to be published on the topic of Zend Framework was php|architect’s Guide to Programming with Zend Framework (Amazon). If you’re looking for an “in” into ZF then — eh, well, skip this book.
PHP Certification
I get asked about this a lot. Why did I take the PHP Certification exam? What does it do for me? Was it hard?
Sounds, IE7 and Security Warnings
Some of you may know that the last few weeks I’ve been writing an AJAX chat application that plugs in to DeskPRO. One of the problems we ran into is playing sound notifications. The problem is that IE7 likes to pop up a security warning when you use the usual <embed> code. This was unacceptable. [...]
MVC With The Zend Framework
I’ve been using the Zend Framework a lot lately and have come to really appreciate it. Today I want to write about ZF and how to use the MVC components. This post will be all about ZF itself, how the MVC components work, and getting a simple example up and going. I will write another [...]
