Latest blog post: 10 Epic Dribblers That You Should Be Following →

Archive for August, 2010

Drupal 6 image paths in template files

I had a hard time finding much info on this in a Google search so I figured I would post the simple answer. In order to include images in your template files you must include the path relative to your installation. Assuming your template images are in the images folder, this is done with the following code:

<img src="<?php echo $base_path . path_to_template(); ?>/images/picture.jpg" />

The Perfect Development Environment

Developers will argue all day that a particular development setup is better than the next but we can all agree that having a development environment that is both comfortable and efficient is crucial for creating great software and meeting deadlines.

Here I will be covering, in detail, my ideal development environment. Some of it you will agree with, some of it you will disagree with, but hopefully this can help you refine your own development environment and question your current setup.

Read the full article on Think Vitamin

Get Adobe Flash playerPlugin by wpburn.com wordpress themes

The best way to contact me is through one of the networks on the left or by emailing me at
ericbieller [at] gmail [dot] com.