Monday, March 23, 2015

WebBrowser Emulation

In Windows registry, there are three places where the WebBrowser emulation can be set.

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION

Add a new DWORD32 value, name it the exe file name, e.g. Fiddler.exe, value it the 7000, it means IE 11 with IE 7 compatibility view,  or 8000, IE 11 with IE 8 compatibility view.

Thursday, March 12, 2015

Xcode Organizer

After some activities on Xcode, it may go slow, or something related to some removed projects keeps coming back, or some exported UTIs are not needed anymore.

And it means the time to open the Organizer and clean up the mess.