Command Line Basics: Symbolic Links
November 23, 2009
This video shows how to use the magical symbolic link, or symlink. These are basically a handy *nix way to create shortcuts. They come in particularly handy if you want to organize code for your websites outside of the web server's document root and that is the example we use here.
- 7 comments
- by addi
- play
- 7 min 8 sec
- 28.4 MB
Command Line Basics: Compression and Archiving
October 28, 2009
This command line video covers the three most common commands for compressing and archiving files, including how to get them back out again. Most commonly you first hit the need for these when you download a file and need to get it uncompressed. We'll cover the following commands:
- zip
- unzip
- gzip
- gunzip
- tar
- 3 comments
- by addi
- play
- 10 min 46 sec
- 43.15 MB
Command Line Basics: Permissions and Ownership
September 16, 2009
In this next video of our command line series, we will look at permissions and ownership of files and folders. It covers the following commands:
- chmod
- chown
- chgrp
- sudo
- 13 comments
- by addi
- play
- 16 min 15 sec
- 40.25 MB
Command Line Basics: Copy, Move, Delete
September 8, 2009
The next video covering command line basics, this one covers common commands for dealing with files:
- cp
- mv
- rm
- 2 comments
- by addi
- play
- 11 min 10 sec
- 56.88 MB
Command Line Basics: Moving around
August 31, 2009
This is the first video in a series that shows basic command line usage for *nix systems, such as Linux, Mac OS X, and on Windows, using applications like Cygwin. This video shows the following commands and spends the most time explaining how to move around your file structure from the command line:
- pwd
- ls (and ls -al)
- less
- cd
- man
- clear
- 14 comments
- by addi
- play
- 13 min 35 sec
- 73.01 MB
Photo galleries with Views Attach
June 1, 2009
A quick screencast demonstrating a new technique for building photo galleries in Drupal with Views and CCK.
Update: An encapsulated version of these settings has been exported for use with the Features module -- it should automatically handle the dependency tracking.
Update 2: An additional 'raw' export of the views, css, and content types is now available for download as well. For those not using the Features module, it should get you started. The ImageCache presets will still need to be set up, but the rest is there.
Effortless Inline Thumbnails: Image Resize Filter
February 1, 2009
There are a lot of approaches for resizing images (ImageCache, Image, iMCE, and many others). However when building a site for a simple user (no previous web experience), I found that all of these approaches required too much effort on the part of the end user. Why can't a user just resize an image in their WYSIWYG, and not worry about the size of the image at all? That's the goal accomplished by the Image Resize Filter. Despite its extremely techie-sounding name, it's ridiculously easy to use. It provides inline resizing of images to match any
![]()
tag in any HTML inserted in any Drupal textarea that supports filtering.
Image Resize Filter Project Page: http://drupal.org/project/image_resize_filter - 35 comments
- by nate
- play
- 8 min 13 sec
- 23.63 MB
Using IRC in your browser
January 13, 2009
Using IRC (Internet Relay Chat) is a great way to have real-time conversations online. For many people who aren't familiar with it though, just getting into an IRC channel can be enough to deter them. This video will look at two quick and easy browser-based ways to access IRC, Mibbit.com and the ChatZilla Firefox extension. We'll look at how to get into the Drupal support channel (#drupal-support) and how to get both clients to remember the channels you like to use. There are more videos coming that cover client applications that you can install on your computer and general IRC usage, etiquette and tips.
Some handy links:
Drupal IRC channels
Mibbit.com
Firefox ChatZilla Add-on
- 9 comments
- by addi
- play
- 11 min 4 sec
- 72.76 MB
Database Fun with Schema Module
November 14, 2008
This video is an introduction to the Schema module. This is a great module if you'd like a peek at how your Drupal database is set up (with descriptions!) or if you are building a new module and you'd like someone else to magically create the schema for your .install file. It can also check your database and tell you if anyone has monkeyed with the way Drupal thinks it should be set up. This introduction touches on all of these features and gives a good overview on how to use this really cool module.
- 7 comments
- by addi
- play
- 13 min 24 sec
- 72 MB
Using Secondary Menus
November 6, 2008
This video looks at using Drupal menus, specifically how to use the secondary menu concept to create a relation between your top level menu items and a child menu. Once we set them up, I play around in the theme to change up where they get displayed. I also play a bit with the CSS classes that are used. Besides learning about secondary menus, this video is also a brief intro to tweaking the page.tpl.php file of your theme.
- 34 comments
- by addi
- play
- 10 min 49 sec
- 62.1 MB
RSS Feed

