-
Recent Posts
- Visit to Camp Perry 2010
- How to seek and destroy organizational silos
- Stop the stopwatch, UXers!
- The “Pause.” Cup Escapades, June 2010
- Newsweek’s Spring 2010 Website Redesign
- My 2.5 days in San Francisco: MX 2010
- How to write release notes
- Another pistol tournament, Flushing
- jQuery: Show password checkbox
- Getting back into competitive pistol shooting
- Argh! I’m pen-less!
- Nephtali web framework creator talks FP
- How WordPress falters as a CMS: Multiple content fields
- Experience theme for Covenant Eyes
- Seams between systems and the Vignelli NYC subway map
Archives
Tag Archives: CSS
Marking up breadcrumb navigation
code{white-space: pre;} ol#breadcrumbs{ list-style-type: none; margin: 0px; padding: 6px 3px 4px 3px; font-size: .8em; display: block; border: 1px solid #ccc; background-color: #eee; } ol#breadcrumbs li{ display: inline; white-space: nowrap; margin: 0px; padding: 0px; } ol#breadcrumbs li:after{ content: ” > “; … Continue reading
Diagram of XHTML, CSS, JavaScript as types of code in a web page
I’m thinking of using this diagram in an XHTML class I may be teaching in a couple weeks. The idea is to put XHTML, CSS, and Javascript in context with each other—yet to also illustrate that they are separate types … Continue reading