Force the compatibility mode in IE8

If your website doesn’t display properly in IE8, then it’s recommended that you amend your code, but in the meantime you could force Internet Explorer 8 to run in the compatibility mode. Simply add the below line to the top of the <head></head> section of your website: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> An example of this is place would be:

Read More

Enable Browsers to see XML/RSS feeds

If you want internet browsers to recognise your XML/RSS feeds as soon as a visitor reaches your website, then this article is for you. Browsers such as Internet Explorer 7 have XML/RSS functionality built in and you can make the most of this by enabling the feed button on the toolbar. To do this, all

Read More