Speed Up Your Map with Closure-Compiler
Google recently posted a presentation I gave on using Closure Compiler to optimize your maps.

Google recently posted a presentation I gave on using Closure Compiler to optimize your maps.
A new slideshow page is now available for Web Press users.
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.
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.
The latest installment of our Web inSites podcast is presented by Nathanael Basset, our student new media specialist. Rebecca discusses how to add custom overlays to the campus map, including adding points and custom shaded areas.
University units can use the campus map to mark out event sites, specific locations, or to visualize information that pertains to a certain place. And doing this isn’t as hard as it sounds. To make your points appear on the map, you’ll …