Zend Coding Standards

I’ve always adhered to my own “standards” when writing code but once I started working more with other developers I realized that we didn’t agree on what the “right” way of writing code was. Most of it was just simple things like does the curly brace go on the same line or on the next [...]

JavaScript print_r()

If you are anything like me I constantly fight with having an object/array in JS and I want to see what all of its properties are. I ran into this the other day and decided to actually find a solution to the problem of not knowing what properties there are for an event. While doing [...]