Monthly Archives: April 2008

Ubuntu 8.04 LTS Desktop Edition Released

Ubuntu 8.04 LTS Desktop Edition Released Integrates the Latest Stable Applications with Long Term Support LONDON, April 21, 2008 – Canonical Ltd. announced the upcoming availability of Ubuntu 8.04 LTS Desktop Edition for free download on Thursday 24 April. In … Continue reading

Posted in Linux, Ubuntu | Leave a comment

toggle checkboxes javascript using prototype

Toggle All Check Boxes using prototype javascript library. I’ve set up a Demo Page showing this javascript in action. // updated per visitor comment below function toggleChkBoxMethod2(formName){ // toggle Check Boxes using Prototype Library var form=$(formName); var i=form.getElements(‘checkbox’); i.each(function(item) { … Continue reading

Posted in Other Tech, WebTechnology | 11 Comments