El enanito Michael Jackson vuelve al ataque.
Related Posts
Tisserie – En New York un Caraqueño puede comer cachitos
Siempre por una razon u otra voy a Union Square en New York, es mi plaza favorita. En una esquina de la plaza hay una panaderia, pero nunca senti curiosidad de entrar hasta el fin de semana pasado. Para mi sorpresa, cuando entro a la panaderia, empiezo a ver dulces familiares, y para colmar veo […]
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’s Happening in New York with Tech Companies?
I think a lot is happening, and I’d like to point out some people that have finally started writing about all the tech activity of the “Sillicon Alley”, and most important, organizing meet ups and events that can help us network and get the word out there of whatever it is that we’re doing here. […]