Tag css
django-assets - Media Asset management for Django
This looks like a very useful application for managing Javascript & CSS files in Django projects. It can combine and compress JS & CSS files either manually (via command line) or automatically (when a user hits your site and one of the files has been changed).
A few sites I'm working on currently include multiple JS files to do their job, this should let me minimise that.
It's just a pity the source code is only available via bzr - since just about every other Django application uses svn it's often nice to keep the status quo. It also removes the ability for other application authors to refer to it via svn:externals. Oh well.
http://code.google.com/p/django-assets/A List Apart: Articles: Accessible Data Visualization with Web Standards
Wilson Miner has written a fantastic article for A List Apart discussing how he built the text and CSS-based charts for the fantastic data representation on EveryBlock. Whilst it's simple and really only going to be useful for barchart variants, it seems to me to be a great way to visualise data using basic technologies.
http://www.alistapart.com/articles/accessibledatavisualizationVitamin Features » Ensuring your HTML emails look great and get delivered
Vitamin Features » Ensuring your HTML emails look great and get delivered
http://www.thinkvitamin.com/features/design/ensuring-your-html-emails-look-great-and-get-deliveredblueprintcss - Google Code
Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, and even a stylesheet for printing.
http://code.google.com/p/blueprintcss/