| Web Development >> Javascript |
Douglas Crockford - Advanced JavaScript
| Language : | English | Quality : | High | Has Audio : | true | Source : | Yahoo Videos | Media : | Flash |
|
Douglas Crockford teaches "Advanced JavaScript." This course is broken into three clips
Presentation can be download from : http://yuiblog.com/assets/crockford/advancedjavascript.... |
Tags: JavaScript, Web Development, Yahoo, Presentation, Advance, [SUGGEST A TAG]
Resources referenced in this screencast
|
||||
|
||||
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
Advanced JavaScript Event Handling Some problems do have solutions without advanced event handling, but if we are able to use advanced event handling, we will find that simple and practical solutions to these sort of problems are readily available. |
|
JavaScript and Performance Optimization A few days ago I talked about the different methods that can be used to create a for loop in javascript. I listed the advantages and disadvantages for each approach in terms of readability and performance. That got me thinking - how badly do we need optimization in javascript? On one hand javascript is a perfect model for distributed execution - and on the other hand, javascript is very slow(especially on some browsers). |