Showing 1 - 12 of 12 items. (Page 1 of 1)
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.
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.
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.
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.
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.
CSS improvements in Firefox 3 - MDC
Mozilla's Developer Connection has an summary of the CSS improvements in Firefox 3.
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.
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.
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.
XRAY :: for web developers
I've haven't used this yet but any insight into IE6's box model rendering is a good thing.
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!
Clean CSS - A Resource for Web Designers - Optmize and Format your CSS
Compresses and optimizes your CSS.