Search
Recent Comments
- letterj on supybot documentation – capabilities
- gare on centos set dns
- Tyron on centos set dns
- hattan on Printer sharing Ubuntu 8.10 – Linux to Linux
- gare on Unix 101 / Unzipping Files
Tags
-
Articles
- ubuntu vnc slow fix
- centos set dns
- html to pdf including the css
- firefly media server
- free computers
- legal torrents
- talking weather alarm clock
- TED Talk – Larry Lessig on laws that choke creativity
- free culture movement
- ubuntu share music library
- Google Buzz to Twitter
- how to Root a Windows 7 box
- 20 year anniversary of Linux
- Microsoft has lost the war to Linux
- Japan’s earthquake didn’t even slow BitTorrent use
- Ubuntu 11.04 beta released
- linux netbook
- apt-get hold version
- bulk search and replace with sed
- Ubuntu on PowerPC Mac Mini
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