Links tagged with “CSS”

Haml/Sass 2.2 Released

Haml/Sass 2.2 was released today, and it’s got a lot of great new features. While I’ve never tried Haml, I use Sass for this site, and I can’t wait to try out 2.2. My favorite update: mixins with arguments

Posted on July 8, 2009 Leave a Comment
Tagged with: , , , , ,

Simplifying CSS Selectors

A great piece on how CSS selectors are interpreted (right to left), and how best to optimize them.

Posted on June 22, 2009 Leave a Comment
Tagged with: , , ,

Smurf, a JS and CSS minifier for Rails

I came across Smurf today while looking for a way to compress my Javascript and CSS files, and it’s really a clever little plugin. Just install the plugin to your Rails project and add :cache => true or :cache => 'name' to your javascript_include_tag and stylesheet_include_tag calls, and it automatically compresses your files for you. This, combined with mod_deflate, helps to keep load times down, ensuring a better experience for your users.

Posted on February 22, 2009 Leave a Comment
Tagged with: , , , , ,

Accessible Data Visualization with Web Standards

I’m bookmarking this article from A List Apart for later reference. CSS bar charts might be a nice way to clean up my notebook page, which, as it stands right now, is a complete mess.

Posted on August 28, 2008 Leave a Comment
Tagged with: , , ,