JavaScript: The Good Parts by Douglas Crockford

By  on  

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?

Recent Features

  • By
    39 Shirts – Leaving Mozilla

    In 2001 I had just graduated from a small town high school and headed off to a small town college. I found myself in the quaint computer lab where the substandard computers featured two browsers: Internet Explorer and Mozilla. It was this lab where I fell...

  • By
    Create a CSS Cube

    CSS cubes really showcase what CSS has become over the years, evolving from simple color and dimension directives to a language capable of creating deep, creative visuals.  Add animation and you've got something really neat.  Unfortunately each CSS cube tutorial I've read is a bit...

Incredible Demos

  • By
    Image Reflection with jQuery and MooTools

    One subtle detail that can make a big difference on any web design is the use of image reflections. Using them too often can become obnoxious but using reflections on large, "masthead" images is a classy enhancement. Unfortunately creating image reflections within your...

  • By
    Background Animations Using MooTools

    One of the sweet effects made easy by JavaScript frameworks like MooTools and jQuery is animation. I ran across this great jQuery tutorial that walks you through animating a background image of a page. Here's a quick MooTools code snippet that...

Discussion

  1. 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.

  2. 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.

  3. errr…. I don’t see any link to the video, am I missing something?

  4. my bad, video did not show up the first time

  5. Really nice… I learn a lot of things… mostly in the Object part, I was missing over there… Thanks for post it!
    Cheers.

  6. No one laughs at Steve, and everyone chuckles with Doug. (No real value, I know, but JavaScript developers should watch this).

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!