Skip to main content
Nov 10, 2013

Flat Style CSS Forms

When I relauched my website I went on the flat and thin design bandwagon. I also took the same approach and crafted up a CodePen of a form utilize flat design.

#css  #design
Mar 18, 2013

A better responsive sidebar

Sidebar content always gives me a little twinge when it comes to responsive design. Typically a left sidebar will end up stacking directly above the content and a right sidebar directly below. This can be fine, unless your left sidebar has 5 different content areas and now the user has to scroll two screen lengths just to read an article.
#css  #responsive-design
Feb 19, 2013

Modern IE, Aptana and SVN, and Responsive...Fonts?

Here is a quick roundup of some interesting links for just the beginning of the week: modern.ie is a site by Microsoft basically saying "Sorry we've been ruining your life, we're going to act like we know about web standards now."  In all honesty though,  I give Microsoft respect for at least attempting to clean up their previous embarrassments.
#aptana  #css  #internet-explorer  #responsive-design  #svn
Feb 10, 2013

Tips & Tricks: the WordPress Photo Gallery

With WordPress 3.5 came an awesome revamp of the media library that allows users to easily place a photo gallery from new and old images within the media library. The gallery shortcode was introduced and provides quite a few different features, all available from a user interface and not just shortcode attributes.
#css  #php  #wordpress
Feb 05, 2013

Responsive Images

Responsive design is all about the ever growing number of mobile devices that individuals can view a website on. Creating a fluid grid system to adapt to these different screen resolutions and widths is a major undertaking.
#css  #responsive-design
Nov 23, 2012

jsFiddle for your debugging needs

We all love JavaScript and what it can do, especially the various frameworks created to make the life of a developer easier. However, with scripting comes debugging, and debugging can take a lot of time.
#css  #javascript  #jquery  #tips