-
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: HTML
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
Clean XHTML of shooting ranges data
My goal is to upload a comprehensive list of shooting ranges to Google Maps (see prior posting). So, to accomplish this, here are the steps I’ve thought of.
Continue reading