I was working with a PEAR package in a PHP 5.2 environment. Naturally, I was getting some E_STRICT errors. I like to have all my code strict compliant, so I always develop with E_STRICT turned on. I wasn’t about to start changing the PEAR code, so I thought I’d just use error_reporting and disable E_STRICT [...]

The other day I needed a text input control that allowed free-form text input in combination with a select control for choosing a value from a predefined list — a combo box. I spent quite a while looking for a decent combo box plugin for jQuery. I did find this one (jQuery Editable Combobox), but [...]

© 2012 Dell Sala