"Working together with Revelate has been so effective due to strong creative competence and content consultation. Especially the consistent implementation of the corporate identity helps us a lot to target specific user groups."

- Dr. Ulrich Hampl
Stiftung Ökologie & Landbau

Stiftung Ökologie & Landbau

soel logo SÖL (Stiftung Ökologie & Landbau) is an important institution in the organic sector. Revelate was called in to redesign their main website (www.soel.de, one of the most important web resources in that field). Subsequently we were asked to design and produce a seperate site for Gut Hohenberg, their educational and experimental farm.

The original site had several problems:

Design

In order to improve usability, the frameset was removed and several improvements were made:

Visually, the design was based on a newspaper masthead to reflect the main focus of SÖL as a provider of information. It was also made cleaner and lighter. On the most important pages various pictorial elements were introduced to improve scanability and aesthetics.


homepage screenshot

Homepage

The homepage of soel.de is mostly news items and this has proved very popular. On the other hand it was not working as a functional gateway to the rest of the site. It also made the organisation very obscure for first time visitors.

Part of the problem was that everything was listed as text links making it was impossible to appreciate what was available without actually reading the individual links. There was no hierarchy of visual elements to organise the page and help the eye make sense of it.

The solution consisted in depicting the elements visually in a way that was conceptually coherent. For example the link to the very important address database is now a complete form which is a both eye catching and practical way to access to the database.

By keeping the news items very high in the page, we ensured that these improvements were not made at the expense of the users who regularly visit this news resource.

Implementation

The soel.de site is deceptively simple. We were keen not to interfere with the workflow of the editors who were used to uploading simple Dreamweaver pages. However we did want a separation between content and presentation as well as an easy way to make global changes (typically to the navigation).

We knew from prior experience that when the navigation structure was placed in every page via server side includes the editors could get confused and occasionally break the structure of the page they were working on.

On the other hand a complete content management system would also have been unsuitable, for several reasons:

In order to solve this problem we developed a custom program in PHP that would place all the navigation elements on the fly.

Consider the following web address:

www.soel.de/projekte/internet.html

Although it looks perfectly normal, the "/projekte/" section is not actually a folder but points to a program written in php. The "/internet.html" ending informs the program to go and collect the page "internet.html" which is stored in a completely different folder.

The program then has to identify all the links (to images and other web pages) and alter them to fit with the pages new location, before wrapping the navigation bar around the content and finally delivering the complete page to the visitor.

This is quite hard work for the server, so the complete page is written to a cache which is automatically updated when any content is modified by an editor. Thanks to this, page delivery is only slightly slower than standard HTML pages and much, much quicker than database driven pages.

This system was extremely well received by the editors, for one simple reason: it didn't in any way interfere with their previous work, nor did they have to correct broken links or any of the other tedious tasks involved in site relaunches. They simply went to bed with a site that had poor design and woke up with one with great design.

Gut Hohenberg

Gut Hohenberg is SÖL's research and educational farm. Since this is an increasingly important part of SÖL and is targeted a wider audience, it really needed it's own website.

For consistency we used the same basic design as soel.de, but with a navigation system that is more appropriate for a smaller site. In terms of look and feel, the design conveys the playfulness and fun of the farm and makes large use of photographs.

The implementation system is the same as soel.de, enabling the site to be regularly updated from the farm itself. Added features include a rotation system for the top photographs and illustrations.

gut hohenberg screenshot

top of page