Open Source Software

 
Printer-friendly version
Syndicate content
Podcast

10 Must Have Drupal Modules

As a Web Developer here at Forum One, I've had the opportunity to work with a lot of modules in the Drupal Community. Some modules I've used are great and make working with Drupal a dream, others... not so much. I'd like to use this blog entry to focus on the must have modules I use on nearly all my Drupal projects. First off, you should know that I almost always start with Acquia's packaged distribution of Drupal called Acquia Drupal.

Extending Panels in Drupal

Panels is one of those Drupal modules that engenders a range of feelings around here.  Some people love it -- interface configurable layout! -- and some hate it -- difficult to manage .5em gutters.  But it, and Chaos Tools which it is based on, provide a great deal of useful functionality.  The problem is there is very little documentation on how to extend it beyond what's distributed in code.  The basics of extending Panels/CTools is pretty easy, you just implement the hook_ctools_plugin_directory to tell it where to look for your files, e.g.

WordPress 2.9: Custom Post Types Explained

WordPress 2.9 is ramping up support for custom post types. It's an improvement, but not nearly as exciting as you've probably been led to believe.

For starters, what is a custom post type in WordPress?

How to Create a Simple WordPress Plugin

Creating a plugin in WordPress is easier than you might think. There are currently over 8,500 plugins in the wordpress.org repository (not including paid plugins), so that should say something.

For starters, WordPress has a fairly extensive plugin API system, granting you the ability to hook into various parts of WordPress without needing to touch the core code directly.

Individual Node Theming in Drupal

This quick tutorial will demonstrate how you can set up your Drupal site to allow registered users to create custom themes which they can apply to other content items (nodes).

Translating your WordPress site using a POT file

This is a quick guide on how to translate your WordPress site using a POT file and tools involved in the process.

What framework is used for translating WP?

Using the gettext translation framework, there are three files involved in translating your wordpress site.

Pods: An Introspective on Software Development

Pods is a pet project that I've been working on for more than a year. It's purpose is to sit on top of WordPress and allow for users to create custom data structures, called content types. It's sort of like Drupal CCK, but for WordPress.

CodeWorks 09 DC

CodeWorks 09Thought I'd give a few overall impressions from CodeWorks DC while they're fresh in my mind.

Syndicate content