xdeb.org

Development

Results of running Lighttpd as a static file server for Drupal 6

In my blog post Running Lighttpd as a static file server for Drupal 6 on a Debian GNU/Linux server I describe how I set up a static file server here on xdeb.org. I mentioned there that I have not done any benchmarking on the improvements.

Bazaar workflow for developing Drupal based web sites

Go to an updated version from 2011 of this blog post. During the summer I have worked out a Bazaar based workflow for Drupal sites that I think will work well for me. I have moved most of my sites in to this workflow and worked on them for some weeks and it feels good.

How to set up Apache Solr search for Drupal 6 on a Debian GNU/Linux server

At DrupalCamp Stockholm 2009 Robert Douglass from Acquia talked about Drupal with Apache Solr search. Solr takes searching in Drupal a huge step forward. Speed and faceted search on author/type/term/language/date/CCK fields are the main features. A “Did you mean …” function is there also and it works surprisingly well.

Make a Drupal theme look better on the iPhone

I’m using Safari on my iPhone to browse the web more than I thought I would. Mobil Safari display pages very much like Safari on Mac OS X so it mostly works really well. A web design however rarely works well on both a big computer screen and a small handheld screen, even a high resolution one like on the iPhone.

BBEdit - My text editor of choice

I noticed that I have never on my blog mentioned the text editor I use. This is a bit surprising since it’s where I do almost all my writing, and all my coding of course. More then 10 years ago I started to use Bare Bones free BBEdit Lite.

ImageMagick with Drupal 5 for nicer image scaling

To put images on Drupal sites I mainly use ImageField or my hacked version of the inline module together with ImageCache and Thickbox Imagecache can scale and crop images on the fly according to the presets you set up, a very nice module.