Three tips for comment theming in Drupal A few snippets of theme code to whip your Drupal comments into shape. Make them more SEO'd, readable and how you want them.
Creating custom error pages in Drupal A comparison of available methods of handling error pages (specifically 404, 403) in Drupal, with some useful code snippets on how to handle these in a friendly, efficient manner.
Adding website section images in Drupal themes Adding section images to page templates in Drupal themes, based on path alias or menu entry. Lots of code here.
Where do I create PHPTemplate variables in Drupal theming? A quick snippet of beginner-level code to help out those bridging the gap between HTML and PHP - Drupal theme template code!