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 - 28 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
- 8 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.
- 23 comments
- by addi



- play
- 10 min 49 sec
- 62.1 MB
DVD Outtake: Drupal Module Selection Tips
October 27, 2008
One of the hardest things to do after getting your Drupal installation up and running is deciding which Drupal modules that you're going to use. There are literally thousands of modules to choose from, and so this can be quite a daunting task. It's even more overwhelming if you don't have a clear strategy for searching through, filtering down, evaluating and testing the viable module candidates in the vast Drupal contrib repository.
You may have already come across valuable resources such as Lullabot's Top 40 modules podcast, the user ratings and feedback provided at DrupalModules.com, as well as the recently published module usage statistics on Drupal.org that allows you gauge how many people are actively using any particular module.
These are all great resources to be sure, but there is also a lot of really useful information on the health of a module that you can gather directly from the links on the module's project page if you know where to look.
This 8-minute video is an outtake from the "Understanding Drupal" DVD / digital download that features the Lullabot team sharing their module evaluation tricks of the trade. They'll walk you through some of their favorite strategies for quickly filtering down the number of viable module options down to a reasonable number.
If you enjoy these types of insights, then be sure to consider coming down to the "Do It With Drupal" Conference in New Orleans from December 10-12 where team Lullabot and a host of Drupal and outside community experts will be giving out a lot of practical Drupal site building advice like this. This is the last week of the last early bird discounts, and so save yourself a couple of hundred dollars and register today.
This 8-minute video is an outtake from the "Understanding Drupal" DVD / digital download that features the Lullabot team sharing their module evaluation tricks of the trade. They'll walk you through some of their favorite strategies for quickly filtering down the number of viable module options down to a reasonable number.
If you enjoy these types of insights, then be sure to consider coming down to the "Do It With Drupal" Conference in New Orleans from December 10-12 where team Lullabot and a host of Drupal and outside community experts will be giving out a lot of practical Drupal site building advice like this. This is the last week of the last early bird discounts, and so save yourself a couple of hundred dollars and register today.
- 5 comments
- by kentbye



- play
- 7 min 57 sec
- 33 MB
Building Views with Fivestar and VotingAPI
September 30, 2008
This videocast covers three modules, wrapped together to provide a flexible solution for displaying information about content ratings in a list.
VotingAPI: Central storage of votes and rating information.
Fivestar: A flexible widget for registering votes on a 1-10 star basis.
Views: The ultimate Drupal query builder, capable of pulling out lists of information from the database.
In Drupal 6, the options in configuring views has become drastically more complex. This videocast helps understand how to setup views that display information about the current average rating for piece of content and also how to pull in an individual users results, each displayed as Fivestar widgets.
- 33 comments
- by nate



- play
- 17 min 29 sec
- 89.75 MB
Porting Drupal Modules
July 4, 2008
Now that CCK and Views have release candidates for Drupal 6, it's the perfect time to start hammering down on the list of modules that haven't been ported yet. This video demonstrates how anyone with basic copy/paste/modify PHP skills can help port Drupal modules. Really! It's not nearly as bad as you think. :)
Topics covered include:
- How to tell the module portage status of your Drupal site with the Upgrade Status module.
- How to perform basic community research to determine the actual porting status of your modules.
- Overview of the amazing Coder module and how to configure it.
- Where to find more information about changes between Drupal versions.
- How to use Coder module to convert a simple module from Drupal 5 to Drupal 6, step by step.
- How to test to ensure the porting status was a success.
- 23 comments
- Read more
- by angie



- play
- 15 min 59 sec
- 60.43 MB
Introduction to the Drupal.org issue queue
June 22, 2008
Almost all community work really "happens" in the Drupal.org issue queue. This is where the community can track all of the todos for all of our projects. Every project has a queue. This means Drupal core, contributed modules and themes and even the drupal.org website and documentation have queues. This video covers how to find the queue you need, gives a little orientation, then shows how to search for existing issues and create a new issue.
- 4 comments
- by addi



- play
- 10 min 7 sec
- 64 MB
Add a handbook page to Drupal.org
May 26, 2008
Everyone with a Drupal.org account can add new pages to the handbook. This video shows how easy it is and walks through the entire process of adding a new page for a contributed module and making an issue to get the link added to the module's project page.
This is the third video in a series that also shows how to get an account and take advantage of advanced search on Drupal.org.
- 4 comments
- by addi



- play
- 9 min 3 sec
- 60.13 MB
RSS Feed

