Saturday, March 29, 2008

Top Open Source PHP Frameworks

After RoR there are lot many frameworks in PHP which are either inspired by it or based on MVC pattern. Symfony, Zend, CakePHP, CodeIgniter are to name a few.

Click here or goto blogs.digitss.com to read more about Top PHP open source frameworks.

Thursday, March 13, 2008

jQuery Plugin - Radio button with Checkbox Behavior

Ever wanted Radio-button group which could be deselected once you click on any of the choice from given radio button group?

Then here is my simple jQuery plugin which you can use to make all your radio-buttons in the form behave like checkbox. Here by checkbox I mean to give Click to select and click-again to de-select kind of functionality.

How to use?


$(document).ready(function(){
$(":radio").behaveLikeCheckbox();
});


For more details checkout live demo or goto jQuery plugin repository.

Visit my blog home @ http://blogs.digitss.com

blogs@DiGiTSS what is that?

blogs @ DiGiTSS is geek programmers’ blogs about Programming, Web, Technology, Database and ummm… lot many things..! I have been thinking of publishing my blog since long while but got able to start just recently.
Go check-out my blogs @ http://blogs.digitss.com
It's all about Programming, PHP, mySQL, Javascript, jQuery and so on....