This content has been marked as final.
Show 2 replies
-
1. Re: Building with HTML 5 and css3
SnakEyez02 Jan 19, 2012 7:03 PM (in response to ottz0)Look at your analytics before making any changes like this. And if you don't have analytics yet, go sign up for Google Analytics and just try to get a picture for what your user base is using. You can make a really nice site, but if your users don't have the technology to see it, it doesn't help anyone.
And just so you know, switching to the HTML5 document type is ok, but using HTML5 elements may not be. For instance, to support older browsers, you can use the HTML5 shiv include from Google ( http://code.google.com/p/html5shiv/ ) so that older browsers can understand some of the elements. But it's not a complete fix to enable all functionality in older browsers.
-




