Links of Interest (May 9th 2008 through May 29th 2008)

IETester
IETester is a tool that runs the rendering and javascript engines from IE8b1, IE7, IE6, and IE5.5 in a single process so you can see how each one mangles your site in it’s own unique way (currently in beta).

POC : Implementing HTML 5 Video Element using JavaScript and Flash
A proof of concept allowing use of the ‘video’ tag from the HTML5 draft spec, and having it work, even though browsers don’t yet support it.

Audible.com and Blackstone Audio Royalties
SFFAudio shares some information from Robert J. Sawyer on the royalties he receives from audiobooks.

Characteristic Confusion
While investigating line-height Eric Meyer used font-family: Webdings to display “Oy!” (Webdings doesn’t contain ‘O’, ‘y’, or ‘!’). Firefox 3 unexpectedly displayed “Oy!”, which, it seems, is technically correct, leaving him asking “which is less correc

Growl for Windows – alpha now available
Growl is one of the three apps that excited me enough to buy a Mac, and it’s one I really miss when I’m on my Windows box.

X-UA-Compatible: Sensible Defaults

I’ll keep this short((well, short-ish)), because last time I rambled, and basically failed to make clear what I thought the problem was. In the end, my problem with the whole X-UA-Compatible concept was really in what IE8 planned to do when it was absent, which was to pretend it was IE7.

Continue reading “X-UA-Compatible: Sensible Defaults”

Links of Interest (January 31st 2008 through February 19th 2008)

Crime podcast novel gets HUGE boost in advertising
Video of a digital billboard advertising for Seth Harwood’s “Jack Wakes Up”

The parseInt gotcha
I’m pretty sure once you’ve been hit by this parseInt() behavior in javascript you never forget it, but if you haven’t you should learn about it now before you do.

CSS Tools: Reset CSS
Eric Meyer’s Reset style-sheet (now in its permanent home, with versions numbers). Including this should reduce browser inconsistencies, and help you not to rely on undefined default behaviors.

CSS Tools: Diagnostic CSS
Eric Meyer’s diagnostic.css (now in its permanent home). Including this stylesheet will highlight elements that are incomplete and may be degrading the user experience.

Jason Bateman Confirms “Arrested Development” Movie Talks
I cannot begin to express how much I hope this comes to pass.

Amazon acquires Audible for $300 million
This caught be by surprise. Hopefully it will remain mostly unchanged, although adding stereo support to all the stereo BBC programs they carry would be nice.

Best viewed in X-UA-Compatible

Note: This post is quite a bit more technical than what I usually talk about.

Yesterday saw the release of A List Apart #251 which is causing quite a bit of discussion. It focuses on a proposal put forth my Microsoft and some members of the Web Standards Project for a new meta tag than will control the rendering mode of IE8.

The first article (Beyond DOCTYPE: Web Standards, Forward Compatibility, and IE8) covers the proposal, what it means and why it’s needed. The second (From Switches to Targets: A Standardista’s Journey) documents Eric Meyer’s shift in perspective from being opposed to, well, not opposed.

My initial thought is that it’s a horrible idea. After reading more about it, and seeing the arguments in favor I think it’s a bad idea.

Continue reading “Best viewed in X-UA-Compatible”