Archive | October, 2007

22 October 2007 ~ 0 Comments

Browser rage

I haven’t been doing as much web design as I’d like to recently, mostly because my job has been more focused on the librarianly side of things than on the geeky side. I’m working on a new conference subsite, though, and as such rediscovered my hatred of Internet Explorer.

IE6 was absolutely atrocious, standards-wise. There are (as I’ve already said once today) entire sites out there devoted to telling coders how to fix its mistakes. I haven’t used IE7 very much, mostly because I haven’t needed to see how things look in different browsers for a while, but I do know that they had the opportunity to fix a lot of the CSS problems in IE6 but instead left them in and just removed the fix for them. Thanks guys, much obliged.

My specific complain this time stems from the lack of pseudoclass recognition. For accessibility reasons, menus on sites should be unordered lists that you style to look nice: it’s how it’s done both on the main CIRRIE site and on the other conference site I’ve coded (though the latter is more obviously a list). Using display:inline you can also have a navbar at the top, like on my Baby Names project.

The problem is that adding brackets around each item looks nice but disrupts the natural flow of the words. It’s become my standard method but only because
the real way — #menu ul li:before {content:”["} #menu ul li:after {content:"]“} — doesn’t work in either modern version of Internet Explorer.

This was a rant, though not a particularly eloquent or timely one. It’s just damn frustrating when the developers of the most used browser seem insistent on ignoring the rules. (As an aside, the earlier blog post I linked to was also complaining about pseudoclasses; heh)

Continue Reading

18 October 2007 ~ 1 Comment

Why I can never discuss politics

My political compass results

Numerically, that’s -7.75 economically and -7.38 socially. Personally I think I’m much more left-leaning socially than economically, and the score is a bit off because there were some I was closer to a “No feelings” than “Agree” or “Disagree” (and some where I agreed slightly but knew the wording of the question suggested something else).

To summarize, I am a Left Wing Nutjob and I probably disagree with you.

Continue Reading

08 October 2007 ~ 2 Comments

Halloween costumes

My coworker and I are looking at Halloween costumes, or at least were, and I have a question: is it possible to get one for a woman that doesn’t have “sexy,” “naughty,” “dirty,” etc. in the title? God damn, I don’t consider myself a feminist, necessarily (mostly because I don’t have the time to research such a loaded term), but I think that the “Hey let’s show our boobs” trend has jumped the shark and is now firmly in What-The-Hell-Is-Wrong-With-You-People territory.

In other news, lederhosen are expensive.

Continue Reading

03 October 2007 ~ 0 Comments

You’ve got some splaining to do

I tried to go to Lying Media Bastards just now, to get more information about the new Radiohead album (in short: go to the Radiohead website and you can buy it, legally, for whatever you feel like paying; I paid 95p, which is ~$2, and you should all do it too so as to encourage this sort of behavior). Unfortunately, LMB is down with a 500 Internal Service Error. I sort of took offense at the message, though (which is the default; I’d just never looked before):

“. . . Please contact the server administrator, webmaster@lyingmediabastards.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.” (emphasis mine)

“What the hell’d you do, Dan? Huh? Huh?”

Continue Reading