I'm currently in the process of fusing together the 1140px Grid System (http://cssgrid.net/) with HTML5 Boilerplate (http://html5boilerplate.com/), aiming to create a hybrid that captures the strengths of both for my personal project framework.
Since I lack knowledge in JavaScript, I am curious if the version of Modernizr script integrated into HTML5 Boilerplate performs the same function as the script utilized by the 1140px Grid System to enable media queries on unsupported browsers. Do I need to include both scripts or is one sufficient?
If you'd like more information, check out these resources:
http://code.google.com/p/css3-mediaqueries-js/ http://modernizr.com/download/
Any suggestions? I've tried to navigate through the modernizr documentation, but it's proving to be a bit too complex for me.
Appreciate any help provided.