<?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>Inanis.net &#187; internet explorer</title>
	<atom:link href="http://www.inanis.net/blog/index.php/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inanis.net/blog</link>
	<description>Daily ramblings of a computer technician.</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:11:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Security!     &#8230; and geek bits.</title>
		<link>http://www.inanis.net/blog/index.php/2007/12/16/security-and-geek-bits/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/12/16/security-and-geek-bits/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 11:42:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/12/16/security-and-geek-bits/</guid>
		<description><![CDATA[My blog is boring. It&#8217;s boring for security purposes. The reason I don&#8217;t have anything interesting to post here is because I don&#8217;t want random people on the Internets to know who I am in real life. It&#8217;s the Anti-MySpace, &#8230; <a href="http://www.inanis.net/blog/index.php/2007/12/16/security-and-geek-bits/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My blog is boring. It&#8217;s boring for security purposes.</p>
<p>The reason I don&#8217;t have anything interesting to post here is because I don&#8217;t want random people on the Internets to know who I am in real life. It&#8217;s the Anti-MySpace, the Contra-FaceBook. Stuff interesting to me only because you would have to be me to understand.</p>
<p>Now, for some geek bits.</p>
<p><span style="font-size: small;"><strong>Internet Explorer 7&#8242;s Shdocvw.dll/ieframe.dll/JavaScript Element Not Found/RunOnce Problem</strong></span></p>
<p>If you ever use the tool known as <a href="http://wiki.djlizard.net/Dial-a-fix">Dial-A-Fix</a> on a computer with Internet Explorer 7, it replaces a registry key pertaining to IE7 that makes it break. This also happens if you use the regsvr32 command manually to re-register the shdocvw.dll file using regsvr32. IE7 uses ieframe.dll now in the same way previous versions used to use shdocvw.dll. So, if you register the shdocvw.dll, it replaces ieframe.dll with shdocvw.dll in the registry. Symptoms include general wackiness and JavaScript failure (specifically, the error &#8220;Element Not Found&#8221; and &#8220;Done, but with errors&#8221; in the Status Bar). You just have to go into the registry and change the key from shdocvw to ieframe. This is commonly known as the runonce error, because it first pops up when the new IE7 RunOnce site is displayed to pick your search provider and such jazz.</p>
<p>Just open regedit and go to:</p>
<p><span style="font-size: xx-small;"><strong>HKEY_CLASSES_ROOT \ TypeLib \{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B} \ 1.1 \ 0 \ win32</strong></span></p>
<p>Find on the right where it says shdocvw.dll and modify it to say ieframe.dll. Problem solved. Don&#8217;t want to use regedit? Just download, unzip and doubleclick the .REG file. <a title="ie7-shdocvw_ieframe_runonce" href="http://www.inanis.net/blog/wp-content/uploads/2008/02/ie7-shdocvw_ieframe_runonce.zip">Grab it.</a></p>
<hr /><span style="font-size: small;"><strong><br />
Fix JavaScript in Internet Explorer 6/7</strong></span> JavaScript sometimes breaks. Badly. And you can&#8217;t fix it. Until now.This batch file uses the regsvr32 command to re-register the files used by Internet Explorer to run JavaScript code. <a title="IE Javascript Fix" href="http://www.inanis.net/blog/wp-content/uploads/2008/02/ie-javascript-fix.zip">Grab the zip,</a> unzip it and double click the .BAT file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/12/16/security-and-geek-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block Flash, in both IE and Firefox</title>
		<link>http://www.inanis.net/blog/index.php/2007/07/14/block-flash-in-both-ie-and-firefox/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/07/14/block-flash-in-both-ie-and-firefox/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 07:44:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/07/14/block-flash-in-both-ie-and-firefox/</guid>
		<description><![CDATA[Ever been stuck with a website with horribly annoying flash ads and/or 1x1pixel flash trackers or popup generators. Well, here&#8217;s two cool ways to block flash in both IE and Firefox: Firefox/Mozilla/etc.: get the Flashblock extension. Internet Explorer: try this &#8230; <a href="http://www.inanis.net/blog/index.php/2007/07/14/block-flash-in-both-ie-and-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ever been stuck with a website with horribly annoying flash ads and/or 1x1pixel flash trackers or popup generators. Well, here&#8217;s two cool ways to block flash in both IE and Firefox:</p>
<p>Firefox/Mozilla/etc.: get the <a href="http://flashblock.mozdev.org/">Flashblock</a> extension.<br />
Internet Explorer: try <a href="http://johnhaller.com/jh/useful_stuff/disable_flash.asp">this page</a> or the registry code below.</p>
<p><a href="http://www.inanis.net/blog/wp-content/uploads/2008/02/disable_flash.zip" title="DisableFlash">DisableFlash</a><br />
<a href="http://www.inanis.net/blog/wp-content/uploads/2008/02/disable_flash_remove.zip" title="EnableFlash">EnableFlash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/07/14/block-flash-in-both-ie-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6 Recreates icons on desktop</title>
		<link>http://www.inanis.net/blog/index.php/2007/05/02/internet-explorer-6-recreates-icons-on-desktop/</link>
		<comments>http://www.inanis.net/blog/index.php/2007/05/02/internet-explorer-6-recreates-icons-on-desktop/#comments</comments>
		<pubDate>Wed, 02 May 2007 12:54:00 +0000</pubDate>
		<dc:creator>inanis</dc:creator>
				<category><![CDATA[Computer Fixes]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://192.168.10.253/blog/index.php/2007/05/02/internet-explorer-6-recreates-icons-on-desktop/</guid>
		<description><![CDATA[Found out that if you have weird issues with Internet Explorer creating shortcuts to itself on the desktop over and over again when you try to click on it&#8217;s icon, it&#8217;s because of a half installed or botched Internet Explorer &#8230; <a href="http://www.inanis.net/blog/index.php/2007/05/02/internet-explorer-6-recreates-icons-on-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found out that if you have weird issues with Internet Explorer creating shortcuts to itself on the desktop over and over again when you try to click on it&#8217;s icon, it&#8217;s because of a half installed or botched Internet Explorer 7 install. Running IE manually, downloading version 7 and installing it ususally fixes this.</p>
<p>Weird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.inanis.net/blog/index.php/2007/05/02/internet-explorer-6-recreates-icons-on-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

