Rarely do I ever command you to do something but I've watched this video three times now and I'm completely mesmerized by Douglas Crockford's tech talk, JavaScript: The Good Parts. During this hour long talk, Douglas Crockford shares his insight about both the good and bad parts of the JavaScript language. He covers the language's embarrassing misteps, its valuable hacks, and its powerful features.
I can't recommend this video enough. It's funny, educational, and enlightening. Even if you can only leave the audio on in the background, you must give this video a listen. Crockford wrote a JavaScript book with the same title which I cannot speak for.
Once you've had a chance to listen, share your thoughts -- what are you favorite "good parts" of JavaScript? What really burns you about the language?
The HTML5 revolution has provided us some awesome JavaScript and HTML APIs. Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers. Regardless of API strength or purpose, anything to help us better do our job is a...
While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready? Promises are becoming a big part of the JavaScript world...
Background animations are an awesome touch when used correctly. In the past, I used MooTools to animate a background position. Luckily these days CSS animations are widely supported enough to rely on them to take over JavaScript-based animation tasks. The following simple CSS snippet animates...
One of the most used JavaScript widgets over the past decade has been the text box autocomplete widget. Every JavaScript framework has their own autocomplete widget and many of them have become quite advanced. Much like the placeholder attribute's introduction to markup, a frequently used...
Absolutely second this post – awesome tips and principles for balancing idealism and pragmatism in a language where both can leave you high and dry, scratching your head wondering what went wrong…
You can’t possibly listen to Crockford and not learn something new. Don’t even try.
Wow. I figured he would be telling me stuff that I already knew, but he keeps on revealing amazing amounts of information that will improve my code significantly.
Absolutely second this post – awesome tips and principles for balancing idealism and pragmatism in a language where both can leave you high and dry, scratching your head wondering what went wrong…
You can’t possibly listen to Crockford and not learn something new. Don’t even try.
Wow. I figured he would be telling me stuff that I already knew, but he keeps on revealing amazing amounts of information that will improve my code significantly.
Just blew me away.
errr…. I don’t see any link to the video, am I missing something?
my bad, video did not show up the first time
Really nice… I learn a lot of things… mostly in the Object part, I was missing over there… Thanks for post it!
Cheers.
No one laughs at Steve, and everyone chuckles with Doug. (No real value, I know, but JavaScript developers should watch this).