O’Reilly Velocity Conference – Santa Clara
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.
This year Velocity is broadening its scope to business:
You'll still find plenty of hard-core web operations and performance sessions at the conference. But the web-centric innovation sparked by the Velocity community has forever changed business-as-usual. So we're broadening the scope of Velocity in Santa Clara to include the essentials of "Building a faster, stronger business."
So now O'Reilly is adding another oft-ignored facet of development to Velocity: business. There's no other conference like it.
Save 20% with AFF20
If you want to save 20% on Velocity Conference in Santa Clara, CA on May 27-29, 2015, click here and use code AFF20
!
One of the web components I've always loved has been Facebook's modal dialog. This "lightbox" isn't like others: no dark overlay, no obnoxious animating to size, and it doesn't try to do "too much." With Facebook's dialog in mind, I've created LightFace: a Facebook lightbox...
How is it possible that JavaScript-based animation has secretly always been as fast — or faster — than CSS transitions? And, how is it possible that Adobe and Google consistently release media-rich mobile sites that rival the performance of native apps?
This article serves as a point-by-point...
The jQuery homepage has a pretty suave tooltip-like effect as seen below:
Here's how to accomplish this same effect using MooTools.
The XHTML
The above XHTML was taken directly from the jQuery homepage -- no changes.
The CSS
The above CSS has been slightly modified to match the CSS rules already...
The responsibilities taken on by CSS seems to be increasingly blurring with JavaScript. Consider the -webkit-touch-callout
CSS property, which prevents iOS's link dialog menu when you tap and hold a clickable element. The pointer-events
property is even more JavaScript-like, preventing:
click actions from doing...