<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Przemysław Łukawski&#039;s blog &#187; Internet Explorer</title>
	<atom:link href="http://p-lider.lideve.eu/wordpress/?cat=13&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://p-lider.lideve.eu/wordpress</link>
	<description>Solutions for IT technical problems admins and developers may face with.</description>
	<lastBuildDate>Tue, 23 Sep 2014 18:29:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.22</generator>
	<item>
		<title>Restoring URL autocomplete feature in IE.</title>
		<link>http://p-lider.lideve.eu/wordpress/?p=119</link>
		<comments>http://p-lider.lideve.eu/wordpress/?p=119#comments</comments>
		<pubDate>Wed, 29 Dec 2010 19:10:49 +0000</pubDate>
		<dc:creator><![CDATA[p_lider]]></dc:creator>
				<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://p-lider.rootnode.net/wordpress/?p=119</guid>
		<description><![CDATA[I recently faced strange problem with IE8 browser. The URL autocomplete feature suddenly stopped working. I searched the internet deeply to find the fix for this problem with completely no luck. Analyzing how the IE8 browser works I found, that it is looking for a COM object with class ID {80A3E9B0-A246-11D3-BB8C-0090272FA362} when trying to autocomplete URLs. I [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I recently faced strange problem with IE8 browser. The URL autocomplete feature suddenly stopped working. I searched the internet deeply to find the fix for this problem with completely no luck. Analyzing how the IE8 browser works I found, that it is looking for a COM object with class ID {80A3E9B0-A246-11D3-BB8C-0090272FA362} when trying to autocomplete URLs. I then googled for the library which contains the object with mentioned Class ID and found that it is &#8220;<em>langwrbk.dll</em>&#8220;. Having that in mind fixing the problem was as easy as executing one command:<br />
<span style="white-space: nowrap; color: #00aa66; font-size: 12px; font-weight: bold;"><br />
<strong><em>regsvr32 langwrbk.dll</em></strong><br />
</span></p>
<p>This worked in IE8 browser, however I am almost sure it will work in other versions of IE as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://p-lider.lideve.eu/wordpress/?feed=rss2&#038;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improve page rendering in IE8</title>
		<link>http://p-lider.lideve.eu/wordpress/?p=36</link>
		<comments>http://p-lider.lideve.eu/wordpress/?p=36#comments</comments>
		<pubDate>Mon, 23 Aug 2010 19:02:33 +0000</pubDate>
		<dc:creator><![CDATA[p_lider]]></dc:creator>
				<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://p-lider.rootnode.net/wordpress/?p=36</guid>
		<description><![CDATA[While searching the Internet for an solution for one problem I had, I accidentally found something, that can be useful for everyone who use IE8 as his primary browser. Manual registering one dll library can improve the IE8 rendering performance. The reason for that is unknown, because the dll library had been registered during installation [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>While searching the Internet for an solution for one problem I had, I accidentally found something, that can be useful for everyone who use IE8 as his primary browser. Manual registering one dll library can improve the IE8 rendering performance. The reason for that is unknown, because the dll library had been registered during installation of the browser (without it the IE8 cannot run). The magic command to execute is:<br />
<span style="white-space: nowrap; color: #00aa66; font-size: 12px; font-weight: bold;"><br />
<em>regsvr32 %windir%\system32\actxprxy.dll</em><br />
</span></p>
<p>After executing it log off and then log on again &#8211; the IE8 performance from now will be visibly higher.</p>
]]></content:encoded>
			<wfw:commentRss>http://p-lider.lideve.eu/wordpress/?feed=rss2&#038;p=36</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
