Recently, I had to figure out if a given set of features contained all of their necessary requirements. For better…
Category: web dev
visibility and inheritance.
An interesting topic came up in #phpc today. It revolved around some issues I’ve been encountering in my latest code…
headers exception with Zend_Session while unit testing
While the manual for Zend_Session does discuss unit testing and the read-only exception, it has no mention of an exception…
zend_log_exception ‘bad log priority’
I’m writing this post because there are a few times I’ve gotten this particular exception and then look at the…
openid seems to hate me
been trying to comment on Chris Shiflett’s post on the twitter “Don’t Click” debacle and can’t seem to get authenticated…
string searching, you’re doing it wrong
First off, I’m not trying to be a complete jack-ass, just a helpful one. This article, by Stefan Ashwell, popped…
Zend_Log quickstart
Lately, I’ve found that I need to create a more robust logging system for both audits and debugging. I found…
INSERT INTO `table` (`column`,`col2`) VALUES isn’t completely worthless
In most cases, when doing an insert statement I use SET to increase readability. It is also nice because I…
SXSW
So after reading this post, I want to go. There’s a list of other things that seem interesting to. At…