| Thu, 2009-12-31 20:51 — David Herron |
The Advertisement module for Drupal is pretty darn powerful and is quite adequate for serving ads on the site on which it's running. That is, you can configure the module, add in a bunch of ad nodes, configure a block to select ads from given ad groups, and they show up on the page. This module also supports "remote ads". This is a bad name for the functionality but "remote ads" generates a bit of javascript which can be embedded into other websites to display advertisements hosted by the Advertisement module. I've been using the Advertisement module to host ads within the Drupal instance on which the ad's are running, however I am partway through converting to using the remote ads feature and am liking the result so far.
| Sat, 2009-11-28 23:15 — David Herron |
Looking at the traffic data google Analytics collects on my web sites I see a high "bounce" rate which means many visitors leave right away. It means they come to the site, then look only at the one page, presumably to go elsewhere. I've been pondering what might be a good way to entice them to stay and look around. After all, my websites exist to instruct people, so the more pages they look at on my sites the more instruction I'm able to impart. Oh, and there's a higher chance they'll click on an ad or something.
| Thu, 2009-10-01 20:39 — David Herron |
Blog directories are simply a list of sites, characteristics of each site, and a listing of the recent blog posts on the site. They are very useful in helping people find blogs of interest. When a blog directory is focused on a specific topic it helps to build better awareness of that topic area. It's relatively easy to build a blog and podcast directory in Drupal using FeedAPI.
| Tue, 2009-09-15 09:44 — David Herron |
I've had a problem with use of RedirectMatch on some of my sites which causes a FAIL in combination with Drupal's reliance on mod_rewrite to provide clean URL's. Over the years I've used different technologies to build sites and on occasion have converted a site built with static web pages into one driven with Drupal. This has meant a web of .htaccess files listing redirects for the old URL into a new URL. The goal is to help your readers continue to access the pages you wrote even when the location (URL) of the page changes.
| Sun, 2009-09-13 17:30 — David Herron |
There's a long standing debate over the content of RSS feeds. For the greatest convenience of your readers the full RSS feed is great, because they can read your articles in their feed aggregator. However as a publisher who needs to earn a living from my writing I only want to publish a teaser so that the reader will feel incentivized to visit my site. For me the feed is a lure to bring people to my site, and I cannot do justice to others' viewpiont.
| Mon, 2009-08-31 22:47 — David Herron |
The core Tracker module is a convenient way to look at recent traffic on a Drupal site. It shows a list of recently posted (or modified) nodes along with useful data items for each node. However with Views 2 there is a more flexible way to implement the same functionality, without enabling another module.
The task is really pretty simple. Just download and enable the Views module, then in the Views configuration interface enable the Tracker view. Yup, coming bundled with the Views module is a predefined view which does every task the Tracker module does.
| Sun, 2009-08-30 13:15 — David Herron |
In two prior blog posts (see the references section below) I've discussed using a website content type to create resources lists. In this post I want to discuss another use, for a kind of footnoting system. You can see it in action below.
| Sun, 2009-08-30 12:46 — David Herron |
| Sun, 2009-08-30 12:06 — David Herron |
For several years I've used a CCK content type named 'Website'. The purpose has been to simply list links to websites for my reference and others benefit. The traffic on my sites shows that the website links (specifically the taxonomy pages listing the website nodes) are popular and in some cases the most popular part of the sites. In general "resources" pages are an old practice on the web, you'd see a "Resources" page on most sites that's a simple list of links to useful sites.