Monday, March 15, 2010

"Cumulus" in Drupal: are animated tag clouds useful or just troublemakers?

There is some debate about the pros and cons of static and animated tag clouds. 
Opponents see them as  a waste of already scarce screen real estate for display of redundant information. Proponents of tag clouds see the tag clouds provide an X-ray image of a semantic depth: content behind static menus always has to be deducted in a logical  - knowledge based - process within a hierarchical set of concepts. However tag clouds show an inductive way to the site-content.

Cumulus auf Drupal: Sind animierte Tag Clouds nützlich oder überflüssige Unruhestifter?


Es gibt viele Debatten über den Sinn und Unsinn von statischen und animierten Tag Clouds. 

Die Gegner finden, dass auf dem ohnehin knappen Webseitenplatz kostbare Flächen für eigentlich redundante Informationen verschwendet werden. 



Monday, March 1, 2010

Glossary Drupal Module Bug: When linked to "Nodes" "Glossary" Starts to link to "Taxonomy"

The Drupal module Glossary links to a "taxonomy" page instead of "glosssary" whenever other nodes are linked to one glossary term. This sudden change of linking behavior after adding nodes to a glossary term really makes no sense.

Drupal Glossar Modul Bug: sobald "Nodes" verknüpft sind erfolgt der Link nicht auf "Glossary" sondern auf "Taxonomy"

Das Drupal Glossar Modul verlinkt die Taxonomy-Seite, sobald Nodes an einen Begriff verknüpft sind. Das macht wirklich keinen Sinn.

Change Drupal 6 Glossary Search mode: Drupal 6 Module Glossary search terms as a "term"

Drupal Glossary looks for terms as "term". That produces quite a few false negative searches.

Drupal 6 Glossar Suchmodus ändern: Drupal 6 Glossar Modul sucht Begriffe als "term"

Die Suchfunktion des Glossarmdouls sucht per Default nur Begriffe in der höchsten Spezifität mit "term" (term = gesuchter Begriff).
Das führt zu vielen falsch negativen Suchen.

Aggregator module of the Drupal 6 core cuts feeds off after a maximum of 16 weeks

If you want to subscribe to the core module Drupal6 aggregator blogs such as as press releases or news feeds there is only a maximum of 16 weeks available.
Quite obviously the time periods are hard coded into the source code of Drupal. We will show you how to edit the source code of Drupal6 aggregator module in order to achieve a greater range of periods.

Aggregator Modul des Drupal 6 Core schneidet RSS-Feeds nach maximal 16 Wochen ab

Wenn man mit dem Drupal6 Core Modul Aggregator Pressemeldungen oder Blogs als Newsfeeds abonnieren will stehen als Einstellungen des Zeitraumes nur maximal 16 Wochen zur Verfügung. Je nach Thema ist das zu wenig. Offenbar sind die Zeiträume im Quelltext von Drupal fest eincodiert. Wir werden zeigen, wie man den Quelltext des Drupal 6 Aggregator Moduls editiert, um eine grössere Auswahl an Zeiträumen zu erreichen.

If the contents do not appear in Google's index - online generator for a correct XML sitemap for Google

The submission of an XML Sitemap to the major search engines is one of the basic tasks for a Page with a good search engine preparation.

Wenn Die Inhalte nicht im Google-Index auftauchen wollen - Online Generator für einer korrekten XML-Sitemap für Google

Das Hinterlegen einer XML Sitemap bei den großen Suchmaschinen gehört zu den grundlegenden Maßnahmen für eine Page mit guter Suchmaschinenaufbereitung. Jeder Webmaster kennt das: man poliert seine Texte, verlinkt sie überall auf der Seite, indexiert, taggt, und dennoch will der Google Index nicht auf die Begriffe ansprechen.

Alphabetical Sorting and HTML-Output of Drupal Glossary Module fixed - code example

The glossary module is still at an early stage in its development. It has 2 major weaknesses.
  • The alphabetical sorting function does not work correctly.
  • The Module does not generate correct html.
We have analyzed both: Have a look at our fixes with concise code-examples.

Drupal Glossar Modul für www.gelenk-doktor.de angepasst

Das Drupal Glossar Modul hat zwei Schwächen.
  • Die Sortierung auf der Glossar Seite ist nicht alphabetisch, sondern redaktionell.
  • Die html Ausgabe ist nicht standardgerecht.
Das Arlmedia Team hat die Probleme bei der Erstellung eines medizinischen Glossars provisorisch zumindest behoben. Der folgenden Bericht liefert eine Fehler-Analyse zum Drupal Glossar Modul mit Code Beispielen.