About

This is a collection of web-building resources, focusing on accessibility and CSS-based design.

Mozilla 1.7rc1

posted by jose on May 01, 2004

A little late, but the new Mozilla release candidate supports the CSS3 opacity property.

CSS-based design is Experimental

posted by jose on April 21, 2004

Excellent slideshow/presentation by Douglas Bowman titled CSS: The Good, the Bad, & the Ugly. It details current and recently past techniques, why they were good attempts, how they fail, and what the future holds. As an introduction to the current state of CSS-based design, it is quick and rigorous, but an excellent overview of an ever-changing technology.

More Structured Table Refreshers

posted by jose on April 11, 2004

If you're looking for more than the previously mentioned Advanced Tables Tutorial, check out Isolani's Creating Structured Tables. It's a bit more on the practical side.

Heading, Logo, or Both?

posted by jose on March 20, 2004

There is an interesting discussion here about wrapping a graphical logo within an H1 tag (Fahrner Image Replacement). Most seem to agree the semantic meaning is of most importance, but disagree whether or not the logo (company name) is semantically deserving of being the primary heading.

Microsoft IE user exploit fix may break links

posted by jose on January 28, 2004

Microsoft Knowledge Base Article - 834489 announced an upcoming fix for the Internet Explorer username exploit that masked malicious website URLs. If you use any links that look like

http(s)://username:password@server/resource.ext

then any updated browsers will not follow them. The article provides workarounds for server backends and client scripting. The HTTP login URL format was never in the official standard. Note that this does not affect FTP login URLs.