Here’s something that I didn’t realise, but do now thanks to this entry on Bite Size Standards: elements in HTML can have more than one class assigned to them, simply provide a space separated list of classes in the class attribute.
Technology: May 2006 Archives
When is using XML based configuration files preferable to using source based interfaces and/or classes? I’ve been taking a look at command frameworks such as those that come with the various rich client toolkits out there, and also GUI Commands. It struck me that many things which I would allow via a concrete class or an abstract base class these frameworks try to push out into XML files.
Continue reading Configuration via XML or code?.
