Ubuntu 8.04 LTS Desktop Edition Released
April 25, 2008 | In Linux | No CommentsUbuntu 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 related news, Canonical also announced the simultaneous release of Ubuntu 8.04 LTS Server Edition.
Ubuntu 8.04 Long Term Support (LTS) provides a stable platform for software and hardware vendors, developers and users. With three years of support and maintenance on the desktop, 8.04 LTS is a great choice for large-scale deployment. A substantial and growing ecosystem of free and commercial software built for Ubuntu provides a rich set of choices for desktop users. This is the eighth desktop release of Ubuntu. Ubuntu’s track record in delivering - on a precise schedule every six months - a commercial operating system that is free, stable, secure and fully supported, remains unique.
“Ubuntu 8.04 LTS Desktop Edition is a very significant release as it will take Ubuntu squarely into the business environment,” said Jane Silber, COO of Canonical Ltd. “Our business and home users have told us that they want a longer support cycle to make Ubuntu a better deployment option. We have responded to that and added a commitment to much broader software and hardware support that we and our partners are excited to deliver. With enhanced commercial support through Landscape, combined with our always excellent community support, expect to see 8.04 LTS drive Ubuntu into new arenas.”
Continue reading Ubuntu 8.04 LTS Desktop Edition Released…
toggle checkboxes javascript using prototype
April 14, 2008 | In Other Tech, WebTechnology | No CommentsToggle All Check Boxes using prototype javascript library.
function toggleCheckBoxes(formName) {
// toggle Check Boxes using Prototype Library
var form=$(formName);
var i=form.getElements('checkbox');
i.each(function(item) {
if (item.checked)
item.checked=false
else {item.checked=true }
}
);
}
Powered by WordPress
RSS Feed - Syndicate this Site
and comments feed



