Quick tip: Drupal menus, Hiding menu title

May 17th, 2010

Since it is required to have a name for each menu, and no options to show or hide the menu title on the front end, I found myself fumbling for a way to hide the title, using native backend Drupal functionality.
Menu name is required here:
Home › Administer › Site building › Primary Links > Edit [...]

Posted in Drupal, Scenarios

A quick look at WP-Print, a WordPress plugin for printer friendly printing

January 19th, 2010

I struggled to find a solution to creating a printer friendly version of a paginated page (or post). I successfully created a dynamic page called “printer friendly” and used a series of variables to dynamically pull from an existing post or page. That part worked. The problem was getting the full text of the article [...]

Posted in Scenarios, Wordpress

Scenario: simple mock-feed

August 26th, 2009

Simple mock-feed that is based from an html file or block of code containing a DL and DT and DD tags. Pulled into a ticker as well as shown in a full story view by hiding and showing content via jquery.

Posted in Scenarios