The portfolio, resume, and blog of Nathan Chase
27 May 2008

I recently started a Twitter discussion with Chris Coyier of CSS-Tricks on the relevance and usefulness of the <small></small> tag. I’ve had this same debate with co-workers on why one would still use <small></small> over just using a <p></p> or <span></span> with an appropriate <class></class> or <id></id> to define the “smallness” of the tag. The one thing we both noticed is that no one uses the <big></big> tag anymore, so why should anyone use the <small> </small> tag? This seems to be only the tip of the iceberg when it comes to determining which element to use for an intended result. Let’s look at a few more instances of controversy in the realm of standards and semantics on the web.
9 May 2008
Ever wished you had one place to test your web designs in all browsers easily? Well thanks to IETester, it’s now possible to check your work in IE 6, IE 7, IE 8 Beta (and even IE 5.5 for anyone still living in the year 2000). It’s still in alpha, so it has occasional crashes, hiccups, and limited browsing functions. In spite of this, the app in its current release is already incredibly useful. The developer has a forum set up for feedback and bug reporting as well which should hopefully keep the project moving forward.
With IETester combined with VMWare Fusion, I can now test my work on my Intel Mac in Internet Explorer, Safari, and Firefox without having to resort to remoting to other machines, using slower web-based visual checks, or using Virtual PC to test multiple IE versions anymore. It’s a fantastic setup.
Now if only there were conditional comments, and a version of Firebug for IE and Safari… Hey, a web designer can dream, right?