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…
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…
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…