jess's blog

Library Module (con't)

I've recently been doing research into other modules that are commonly used by libraries and that have functionality that would be useful in combination with the library module that I'm writing. One module that looks particularly interesting is the Bibliography Module.

Common Drupal Functions for Module Development

There are a handful of functions that any module developer needs to know to get started developing for Drupal. In my perspective, functions fall into 4 categories: PHP functions (not specific to Drupal), general Drupal functions not associated with a specific module (such as database and error functions), hooks, and core module functions (often overwritten hooks).

CSS min-height in IE6

Ok - so this isn't Drupal related, but it is a really cool trick! For those folks who know CSS, Internet Explorer 6 is a HUGE PAIN IN THE ***. Ahem. Anyway, IE6 doesn't support min/max height or width. This is really frustrating if you have a design that you'd like to be somewhat flexible, yet doesn't look good below/above a certain height/width.

Syndicate content