Thursday, August 16, 2007 – 7:47pm
The position CSS property was my friend today, along with it’s co-conspirator, z-index. It helped me out with a situation where I have a footer which extends upward into the content area (a web-2.0-ish gradient to white) and the content partly overlaps. IE was as usual being contrary, displaying the footer on top of the [...]
Thursday, June 14, 2007 – 6:13pm
Back in February I found out a neat trick for making a DIV element expand to contain floating elements within it, by setting display: table.
Unfortunately it’s not so neat when you have a form inside of the table-styled element, and you’re trying to view it on Safari1. As I discovered today, the form just doesn’t [...]
Friday, March 30, 2007 – 6:02pm
Programming a computer can be an enjoyable if geeky pastime, a decent paying job, or a teeming hotbed of inexplicable weirdness, wrapped in a mystery and embedded in potential disaster, every line of code a primed man trap, hungrily awaiting the programmer’s ankle.
HTML is very forgiving of error, but that’s not a good thing; the [...]
Friday, February 23, 2007 – 5:39pm
My current project uses “cutout” containers for content (div elements). One of these containers is a list of US States. I want them to display 5 across by 10 down, but without using table markup. I have them set up as an unordered list.
So far, so good.
Sunday, November 26, 2006 – 2:44pm
So many sites have “printable version”, “printer friendly” and other variations of that link. They take you to a suitably unadorned, formatted for paper copy of the page you were just on.
They’re also totally pointless. CSS, with the @media print {} attribute, allows you to style your HTML for printing without the user having to [...]
Sunday, November 12, 2006 – 3:59pm
Just a quick post this week, I don’t have much time.
I’ve taken time this week to redesign my other site over at Alien Experiment Labs. I wanted to remove some class definitions and use more specific selectors (now that IE7 supports them) but haven’t quite worked that all out yet. File under future improvements.
I did, [...]
Sunday, November 5, 2006 – 3:05pm
For continued IE 6 testing (some people will still use it, after all, and it helps if they can at least see something readable on the commercial sites I help manage), I downloaded the standalone version from evolt.org, and it turns out that the old hound doesn’t do a bad job of rendering this site. [...]
Thursday, October 26, 2006 – 6:47pm
Could this be some sort of CSS/layout bug?
We had a closer look earlier at one of the pages with the weird detached footer gradient. It turns out (well spotted, Erin!) that the footer graphic is “broken” on pages where our “Free Setup” badge ends below the last of the text.
To test this out we viewed [...]
Pick a language, any half dozen will do
Part of being in the IT industry, and the internet sector in particular, is constant learning and keeping up with relevant technologies.
I found that out the hard way, spending the first 4 years of my first full-time job working on a system that was proprietary all the way from the code we wrote to the [...]