In a previous post I described the importance of optimizing your web site resources and how you can do it using the open source tool Ajax Minifier. I’ve received a few questions about how to automate this process and now I want to share a ASP.NET MVC 3 template with the combining and minification bu... [More]
A simple sample of how to add stylesheets dynamically to a page with jQuery. Update follow up: jQuery plugin for switching stylesheets A colleague of mine asked me how to apply a stylesheet to a web page dynamically using jQuery and I had never done such a thing but my first thought was that is must... [More]