Felix de Ruiter: Semantische Tag Cloud (Selfforumssieb)

Beitrag lesen

Ich habe in meine Blog-Engine ebenfalls einen Tag-Cloud-Generator eingebaut. Dieser erstellt eine unsortierte Liste (<ul>) nach folgendem Muster:


<ul class="tags">
  <li class="tag" style="font-size: 68.5%;">
    <a class="tag" rel="chapter" href="?id=artikel&tag=XHTML">XHTML <var class="count">(kommt 1 mal vor)</var></a>
  </li>
  <li class="tag" style="font-size: 113.2%;">
    <a class="tag" rel="chapter" href="?id=artikel&tag=CSS">CSS<var class="count">(kommt 6 mal vor)</var></a>
  </li>
  <li class="tag" style="font-size: 75.1%;">
    <a class="tag" rel="chapter" href="?id=artikel&tag=PHP">PHP <var class="count">(kommt 3 mal vor)</var></a>
  </li>
</ul>

Also mit der Anzahl des Vorkommens des jeweiligen Tags in Klammern. Was haltet ihr davon?