by Mads Kristensen
28. February 2010 14:00
A few weeks back i found out that the method I use to minify CSS was about 5% more efficient than the YUI Compressor. I tweeted about it and was encouraged to post the code that does the actual minification.
public static string RemoveWhiteSpaceFromStylesheets(string body)
{
body = Regex...
[More]
by Mads Kristensen
8. November 2009 09:26
A very simple and small class for utilizing the Google Closure Compiler API for minifying JavaScript.
[More]
by Mads Kristensen
21. September 2009 14:17
How to use JavaScript and the browser as a tool to scale websites
[More]
by Mads Kristensen
21. May 2009 12:30
A quick and dirty method for retrieving the last-modified date of a HTTP response in ASP.NET
[More]
by Mads Kristensen
19. April 2009 15:51
After interviewing many ASP.NET developers, an interesting pattern emerges...
[More]
by Mads Kristensen
19. April 2009 15:34
My little beef about the definition of the ASP.NET framework
[More]
443f291e-9b57-41ea-94d0-3da8d0197c4b|19|4.4
Tags:
ASP.NET
by Mads Kristensen
12. April 2009 14:03
How to easily utilize a few cool capabilities of the iPhone and iPod in your own ASP.NET website.
[More]
by Mads Kristensen
29. March 2009 12:55
How to easily improve the performance and YSlow score of your website by tweaking the web.config.
[More]
by Mads Kristensen
25. February 2009 20:40
A video recording for my ASP.NET performance optimization tech talk at Microsoft
[More]
by Mads Kristensen
9. February 2009 20:44
An alternate view on the discussion about the MVC framework and WebForms
[More]