[12 Sep 2011 | 0 Comments]
Scenario: I deployed my mvc 3 application to IIS 6 (with NTLM authentication). While using Internet Explorer (IE) everything looked great. When I tested the site with other common browsers Chrome/FireFox/Safari none of the styles specified in the css sheet were used [More]

HTML »

[12 Sep 2011 | 0 Comments]

Font sizes driving you nuts? Read on..might help out [More]

Feature, MVC »

[12 Sep 2011 | 0 Comments]

Scenario: I deployed my mvc 3 application to IIS 6 (with NTLM authentication). While using Internet Explorer (IE) everything looked great. When I tested the site with other common browsers Chrome/FireFox/Safari none of the styles specified in the css sheet were used [More]

HTML »

[25 Jun 2011 | 0 Comments]

This reset class resets all the properties of an object to sensible defaults, as recommended by w3.org, the web standards body, so your pages look much more alike on different browsers. [More]

Asp.Net »

[24 Jun 2011 | 1 Comments]

For the case when you return a string back from the database and you want it converted to an enum..this works well. In leue of this approach is often a large case statement which is just ugly. Give this a try and let me know how it goes for you. [More]