Monday, January 24, 2011

WebMatric, Microsoft open the door for PHP open source project, Wordpress, Joomla!

WordPress, Joomla!, DotNetNuke and Orchard.
Reference:
http://www.microsoft.com/web/webmatrix/default.aspx

How to use condition comment to hide compatible button in IE8?

How to use condition comment to hide compatible button in IE8?
Put following line into html file before <!DOCTYPE > tag

<!--[if gte IE 7]><meta http-equiv="X-UA-Compatible" content="IE=8"/> <![endif]-->

Condition comment Reference: