History [en]

Know the Code.

The browser wars are keeping us up nights.

We’re referring, of course, to the battle between Netscape Navigator 2 and Netscape Navigator 3. Seems the two generations of Wall Street’s (and our) favorite browser parse HTML somewhat differently. This is not a problem for people who write standard vanilla web pages. It was a big problem for us.

There are now over 200 pages in this web site. We’ve revised them all, to enrich your life as you speed-click your way through. Who loves ya, baby?

Zeldman, 1997

Some things don’t seem to have changed much on the web during these last years, like losing time working around browser incompatilities. Other things seem to have changed a lot, like taste in design.

If past things interest you, you’ll love the Internet Archive. It’s really interesting to see how design and content evolves through time.

Here are some of the sites I dug through:

If a page doesn’t seem to be in the archive, don’t worry and try later. The Internet Archive is having trouble keeping up with all the requests.

Weblog as Educational Tool? [en]

Schoolblogs.com acts as a centre to promote the use of weblogs in education. Read about the experiences of other teachers/educators.

[via scobleizer]

Pro Without Tables [en]

If you’ve been thinking that “tableless” sites are very good for personal playgrounds but not viable for professionnal sites, take another look.

Ben has done a really great job with Netspace. Not a single table (unless you’re using Netscape 4.x, in which case you’ll be redirected to a tablefull page), and all the layout is taken care of by css. Bravo!

Standards compliance requires a separation of structure and presentation. It is never total, we know that, but we do our best. CSS takes care of the layout and presentation, and HTML deals with structuring the content (if you can use xhtml strict, it’s even better).

If you’re thinking of selling this approach to your client or your boss, CSS talking points at ALA will probably inspire you. If you want more technical information, my tableless page will provide you with the necessary links.