A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Monthly Archives: July 2008

Available for download: Zend Framework 1.6 Release Candidate

A *new* version of Zend Framework is now available. It should be safe to use for personal projects. It’s good to see the Figlet available – I think DaSPiDs from #zftalk made this :P. Other stuff like the CLI and … Continue reading

Posted in General | Tagged | 1 Comment

jQuery: How to handle radio buttons

Here is a quick tutorial on how to handle radion buttons using jQuery. < input type="radio" name="empType" value="regular" /> Regular < input type="radio" name="empType" value="temporary" /> Temporary Then the jQuery code: (assuming that you have already included the JS file … Continue reading

Posted in General | Tagged , | 5 Comments