Developing With Standards
15.07.2005
When switching from table-based markup and learning about semantic markup and using CSS for layout and presentation it can be extremely confusing and frustrating. There are some basic tips and tricks that will help when making the switch. This article will discuss a few tips and tricks which will help you get started.
Choosing Class and ID Names
05.07.2005
Semantics should also be used when deciding on class or id names for elements. Developers usually choose unwisely when deciding on these names, as they choose a name specific to the design they are creating at the time. This article will discuss what good class/id names are with examples of both bad and better choices.