Efficient stylesheet minification in C#

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]

Tags: , ,

ASP.NET

Use Google's Closure Compiler in C#

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]

Tags: , ,

ASP.NET | Client-side

Scale in the browser

by Mads Kristensen 21. September 2009 14:17
How to use JavaScript and the browser as a tool to scale websites [More]

Tags: , ,

ASP.NET | Client-side

Get last-modified header from response in ASP.NET

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]

Tags: , ,

ASP.NET | Tips and tricks

ASP.NET developer categories

by Mads Kristensen 19. April 2009 15:51
After interviewing many ASP.NET developers, an interesting pattern emerges... [More]

Tags: ,

ASP.NET | Random thoughts

ASP.NET is a database framework

by Mads Kristensen 19. April 2009 15:34
My little beef about the definition of the ASP.NET framework [More]

Tags:

ASP.NET

Add support for iPhone in 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]

Tags:

ASP.NET | Tips and tricks

YSlow: Add expires header to images in IIS 7

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]

Tags: ,

ASP.NET

Caught on tape

by Mads Kristensen 25. February 2009 20:40
A video recording for my ASP.NET performance optimization tech talk at Microsoft [More]

Tags: ,

ASP.NET

WebForms or MVC? What about the third option?

by Mads Kristensen 9. February 2009 20:44
An alternate view on the discussion about the MVC framework and WebForms [More]

Tags: , ,

ASP.NET

About the slave

Mads Kristensen Mads Kristensen
Web developer at ZYB and founder of BlogEngine.NET. More...

LinkedIn ZYB Facebook Last.fm Twitter View Mads Kristensen's profile on Technorati

The Lounge

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008