12 March 2009 - 1:00 AM / by Dominic Pettifer. 1 Comment for IE Browser Detection for CSS (Using Conditional Comments).
Technical Article - A simple, reliable way to perform browser detection for Internet Explorer browsers, in order to serve certain CSS or JavaScript files (or even HTML mark-up) to specific versions of IE, while ignoring other browsers. If you have to serve a certain style sheet file to a specific version of IE to steer your way around CSS browser rendering bugs, then this may come in handy.
18 December 2006 - 1:00 PM / by Dominic Pettifer. 2 Comments for JavaScript/CSS and Custom Controls.
Technical Article - This guide will show you how to implement JavaScript code in your custom ASP.NET server controls, and implement them in such a way to decouple your custom control from the web application implementation. We’ll also look at CSS for your custom controls.
Blogged: IHttpModule Gotchas – The Init() Method Can Get Called Multiple Times http://bit.ly/96xioE #aspnet
about 6 hours ago from Echofon@shanselman Give me a free copy of Visual Studio 2010 then! :-)
about 13 hours ago from EchofonRT: @aaronbassett: Guy comes out of the closet - http://bit.ly/aHMg1o - HAHA!! That's hilarious!!
about 17 hours ago from EchofonThis multiple IHttpModule thing has shaken the foundations of my understanding of ASP.NET. I feel a blog post coming.
about 18 hours ago from EchofonI've written the following code to get a pseudo App_StartUp event in my IHttpModule (without relying on Global.asax) http://bit.ly/a2AiNI
about 19 hours ago from Echofon