Die Webmeister haben ein neues Vereinsheim unter webmeisterei.com. Unsere alte Seite bleibt auf unbestimmte Zeit unter archiv.webmeisterei.com erreichbar.

Newspaper Columns jQuery Plugin

This Plugin automagicly arranges a Container full of Elements into Newspaper like Columns.

Usage:
You need a Container with Elements like

<div id="npContainer">
  <div class="npItem">Item1</div>
  <div class="npItem">Item2</div>
</div>

also you need the Columns

<div id="npColumn1"></div>
<div id="npColumn2"></div>
<div id="npColumn3"></div>

In Javascript just call:

jQuery().npColumns();

jQuery NPColumns Plugin Download

Online Demo: http://www.bregenzerwald-news.at/?classifieds=1

How to merge a svn branch to the latest HEAD revision

To merge a branch to trunk you need a working copy of the trunk. After that you merge the initial revision of the branch with the head revision of the branch.

Example: (–dry-run try operation but make no changes)

me:~/mytrunk $ svn merge --dry-run -r32074:32182 \

https://svn.host.com/branch/mybranch