Archive for July 28th, 2003

I guess I Got Foo

Monday, July 28th, 2003

Foo blogged about him trying to convince me to start my blog…. I guess I owe it all to him then Seriously though if we had not had our chat on Saturday I would most likely not have gotten this shit done.
While you are at his place you really should check out his Outlook [...]

Thunderbird 0.1 is Out

Monday, July 28th, 2003

Thunderbird, the standalone Mozilla Mail client, has reached its first milestone. I’ve been using this since day one and it is very stable (and it is only at 0.1)
This is the perfect mail client for anyone tired of spam, tired of OE’s lagging IMAP support, or just plain tired of Outlook’s bloat. Of course it [...]

CSS3 External Links

Monday, July 28th, 2003

I’ve added icons to external links. This is acheived using the CSS3 not() selector and the new starts-with attribute selector.

a[href]:not([href^="http://erik.eae.net"])::after {
padding-left: 0.2em;
content: url(http://erik.eae.net/images/globe.12.png);
}

Too bad this will not be seen by the majority of the users for at least 2 more years. (IE rant #2).