One of my favorite things about Web development is it’s openness. I love it how open the principles, practices, and techniques behind it are continually open for discussion. One of my top priorities when applying markup to a document is keeping semantics in mind. (X)HTML is a semantic markup language by nature, and it [...]
Originally posted January 8th, 2007. 10 Comments
The base tag can be both a good thing and a bad thing in certain circumstances… personally I prefer to define a base URI using a different method;
Originally posted November 13th, 2006. 11 Comments
The link can be used for much more than linking external stylesheets. Not only can browsers take advantage of the tag, it can help out with SEO too.
Originally posted October 30th, 2006. 5 Comments