Archive for the ‘Video’ Category
Web 2.0 | The machine is Us
Thursday, October 11th, 2007This cool video traces the evolution from Simple Text to HyperText and from HTML to XML and finally Web 2.0…..
Theory of DOM : Video
Friday, December 22nd, 2006The Theory of DOM by Douglas Crockford, JavaScript Architect, Yahoo. ( Video spans 31 mins) Notes : History of the Browser : Fetch > Parse > Flow> Paint Scripted Browser ‘A’ list of Browsers document.write is not recommended Retrieving Nodes document.getdocument.getElementById(id) document.getElementsByName(name) node.getElementsByTagName(tagName) Mouse Events Inputs Events Placement of Script tags and their impact on User Experience etc., and for more info ...