Articles - Page 4

HTML August 2007

Semantics, HTML, XHTML, and Structure

Good HTML structure is based on logic, order, and using semantically correct markup. If you have a heading use the heading element, beginning with the H1 element. If you have a paragraph, use a paragr...

Read more →
HTML June 2006

The Title and Alt Attributes

When browser vendors bend the standards and implement something in a different way than what the specification states, they may cause problems, or at least confusion. One example of this is the way ce...

Read more →
HTML September 2006

Web Developer Extension

The Web Developer extension adds a menu and a toolbar to the browser with various web developer tools. It is designed for Firefox, Flock, Mozilla and Seamonkey, and will run on any platform that these...

Read more →
HTML July 2006

What Goes Into a Web Page?

HTML has come a long way from its humble beginnings. However, despite the fact that you can use HTML (and its derivatives) for much more than serving up static text documents, the basic organization a...

Read more →
JavaScript May 2008

Hide Email with JavaScript / jQuery

Why should you hide your email address from site visitors? Don’t you want your visitors to email you?

Read more →