Navbar Dropdown Woe

Came across an issue with the Bootstrap navbar dropdown with respect to WordPress.  Here’s the issue: Download Bootstrap and put it up on your website (reference the min.css and min.js files). Go to the sample code for the Default Navbar in the Bootstrap docs...

Bootstrap

Typically, if using raw HTML/CSS, chances are that your site might work on something like Chrome, but not on something like Internet Explorer.  Enter Bootstrap – a collection of CSS and Javascript that handles the nuances between browsers.  It really has become...

CSS Performance

As I write the styling for a new site, I want to pay careful attention to too much CSS.  As a result, I did some searching on layout times and came across a list of CSS Selector types ordered from most efficient to least efficient.  Here they are: ID, e.g. #header...