
Related Posts
The Departed *****
I recommend with all my heart the movie The Departed I tried to see this movie twice during the weekend (opening weekend) and it was always sold out, finally went to see it last night at 10:25pm and it was a full theater. I had no clue what the movie was about, other than an […]
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() […]
Essential Gear for Runners
I’ve always flirted with running. Back in 2004 I used to run 2 times a week and back then I would just measure how long I’d run without stopping, back then I was doing 5 to 6 miles non-stop and I thought I was amazing. Then I just went back to other sports, I did […]