design

Anatomy of a Drupal Theme - The Node Object

The function behind the $node object is node_load(). This brings the $node object into play within your node.tpl.php template file and gives you the ability to display any variables from the node. Drupal handles everything behind the scenes -- access permissions, attached taxonomy, attached files, meta information, and more -- and hands you the gift wrapped object. In addition to the core variables, the node object also includes any added variables, such as CCK fields. 

Gathering Statistics on Blocked Images in Email Marketing Campaigns

A lot of my clients use different email system to handle their marketing campaigns. Whether it's RatePoint, Constant Contact, or some of their own proprietary platforms, they are all running into the same problem -- most modern email systems don't display inline images by default. This gives them the fear that their mailings are giving an even lower return rate to an already low rate. I tend to think that the people who pay attention to email-based advertisements are pretty likely to hit the "always display images from this sender" button, but you can never be sure.

Subscribe to RSS - design