CSS Reset from Yahoo
I've been using the YUI Reset CSS in a production environment for a while now, it's cracking! The idea is that it resets all browser CSS inconstancies to a base standard, basically removing all styles from all elements. In effect, any further CSS that you generate will render the exact same way in any browser. It works by simply including the Yahoo CSS before any of your own styles, the file can be found here.
In addition to to the Reset CSS, Yahoo provide the YUI Base CSS file, found here, which then adds the default behaviors of common tags such as '<strong>' - make the tag bold.
RECENT ARTICLES
Import Error: No module named django.core.management
Installing and testing the Django Framework on my new mac I came acro... read more
Quick Note on Setting Up a Mail Server
Part of the basics when setting up a mail server but I needed to put ... read more
Microformats Creator Tool
"Microformats are a way of adding simple markup to human-readable... read more
Recursive Directory Listing
Nothing too fancy but a nice way of viewing a directory tree on your ... read more