Archive for March, 2009

Using Prototype Property in JavaScript

Wednesday, March 4th, 2009

I have been asked to review the book "Object-Oriented JavaScript" by Stoyan Stefanov, and published by Packt Publishing. The review is not quite ready yet, but in the meantime, here's some exclusive content from the book for you to have a look at. The following topics are discussed in this article: Every ...

Handling errors in Zend Framework

Monday, March 2nd, 2009

In Zend Framework based applications, error handling is typically done using the error controller, but there are different ways to send the execution to it - some better than others. Let's look at some ways to trigger the error controller and how to have it handle different error conditions.