drupal design tips

11

Click here to load reader

Upload: john-albin-wilkins

Post on 15-Jun-2015

1.714 views

Category:

Technology


0 download

DESCRIPTION

A brief presentation of things that should be included in designs intended for Drupal.Presented at the February Drupal Taiwan meet-up.

TRANSCRIPT

Page 1: Drupal Design Tips

Tips forDesigning in Drupal

John Albin WilkinsDrupal Taiwan — February 27, 2010

Page 2: Drupal Design Tips

How is Drupal unique?(what to watch out for)

•Expanding/collapsing regions

•Unique Drupal-isms (menus, tabs, etc.)

•#1 issue:Drupal sites often grow after launch

Page 3: Drupal Design Tips

What can happen when a website changes after launch?

1. Site admin adds new functionality using contrib module.

2. Design FAIL. Because design was too specific.

3. Pay for new design work. :-(

Page 4: Drupal Design Tips

It’s easy to design specific elements.

It’s challenging to design generically.

Page 5: Drupal Design Tips

Design generically

•HTML Elements — make a list of all HTML tags and style them all.

•Generic content page

•Generic block (for each region)

•Generic list of content (think Views)

Page 6: Drupal Design Tips

Drupal-isms

Page 7: Drupal Design Tips

Expanding/collapsing regions

•Regions only appear on a page if the region has content.

•Content column expands to take up space left by collapsed sidebar regions

Page 8: Drupal Design Tips

Menu treesExtremely common navigation style

Page 9: Drupal Design Tips

View/Edit tabs(and Revision/Outline/etc tabs)

Page 10: Drupal Design Tips

Pager(navigate through a list of content)

Page 11: Drupal Design Tips

The Basics:one more time…

•HTML Elements

•Generic page, block, content list

•Expanding/collapsing regions

•Menu trees

•View/Edit/etc Tabs

•Pager