Category Archives: Technical

Web inSites: Hacking The Template

With the redesign of the Missouri State web site in August 2010, we rolled out new HTML templates. These template are the basis for almost all of the sites we produce. Learning from our prior designs, we’ve made a number of improvements to the template to offer the best flexibility and support. From CSS3 to HMTL5 these templates have it all. This episode explains a lot of the “why” behind our templates and how to make the most of them.

Posted in Redesign, Technical, Web inSites, Web Redesign 2010 | Tagged , , , , | Comments Off

jQuery Plugins and Closure-Compiler

Closure-Compiler provides impressive minification and optimization on your JavaScript. However, not all code compiles equally.  I recently worked on converting the jQuery Tooltip Plugin to be compatible with the ADVANCED_OPTIMIZATIONS mode of the compiler. This process went smoothly for the most part, but there were a couple of tricky points along the way.

Posted in Technical | Tagged | Comments Off