Faster Upgrades From Ubuntu 8.10 Intrepid to 9.04 Jaunty

April 23rd, 2009 Posted in Ubuntu

For upgrading ubuntu to its new 9.04 version we can use apt-p2p for  apt dowloads, it will act as a proxy between apt requests and a repository server, downloading any request files from peers .
If we use apt-p2p for downloads it will save bandwidth, use limited cpu and memory resources and reduce congestion on the [...]

» Read More

Getting elements by Class name using Javascript

April 20th, 2009 Posted in Web 2.0

If we need to get an HTML element object using javascript we will usually use the method document.getElementById(). But  Javascript libraries like Jquey, Mutools etc.. are providing functionalities for getting an element by its class name
Without using any of these advanced Javascript libraries we can build a small function like document.getElementByClassName for getting HTML [...]

» Read More