Showing 1 - 12 of 12 items. (Page 1 of 1)


Link2008 Jun 26

mallipeddi's django-yslow at master — GitHub

A very nice Django app following the YSlow recommended best practices for optimizing your website. It includes Django management utilities to minimize and concatenate CSS/JS, version it for cache busting, and upload to S3 and set appropriate expiry and content-encoding headers.

Link2008 May 29

django-compress - Google Code

An app with management command to concatenate and compress Javascript and CSS files. It also handles cache busting by appending a date string. I've done this manually with Makefiles but this looks more integrated and easy.

Link2008 Mar 26

SonSpring | 960 Grid System

The 960 Grid System looks like a well thought out CSS framework. I personally like the differences in it vs. Blueprint CSS.

Link2008 Feb 02

Blueprint Grid CSS Generator

A grid generator for Blueprint CSS that lets you specify number of columns, column width, gutter width, and overall page width. It then generates the grids.css file in both normal and compressed versions, and a grid.png file for testing. Nicely done.

Link2007 Dec 19

24 ways: Diagnostic Styling

Very slick idea to create styles to highlight bad HTML practices like missing alternate text attributes. I'd love to see a common set added to some of the CSS frameworks like Blueprint.css.

Link2007 Dec 19

CSS improvements in Firefox 3 - MDC

Mozilla's Developer Connection has an summary of the CSS improvements in Firefox 3.

Link2007 Oct 25

Premailer — preflight for HTML e-mail — dunae.ca

An online script to convert an HTML document to support emailing. Converts CSS to inline CSS and other tricks for the best outcome in mail clients.

Link2007 Sep 25

Typography, Beyond the Font

Nice PDF slides of Jeff Croft's talk on typography. Lots of great stuff for web typography and happily very little about fonts.

Link2007 Sep 20

Continuing Intermittent Incoherency » CSS 3: A Giant Serving Of FAIL

Great CSS3 rant. It highlights a few types of things web developers and designers want to see were it not for the glacially moving W3C.

Link2007 Aug 21

XRAY :: for web developers

I've haven't used this yet but any insight into IE6's box model rendering is a good thing.

Link2007 Jul 31

YUI 2.3.0: Six New Components and a Prettier Face » Yahoo! User Interface Blog

YUI just keeps getting better. 6 new components, tons of bug fixes, nice new skin, and the documentation this round has improved lots. Awesome!