<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with internetexplorer</title>
      <link>http://ask.metafilter.com/tags/internetexplorer</link>
      <description>Questions tagged with 'internetexplorer' at Ask MetaFilter.</description>
	  <pubDate>Tue, 15 Dec 2009 13:07:51 -0800</pubDate> <lastBuildDate>Tue, 15 Dec 2009 13:07:51 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Print IE URLs</title>
	<link>http://ask.metafilter.com/140750/Print%2DIE%2DURLs</link>	
	<description>Printing the URLs of IE Favorites I want to print the names and URLs of a bunch of Internet Explorer Favorites.  If I export them and load the HTML file into IE, I get just the names as links.  If I load the HTML file into Word, the URLs are there, but surrounded by garbage.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.140750</guid>
	<pubDate>Tue, 15 Dec 2009 13:07:51 -0800</pubDate>
	<category>InternetExplorer</category>
	<category>print</category>
	<category>URL</category>
	<dc:creator>KRS</dc:creator>
	</item>
	<item>
	<title>Help me not hate IE8?</title>
	<link>http://ask.metafilter.com/134939/Help%2Dme%2Dnot%2Dhate%2DIE8</link>	
	<description>How do I make IE8 suck less? Specifically, I hate the way it handles tabs. I&apos;ve been using tabbed browsing for 10 years and have gotten used to doing things a particular way. Tabs on top, new unrelated tabs opened at the far right, new related tabs opened to the immediate right of whichever tab they were opened from, etc.&lt;br&gt;
&lt;br&gt;
At work, I have to use Internet Explorer. We&apos;ve just upgraded to IE8 this week, and my tabs are a mess. I&apos;ve been using IE7Pro to help manage tabs in IE (and add some other functionality like URL blocking), and I updated it after updating IE, but my tabs are a mess and the option to select whether new tabs open at the end or next to the current tab seems to have disappeared. Now they all open at the end and it&apos;s harder for me to manage the tabs.&lt;br&gt;
&lt;br&gt;
IE8 introduces &quot;tab groups&quot;, which may be the only way to keep my tabs where they&apos;re supposed to be, but the tab groups have stupid distracting colors on the tabs, and my Attention Deficit ... Look, A Bunny! brain keeps sending my eyes up to look at the shiny colored tabs instead of the pages, so I turned off tab groups.&lt;br&gt;
&lt;br&gt;
Also, IE7Pro used to handle reopening my last browser session after a close or a crash, but it no longer does that. Now, IE opens with my corporate home page and one seemingly randomly selected tab from my last browser session, and the menu on new tabs allows me to reopen my last session but requires that extra, annoying step. I haven&apos;t had a crash yet, so I don&apos;t know if either IE8 or IE7Pro will reopen my tabs after a crash.&lt;br&gt;
&lt;br&gt;
What can I do to get my tabs back under control? Is there a competitor for IE7Pro that I should know about? Hidden registry options I could change to do away with the colors in tab groups? Some way to revert the system to IE7 and make the network vendor think it&apos;s on IE8 and in compliance? An updated TweakUI or similar that would let me fix it the way I like it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.134939</guid>
	<pubDate>Thu, 08 Oct 2009 08:15:13 -0800</pubDate>
	<category>ie7pro</category>
	<category>ie8</category>
	<category>internetexplorer</category>
	<category>tabbedbrowsing</category>
	<dc:creator>notashroom</dc:creator>
	</item>
	<item>
	<title>Can greasemonkey open a link in a different browser?</title>
	<link>http://ask.metafilter.com/133620/Can%2Dgreasemonkey%2Dopen%2Da%2Dlink%2Din%2Da%2Ddifferent%2Dbrowser</link>	
	<description>Is it possible to use a greasemonkey script in Firefox to open specific links in Internet Explorer?  If so, what would it look like? The particular element in the HTML page is an input button which executes some javascript, which opens a different webapp in a new browser window.   However, that webapp only works with IE, and I use Firefox.  The element looks similar to this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&amp;lt;input value=&quot;New Webapp&quot;  class=&quot;btn&quot; name=&quot;webapp&quot; onclick=&quot;openIntegration(&apos;/servlet/servlet.Integration?scontrolCaching=1&amp;amp;lid=00b70000000zL1t&amp;amp;eid=50070000009tNYv&amp;amp;ic=1&apos;, &apos;height=600,location=no,resizable=yes,toolbar=no,status=no,menubar=no,scrollbars=1&apos;, 1)&quot; title=&quot;New Webapp&quot; type=&quot;button&quot; /&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
The openIntegration function (which sits in a separate .js file) looks like this:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;function openIntegration(url, props, positionType) {&lt;br&gt;
    var newWindow = window.open(url, &quot;_blank&quot;, props, false);&lt;br&gt;
    if (positionType == 2){&lt;br&gt;
        newWindow.moveTo(0, 0);&lt;br&gt;
    } else if (positionType == 0){&lt;br&gt;
        newWindow.moveTo(0, 0);&lt;br&gt;
        newWindow.resizeTo(self.screen.width, self.screen.height);&lt;br&gt;
    }&lt;br&gt;
}&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Can javascript be used to specify a browser other than default?  How would I go about doing this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133620</guid>
	<pubDate>Wed, 23 Sep 2009 09:51:32 -0800</pubDate>
	<category>firefox</category>
	<category>greasemonkey</category>
	<category>ie</category>
	<category>internetexplorer</category>
	<category>javascript</category>
	<category>mozilla</category>
	<dc:creator>Roger Dodger</dc:creator>
	</item>
	<item>
	<title>Wordpress plugin incompatibility</title>
	<link>http://ask.metafilter.com/131588/Wordpress%2Dplugin%2Dincompatibility</link>	
	<description>Wordpress Filter: Plugin incompatibility with my theme - website screws up on IE. How do I fix it? 2 of my plugins (&lt;a href=&quot;http://wordpress.org/extend/plugins/contact-form-7/&quot;&gt;Contact Form 7&lt;/a&gt;, &lt;a href=&quot;http://wordpress.org/extend/plugins/posttabs/&quot;&gt;Post Tabs&lt;/a&gt;) give a java script error when enabled on &lt;a href=&quot;http://www.eyci.org&quot;&gt;this&lt;/a&gt; site. The js error doesn&apos;t do much in firefox but it renders the whole site disfunctional in IE ( drop down nav doesn&apos;t work, tabs under the headline slider don&apos;t work, etc).&lt;br&gt;
&lt;br&gt;
In IE, when I have debugging enabled, I get an error pop-up stating that there is a error on Line 89. After I click &quot;debug&quot;, this is what is shown:&lt;br&gt;
&lt;strong&gt;&lt;br&gt;
Microsoft JScript runtime error: Object doesn&apos;t support this property or method&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Inside the file, the following code is highlighted on line 89: &lt;br&gt;
&lt;br&gt;
&lt;strong&gt;{return jQuery.easing[jQuery.easing.def](x,t,b,c,d);}&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
So how do I fix this issue in IE? Do I need to contact the plugin author to check if they are using the latest jQuery? ( the theme author says that he is using the latest jQuery) Is there any way around this issue?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.131588</guid>
	<pubDate>Mon, 31 Aug 2009 12:09:59 -0800</pubDate>
	<category>error</category>
	<category>IE</category>
	<category>internetexplorer</category>
	<category>java</category>
	<category>js</category>
	<category>plugin</category>
	<category>resolved</category>
	<category>script</category>
	<category>wordpress</category>
	<dc:creator>Danniman</dc:creator>
	</item>
	<item>
	<title>Yet another little IE annoyance</title>
	<link>http://ask.metafilter.com/122476/Yet%2Danother%2Dlittle%2DIE%2Dannoyance</link>	
	<description>How is Apparitions (Media) infecting my IE window title? This is harmless, as far as I can tell, but I&apos;ve been annoyed by it often enough now to make it worth my while wasting an AskMe question on.&lt;br&gt;
&lt;br&gt;
I work on school computers in Victoria, Australia. In two separate schools, at various times over the last five years, I have occasionally seen Internet Explorer&apos;s window title changed to &quot;Microsoft Internet Explorer provided by Apparitions (Media)&quot;. Outlook Express&apos;s window title is similarly affected. Searching the registry for &quot;Apparitions&quot; results in exactly two matches - the IE and OE window title strings. Deleting these restores the default window labels. As far as I can tell, there is no actual malware running on any of these computers - just the bogus window titles.&lt;br&gt;
&lt;br&gt;
Unusually, Googling that window title doesn&apos;t get me reports of similar things happening to other people.&lt;br&gt;
&lt;br&gt;
Have any of you ever seen this specific window title hijack before, and if so, have you managed to track down the software or website responsible?&lt;br&gt;
&lt;br&gt;
Apparition (not Apparitions) Media has a website and does indeed appear to be an up-itself marketing organization. I&apos;m prepared to believe this is their fault. But embedded in what product that Victorian school staff or students might be using?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.122476</guid>
	<pubDate>Mon, 18 May 2009 20:48:41 -0800</pubDate>
	<category>apparitions</category>
	<category>bogus</category>
	<category>internetexplorer</category>
	<category>windowtitle</category>
	<dc:creator>flabdablet</dc:creator>
	</item>
	<item>
	<title>Multiple versions of IE</title>
	<link>http://ask.metafilter.com/121135/Multiple%2Dversions%2Dof%2DIE</link>	
	<description>In Windows XP, what is the best way to keep Internet Explorer versions 6, 7, and 8 all installed simultaneously? This is for the purpose of testing websites. &lt;br&gt;
When I say &quot;best&quot;, I mean the browsers should function normally, and it should be unlikely to cause other problems with the system.&lt;br&gt;
I&apos;ve seen &lt;a href=&quot;http://tredosoft.com/Multiple_IE&quot;&gt;Multiple-IE&lt;/a&gt;, from 2006, which doesn&apos;t seem to go past IE6, and &lt;a href=&quot;http://finalbuilds.edskes.net/iecollection.htm&quot;&gt;Internet Explorer Collection&lt;/a&gt; which looks promising. But I&apos;m hesitant to install strange hacks until I&apos;ve had some input from people more knowledgeable. Do any of you have experience doing this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121135</guid>
	<pubDate>Sun, 03 May 2009 10:29:57 -0800</pubDate>
	<category>IE</category>
	<category>IE6</category>
	<category>internetExplorer</category>
	<category>Windows</category>
	<category>windowsXP</category>
	<category>XP</category>
	<dc:creator>kidbritish</dc:creator>
	</item>
	<item>
	<title>How do I make Twhirl recognize Safari as my default browser?</title>
	<link>http://ask.metafilter.com/121005/How%2Ddo%2DI%2Dmake%2DTwhirl%2Drecognize%2DSafari%2Das%2Dmy%2Ddefault%2Dbrowser</link>	
	<description>How do I make Twhirl recognize Safari as my default browser? When I click links from inside Twhirl, it opens pages in IE7. I have already tried going to:&lt;br&gt;
&lt;br&gt;
Start-&amp;gt;Set Progam Access and Defaults-&amp;gt;Custom and told the system to use Safari. But once I save my settings and reboot the machine, it&apos;s right back to using IE7. &lt;br&gt;
&lt;br&gt;
I&apos;ve also gone to Control Panel-&amp;gt;Internet Options-&amp;gt;Programs, but there&apos;s nothing to let me &lt;strong&gt;un&lt;/strong&gt;select IE7 as default.&lt;br&gt;
&lt;br&gt;
Yep, I use computers every day and this one&apos;s got me boggled. Thanks guys.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.121005</guid>
	<pubDate>Fri, 01 May 2009 09:18:24 -0800</pubDate>
	<category>internetexplorer</category>
	<category>twhirl</category>
	<category>windows</category>
	<dc:creator>deern the headlice</dc:creator>
	</item>
	<item>
	<title>CSS positioning problem in IE.</title>
	<link>http://ask.metafilter.com/120724/CSS%2Dpositioning%2Dproblem%2Din%2DIE</link>	
	<description>Why does my sidebar line up fine in Firefox but not IE? So I&apos;m rebuilding my theatre company&apos;s website and i can&apos;t for the life of me get the sidebar to line up right in IE.  &lt;a href=&quot;http://redinktheatre.com/test4/screenshots.jpg&quot;&gt;(screen shot)&lt;/a&gt; The side bar is contained in a div which is floated to the right in a div that contains the whole body. &lt;br&gt; &lt;a href=&quot;http://redinktheatre.com/test4/style.txt&quot;&gt;Here is the CSS.&lt;/a&gt;&lt;br&gt;
  &lt;a href=&quot;http://redinktheatre.com/test4/sidebar.txt&quot;&gt;Here is the HTML for the sidebar.&lt;/a&gt;  &lt;a href=&quot;http://redinktheatre.com/test4/index.txt&quot;&gt;&lt;br&gt;And here is the main page.&lt;/a&gt;  &lt;br&gt;Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.120724</guid>
	<pubDate>Tue, 28 Apr 2009 12:55:21 -0800</pubDate>
	<category>css</category>
	<category>firefox</category>
	<category>internetexplorer</category>
	<dc:creator>Uncle</dc:creator>
	</item>
	<item>
	<title>Do I need to upgrade to IE7/8 if I don&apos;t browse with IE?</title>
	<link>http://ask.metafilter.com/117149/Do%2DI%2Dneed%2Dto%2Dupgrade%2Dto%2DIE78%2Dif%2DI%2Ddont%2Dbrowse%2Dwith%2DIE</link>	
	<description>I just reformatted an XP laptop and installed Service Pack 3. I don&apos;t use Internet Explorer for browsing - do I need to upgrade to IE7/8 anyway, just for in-built security? Or can I safely leave it at 6 if I don&apos;t use it to browse?

Apologies if this question seems really, really dumb.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.117149</guid>
	<pubDate>Thu, 19 Mar 2009 05:29:26 -0800</pubDate>
	<category>internetexplorer</category>
	<category>resolved</category>
	<category>windowsxp</category>
	<dc:creator>ravcasleygera</dc:creator>
	</item>
	<item>
	<title>I&apos;d like a yahoo pipe badge to display properly</title>
	<link>http://ask.metafilter.com/116797/Id%2Dlike%2Da%2Dyahoo%2Dpipe%2Dbadge%2Dto%2Ddisplay%2Dproperly</link>	
	<description>I&apos;d like a yahoo pipe badge to display properly (and vertically) in Internet Explorer Firefox not being (yet) the most-used browser in the world, I recently discovered how painful it is to display properly a yahoo pipe badge.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.parlonspolitiek.be/testpipe.html&quot;&gt;this page&lt;/a&gt; displays something very flat that needs to be scrolled.&lt;br&gt;
&lt;br&gt;
How can I display it on the full height of the page ?&lt;br&gt;
&lt;br&gt;
Thanks in advance !</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.116797</guid>
	<pubDate>Sun, 15 Mar 2009 08:09:59 -0800</pubDate>
	<category>display</category>
	<category>internetexplorer</category>
	<category>pipe</category>
	<category>yahoo</category>
	<dc:creator>Baud</dc:creator>
	</item>
	<item>
	<title>The pesky Plesk favicon from hell won&apos;t leave me alone.</title>
	<link>http://ask.metafilter.com/114937/The%2Dpesky%2DPlesk%2Dfavicon%2Dfrom%2Dhell%2Dwont%2Dleave%2Dme%2Dalone</link>	
	<description>The pesky Plesk favicon from hell won&apos;t leave me alone. If you&apos;re using vista and IE, can you spare a moment? I&apos;ve recently started working on &lt;a href=&quot;http://www.poweracrosstexas.org/&quot;&gt;this website&lt;/a&gt;. If you&apos;re using vista and IE, can you take a peek and tell me what the favicon (tiny picture next to the URL in the address bar) looks like? &lt;br&gt;
&lt;br&gt;
The organization that hired me originally bought the website from someone thats hosting it on a resellers account, and has installed plesk cp. When I first got control of the site, it was using a default drupal favicon. I&apos;ve overwritten all the favicon.ico&apos;s I can find. I&apos;ve even changed the head in the template to point to an absolute file path. Drupal dude icon is gone, but now it&apos;s been replaced by the red plesk sunburst favixon in Visa with IE7. &lt;br&gt;
&lt;br&gt;
XP with IE7, firefox, safari, and ubuntu browser all show the correct blue star favicon. Of course my boss is using Vista and IE7, and I need to keep her happy. I understand that Vista stores favicons in a low integrity cache which leads to much headaches. Is there some trick to getting around this? &lt;br&gt;
&lt;br&gt;
(and yes it&apos;s a properly encoded ico) &lt;br&gt;
&lt;br&gt;
Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114937</guid>
	<pubDate>Mon, 23 Feb 2009 10:34:46 -0800</pubDate>
	<category>favicon</category>
	<category>html</category>
	<category>ico</category>
	<category>internetexplorer</category>
	<category>vista</category>
	<category>website</category>
	<dc:creator>fontophilic</dc:creator>
	</item>
	<item>
	<title>Multiple JREs with IE7?</title>
	<link>http://ask.metafilter.com/113268/Multiple%2DJREs%2Dwith%2DIE7</link>	
	<description>My company forces the use of Internet Explorer for a number of internal sites. Now, they&apos;re also enforcing the use of an old version of Java (1.4.2_06) instead of just warning you. The trouble is I have Java 6 installed and despite also having 1.4.2_06 installed, IE 7 refuses to use it. I have a number of very useful Java apps that require Java 6 so right now I have to uninstall Java 6 to access the sites and then re-install when I&apos;m done. This is painful but not fatal since I don&apos;t use them in my day-to-day work but I&apos;d still like to not have to do this. &lt;br&gt;
&lt;br&gt;
I&apos;ve done some Google searching, but other than finding other people with the same question, I haven&apos;t found any solutions. I&apos;m sure Java developers and testers must also have this problem, how do they solve it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.113268</guid>
	<pubDate>Tue, 03 Feb 2009 10:40:01 -0800</pubDate>
	<category>IE7</category>
	<category>InternetExplorer</category>
	<category>Java</category>
	<category>version</category>
	<dc:creator>tommasz</dc:creator>
	</item>
	<item>
	<title>Dynamically automate my appointment calendar in IE with today&apos;s date in the link?</title>
	<link>http://ask.metafilter.com/112814/Dynamically%2Dautomate%2Dmy%2Dappointment%2Dcalendar%2Din%2DIE%2Dwith%2Dtodays%2Ddate%2Din%2Dthe%2Dlink</link>	
	<description>Help me create a short cut that opens an Internet Explorer webpage with part of the link set to change dynamically to today&apos;s date (i.e., http://boingboing.net/&lt;strong&gt;2009/01/27/&lt;/strong&gt; if I clicked on it yesterday, http://boingboing.net/&lt;strong&gt;2009/01/28/&lt;/strong&gt; if I clicked on it today).  Can this be done? My office lets me see a calendar of appointments with clients through a web-page which accesses information from our intranet.  It only opens via Internet Explorer.  Part of the link includes the date of those appointments:&lt;br&gt;
&lt;strong&gt;=Date(2009,1,7)&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Currently, I simply created a shortcut to a given date (above) and manually change it then go to the new date as entered (i.e., =Date(2009,1,28)).&lt;br&gt;
&lt;br&gt;
I would like to be able to have a shortcut which dynamically updates the date to &quot;today&quot; ... so I can click on the shortcut and be directed to a page with today&apos;s appointments rather than manually altering the date in the link each time.&lt;br&gt;
&lt;br&gt;
Any ideas short of &lt;a href=&quot;http://www.autohotkey.com/&quot;&gt;Autohotkey&lt;/a&gt;?&lt;br&gt;
&lt;br&gt;
Thanks a million!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112814</guid>
	<pubDate>Wed, 28 Jan 2009 13:57:59 -0800</pubDate>
	<category>Automation</category>
	<category>internetexplorer</category>
	<category>office</category>
	<category>resolved</category>
	<category>shortcuts</category>
	<dc:creator>unclezeb</dc:creator>
	</item>
	<item>
	<title>Creating links to Adobe files</title>
	<link>http://ask.metafilter.com/107687/Creating%2Dlinks%2Dto%2DAdobe%2Dfiles</link>	
	<description>How can I link to downloadable Adobe Illustrator and EPS documents on our intranet? We&apos;d like to make our corporate logos available in in a variety of formats on our intranet, for download by employees who have graphics programs. We all use IE 6.0 by corporate mandate. (I don&apos;t have the problem described below when I use Firefox, but that&apos;s not an option for other employees.)&lt;br&gt;
&lt;br&gt;
I uploaded the logos as Photoshop, Illustrator and EPS files and created links to them. When I click on a Photoshop file, I get a box with the option to open or save the file, but when I click on an Illustrator file I get nothing. If I right-click on an Illustrator file, the only &quot;Save As...&quot; option I get is Adobe Acrobat (PDF). My EPS file links allow saving only as a PostScript file, through either left or right clicks. How can I make my Illustrator/EPS files available for download?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107687</guid>
	<pubDate>Tue, 25 Nov 2008 08:26:34 -0800</pubDate>
	<category>adobe</category>
	<category>eps</category>
	<category>illustrator</category>
	<category>internetexplorer</category>
	<category>intranet</category>
	<category>pdf</category>
	<category>photoshop</category>
	<dc:creator>Joleta</dc:creator>
	</item>
	<item>
	<title>Help me avoid reloading my Vostro 1700 XP image!!!!</title>
	<link>http://ask.metafilter.com/103965/Help%2Dme%2Davoid%2Dreloading%2Dmy%2DVostro%2D1700%2DXP%2Dimage</link>	
	<description>Both latest IE and Firefox are hanging. I get the following two errors in Event Viewer Application Log:

1. Application Hang
Hanging application firefox.exe, version 1.9.0.3188, hang module hungapp, version 0.0.0.0, hang address 0x00000000.

2. Fault bucket 943649184.


I&apos;ve run chkdsk...defrag...Dell diagnostics on memory and system. Nothing is jumping out. I&apos;ve even run Ccleaner, nothing fixes this issue.

My google-fu is failing me...

Any ideas?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.103965</guid>
	<pubDate>Fri, 10 Oct 2008 18:51:02 -0800</pubDate>
	<category>firefox</category>
	<category>internetexplorer</category>
	<category>xp</category>
	<dc:creator>littleredwagon</dc:creator>
	</item>
	<item>
	<title>IE 8 beta has crashed and burned...</title>
	<link>http://ask.metafilter.com/101468/IE%2D8%2Dbeta%2Dhas%2Dcrashed%2Dand%2Dburned</link>	
	<description>IE 8 Beta has gone corrupted, and is causing all sorts of iertutil.dll related errors. Something went awry with the install of IE 8 in my freshly installed XP SP3 machine. I generally use Firefox for my browsing needs, but certain apps make calls for web data (the WoW launcher news feed, for example) and this causes a stream of errors &quot;The ordinal 169 could not be located in the dynamic link library iertutil.dll&quot;. IE 8 itself will open on its own, but won&apos;t display anything - the window below each page tab is just blank white.&lt;br&gt;
&lt;br&gt;
I decided to uninstall and then go back and install IE 7, however the uninstall process seems to have gone pear-shaped - the first time around I was able to go to Add/Remove Windows Components and remove IE, and on reboot try to use the IE 7 install exe. However, it looks like the uninstall never removed the files, and IE 7 won&apos;t install because it thinks IE8 is still installed. IE 8 won&apos;t install again because it thinks there&apos;s still a browser there. Add/Remove Components still has an entry for IE 8, but it&apos;s listed as 0.0 MB and any further removal attempts net no change... the progress bar flashes by in a second or so, but no files are removed, the entry is still there, and the error persists.&lt;br&gt;
&lt;br&gt;
My specific question is - will replacing the iertutil.dll file in system32 correct this issue? I was able to move a fresh copy of the file from the temp dir that IE 8&apos;s failed re-install created, but I&apos;ll need to boot from BartPE or safe mode or something to replace the corrupted copy, since just about every XP process seems to access it (unlocker will shut out the processes using it, but that shuts down most of the OS, which then fires itself back up). So if I boot to DOS or something to replace it, will that cause cataclysmic failures in other areas? Are there predictable further issues elsewhere? Is there another approach I should take?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.101468</guid>
	<pubDate>Thu, 11 Sep 2008 11:10:28 -0800</pubDate>
	<category>IE</category>
	<category>iertutildll</category>
	<category>internetexplorer</category>
	<category>windows</category>
	<category>XP</category>
	<dc:creator>FatherDagon</dc:creator>
	</item>
	<item>
	<title>How do I make IE open files exactly like they open on my desktop? </title>
	<link>http://ask.metafilter.com/97123/How%2Ddo%2DI%2Dmake%2DIE%2Dopen%2Dfiles%2Dexactly%2Dlike%2Dthey%2Dopen%2Don%2Dmy%2Ddesktop</link>	
	<description>How do I make IE open files as instructed? The way I view one type of file has been hijacked by another program.   I have two portals that I must use IE to access for a client - portal A and portal B.  &lt;br&gt;
&lt;br&gt;
From portal A I download .tif files and view them in MS Office Document Imaging. This is my preferred program for this action. &lt;br&gt;
&lt;br&gt;
From portal B I download and view .fni files and view them with IDM Viewer.  The IDM viewer is my only option.  &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
However, the IDM Viewer that I downloaded to view the .fni files has now hijacked the way I view .tif files on portal A.  Even though I&apos;ve changed the file associations in XP, the IDM Viewer keeps popping up to open .tif files on portal A.  I only want the IDM Viewer to work on portal B. &lt;br&gt;
&lt;br&gt;
The only way I can stop the hijack is to remove the IDM viewer but I still need it to view files from Portal B.  Anyone out there have trouble w/ IE like this? Is it trouble w/ IE? Maybe the viewer is just awful...</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97123</guid>
	<pubDate>Mon, 21 Jul 2008 11:58:55 -0800</pubDate>
	<category>FileAssociation</category>
	<category>InternetExplorer</category>
	<dc:creator>alrightokay</dc:creator>
	</item>
	<item>
	<title>Need help watching doggie daycare webcam</title>
	<link>http://ask.metafilter.com/95105/Need%2Dhelp%2Dwatching%2Ddoggie%2Ddaycare%2Dwebcam</link>	
	<description>I want to take advantage of the webcam at doggie daycare; unfortunately, the instructions are for Internet Explorer and I&apos;m on a Mac. Is there a way to make this work in Safari or Firefox? Details inside. I&apos;m sorry, I&apos;m clueless at this kind of thing, so please be gentle. Here are the instructions:&lt;br&gt;
&lt;br&gt;
Open Internet Explorer&lt;br&gt;
From the Tools menu, select Internet Options&lt;br&gt;
Select the Security Tab, then highlight the Internet icon&lt;br&gt;
Click on the Custom Level . . . button, which will open the Security Setting dialogue box&lt;br&gt;
Scroll down to Download unsigned ActiveX controls and choose Prompt&lt;br&gt;
Scroll down one more to Initialize and script ActiveX controls not makred as safe and choose Prompt &lt;br&gt;
Select OK, Select OK again Go to pawstoplaylive.com&lt;br&gt;
&lt;br&gt;
There&apos;s more, but those are the basic instructions. Thanks for your help!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.95105</guid>
	<pubDate>Thu, 26 Jun 2008 11:31:52 -0800</pubDate>
	<category>doggiedaycare</category>
	<category>Internetexplorer</category>
	<category>webcam</category>
	<dc:creator>HotToddy</dc:creator>
	</item>
	<item>
	<title>IE javascript bug is kicking my ass</title>
	<link>http://ask.metafilter.com/94528/IE%2Djavascript%2Dbug%2Dis%2Dkicking%2Dmy%2Dass</link>	
	<description>Javascript/CSS and IE6/7: content called from a javascript file (a modified form of &lt;a href=&quot;http://test.unintentionallyblank.co.uk/fontSizer.js&quot;&gt;fontSizer&lt;/a&gt;) into an otherwise blank div appears and disappears intermittently in IE6/7. Help a newbie! I know enough Javascript to just squeak by, but this bug is bugging the hell out of me. The content written from a .js file (images and text) appears every time in Firefox but only sometimes in IE6/7. Sometimes a page reload will reveal it, sometimes returning to the page from another page on the site will reveal it.&lt;br&gt;
&lt;br&gt;
My first guess was the peekaboo bug, but none of the fixes work and if I disable the pages&apos; css the content still appears/disappears the same way.&lt;br&gt;
&lt;br&gt;
The pages in question are still in development (i.e. not live), so MeFi Mail me for a URL.&lt;br&gt;
&lt;br&gt;
Any ideas or suggestions on how to debug this are gratefully welcomed!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.94528</guid>
	<pubDate>Thu, 19 Jun 2008 16:06:40 -0800</pubDate>
	<category>bugs</category>
	<category>css</category>
	<category>ie6</category>
	<category>ie7</category>
	<category>internetexplorer</category>
	<category>javascript</category>
	<dc:creator>Paragon</dc:creator>
	</item>
	<item>
	<title>You won&apos;t steal my heart by stealing my focus</title>
	<link>http://ask.metafilter.com/93173/You%2Dwont%2Dsteal%2Dmy%2Dheart%2Dby%2Dstealing%2Dmy%2Dfocus</link>	
	<description>IE7 keeps stealing focus, even after I use TweakUI. I have to use IE for a work application. The app spawns a new popup window for each task I work on. Because I multitask and the network can be slow, I have multiple task windows open at once, usually at least one loading in the background while I work on the other. &lt;br&gt;
&lt;br&gt;
Every time IE finishes loading a task window, that window pops to the front and steals focus. &lt;br&gt;
&lt;br&gt;
I have used TweakUI to &quot;prevent applications from stealing focus&quot; but IE seems not to listen. Help me stop this annoying behavior and keep sane!&lt;br&gt;
&lt;br&gt;
(Windows XP professional, SP2, IE 7.0.5730.11)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93173</guid>
	<pubDate>Wed, 04 Jun 2008 07:03:02 -0800</pubDate>
	<category>focus</category>
	<category>help</category>
	<category>internetexplorer</category>
	<category>stealfocus</category>
	<category>stumped</category>
	<category>tweakui</category>
	<category>windows</category>
	<dc:creator>subbes</dc:creator>
	</item>
	<item>
	<title>How do I take a paged-down screenshot in Internet Explorer using Vista for free without watermarks?</title>
	<link>http://ask.metafilter.com/93119/How%2Ddo%2DI%2Dtake%2Da%2Dpageddown%2Dscreenshot%2Din%2DInternet%2DExplorer%2Dusing%2DVista%2Dfor%2Dfree%2Dwithout%2Dwatermarks</link>	
	<description>How do I take a paged-down screenshot in Internet Explorer using Vista for free without watermarks? I tried using IE Screenshot Pro, but the trial puts a big watermark on everything.  I need the screenshot to page down and stitch it all together.&lt;br&gt;
&lt;br&gt;
The page does not render correctly in FireFox, so no extension for the fox will work for me -- had to be IE.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93119</guid>
	<pubDate>Tue, 03 Jun 2008 12:34:57 -0800</pubDate>
	<category>IE</category>
	<category>InternetExplorer</category>
	<category>Screenshot</category>
	<category>Vista</category>
	<dc:creator>adi</dc:creator>
	</item>
	<item>
	<title>Can this site be saved?</title>
	<link>http://ask.metafilter.com/89702/Can%2Dthis%2Dsite%2Dbe%2Dsaved</link>	
	<description>Webdeveloper Mefites, I come hat in hand. I enjoy design and created a site for my medical practice in iWeb.  Now I realize it stinks in Explorer. Is there an easy way to remedy the situation? If not, what&apos;s a reasonable amount to pay someone to save me from myself? Please help. I&apos;m feeling like a total dolt. I put a lot of work into my creation. I &lt;strong&gt;thought&lt;/strong&gt; I&apos;d checked things out in Explorer as I went along but this morning I had another look, and it&apos;s not pretty.&lt;br&gt;
&lt;br&gt;
Here&apos;s what I&apos;ve done so far: I did a bit of searching, and soon realized I may be out of my league in trying to translate CSS to something IE understands.&lt;br&gt;
&lt;br&gt;
I posted this as a job on &lt;a href=&quot;http://jobs.metafilter.com/421/Need-a-web-designer-to-help-me-with-my-site&quot;&gt;MetaFi Jobs&lt;/a&gt; but haven&apos;t had a bite.&lt;br&gt;
&lt;br&gt;
So . . . can I clean up this mess myself? Or (more likely) do I need help? And if so, what&apos;s a fair price?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89702</guid>
	<pubDate>Thu, 24 Apr 2008 12:38:32 -0800</pubDate>
	<category>css</category>
	<category>internetexplorer</category>
	<category>iweb</category>
	<category>website</category>
	<dc:creator>pammo</dc:creator>
	</item>
	<item>
	<title>CSS help is needed</title>
	<link>http://ask.metafilter.com/89095/CSS%2Dhelp%2Dis%2Dneeded</link>	
	<description>Can I make this work in IE the same as it does in Firefox?

&lt;a href=&quot;http://joelf.com/menu/&quot;&gt;Here is the example i need some CSS help with.&lt;/a&gt;

This works properly in Firefox, but needs some help in IE. Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.89095</guid>
	<pubDate>Thu, 17 Apr 2008 12:25:30 -0800</pubDate>
	<category>css</category>
	<category>firefox</category>
	<category>html</category>
	<category>internetexplorer</category>
	<category>programming</category>
	<category>webdesign</category>
	<category>xhml</category>
	<dc:creator>joelf</dc:creator>
	</item>
	<item>
	<title>Get this Microsoft out of my iTunes!</title>
	<link>http://ask.metafilter.com/86392/Get%2Dthis%2DMicrosoft%2Dout%2Dof%2Dmy%2DiTunes</link>	
	<description>I disabled Explorer with a fake proxy server address, and now I can&apos;t connect to the iTunes store. I don&apos;t want to go back to Explorer from Firefox, but I needs some new tunes! My laptop is a 2002 vintage bottom-shelf Toshiba running XP.&lt;br&gt;
&lt;br&gt;
Much like &lt;a href=&quot;http://answers.yahoo.com/question/index?qid=20080113223647AAvDMLZ&quot;&gt;this guy&lt;/a&gt;, who did not succeed in getting his question answered, I have an annoying popup adware problem that opens explorer, even though I haven&apos;t actually used it to search the Web for years.&lt;br&gt;
&lt;br&gt;
So since you can&apos;t excise Explorer, I just disabled it. But apparently iTunes uses those settings to connect to the iTunes store. Is there a way I could make iTunes connect using Firefox&apos;s options, rather than Explorer&apos;s? &lt;br&gt;
&lt;br&gt;
BTW, regarding the obvious solution, I have tried everything I could think of to get rid of the popup adware thing, and came to the conclusion long ago that it&apos;s just a permanent eccentricity of my computer.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86392</guid>
	<pubDate>Mon, 17 Mar 2008 15:22:36 -0800</pubDate>
	<category>explorer</category>
	<category>Internetexplorer</category>
	<category>iTunes</category>
	<category>iTunesstore</category>
	<category>proxyserversettings</category>
	<dc:creator>M.C. Lo-Carb!</dc:creator>
	</item>
	<item>
	<title>Death by a thousand windows</title>
	<link>http://ask.metafilter.com/85819/Death%2Dby%2Da%2Dthousand%2Dwindows</link>	
	<description>I have a very specific problem with the online system at my work. I have a contracting job that requires me to log on to my work&apos;s online system (through Internet Explorer) and listen to audio clips.   I work from home.&lt;br&gt;
&lt;br&gt;
The system was first developed for essays, but 2 years ago it was adapted to play audio.  It is clearly inefficient with system resources.  But I thought I&apos;d ask about this problem, since it does really cut into my efficiency.&lt;br&gt;
&lt;br&gt;
Many of my colleagues (maybe 5%) have the same problem I do:&lt;br&gt;
&lt;br&gt;
When going between audio clips, a small Internet Explorer window appears in the bottom right of the screen.  It usually just flashes and goes away.  Sometimes, however, it stays permanently - so much so that I can&apos;t even close it (not by using task manager; not by right-clicking and choosing &quot;close&quot;).  &lt;br&gt;
&lt;br&gt;
These windows really cripple my computer.  Usually after I get two of these, the audio will just not load on my computer.  Additionally, I can&apos;t open up other programs - or if I can, they open up very limited.  Windows notepad, for example, will sometimes open, but the menus at the top will not load.&lt;br&gt;
&lt;br&gt;
The system uses Java - although it doesn&apos;t work very well in versions of java past 1.50-11.  Additionally, the system requires use of the *.ogg patch.&lt;br&gt;
&lt;br&gt;
I&apos;ve developed a weird solution that helps.  My solution has been to open up about 25 internet explorer windows and log on to the system with one of them.  Whenever I get a freeze (one of those little windows freezes) I close one of the IE windows and it seems to free up system resources for a while.  This allows me to work much longer, because without those other windows, I reach a point - within a half hour - where I have no memory left to load any of the audio.&lt;br&gt;
&lt;br&gt;
When I run out of IE windows (and this often means I&apos;ll have about 8 frozen little windows that refuse to close) I restart my computer.  I usually have to do this about once every 8 hour shift.&lt;br&gt;
&lt;br&gt;
Question:  Is there anything I can do on my end to avoid this problem?  As I said, some of my colleagues do not have this problem.  I have Windows XP, running on a Lenovo Thinkpad T60.  This problem has been with me since the beginning (2 years ago) and my computer has undergone many changes.  I have a great deal of free hard drive space, and generally keep very few programs running (I&apos;ve got a very clean computer).  I&apos;ve tried different upgrades of IE and many different versions of java, and of course my company has tried a variety of things.  The general policy with tech support is not to be concerned about this.&lt;br&gt;
&lt;br&gt;
That said, my company isn&apos;t Metafilter.  Maybe you ragtag group of misfits have an idea.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.85819</guid>
	<pubDate>Mon, 10 Mar 2008 22:33:45 -0800</pubDate>
	<category>freeze</category>
	<category>internetexplorer</category>
	<category>java</category>
	<category>tech</category>
	<category>work</category>
	<dc:creator>mammary16</dc:creator>
	</item>
	
	</channel>
</rss>

