Implementing Element.getSiblings() in mootools1.1
Saturday, June 27, 2009 23:43I found a nice mootools code in David Walsh’s Blog. This code gathers all the siblings of an element but this code is compatible with mootools1.2 and above. I have modified the code a little to implement it in mootools1.1. Why mootools 1.1? because Joomla1.5 still uses mootools1.1. (Joomla1.6 will have mootools1.2). So here is the little modification of the code as presented by David Walsh.
Element.extend({
getSiblings: function() {
return this.getParent().getChildren().remove(this);
}
});
Yes, this small code gathers all the siblings of the element except for itself. Isn’t it simple?


I hear different people saying different things about multi-threading in PHP. Some say it cannot be done, no way and others say yes, it can be done. But I say, it cannot be done purely but we can implement pseudo multithreading. That is we can fake multi threading in PHP.
Joomla ! (till Ver 1.5.10) by default supports mootools 1.11. The core is still not updated to use mootools 1.2x version.
Charts are useful and more informative way of representing data in a website. There are many commercial and opensource components and libraries available to implement charts in a website. Most of them are flash based and very attractive. There may be cases where you don’t want or can’t use flash based charts. So what are the alternatives? Write your own library using gd or any other image manipulation library or Use Google Chart API. Yes, google chart api is here to rescue you from all the tedious coding you will do to create your own library.
Here comes the pain again! IE6. IE6 is a pain to general user but it has caused greater pain to web developers and web designers. IE6 was released in 2001 and it is almost a decade, we are still using it. Seriously, we need to upgrade. If you please, you can join the stop IE6 campaign at
This tutorial is the continuation of my previous tutorial on
This is a simple sub-tutorial on mounting network shares in linux - not only fedora. These network shares can be mounted with SMB and CIFS but in this tutorial, I am talking about CIFS mounts. This, Common Internet File System (CIFS) is a proposed standard protocol that lets programs make requests for files and services on remote computers on the Internet. (I got this definition from 

Do you own a site that needs to be updated regularly? Or Do you want your site to boast of useful tips, news that is scattered all over the internet in various websites? If Yes and you are willing to do less manual work for all those tedious job, then JoomRSS should be your answer. This is a great tool I came across. 



