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

Lorem Ipsum meet BLOKK

Lorem Ipsum is a slew of text that is used as filler content to help flush out a design or concept. It comes in handy when developing websites as well. A designer's template concept is built on a static environment created by them.
#concept-design  #font
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
Dec 11, 2011

Bootstrap from Twitter

Need to do a quick web site but strapped for time? Twitter has a whole bunch of open source projects they have released, and one of them is called Bootstrap. It comes preloaded with CSS styles and simple JavaScript plugins.
#javascript  #twitter  #web
Dec 05, 2011

jQuery Rating Script

For KenoBarNight I just added a simple rating system mocking that of YouTube and others; a simple "I Like It" or "I Don't Like It". Use whatever verbage you'd like, that is what this script does.
#jquery  #php  #tutorial
Nov 30, 2011

Tips for Google Maps and Mobile

When developing web applications it is always wise to use the most up to date APIs and know when to scale back on certain functionality.
#google  #tips  #web
Nov 27, 2011

Google+ Profile and your Blog

Google just made it easy to link your Google+ profile to your blog or other articles. Simply ensure to put a link to your Google+ profile with a rel="author" tag.
<a rel="author" href="https://plus.google.com/101530880977549569019/" title="Google+ Profile">
#google