Category Archives: Internet

Webmonkey.com Returns

When I was first learning web development about ten years ago, I frequently consulted Webmonkey.com for tutorials about how to do all things “DHTML.” I still remember how an article comparing frames to a cafeteria tray made it all click for me, for some reason. I also picked up some bad habits that I had […]

OpenID Servers: Allow Redundant Means of Access

That’s the lesson I take from Kyle Neath’s critique of OpenID (HT: Ma.tt), from his first point, the one that I think has the most traction. OpenID servers should allow users to associate their account with several OpenID providers, if they want, and/or an email address.

A Good Enough addEvent

Several years ago, PPK of Quirksmode sponsored a contest to come up with a new version of the trusty JavaScript addEvent function. The original addEvent was created by Scott Andrew LePera in 2001 as a way to merge Internet Explorer’s attachEvent with the W3C’s addEventListener. Both addEventListener and attachEvent allow you to attach a JavaScript […]

CSS Naked Day

If you think things look odd here today, it’s because I’ve disabled my blog’s styling for “CSS Naked Day.” The idea is to emphasize that styling on the web–particularly, that done with CSS, or “cascading style sheets”–should be separate from the structure, or markup. In part, one should separate style from content because a number […]

Death of WiFi?

An Ericsson executive recently predicted that WiFi’s time has passed: “In Austria, they are saying that mobile broadband will pass fixed broadband this year. It’s already growing faster, and in Sweden, the most popular phone is a USB modem,” said Bergendahl, who was the keynote speaker at the European Computer Audit, Control and Security Conference […]

Internet Explorer 7 Float Bug

Today while developing a WordPress theme for a client, I ran into a vexing Internet Explorer 7 bug. Anyone who’s done any website design is familiar with Internet Explorer 6 (or earlier) wreaking havoc with standards-compliant work that looks good in, say, Firefox. But thankfully IE 7 has for the most part been a big […]