So I wanted to write about my woes with PHP ZendDebugger and the latest WAMP install. Bottom line: I can’t get it to work with PHP 5.3 yet. I believe this is an incompatibility in the debugger DLLs that I have been able to find for 5.3 – looks like the linkers used are incompatible…
Category: coding
Big Bang Theory
So I wanted to look up a Big Bang Theory episode yesterday and I noticed that Google found quite a number of pages referencing it. As a result, I got curious how many results each of the episodes would return. A few lines of Perl code later, here is the result. It lists the number…
More decisions, decisions, decisions…
Alright, so while the to Zend or not to Zend question is still under debate, I’m also looking at some AJAX-y goodness. There are several I’m looking at. Now, please do keep in mind that this is my personal preference only and does not reflect a wider standard. These are my opinions related to what…
To Zend or not to Zend…
I am currently evaluating whether to use the Zend framework (update from the future: they’re now Laminas) in the development of the site. Any suggestions/feedback/practical experience sharing welcome. I don’t want to get myself tied down to a large, cumbersome and potentially inflexible framework (which Zend at least claims not to be, but not having…