Monthly Archives: December 2011

Things you should know about Scrum

After the above 10 minutes video introduction from @hamids, lets find the roots of Scrum first. The first Scrum team was created directly from a paper which is required reading for any Scrum practitioner. Read Roots of Scrum: Takeuchi and Self-Organizing Teams for more details.

Tagged with: , , , ,
Posted in Scrum

Increase your website performance by minification of JavaScript and CSS in one click (F6)

There are many ways to achieve JavaScript and CSS minification. In an ASP.NET MVC project I have successfully set up one click(F6) minification of JavaScript and CSS files using YUI Compressor .NET and MSBuild in VS2010. This minification has reduce

Tagged with: , , ,
Posted in CSS, Javascript