-
Recent Posts
- More vacation photos
- Photos from Canyon Falls near Baraga, MI
- 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
Archives
Tag Archives: web development
Nephtali web framework creator talks FP
Adam Richardson of Envision Internet Consulting has been a long-time collaborator and good friend of mine, and over the last few years I’ve seen him pursue knowledge in web programming with persistence that I’ve never seen from anyone else. One … Continue reading
Posted in Web design and technology
Tagged Adam, frameworks, functional programming, linkedin, nephtali, oop, web development
Leave a comment
How WordPress falters as a CMS: Multiple content fields
WordPress is amazing and keeps getting better, but I want to be clear about an inherent limitation that WordPress has as a content management system (CMS). That limitation is that WordPress doesn’t handle multiple content regions on web pages. Too … Continue reading
Posted in Web design and technology
Tagged blog, covenanteyes, information architecture, information design, linkedin, UX, web development, WordPress
13 Comments
Let’s stop playing Frankenstein
Consider the monster from Mary Shelley’s Frankenstein: The creature is described as being about eight feet (244 centimeters) in height, with translucent yellowish skin that “barely disguised the workings of the vessels and muscles underneath”, watery, glowing eyes, flowing black … Continue reading
Posted in Web design and technology
Tagged agile, Frankenstein, scrum, UX, Web Design, web development
Leave a comment
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