Font sizes driving you nuts? Read on..might help out [More]
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]
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]
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]