Find more games on Strange Gamer
Archive for October 2008
Disable alt tooltip in IE6
October 28th, 2008 | Posted in HTML | No Comments »Override alt tooltip by putting an empty title attribute in the tag
<img alt="something" src="">
becomes <img title="" alt="something" src="">
User to Group
October 22nd, 2008 | Posted in Linux | No Comments »Linux: Add a existing user to an existing group.
# usermod -a -G group username
