Drupal and css links

in

Before I get too far into Drupal, I should list where I've been, what I've found interesting and helpful. This will serve me as a list of places to revisit, and perhaps also provide some pointers for other Drupal beginners who are bored with life and haven't already found a million other lists of places to go!

First, of course, http://www.drupal.org/ and I ought to list the places I've gone within that site. Mainly the installation guide and various handbooks.

http://drupal.org/handbook/customization/tutorials/beginners-cookbook The Drupal Cookbook for Beginners
http://drupal.org/node/120614 Basic configuration

Often comments on pages within drupal.org lead off to other useful resources on other sites.

http://www.nerdliness.com/article/2007/09/10/drupal-theming
http://neemtree.com.au/drupal-theming-designers
http://www.gomediazine.com/
http://www.gomediazine.com/archives/
http://pauldelsignore.com/create/images/drupal-zen.pdf A diagram of how the various divs etc nest within the Zen theme

http://nanwich.info/drupal_collection/must_have_modules.html Useful Drupal modules
http://geshan.blogspot.com/2008/07/10-must-have-drupal-modules.html Useful Drupal modules

http://tips.webdesign10.com/how-to-make-a-drupal-theme
http://drupal.org/node/11816 Node.tpl.php This template controls the display of a node, and a node summary. It can only affect the output of the $content variable.
This is within
http://drupal.org/theme-guide/5 Theme developer's guide (v5 and earlier)

CSS, not specifically Drupal

http://www.csszengarden.com/ Zen Garden
http://www.positioniseverything.net/
http://web.tampabay.rr.com/bmerkey/
http://tutorialblog.org/25-code-snippets-for-web-designers-part1/

PHP

http://www.php.net/
http://www.phpfreaks.com/tutorial/php-security