The Any Key
Thursday, July 31st, 2003I guess Compaq went a bit too far with trying to be user friendly.
I guess Compaq went a bit too far with trying to be user friendly.
JoteSite, one of my favorite tech sites through all times, is finally back after a year (or 2?). I’ve been seing their “Coming soon” page for the entire time because I had it bookmarked in my News folder and I always use “Open in tabs” for that folder.
The layout is a bit messy (but still [...]
Doing my daily Mozilla/Bugzilla browsing and I found this bug which also links to another bug.
In response to Houser @ HouserDesign.com and his message at Foo’s blog:
There seems to be some misunderstanding about that IE supports XHTML. IE supports XHTML equally good as Netscape Navigator 4.x and Mosaic. Just because you can write an HTML document using well formed XML does not mean that is XHTML. Neither does adding invalid [...]
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, 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 [...]
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).
I’ve created a new CSS based layout. I got the ideas for the layout from the Zunflower layout made by Radu Darvas for the Zen Garden site. Although not even close to being as nice as the source of inspiration this one has a few nifty tricks up its sleave.
I originally wanted to achieve the [...]
This is my first post… Setting up and configuring MT was pretty straight forward but I know my mom would not have been able to do it
Now I need to come up with a nicer layout and maybe even figure out how to send the correct content type (and make sure this thing [...]