O’Reilly Velocity Conference is Coming!

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!
![Create Namespaced Classes with MooTools]()
MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does. Many developers create their classes as globals which is generally frowned up. I mostly disagree with that stance, but each to their own. In any event...
![Serving Fonts from CDN]()
For maximum performance, we all know we must put our assets on CDN (another domain). Along with those assets are custom web fonts. Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...
![Create a Simple News Scroller Using MooTools, Part I: The Basics]()
News scroller have been around forever on the internet. Why? Because they're usually classy and effective. Over the next few weeks, we'll be taking a simple scroller and making it into a flexible, portable class. We have to crawl before we...
![MooTools HTML Police: dwMarkupMarine]()
We've all inherited rubbish websites from webmasters that couldn't master valid HTML. You know the horrid markup: paragraph tags with align attributes and body tags with background attributes. It's almost a sin what they do. That's where dwMarkupMarine comes in.