lunes, 13 de abril de 2009

Shut the fuck up those annoying ads!!

I'm sure you've have this fucked up times when you're visiting a site with very annoying sounds, like emoticons laughing, or flash animations screaming. The worst part is when you are listening to one of your favorite songs and this happens... and even worst when the volume is pretty high and you are really enjoying and having a good time, and then SOME FUCKING STUPID SOUND DISRUPTS YOU!!!

Well... no more writting... here's the tool to solve this issue: FlashMute.

FlashMute is a tool which allows you to mute/unmute Flash Movies loaded in a browser exclusively, or alternatively all sounds produced by the browser.

Download now!

Supported browsers

  • Internet Explorer
  • Netscape
  • Firefox
  • Mozilla
  • Opera
Remember YouTube is Flash based... just in case you're not clever enough to know that.

viernes, 27 de febrero de 2009

Mexican guitar gods

Nothing to say... you must hear them! Read their reviews at the site. There's a video at the bottom of this post.




If you have no problem with piracy, check out this torrent!



lunes, 23 de febrero de 2009

Outputting images in a directory in alphabetic file order


function print_gallery($directorio) {
$dir_galerias="/images/galerias/";
$dir=$_SERVER['DOCUMENT_ROOT'].$dir_galerias.$directorio;

if (is_dir($dir)) {
if ($gd = opendir($dir)) {
while (($archivo = readdir($gd)) !== false) {
if ($archivo != '.' && $archivo !='..') $pics[]=$archivo;
}
closedir($gd);
}
}
sort($pics);


for ($c = 0; $c < count($pics); $c++) {
echo "<p align='center'><img src='$dir_galerias".$directorio."/".$pics[$c]."' /><p>";
}

//print_r($pics);

}

domingo, 22 de febrero de 2009

Transfer music from an iPod to your PC


I'm sure you've wanted to transfer music from an iPod to your computer. Of course, when it comes to piracy iTunes does it best to make it just a little harder.

For those ones who just want to focus on the need of tranfering music to your computer and let everything else behind there is a software called iDump.

It's not just as easy as googling it, because there are many programs with that name. What I suggest is you add the word "freeware" when you look for it.

Here's the link where I downloaded it.

http://www.softpedia.com/get/IPOD-TOOLS/Multimedia-IPOD-tools/iDump.shtml

domingo, 15 de febrero de 2009

Have a nice latte Monday!

As you might not know I'm a big fan of coffee. Today is Sunday and I'm a little bored so I've been whatching videos on YouTube for the last hour. I wanna share this with you. Believe it or not I do want it to be Monday! Mmmmmhhhhh... I can almost smell it! Beside latte is my favorite coffee (lactose free, of course)!