Jan 18
Carl just sent around a link at work — evidently I made one of the ‘past participants’ quotes for @media 2006.
note to self… re-read comments before sending. Can a conference be ‘affirming’?

(from http://www.vivabit.com/atmedia2007/europe/ - the quotes rotate)
Like it? Share it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
Jan 16
One of our Human Factors Engineers just asked us to compile a list of “what makes good code”. He had a few initial suggestions, and they were added to for the following list. Although I think we are aware of certain principles, how do we create a checklist of what is “good” versus “poor”.
- The code is valid
- Inline comments are used consistently and effectively
- Alignment and structure of the code display allows for easy scanning and reading
- The code is accessible
- Tables are not used for layout
- CSS is used appropriately via an imported style sheet, a linked style sheet, or styles in the header (in that order).
- The code is as slim and compact as possible
- The code uses semantic markup
- Inline styling and scripting is kept to a minimum
- Graceful degradation is kept in mind
Like it? Share it!
These icons link to social bookmarking sites where readers can share and discover new web pages.
Jan 12
Today we are having a meeting with the visual designers to set out ‘theme names’. I am working on developing a library of UIBuilding Blocks, and will be using these themes to categorize the display. So far I’m looking at using xml, xsl and css, and have already had some fun in trying to tweak the xsl to get the different designs we have already established.
I definitely see merits in this, but it will take some time to get it right! Once it is in place, however, I definitely foresee many benefits!
Like it? Share it!
These icons link to social bookmarking sites where readers can share and discover new web pages.