PHP for Designers (or Wanting to Drive Your Sister's Cadillac)

Laura:

"Why use parentheses instead of brackets?" These are the types of basic questions asked by designers learning PHP. Such questions befuddle instructors and annoy developer-types in PHP classes, but making PHP accessible to designers is a huge leap toward advancing Drupal adoption. Drupal instructors are fumbling to create PHP courses that are designer-friendly and don't scare away this huge group of potential Drupal users.

And designers are hungry to learn PHP. While they've been walking down the website creation street with their bag of design, CSS and HTML tricks, their PHP-literate sister is zooming by in her shiny black Cadillac.

Posted 11/08/2011 - 09:29

Create Headlines With Cufon

Laura:

For years, web designers have been faced with two choices when creating a text-element on a page: 1) Stick with web fonts: Arial, Tahoma, Georgia, et al, and use HTML text, or 2) Use text as images.

Posted 06/30/2009 - 15:54 // 5 comments

Preload images with CSS, not JS

Tirdad:

There's really no reason you should need Javascript to preload images when it can be done with a little CSS.

Posted 06/18/2009 - 12:28

Multipart HTML Emails With Drupal

Irakli:

Multi-part email format allows you to send both textual and HTML-formatted emails concurrently. These days, most web-systems should support this. In the following blog post, we discuss and show a quick example of how to send multi-part e-mails with Drupal

Posted 07/15/2008 - 13:47 // 6 comments