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]
Tutorial on how to implement the first steps of a Photo Album Widget for BlogEngine.NET BlogEngine.NET has a widget framework from version 1.4 which are web part like components that can be added and removed, configured and dragged around directly in the page. Simple widgets are very easy to create ... [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]