Web Design Workflow
Chris Coyier (CSS-Tricks.com) talks about best practices for modern web designers and developers. I share my own point of view along with them.
Flipboard 2.0
With version 2.0, Flipboard introduces personal magazines that looks fantastic!
My SASS breakpoint mixin
SASS has made working with Media Queries much easier on us, but it took me a while to come up with the optimal breakpoint mixin – Here it is!
This is how to do a Teaser Site
Check out this sweet visual effect Battlefield 4 uses to let the user peek, just very slightly, behind the covers of their new game.
UX is not a standalone job
Daniel Eden posted a great article on the term User Experience design. I think you should read it.
The Github Generation
Mikael Rogers talks about the concept of Open Source, and how it’s changing radically with the introduction of Github.
CSS shadows without images
A pure SASS/CSS solution that replaces the annoying and painful process of creating image-based shadows.
Josh Brewer on Responsive Design
Josh Brewer attempts to deprogram our approach to Web design for the last 15 years while he talks about “responsive measures” and content reflowing. At the very end he also shares his own jQuery plugin that automates this process.
WP Project Manager
This free Basecamp-inspired project management tool lives inside your WordPress admin. It’s a very well put-together plugin that relies on the UI from Twitter Bootstrap which is instantly recognizable and highly usable.
Jeremy Keith on Responsive Design
This video talks about how the web is inherently responsive, accessible and fast and how we as designers, and developers, tend to break it.
template controller for _.js
I built this extremely light weight controller for maintaining JavaScript templates inside my applications.
Speak to your inputs
Did you know, that by setting one simple boolean value, you can turn on speech recognition for any regular old input. Learn how and try out a demo.