drupal

Drupal TextMate Bundle

Check out this Drupal bundle for TextMate. This thing is really, really helpful for writing modules! Especially when it comes to the infamous Form API!

On acko.net

Drupal Code/Syntax Geshi Highlighting Screenshot

Drupal Code/Syntax Geshi Highlighting Screenshot

A screenshot showing how geshi syntax highlighting works right out of the box!

Drupal Code Syntax Highlighting

Here's a nice module that allows you to setup code syntax highlighting in Drupal.

Firebug Plugin for Drupal Development

Tom just sent me a link to a plugin for Firefox. We all know firebug is about as best a javascript console and debugger as you can find, but now there's an experimental plugin strictly for debugging javascript in Drupal.

Ubercart stock, inventory control, out-of-stock products in cart

I spent a good chunk of time trying to find the best solution for controlling inventory on an Übercart I've been developing for a client.

The biggest issue is that by default Übercart doesn't stop customers from purchasing out-of-stock products.

Compress or aggregate your CSS in Drupal

You can speed up your drupal load times a bit if you compress or aggregate your css files. Drupal can do this for you!

Simply visit Admin > Site Configuration > Performance and enable Aggregate and Compress CSS files. Submit the page and check out the results. All of those @import() calls will be condensed and you'll notice just one css is loaded.

Developing for multiple roles with Drupal in one browser

Often when developing Drupal, you'll have multiple roles that you'll need to test. Generally, I'll be logged in on one browser as admin. I'll have another browser open for another role.

So I go in and make a change as admin, then visit the other browser to see how the change affects the other role.