I spent a little time this weekend tweaking the web site.
First up was to deal with some Wt problems in Wt::Chart classes that I use for my Site Health and Site Traffic pages. I updated from wt-3.1.8 to wt-3.2.0 in hopes of some issues being fixed, particularly rotated x-axis label issues. However, things got a little worse… rotated axis labels no longer work at all with canvas display. So I tweaked my chart applications to not use rotated x-axis labels. In the process I customized the display of the x-axis title a bit. For daily plots, I show hour and minute. For all others I show month and day.
I also restyled the chart background and date range selection buttons.
I completely refactored my blog. New theme based on wallow, and a lot of widget and CSS changes. I think it looks cleaner while still having everything I need on the screen.
The styling of everything else was also modified significantly. I’m trying to produce a fairly consistent look everywhere, but have not yet tackled the gallery3 stuff under Gallery. To be honest, gallery3 is spaghetti code at best. Writing my own gallery code using Wt is becoming a more appealing idea.
