Archive for January 15th, 2007

Coding Resources? »

Where can I finding resources on coding web pages? http://www.w3.org is always the ultimate resource. However, it’s not the easiest or most usable source in the world for a beginner.

What is XHTML? »

What is XHTML? This is the W3 org’s preferred successor to HTML, although often considered to be the most current version of HTML. Where HTML is relatively loose, the standards for XHTML are stricter. It adopts elements from XML, such [...]

CSS Positioning? »

Should I use tables or absolute/relative positioning to place elements on the page? The formally correct, modern, answer seems to be to not use tables unless you want to display tabular data.