Drupal
I recently set out to change some of the language on Drupal 7's login block links from "Create new account" to "Sign Up!" and from "Request new password" to "Forgot Your Password". As I was thinking about how to do this I realized there are certainly a few ways to accomplish this. After some research, I discovered there are quite a few ways to get this done. I decided to try to work through all of them as an exercise in getting familiar with most aspects of Drupal 7 themeing. I've outlined most of the ways this can be accomplished below.
Buidling and installing sites with drush make
Drush make is a wonderful tool that lets build a configuration file (a make file) to allow you to download Drupal core, all the contrib modules you may need as well external libraries you may need such as jquery.ui or others. You can even fetch items form git or subversion repositories.
The syntax of the make file looks like this:
; Drupal core version
core = 7.x
projects[] = drupal
; Drush make API version
api = 2
Introducing the Inline Ajax Comments Module
(Switch to 720p and full screen for a better view).
I've been meaning to redo this screencast, but after almost a year its looking like I won't so here it is.