I first heard (“played”) this song with Guitar Hero. The video is hilarious.
Related
Related Posts
My Firefox Wallpaper
If you want to have a simple Firefox Wallpaper, here’s the one I have. I grabbed the image from http://ie7.com and turned it into a 1024×768 image for my KDE background.
How to remove elements from a listbox in Javascript (IE and Firefox)
//By Gubatron, just a silly function to clear the contents of a listbox object var ua = navigator.userAgent.toLowerCase(); var Browser = new Object() Browser.isIE = window.ActiveXObject ? true : false; Browser.isFirefox = (ua.indexOf(“firefox”)!=-1); function clearListbox(listboxObject) { if (Browser.isFirefox) { //in firefox “Option” objects remove themselves. var options = listboxObject.options while (options.length > 0) { options[options.length-1].remove() […]
Nintendo Music Trivia #002
So here's the Trivia number 2. This time it won't be as easy as the first, but I bet you played this konami game a lot. As a note I want to tell you that I'm preparing a podcast with several NES soundtracks and screenshots, it will be edited as a trivia podcast so that […]

