Best Browser for Editing Posts

TinyMCE is generally cross-browser compatible. However they provide the best support for IE, Firefox and Safari. I’ve never ran into problems with my beloved Opera too. http://www.tinymce.com/wiki.php/Browser_compatiblity If there are any bugs they’re mostly not browser-dependent, but if they are – try Firefox, Safari, Opera, IE – in that order.

Internet Explorer cannot display the webpage

The problem doesn’t actually occur with IE only, it only breaks page in IE. Your pages have circular 301 redirect between shortlink and permalink URLs — http://kyl.fi/ajankohtaista/ sends browser to http://kyl.fi/?p=16, which sends browser to ttp://kyl.fi/ajankohtaista/ and the circle have closed. Other browsers just decide to ignore this, ditch stupid redirect and show page anyway. … Read more

Conditional Redirect

If you want to detect only IE specific browsers, then following code help you. You need to replace the comments with the redirection code function browser_detection_redirect(){ preg_match(‘/MSIE (.*?);/’, $_SERVER[‘HTTP_USER_AGENT’], $matches); if (count($matches)>1){ //Then we’re using IE $version = $matches[1]; switch(true){ case ($version<=8): //IE 8 or under! break; case ($version==9): //IE9! break; default: //You get the … Read more

WP user agent returns random variables

You can examine wp-includes/vars.php for specific logic which implements sniffing for these globals in WordPress. In a nutshell the checks are very basic, especially considering user agent sniffing is inherently a mess. If you need a more reliable implementation you would have to get one elsewhere (or code it yourself). That or use different technique … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)