Posts Tagged: http handler


18
Sep 09

HttpCombiner modifications for better usability

Http­Com­biner is a HttpHan­dler allows you to gather all css and js files together which decreases amount of http requests made to server when user requests a page and also to cache the gen­er­ated files, which makes you web­sites to load faster. You can down­load http han­dler from Microsoft’s web­site by click­ing here and you can read Omar’s arti­cle on how to imple­ment the han­dler here. Orig­i­nal han­dler writ­ten by Omar Al Zabir.

It took me few min­utes to con­fig­ure the han­dler to work, it is easy to use and well doc­u­mented. So i advice you to read Omar’s post before con­tin­u­ing with modifications.

Con­tinue reading →