I’ve made one slight change to two lines of this site’s CSS code—changed the positioning method of the content from absolute to fixed and added overflow: auto; to the main content wrapper div. Somehow, I […]
Category: This Site
Recharge
OK, so I’ve been neglecting my own Website. Not a good thing. I’m in the process of migrating all the pages to the newly tweaked design. Not much different from the old, but I had […]
I’m Redesigning Too
With everyone else and his brother redesigning in public, I figure I might as well do the same. Please don’t adjust your dial, the design will be synchronized and harmonious again soon. It will also […]
script comments
Going along with my switch to pure xhtml 1.1, I realized I also needed to get rid of the comments inside the script tags, since a UA is supposed to ignore anything surrounded by comments. […]
xhtml 1.1 MIME type solution
Inspired by a recent posting on diveintomark, I redoubled my efforts to make this site use XHTML 1.1 properly, even including serving it as application/xhtml+xml, which makes content unreachable by IE. When querried, Mark said […]