In my previous post about exception logging, I show how to log several different parameters related to the exception in the database. Request.Browser.Crawler is one of them and its used to track browser crawlers. It warrants its own separate entry since it requires some extra bit of setup in the web.config to get it to [...]
Posts Tagged ‘browser’
September 22, 2007
0
CSS Browser Selector
By J in UncategorizedCSS Browser Selector is a lifesaver when it comes to creating cross-browser compatible layouts with CSS.
Check it out here – http://rafael.adm.br/css_browser_selector/
Although its something people should avoid overusing, its an invaluable tool for fixing some of those stubborn CSS inconsistencies between different browsers.
Tags: browser, css, javascript
