I’ve Penetrated DiggNation!

By  on  

On this last week's episode of DiggNation, Alex and Kevin discussed my article, 9 Signs You Shouldn't Hire THAT Web Guy. Kevin agrees with all of my assertions -- sweet! The segment about my article starts at about the 20 minute mark.

Click here to hit the DiggNation page for this show!

The Show

Thank you to Kevin and Alex for taking the time to comment about my article!

Recent Features

  • By
    CSS Gradients

    With CSS border-radius, I showed you how CSS can bridge the gap between design and development by adding rounded corners to elements.  CSS gradients are another step in that direction.  Now that CSS gradients are supported in Internet Explorer 8+, Firefox, Safari, and Chrome...

  • By
    JavaScript Promise API

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

Incredible Demos

  • By
    CSS Sprites

    The idea of CSS sprites is pretty genius. For those of you who don't know the idea of a sprite, a sprite is basically multiple graphics compiled into one image. The advantages of using sprites are: Fewer images for the browser to download, which means...

  • By
    Image Data URIs with PHP

    If you troll page markup like me, you've no doubt seen the use of data URI's within image src attributes. Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves...

Discussion

  1. Wow, that is awesome!

  2. That’s so cool, congrats!

    I wish our player had chapter marks so you could point people right to the beginning. Thanks for embedding!

    jim

  3. Wow, Impressive. I’m one of those lurkers:) I read all you’re entries although most of the time I haven’t a clue what you are talking about;) But I’m learning. Thanks for sharing.

    ellen from ireland

  4. Thank you for commenting Jim, and thank Kevin and Alex for me.

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