prototype - delete table rows
July 1, 2008 | In WebTechnology | No CommentsI set up some demos from various sources. They use these JavaScript functions and call various prototype based javascript.
function function1() {
document.all.myT.deleteRow(2);
}
function test(){
var d = $('myDiv');
alert(d.innerHTML);
d.hide();
d.show();
d.addClassName('active');
}
function function2(idname){
var d = $(idname);
alert(d.innerHTML);
d.hide();
d.addClassName('active');
}
using prototype-1.6.0.2.js from http://prototypejs.org/assets/2008/1/25/prototype-1.6.0.2.js
joomla iframes how
June 1, 2008 | In MySQL, WebTechnology | No CommentsTo use iframes in joomla 1.5, check out the wrapper module (which may not be enabled on your install, depending..). It allows iframe to be displayed. Select Position: User2 to show the wrapper iframe in the content area of rhuk_milkyway.
Extensions > Modules > Wrapper
HTH!
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…
Powered by WordPress
RSS Feed - Syndicate this Site
and comments feed



