my6solutions

asp .net, the social web & other distractions

 

Running Apps

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

Enabling client-side caching on ASP .NET MVC on IIS 6.0

What I thought would just take a few minutes to do turned out to be one big adventure. While working on raya, I was irritated by the slowness of the project. From firebug, it seems that the browser was still asking for and getting all the static files again at every page refresh. I had use StaticFileHandler.cs from the blog entry here. This page also explains in more detail about the code.The prob... [More]

Permalink | Comments (4) | Post RSSRSS comment feed

Website Optimizations: Speed, Search Engine & Conversion Rate Secrets

This is one book I wished that I knew about earlier. It definately would have saved me a lot of time and trouble. It is pretty thorough and includes coverage on SEO Optimizations Pay-per-click Optimizations Web page, CSS, Ajax Optimizations  Advance techniques like compression, caching and URL rewriting Performance metrics References to papers published in technical... [More]

Categories: Miscellaneous
Permalink | Comments (0) | Post RSSRSS comment feed