Tuesday, November 23, 2010

Drupal Dictionary Software "BDIC" released as an e-learning environment for German print and media industry

        
By: Karlheinz Schuler

     

        (Stuttgart, Germany) Drupal specialized Developer Arlmedia  has developed the BDIC online dictionary software for Beuth-University for Applied Sciences in Berlin.

BDIC is integrated as a dedicated Drupal module into the powerful e-learning portal for the media and print industry in Germany on www.mediencommunity.de

Drupal  is a modular expandable and open source content management system. DRUPAL is not only the software base for the e-learning environment "Mediencommunity". DRUPAL supports more than 300.000 Websites and communities worldwide: some of them with a high profile such as the official US government website.


Thursday, November 11, 2010

"Drupal Tables Filter Module" without the "summary table" tag- not barrier free, not w3c compliant, SEO deficient

The Drupal table module patch was developed for the Drupal Service Arlmedia project -  international web presence for an orthopedic hospital in Freiburg, Germany.  The international web presence of orthopedic Gelenk-Klinik Freiburg is implermented on Drupal 6.x .

We used the Drupal table module to develop a price list for orthopedic procedures .

We like the Drupal table module a lot: tables could be either directly edited in html, but that would in the long term be error-prone and not very intuitive.
For better handling, we opt for the table filter module http://drupal.org/project/tables.  A handy little module that supports tables definition intuitively.
 The Drupal Table Module however does not display the html table summary tag.
 A summary of the table that is used by screen readers by  blind persons to read a summary of the HTML table. Also, the summary will be used by search engines (SEO). Without summary tag a html table is not w3c validated.
To resolve these problems Arlmedia Drupal Service has developed a patch that implements the summary tag in the Drupal table module.  The revised source code of the Drupal table module is on http://drupal.org/node/968612 to download and free use under the GPL.

  How do I add the summary tag ?

  The Summary Table can now be written to the head of the table:

  [Table = js-table summary = "your_summary" first column | etc | etc

"Drupal Tables Filter Module" ohne "table summary" Tag nicht barrierefrei / w3c konform / SEO gerecht

Die Drupal-Agentur Arlmedia hat den Auftrag für http://joint-surgeon.com, die internationale Webpräsenz, der Gelenk-klinik Freiburg, aufzusetzen. Als Basis der Webpräsenz entscheiden wir uns für Drupal 6.

Zur übersichtlichen Bereitstellung von Preisen http://joint-surgen.com/node/11 setzen wir eine Tabelle ein.

Tabellen könnte man zwar direkt in html editieren, aber das wäre bei der langfristigen Bearbeitung fehleranfällig und wenig intuitiv. Zur besseren Bearbeitung entscheiden wir uns für das  Tables Filters Modul http://drupal.org/project/tables. Ein kleine praktische Modul, daß es ermöglicht Tabellen intuitiv zu setzen.

Leider hat das modul einen Mangel an Barrierefreiheit und SEO. Es verzichtet auf den Table Summary Tag.
Eine Zusammenfassung der Tabelle, die etwa von Screenreadern benutzt wird um Blinden eine Zusammenfassung der Tabelle vorzulesen.

Auch von Suchmaschinen wird die Zusammenfassung verwendet. D.h. auch dort wird SEO verschenkt.

Um diese Probleme zu beheben, habt unsere Drupal Agentur einen Patch entwickelt, der den Summary Tag implementiert. Die revidierte Fassung steht auf http://drupal.org/node/968612 zum Download und Nutzung unter der GPL zur Verfügung.
 
Wie lege ich den Summary Tag an? 
Die Table Summary kann nun in den kopf der Tabelle geschrieben werden:
 
[table=js-table summary="your_summary"  firstcolumn | etc | etc