Nicole Sullivan covers some of Antti Koivisto's work on making CSS selectors faster in WebKit. Clever stuff, which Nicole helps make understandable for all of us. Mostly stuff that helps the browser "rule out" selectors more quickly...
Author: Kubrick
Category: Wordpress
Maggie Costello Wachs from Filament Group shares the best approach to responsive data tables I've seen yet. Remember the problem: exploring a large data table on small screen devices means a bunch of horizontal and vertical scrolling, which sucks...
Author: Kubrick
Category: Wordpress
Let's say you're browsing Google Web Fonts for a free font to use on your website. You find one you like... ...
Author: Kubrick
Category: Wordpress
Hey folks! It's that time of year again where I write a post to say thanks to every person visiting this site. ...
Author: Kubrick
Category: Wordpress
Let's say you are working on a web application in jQuery and you are tasked with writing an accordion suited to the needs of your web app. You decide to make it into a plugin. That way anywhere in...
Author: Kubrick
Category: Wordpress
The "Checkbox Hack" is where you use a connected label and checkbox input and usually some other element you are trying to control, like this: <label for="toggle-1">Do Something</label> <input type="checkbox" id="toggle-1"> <div>Control me</div> Then with CSS, you hide the...
Author: Kubrick
Category: Wordpress
Adobe has some pretty cool header bars for modules on their site: The header bar is divided into left and right sections. The left being an explanatory title and the right being a related link. But let's get super...
Author: Kubrick
Category: Wordpress
Elements can have multiple class names. ...
Author: Kubrick
Category: Wordpress
The best part about Lea Verou's new in-browser HTML/CSS demo tool? It saves your demos to your GitHub account as gists. ...
Author: Kubrick
Category: Wordpress
For the gallery section of this site, I wanted people to have the ability to see the screenshot at it's original size. ...
Author: Kubrick
Category: Wordpress