As of today I have changed the whole look and feel of the blogsite. Gone (for now) are:
- The Georgia font, which although very readable is a real pain in the ass for its ridiculous digits where the zero looks like an o. The font now defaults to whatever your browser is set to use, which means good ol’ Times New Roman if you’re on Windows with default settings. Compare TNR’s sensible uniformly sized digits: 0123456789 with Georgia ‘s pretty but jumbly ones: 0123456789
- Sidebars, with junk that added too much visual clutter. I figure that anything really important can just be added at the top. Also sidebars make life difficult for handheld devices and other alternative browsing platforms.
- Scripts. Why use Javascript unless it’s necessary? I was using it for dynamically updatable sidebars, but since they’re gone, there’s no need for scripts.
I have also added an index page linking to all online entries [2 years' worth] by title, so that should be useful for those that like to browse.
I’m still unsure about issues like fixed-width vs variable. I really like the idea of a page collapsing as much as possible to fit the browser width, but I really really hate trying to read text that extends all the way across a high resolution full screen window. All I really want is the ability to set a maximum width proportional to the font size, but to the best of my knowledge this is impossible with vanilla HTML/CSS. For now I’ll go with variable width.
Hopefully I will continue to like this new minimal styling, and hopefully my visitors will too. I’ve tried this approach before, and it always ends up growing complicated again, but maybe I’m finally over the desire to add more-more-more and can keep things simple from now on. We shall see.