Related Posts
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() […]
What they don’t tell you about iPods
What they don’t tell you about iPods Originally uploaded by Gubatron. This is the one reason why iPods and iTunes SUCK BIG TIME. I’m really doubting if my next mp3 player will be another ipod. I just want a player that allows me to use its hardrive like a hardrive, just upload as many files […]
Got an XBOX 360
After a lot of analisys on what to buy, considering price, availability and specs, me and my friends decided to get Xbox 360s to wait for probably June or July 2007 to buy a PS3 when the prices drop. See the entire flickr set here I got Gears of War and Need for Speed = […]