Monthly Archives: March 2007

Variable node-height CSS trees (a work in progress)

I’ve been playing with CSS trees lately, but all the existing solutions I can find don’t quite do what I want. The requirements are:

Support for variable-height nodes (this seems to be the real killer).
Plus/minus icons to expand/collapse nodes.
Support for scaling the tree with font size, preferably including the padding around the lines and things.
Standard tree [...]

Posted in Web | Leave a comment

JSP and Wicket, sitting in a tree…

Most programmers like writing things from scratch, but throwing it all away and starting again often isn’t feasible, especially with web applications. I’ve recently been migrating a JSP/servlet based app to Wicket and I suspect there are many people who are going down this path.

Posted in Apache Wicket | 5 Comments