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?
My team mate Edna Piranha is not only an awesome hacker; she's also a fantastic philosopher! Communication and online interactions is a subject that has kept her mind busy for a long time, and it has also resulted in a bunch of interesting experimental projects...
CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...
While improvements in browsers means more cool APIs for us to play with, it also means we need to maintain existing code. With Firefox 4's release came news that my MooTools LazyLoad plugin was not intercepting image loading -- the images were loading regardless of...
There are numerous websites around the internet, RapidShare for example, that make you wait an allotted amount of time before presenting you with your reward. Using MooTools, I've created a CountDown plugin that allows you to easily implement a similar system.
The MooTools JavaScript
The CountDown class...
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).