Main Navigation
Search Quirksmode
A really quick and simple code snippet to remove the (in my opinion) incredibly annoying admin bar. Add this to your functions.php:
add_filter('show_admin_bar', '__return_false');
Sub Footer