I recently made a 3D Card Flip element as part of my Supercharged YouTube video series, and I ran into some challenges with the shadows. I decided I should explain how I approached the solution.
How to supercharge your site’s speed with AJAX and jQuery
In this tutorial we're going to look at how to speed up the user experience on small static sites using a few different methods. (A static site is one which doesn't have any renewing content, so no bl
If you’ve been doing front-end development for long, you may have heard of the “Holy Grail” of web layout. [A List Apart][1] identified this layout as a flex...
A jQuery plugin that makes content flow up as you scroll down. This plugin is based on Eric Wenn’s implementation but it has important fixes and improvements. Check out the demo. Documentatio…
By [CSSFlow](http://www.cssflow.com): free UI elements and widgets coded with HTML5, CSS3, and Sass. View the original article and download the Sass...
Parallax Image Scrolling Animation with CSS 3D and JavaScript
While there are many solutions to achieve parallax scrolling on the web, it’s my impression that most fake the images-in-depth effect. Inspired by a OS X screensaver, I realized that CSS 3D would...