Google libera Closure, la librería JavaScript detrás de Gmail y Gmaps

Leyendo los feeds de javaHispano me he encontrado esta noticia del pasado día 10 de Noviembre de 2009. Google utiliza Closure en sus aplicacions GMail y GMaps. Esta libreria está formada por un compilador que optimiza y comprime el codigo JavaScript (ademas de comprobar la sintaxis y errores varios), una librería para manipular DOM, comunicaciones [...]

Chrome

Two days ago a lot of news sites talked about the new web browser created by Google called Chrome, and the comic published for the event at Google’s blog looks so cool. But the first question that I had for myself was “really we need another web browser” and “what the hell, another browser to [...]

Safari, CSS 3 & Textarea.

Tres personajes para una pequeña historia de terror. Se ve que a los amigos de Cupertino les ha dado por habilitar by default, en su navegador Safari, la propiedad CSS 3 resize en los elementos HTML Textarea. El problema de back compatibility aparece cuando tenemos una aplicación basada en layers, con Ajax y toda la [...]

IE, W3C and Event Handling…

Problem with JScript (Miscroft’s EcmaScript implementation) and the behavior of event registering.The recommendation, of the W3C, for register an event using EcmaScript is the use of the method addEventListener(..); implemented by all the browsers except by IE, instead you can use attachEvent(..). But if you try to use this function to register an event, think [...]