Related Posts
FrostWire (Fw) listed on the Periodic Table
On the Periodic Table of the internet that is. Great honor for FrostWire.com
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() […]
Finalmente Tengo Beryl
Tras un par de guindadas y jugar unos 30 minutos con varias guias de instalacion, el empujon que me dio el pana Skatox con su post sobre Beryl dio resultado. Finalmente estoy sacandole provecho a la tjta 3d que le compre a esta maquina. Beryl con dual screen es todo un espectaculo, vean por uds […]