16 May
Recently, I wrote a token-expander for In Series, in order to facilitate flexible end-user customization of the plugin output. The initial implementation was faulty, due to a lack of consideration for all possible values of the expanded tokens. This article touches on some of the problems that were solved, and is intended to provide a […]
Posted in Web Design by: Quandary
No Comments
18 Jan
A short while ago, I decided to buckle down and put some effort into doing some layout fixup. The major motivator for this was that I was starting to feel… well, claustrophobic.
Posted in Layout by: Quandary
3 Comments
12 Nov
General Design
The general layout of the site follows a standard, fluid, three-column design. Such a layout is, at this point, old as dirt—it’s simply a matter of having five <div> blocks:
The header (clear: both)
The left navigation (float: left)
The secondary content (float: right)
The primary content
The footer
Posted in Layout, Web Design by: Quandary
No Comments