Blog Archives

Responsive Bootstrap Header

In this jsfiddle I have created an example on how to create a custom image header for medium and small devices. http://jsfiddle.net/afarris/U87eb/15/embedded/result/ The key to this header is it only uses two images. The main logo and a simple 1px

Posted in CSS, Design Patterns, Responsive Design, Twitter Bootstrap

State behavioral design pattern with previous state

I am always interested in utilizing design patterns in my development tasks.  I finally had the need to check if the state of something changed from it’s previous state.  I thought this would be the perfect use of the state

Tagged with: ,
Posted in Design Patterns, Java