Yet another new design
Alright I know it is horrible but I really didn’t like the last design and there was a lot behind the scenes I wanted to change. I decided I would update the site again and resolve some of the issues I had with the code.
One thing I wanted to do was start converting the site over to html5. Really there isn’t much of a point at this juncture other than it is more semantic and simple to make the change.
For example historically I would code something like this for the header.
In HTML5 it would be more semantic and may look like this…
Pretty easy eh?
That takes care of the compliant browsers but to get the new HTML5 elements to work in IE you need to use a little javascript called HTML5 Shiv. I am lazy and want to make sure I always have a current version so I just placed the following in the head.
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Obviously this is just a piece of the conversion. I am still trying to iron out the final pieces but it should not impact the overall design.
Love it. Great look and very clean. Great job!
Thanks amigo! Hopefully I can continue to refine it.