Using drush_make to install the excanvas library for drupal Beautytips module

by Adrian 24th May, 2010 @ 16:42

Beautytips module requires the excanvas library for Internet Explorer support. But it's tricky getting drush_make to download and install the zipped version provided by the excanvas project because there's no containing folder and drush_make seems to expect one. Read more »

A Drupal Planet screensaver for OSX

by Adrian 18th Apr, 2010 @ 11:58

Many moons ago, I used Apple's Quartz Composer to create a screensaver for OSX, featuring our friend the Druplicon and the feed from Drupal Planet.

I thought it was about time I shared it. Read more »

Four tips for developing Drupal under Aegir

by Adrian 19th Feb, 2010 @ 18:17

If you've fallen under the spell of mig5 (aka Miguel Jacq) and moved your Drupal deployment workflow to drush, drush_make, Aegir and git you might have been scratching your head over how to carry over your normal development workflow. Here's four tips to help you along. Note that all commands presume a Debian/Ubuntu style OS. Read more »

A CSSEdit AutoCompletion.plist of my own

by Adrian 16th Dec, 2009 @ 17:37

I came across Andy Ford's modified AutoCompletion.plist for MacRabbit's CSSEdit today, and not being entirely convinced of all Andy's modifications I decided to make my own.

The main differences are: I've moved the browser specific and CSS3 properties into their own sections, added a comment above each of those sections and removed the font-family values. Generally I add font stacks from an external source like code style's font stack builder, so these font names make no sense to add, especially without spaces (that's just asking for trouble)!

But thanks go to Andy for writing up the tip, it's a handy addition to CSSEdit while we wait for MacRabbit to finish playing with Espresso and get around to updating CSSEdit.

Attached is a patch file with my modifications to the original AutoCompletion.plist.

CSS sprites using Imagecache and ImageMagick Raw Action module

by Adrian 30th Nov, 2009 @ 16:04

A question in one of the Drupal IRC channels recently reminded me to write about my ImageMagick Raw Action module (im_raw) and its ability to generate CSS sprite style images from uploaded image files. This is not a recipe for a whole site CSS sprite containing all icons and backgrounds used, but a way to process a single uploaded image and append that processed version to the original.

ImageMagick raw action also opens up a wide array of potential visual effects driven by ImageMagick to be used in CSS hover effects in galleries or anywhere else you use imagecache presets. Read more »