O’Reilly Velocity Conference – Amsterdam
My favorite front-end conference has always been O'Reilly's Velocity Conference because the conference series has focused on one of the most undervalued parts of client side coding: speed. So often we're so excited that our JavaScript works that we forget that speed, efficiency, and performance are just as important.
The next Velocity event is coming up in Amsterdam, October 28-30. The best code speed conference is coming to one of the best cities in the world. Exciting stuff but what's better than a David Walsh Blog discount?!
20% Discount with 20DWalsh
Registration for Velocity Amsterdam is open! Register early for the best price on tickets and reserve your spot to learn all about web performance, DevOps, continuous delivery and more. Use code 20DWALSH
to save 20% in addition to best price!
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...
I was inspired when I first saw Addy Osmani's original ShineTime blog post. The hover sheen effect is simple but awesome. When I started my blog redesign, I really wanted to use a sheen effect with my logo. Using two HTML elements and...
I'm a huge fan of using subtle effects like link nudging (jQuery, MooTools) to enhance the user experience and increase the perceived dynamism of my websites. Trust me -- a lot of little things are what take websites to the next level.
CSS background animation has been a hot topic for a long time, mostly because they look pretty sweet and don't require additional elements. I was recently asked if it was possible to have multiple background animations on a given element and the answer is yes...with...