The following entries were made in the “Coding & Markup” category.
Archive for “Coding & Markup”
Heading the Wrong Direction
I made some silly mistakes when making Green-Beast.com. I just didn’t know then what I know now… stated without shame or embarrassment. One was the over-use, call it abuse even, of acronyms. I had defined too many of them and had done so in the most redundant way (e.g. the same one defined ten times on a single page), as was pointed out to me when I had experts perform Jaws testing — the specifics of acronym use will be the subject of its own up-and coming web log article. Another mistake, which, too, will soon be an article unto itself, was the lack of proper list use in my navigational menus. Another mistake, as I’ll write about here, is the misuse of proper headings as discussed by the W3C in articles such as “Use headings to structure your document” and “The global structure of an HTML document.”
Continue reading “Heading the Wrong Direction” »
HTML or XHTML+XML
XHTML 1.0, or Extensible Hypertext Mark-up Language, is a reformulation of HTML (Hypertext Mark-up Language) as an XML 1.0 (Extensible Mark-up Language) application. It is presently a working draft. The final will be XHTML 1.1. XML is an extremely simple dialect of SGML or Standard Generalized Markup Language. The goal is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed for ease of implementation and for interoperability with both SGML and HTML.
Continue reading “HTML or XHTML+XML” »
Document Types
I see craziness on the web all the time: I view a page’s source code, as I often do to see how people build their pages, and see an omission of the Document Type or "DOCTYPE" for starters. All websites should declare a DOCTYPE as it tells the browser what it’s supposed to be reading. Tell it what to do, don’t let it decide for you.
Continue reading “Document Types” »