Blatant Localism: Zend_Locale and Zend_Date
We recently noticed a bug on some of our sites where the dates generated by Zend_Date appeared differently on some of our clients machines than on others. It turns out that this was due to the way that Zend_Date handles the locale. It turned out to be a simple fix and involed how you set [...]
Posted at 1pm on 5/7/09 | no comments; | Filed Under: Open Source, PHP, Zend Framework | Tagged: Linux, Zend Framework | read on
jQuery 1.3.2 - To live is to die
I’m sure anyone that has developed in javascript has had monumental headaches over the years trying to get event handlers to behave properly. The main problem I always seem to come across is assigning event handlers to elements that are generated after the page has loaded. jQuery 1.2.x went some way to solving this by [...]
Posted at 1pm on 5/6/09 | no comments; | Filed Under: HTML, Javascript, Open Source, jQuery | read on