Tag Archives: CSS

POSH In Action

In a previous post I talked about Plain Old Semantic HTML (POSH). The POSH concept saved us a lot of time and frustration on a recent project. Our task was to create a cold water wash calculator for Seventh Generation’s Get Out of Hot Water for Earth Day promotion. The calculator takes four inputs: water […]

Standards

I’m sure everyone has heard the phrase, “The great thing about standards is that there are so many to choose from.” I think we finally have a coding standard for everything we do at Found Line – from PHP to CSS to web file names. We’ve gone through a couple of iterations and various options […]

Plain Old Semantic HTML (POSH)

I didn’t realize someone had coined a clever phrase for this concept. The basic concept of POSH is creating (X)HTML that is semantic, or structural, rather than presentational. Most people experience the web as a visual medium and thus assume that it is a visual medium. Many web development tools (such as Dreamweaver’s WYSIWYG editor) […]