Design & Development

Bare-bones html navigation menu

More often than not I use some sort of horizontal navigation bar for my projects, at least for mid-size screens on up. This is a module I’m tweaking that would most likely be wrapped in a Media Query for around 40-50em min-width. Some frameworks such as Bootstrap and Foundation often include 2 duplicate html copies …continue reading

Semantic HTML and page architecture

This article’s purpose is to serve as a reference guide for myself and developers/agencies I work with. Defining best practices and a consistent workflow/thought process is always worth its time creating. Typically speaking, here’s a few basic guidelines I follow: Use HTML5 element tags for semantically defining blocks of content Attach classes for layout and …continue reading