<?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 firefox and internetexplorer</title>
      <link>http://ask.metafilter.com/tags/firefox+internetexplorer</link>
      <description>Questions tagged with 'firefox' and 'internetexplorer' at Ask MetaFilter.</description>
	  <pubDate>Wed, 23 Sep 2009 09:51:32 -0800</pubDate> <lastBuildDate>Wed, 23 Sep 2009 09:51:32 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<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>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>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>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>Keeping Firefox (or Internet Explorer) &quot;always on top&quot;.</title>
	<link>http://ask.metafilter.com/82707/Keeping%2DFirefox%2Dor%2DInternet%2DExplorer%2Dalways%2Don%2Dtop</link>	
	<description>Keeping Firefox (or Internet Explorer) &quot;always on top&quot;. So, I like to watch Hulu.com videos while I work, but I&apos;ve yet to find way (or free extension) to allow me to keep a Firefox or Internet Explorer window always-on-top while I work.&lt;br&gt;
&lt;br&gt;
Any suggestions?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.82707</guid>
	<pubDate>Sun, 03 Feb 2008 12:08:15 -0800</pubDate>
	<category>computers</category>
	<category>firefox</category>
	<category>internetexplorer</category>
	<category>videos</category>
	<dc:creator>bamassippi</dc:creator>
	</item>
	<item>
	<title>How do I open certain sites in IETab?</title>
	<link>http://ask.metafilter.com/72195/How%2Ddo%2DI%2Dopen%2Dcertain%2Dsites%2Din%2DIETab</link>	
	<description>I use Firefox. I want to be able to open certain sites in IETab/Internet Explorer automatically. I can do this quite easily &lt;a href=&quot;http://lifehacker.com/software/firefox-tip/automatically-open-firefox-bookmarks-in-ie-tab-299406.php&quot;&gt;if they are bookmarked&lt;/a&gt;, but I want to be able to do it every time I come across a link to the site. Example 1] I&apos;m browsing the web, and I come across a link to foo.com. Normally, when I click the link to foo.com, it will open in a normal Firefox tab. I want to be able to just click the link to foo.com, and have it open in IETab/Internet Explorer automatically, &lt;strong&gt;without having to right click and choose &quot;Open in IETab&quot;, or copy the URL from the address bar and paste it into Internet Explorer.&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
Example 2] I do a Foo.com search from the Firefox search bar. I want the search tab to open in IETab/Internet Explorer automatically.&lt;br&gt;
&lt;br&gt;
I have been using IE View Lite, which will load the site in IE after half a second, but Firefox still starts to load foo.com before IE View Lite takes over, which I don&apos;t want. I want Firefox to never load foo.com &lt;em&gt;AT ALL&lt;/em&gt;.&lt;br&gt;
&lt;br&gt;
How can I get this functionality? Example 2 is the more pressing problem, if that makes any difference.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.72195</guid>
	<pubDate>Sun, 23 Sep 2007 07:36:27 -0800</pubDate>
	<category>addon</category>
	<category>extension</category>
	<category>firefox</category>
	<category>IE</category>
	<category>ietab</category>
	<category>internet</category>
	<category>internetexplorer</category>
	<dc:creator>Rabulah</dc:creator>
	</item>
	<item>
	<title>Firefox freezes when downloading, help!</title>
	<link>http://ask.metafilter.com/71213/Firefox%2Dfreezes%2Dwhen%2Ddownloading%2Dhelp</link>	
	<description>I download a lot of images from the net. Using Firefox, the browser freezes while the file downloads. IE does not. I hate using IE. How do I make Firefox allow me to surf around while downloading? I should add this is only the case when I use right click, &quot;save as,&quot; and not when I click a prompted download. I think it happens for all files downloaded this way, not just images.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71213</guid>
	<pubDate>Mon, 10 Sep 2007 11:51:02 -0800</pubDate>
	<category>download</category>
	<category>Firefox</category>
	<category>IE</category>
	<category>images</category>
	<category>internetexplorer</category>
	<dc:creator>yellowbinder</dc:creator>
	</item>
	<item>
	<title>IE printing issue</title>
	<link>http://ask.metafilter.com/54286/IE%2Dprinting%2Dissue</link>	
	<description>Why won&apos;t Internet Explorer print images from a web site? The site is &lt;a href=&quot;http://marriott.com/property/mapandnearbyairports/default.mi?marshaCode=gnvcy&quot;&gt;http://marriott.com/property/mapandnearbyairports/default.mi?marshaCode=gnvcy&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
I had a user who was on the road and trying to print out the map. I got her to print a map of the area from Google Maps (worked fine), which solves the problem but not my curiosity.&lt;br&gt;
&lt;br&gt;
At my machine, &quot;Print Preview&quot; shows only some text at the top and bottom but omits all images on the page, which is also how it prints. Firefox prints it correctly.  The remote user confirmed the same IE behavior on her machine.&lt;br&gt;
&lt;br&gt;
So what&apos;s on that page that keeps IE from printing the page correctly?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.54286</guid>
	<pubDate>Wed, 03 Jan 2007 09:55:57 -0800</pubDate>
	<category>firefox</category>
	<category>ie6</category>
	<category>ie7</category>
	<category>internetexplorer</category>
	<category>printing</category>
	<dc:creator>mr_crash_davis</dc:creator>
	</item>
	<item>
	<title>Firefox will not load a single site on my computer, but Interner Explorer 7 will work just fine.</title>
	<link>http://ask.metafilter.com/47307/Firefox%2Dwill%2Dnot%2Dload%2Da%2Dsingle%2Dsite%2Don%2Dmy%2Dcomputer%2Dbut%2DInterner%2DExplorer%2D7%2Dwill%2Dwork%2Djust%2Dfine</link>	
	<description>I have an issue with Firefox as of late. Firefox will not load a single site on my computer, but Interner Explorer 7 will work just fine. I have a portable Firefox on my flash drive which loads just fine, but it does not make sense any the Firefox that is installed on my machine does not work. I have an issue with Firefox as of late. Firefox will not load a single site on my computer, but Interner Explorer 7 will work just fine. I have a portable Firefox on my flash drive which loads just fine, but it does not make sense any the Firefox that is installed on my machine does not work.&lt;br&gt;
&lt;br&gt;
I have scanned my system numerous times with Ewido, Ad-Aware, NOD32, AVG and Windows Defender, all of them showed no threats. Does anyone have any idea what it could be or maybe what tech forums I should go to and ask for more help?&lt;br&gt;
&lt;br&gt;
Thank you in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.47307</guid>
	<pubDate>Tue, 26 Sep 2006 05:22:39 -0800</pubDate>
	<category>connection</category>
	<category>firefox</category>
	<category>internet</category>
	<category>internetexplorer</category>
	<dc:creator>cheero</dc:creator>
	</item>
	<item>
	<title>Why can&apos;t I view this website?</title>
	<link>http://ask.metafilter.com/46294/Why%2Dcant%2DI%2Dview%2Dthis%2Dwebsite</link>	
	<description>Why can&apos;t I view/load &lt;a href=&quot;http://www.projectopus.com&quot;&gt;this&lt;/a&gt; website? For some reason which totally confuses me, I am unable to access &lt;a href=&quot;http://www.projectopus.com&quot;&gt;this url&lt;/a&gt; from my home network.&lt;br&gt;
&lt;br&gt;
I can go to the site succesfully at work and from a relatives PC, but whenever I try to connect at home I get a timeout error.  I&apos;ve tried connecting on both PC and Mac using Safari, Firefox and IE.  &lt;br&gt;
&lt;br&gt;
There is nothing in any firewalls/browser preferences  that should be preventing acces to this site, both on the computers and on the ADSL router.&lt;br&gt;
&lt;br&gt;
I&apos;m at a total loss.  Can anyone offer any helpful hints?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.46294</guid>
	<pubDate>Sun, 10 Sep 2006 16:16:21 -0800</pubDate>
	<category>access</category>
	<category>firefox</category>
	<category>internet</category>
	<category>internetexplorer</category>
	<category>safari</category>
	<category>URL</category>
	<category>website</category>
	<dc:creator>mule</dc:creator>
	</item>
	<item>
	<title>Web browser market share reference</title>
	<link>http://ask.metafilter.com/42566/Web%2Dbrowser%2Dmarket%2Dshare%2Dreference</link>	
	<description>What is the definitive online reference for web browser market share? I&apos;ve found &lt;a href=&quot;http://marketshare.hitslink.com/report.aspx?qprid=0&quot;&gt;this site&lt;/a&gt; which looks nice, but I don&apos;t know if it&apos;s the most authoritative site for stating browser statistics. Our company needs to convince a vendor to program a partner site to work in non-IE browsers (Firefox, etc.) and I want to make sure the statistics I&apos;m quoting are reasonably valid.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.42566</guid>
	<pubDate>Thu, 20 Jul 2006 08:29:58 -0800</pubDate>
	<category>browser</category>
	<category>Firefox</category>
	<category>IE</category>
	<category>InternetExplorer</category>
	<category>marketshare</category>
	<category>Mozilla</category>
	<category>Safari</category>
	<category>webbrowser</category>
	<dc:creator>Joleta</dc:creator>
	</item>
	<item>
	<title>Help me filter the porn!</title>
	<link>http://ask.metafilter.com/39066/Help%2Dme%2Dfilter%2Dthe%2Dporn</link>	
	<description>For my work, I&apos;ve been asked to prevent a client&apos;s son from browsing porn on the family computer without spending money on NetNanny style products. I confess to encountering some difficulty. I have set Win XP to use the MVPS hosts file and tried a couple of free porn filters but have come up against a brick wall. Help me! Further info:&lt;br&gt;
&lt;br&gt;
The free porn filter I tried was useless. It was poorly engineered and though it promised operation at the TCP/IP layer, it was only able to (poorly) filter Internet Explorer traffic. I need FireFox filtering, too.&lt;br&gt;
&lt;br&gt;
One idea I had was routing all requests through a Squid proxy running on a dedicated server? Would that work?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.39066</guid>
	<pubDate>Sun, 28 May 2006 15:35:55 -0800</pubDate>
	<category>censorship</category>
	<category>filter</category>
	<category>filtering</category>
	<category>firefox</category>
	<category>internetexplorer</category>
	<category>it</category>
	<category>porn</category>
	<category>xp</category>
	<dc:creator>dance</dc:creator>
	</item>
	<item>
	<title>This stupid website doesn&apos;t like my operating system, help me trick it</title>
	<link>http://ask.metafilter.com/36533/This%2Dstupid%2Dwebsite%2Ddoesnt%2Dlike%2Dmy%2Doperating%2Dsystem%2Dhelp%2Dme%2Dtrick%2Dit</link>	
	<description>I&apos;m currently using a computer with Windows x64 as its operating system and I need to log into a tax website to file my taxes, but the website does not support my operating system.  I&apos;ve tried Firefox, IE, and Opera, so it is definitely the operating system.  Is there a plugin for any of the above mentioned browsers that will identify my operating system as plain ol&apos; vanilla Windows XP?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.36533</guid>
	<pubDate>Mon, 17 Apr 2006 21:05:36 -0800</pubDate>
	<category>64bit</category>
	<category>amd64</category>
	<category>firefox</category>
	<category>internetexplorer</category>
	<category>opera</category>
	<category>plugins</category>
	<category>windowsx64</category>
	<category>x64</category>
	<dc:creator>Mijo Bijo</dc:creator>
	</item>
	<item>
	<title>IE doesn&apos;t display gifs, but FireFox and Safari have no problem.</title>
	<link>http://ask.metafilter.com/29359/IE%2Ddoesnt%2Ddisplay%2Dgifs%2Dbut%2DFireFox%2Dand%2DSafari%2Dhave%2Dno%2Dproblem</link>	
	<description>WebDevFilter: Why do some gifs GIFs *not* appear in Windows/IE, but do appear in Win/FireFox Mac/Safari and Mac/FireFox? Specific example inside. &lt;a href=&quot;http://www.programsthatmatter.com&quot;&gt;The site I&apos;m working on&lt;/a&gt; seems to appear just fine in 3 browsers, but not in IE for Windows. I get white boxes with red x&apos;s in them instead of the gifs I expect.&lt;br&gt;
&lt;br&gt;
This output was given to me from an export from Quark XPress, which produced the CSS. I&apos;m a CSS newbie (but I understand the concepts).&lt;br&gt;
&lt;br&gt;
Google returns a boatload of results, mostly relating to making changes to the registry and deleting temporary files. Before I do anything that drastic, could I have another set of eyes look over my code?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.29359</guid>
	<pubDate>Tue, 20 Dec 2005 09:35:07 -0800</pubDate>
	<category>appear</category>
	<category>CSS</category>
	<category>development</category>
	<category>don&apos;t</category>
	<category>firefox</category>
	<category>gif</category>
	<category>graphics</category>
	<category>internetexplorer</category>
	<category>not</category>
	<category>pictures</category>
	<category>quark</category>
	<category>red</category>
	<category>show</category>
	<category>up</category>
	<category>web</category>
	<category>webmaster</category>
	<category>windows</category>
	<category>x</category>
	<category>XP</category>
	<dc:creator>Wild_Eep</dc:creator>
	</item>
	<item>
	<title>Firefox Annoyance</title>
	<link>http://ask.metafilter.com/27897/Firefox%2DAnnoyance</link>	
	<description>I&apos;m forced to use IE at work.  Of course I use Firefox at home.  My fingers automatically type Alt-A to get my IE fAvorites dropdown list, but Firefox uses Alt-B for Bookmarks. Is there a simple way to add Alt-A to Firefox, as an alternative way to invoke Alt-B?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2005:site.27897</guid>
	<pubDate>Sat, 26 Nov 2005 08:45:45 -0800</pubDate>
	<category>Firefox</category>
	<category>InternetExplorer</category>
	<dc:creator>KRS</dc:creator>
	</item>
	<item>
	<title>What alternatives are there to Outlook for email?</title>
	<link>http://ask.metafilter.com/10448/What%2Dalternatives%2Dare%2Dthere%2Dto%2DOutlook%2Dfor%2Demail</link>	
	<description>Reborn Firefox user looking for e-mail advice. (mi) I have gone off MS IE, switching to Firefox. It&apos;s now time to do the same for Microsoft Outlook, methinks, so I&apos;m looking for a free mail program with tasks, calendar, contacts, etc. (basically, MS Outlook done good). Only one problem: I need to be able to migrate my almost 1000 contacts, more than 6000 e-mails etc. to the new program (with attachments, date stamps and everything). Hope me?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10448</guid>
	<pubDate>Sat, 25 Sep 2004 08:16:04 -0800</pubDate>
	<category>browser</category>
	<category>client</category>
	<category>email</category>
	<category>e-mail</category>
	<category>firefox</category>
	<category>ie</category>
	<category>internetexplorer</category>
	<category>messaging</category>
	<category>mozilla</category>
	<category>outlook</category>
	<dc:creator>NekulturnY</dc:creator>
	</item>
	<item>
	<title>Firefox opening twice in two identical windows</title>
	<link>http://ask.metafilter.com/10240/Firefox%2Dopening%2Dtwice%2Din%2Dtwo%2Didentical%2Dwindows</link>	
	<description>Eudora + Firefox + XP: every time I launch a link from within an email, Firefox opens it twice in two identical windows, and I also get a blank IE window.  Needless to say, I just want one version of the link. In Firefox. &lt;br&gt;
Spybot, Adaware, Hijackthis and AVG show nothing untoward on my system.  Anyone else get this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.10240</guid>
	<pubDate>Thu, 16 Sep 2004 11:24:44 -0800</pubDate>
	<category>eudora</category>
	<category>firefox</category>
	<category>ie</category>
	<category>internetexplorer</category>
	<category>microsoft</category>
	<category>popups</category>
	<category>xp</category>
	<dc:creator>nylon</dc:creator>
	</item>
	<item>
	<title>Firefox at Work</title>
	<link>http://ask.metafilter.com/9384/Firefox%2Dat%2DWork</link>	
	<description>I really love using Firefox instead of IE as my browser, but I&apos;m having problems with Firefox at work.  About half the time I try to use it at work, it won&apos;t load anything.  It tells me that the page timed out.  Whenever this happens, I have to browse with IE instead until Firefox starts working again, several minutes later.  I have no problems with Firefox at home.  I&apos;ve heard this is a firewall-related issue, but I don&apos;t really understand.  Is there a way to fix this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9384</guid>
	<pubDate>Fri, 13 Aug 2004 07:16:32 -0800</pubDate>
	<category>browser</category>
	<category>browsing</category>
	<category>firefox</category>
	<category>firewall</category>
	<category>IE</category>
	<category>internetexplorer</category>
	<category>love</category>
	<category>mozilla</category>
	<category>pageload</category>
	<category>timeout</category>
	<category>troubleshooting</category>
	<dc:creator>Tin Man</dc:creator>
	</item>
	
	</channel>
</rss>

