O’Reilly Velocity Conference is Coming!

By  on  

Velocify Conference Discount Code

I wanted to give everyone a quick reminder that O'Reilly's Velocity Conference is coming up from June 24-26 in Santa Clara, CA.  Velocity conference gets me super excited because it's the conference that focuses on front-end performance, not simply front-end techniques.  Too often we're so happy when our widget, site, or app works that we don't take the time to stop, analyze performance, and adjust.

Velocity Conference addresses mobile and desktop performance, CSS performance, JavaScript performance, and network performance.  Top speakers like Laura Swanson of Etsy, Stoyan Stefanov of Facebook, Pamela Fox of Khan Academy, and several other performance speakers will be sharing their knowledge and insight.

Discount Code:  AFF20

Due to the big response of my first post, O'Reilly has provided me another discount code of AFF20 to get you 20% off the conference cost.  Hang on to that cash for drinks, dinner, and networking.  Or sweeten the pot for your employer by letting them know you're saving 20%.  Either way, enjoy the discount code!

Recent Features

  • By
    How to Create a Twitter Card

    One of my favorite social APIs was the Open Graph API adopted by Facebook.  Adding just a few META tags to each page allowed links to my article to be styled and presented the way I wanted them to, giving me a bit of control...

  • By
    CSS Animations Between Media Queries

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

Incredible Demos

  • By
    Degradable SELECT onChange

    Whenever I go to Google Analytics I notice a slight flicker in the dropdown list area. I see a button appear for the shortest amount of time and the poof! Gone. What that tells me is that Google is making their site function...

  • By
    MooTools Link Fading

    We all know that we can set a different link color (among other properties) on the hover event, but why not show a little bit more dynamism by making the original color fade to the next? Using MooTools 1.2, you can achieve that effect. The MooTools...

Discussion

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