$100 Off W3Conf Discount Code!

By  on  
W3Conf

W3Conf is quickly approaching and if you haven't considered going, you're crazy you really should.  The speaker line-up is full of legends:  Lea Verou, Eric Meyer, my favorite Mozillian, Janet Swisher, and more.  You may also bump into well-known developers Chris Coyier, Jacob Thornton, Nicole Sullivan, and many more.  If you haven't registered yet, there's now a better reason to go:  a cheaper ticket!

Coupon Code:  WALSH

Use the coupon code WALSH and you can save $100!  Use that money to buy one of your favorite devs a drink!  ;)  The conference is February 21-22 in San Fransisco, California.  Sign up and have fun!

Side note:  I was invited to attend W3Conf but couldn't due to Walsh Kid ™ being due to enter the world around that time.  Please do go though -- you'll have loads of fun and learn a lot!

Recent Features

  • By
    Write Better JavaScript with Promises

    You've probably heard the talk around the water cooler about how promises are the future. All of the cool kids are using them, but you don't see what makes them so special. Can't you just use a callback? What's the big deal? In this article, we'll...

  • By
    Designing for Simplicity

    Before we get started, it's worth me spending a brief moment introducing myself to you. My name is Mark (or @integralist if Twitter happens to be your communication tool of choice) and I currently work for BBC News in London England as a principal engineer/tech...

Incredible Demos

  • By
    Simple Image Lazy Load and Fade

    One of the quickest and easiest website performance optimizations is decreasing image loading.  That means a variety of things, including minifying images with tools like ImageOptim and TinyPNG, using data URIs and sprites, and lazy loading images.  It's a bit jarring when you're lazy loading images and they just...

  • By
    :valid, :invalid, and :required CSS Pseudo Classes

    Let's be honest, form validation with JavaScript can be a real bitch.  On a real basic level, however, it's not that bad.  HTML5 has jumped in to some extent, providing a few attributes to allow us to mark fields as required or only valid if matching...

Discussion

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