DEVELOPER LINKS
SQL Commands Tutorial
A gentle introduction to MySQL commands. This page also serves as a useful reference for those who already know the commands. Over time SQL Zoo has become an excellent resource for comparing the difference in syntax for database queries across different database engines. Very cool SQL testing tool!
Understanding Drupal breadcrumbs
Drupal has lots of neat functionality built right into it. However, getting this 'free functionality' to bend to your will can be another matter. Breadcrumbs in Drupal can be extremely annoying if you expect them to 'just work'. Andrew Sterling Hanenkamp wrote up a nice little article that sheds some light on Content Organization in Drupal.
No Right-Click
The easiest way to block a majority of people from viewing your source code or stealing your photos. It introduces you to a little code snippet that can be placed into the body tag of any web page to disable the right click menu in most all browsers (but not Opera).This tutorial is so great, it even teaches you how to over-ride this option!