Browse by Tags

All Tags » CSS » .NET (RSS)

ASP.NET MVC CSS Sprite by zowens

A month ago, I wrote about my technique to output a CSS sprite for ASP.NET . Granted, I made a big mistake. I put WAY too much bloat into the post. Not a K.I.S.S. moment. I have reworked my CSS sprite technique to be unique to MVC. I've used the most...

Improve ASP.NET Performance - CSSmin by zowens

If you follow Douglas Crockford's wor k, you might know about JSMin , a bit of code written for various languages to optimize JavaScript to make it smaller. One thing it does is makes everything go to one line, eliminating some of the space by removing...
More Posts