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 , , , , , , | 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 , , , , , , , | 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 , , , , , | 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

Posted in Web design and technology | Tagged , , , | Leave a comment

Trouble with PHP5 and SQLite 3

Continue reading

Posted in Web design and technology | Tagged , , | Leave a comment