Mostrando entradas con la etiqueta dom. Mostrar todas las entradas
Mostrando entradas con la etiqueta dom. Mostrar todas las entradas

30 ago 2010

Crockford on JavaScript

Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. Over first three months of 2010, Douglas delivered his acclaimed series of lectures on the history of JavaScript, its features, and its use. Links to video, transcripts, and photos from each of the events follows...

source: http://yuiblog.com/crockford/
---

8 abr 2010

web designer's checklist

A list comparing the status of the most common browsers: http://www.findmebyip.com/litmus/

---

6 abr 2010

What’s wrong with extending the DOM

I was recently surprised to find out how little the topic of DOM extensions is covered on the web. What's disturbing is that downsides of this seemingly useful practice don't seem to be well known, except in certain secluded circles. The lack of information could well explain why there are scripts and libraries built today that still fall into this trap. I'd like to explain why extending DOM is generally a bad idea...

source: http://perfectionkills.com/whats-wrong-with-extending-the-dom/
---