mlsamuelson.com

Introducing the Drupal Signup Node Spawn module

Finally had a work day with some breathing room this week - it's been a while - and I was able to climb up the Drupal Git learning curve (not difficult) and release the updated for Drupal 7 Insert Block module and the new Signup Node Spawn module which I created for work a few months back.

Rocking the Vim terminal in a GUI cut and paste world

When I first started using Vim as my full time editor, one thing that tripped me up was copying and pasting to and from Vim where I run it in the terminal. Line numbers wanted to come with my copys, and indentation on code went wacky with my pastes into Vim. A couple quick, temporary settings changes, though, and Vim handles everything just fine.

When pasting to Vim in the terminal, if line indentation gets out of hand, progressively indenting each line. Fix it by turning paste on:

:set paste

Install Webgrind to profile Drupal and other PHP applications on OS X

Screenshot of Webgrind

A coworker recently clued me in on Webgrind, a platform independent, browser-based PHP profiling application. I was impressed with it, and thought I'd contribute to the installation and usage instructions that are floating around the web with my specific setup.

Assumes you're using MAMP on OS X, but you can probably adapt.


Top Drupal modules for most installations

I presented a session on "Essential Drupal Modules" at today's Boise Code Camp. The talk highlighted the modules most every Drupal installation should have, as well as a number of gap-fitting modules that fill a few UI and functionality deficits found in Drupal core. Additionally I included a segment on finding and evaluating modules.

Getting Started with Drupal's Batch API

The following is a posting of my code from this month's Boise Drupal User Group presentation I did on Drupal's Batch API as it exists in Drupal 6. It also showcases a simple technique one could use for firing off batch operations via Drupal's admin interface. It's light on prose, and heavy on code.

screenshot of batch api in action: progress bar

Syndicate content

User login