<?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 IE7</title>
      <link>http://ask.metafilter.com/tags/IE7</link>
      <description>Questions tagged with 'IE7' at Ask MetaFilter.</description>
	  <pubDate>Wed, 23 Sep 2009 14:28:43 -0800</pubDate> <lastBuildDate>Wed, 23 Sep 2009 14:28:43 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Why won&apos;t mdcalc.com load in IE7?</title>
	<link>http://ask.metafilter.com/133644/Why%2Dwont%2Dmdcalccom%2Dload%2Din%2DIE7</link>	
	<description>Why won&apos;t my site  load in some versions of IE7? Works in everything else. Recently I&apos;ve been getting emails from hospital IT departments that my site doesn&apos;t load in their version of IE7, but loads in Firefox, IE6, IE8, etc. As far as I know they&apos;re running Windows XP IE7, but when I run the same thing (IE7, WinXP) the site shows up fine on my computer. Only reason I can confirm there&apos;s a problem is that running &lt;a href=&quot;https://browserlab.adobe.com/index.html#&quot;&gt;Adobe&apos;s BrowserLab&lt;/a&gt; gives me the error &quot;This program cannot display the webpage.&quot; &lt;a&gt;Validating the page&lt;/a&gt; shows just some minor errors due to javascript and alt images. I&apos;m stumped. Thanks in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.133644</guid>
	<pubDate>Wed, 23 Sep 2009 14:28:43 -0800</pubDate>
	<category>ie7</category>
	<category>webdesign</category>
	<dc:creator>gramcracker</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>ie+jquery+fadeIn = crappy fonts</title>
	<link>http://ask.metafilter.com/112282/iejqueryfadeIn%2Dcrappy%2Dfonts</link>	
	<description>Useing fadeIn() in jQuery, fonts looks crappy in IE7. I&apos;m using jQuery&apos;s fadeIn() (and Out) on a div. Works like a charm, however the fonts in the div look like crap in IE7. Apparently IE turns off Cleartype when you fade stuff. &lt;br&gt;
If I use show() and hide(), the fonts look OK, but that&apos;s not what I&apos;m going for. Any known workaround for this?&lt;br&gt;
&lt;br&gt;
The code:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;$(&apos;#header&apos;).hover(function () {$(&apos;#menu2&apos;).fadeIn(&apos;fast&apos;);},&lt;br&gt;
						function () {$(&apos;#menu2&apos;).fadeOut(&apos;fast&apos;);}&lt;br&gt;
						);&lt;/code&gt;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.112282</guid>
	<pubDate>Wed, 21 Jan 2009 19:22:37 -0800</pubDate>
	<category>fadein</category>
	<category>font</category>
	<category>ie7</category>
	<category>jquery</category>
	<category>rendering</category>
	<dc:creator>signal</dc:creator>
	</item>
	<item>
	<title>Is there a site or plugin that will tell me why my site doesn&apos;t work in IE7?</title>
	<link>http://ask.metafilter.com/106047/Is%2Dthere%2Da%2Dsite%2Dor%2Dplugin%2Dthat%2Dwill%2Dtell%2Dme%2Dwhy%2Dmy%2Dsite%2Ddoesnt%2Dwork%2Din%2DIE7</link>	
	<description>Is there a website or FF extension that will analyze my HTML/CSS and tell me why my site won&apos;t display properly in IE7? Newbie webdev, feeling my way through CSS and XHTML after some pre-21st century experience of HTML. It&apos;s all pretty basic stuff. &lt;br&gt;
&lt;br&gt;
My site works fine in Firefox, and the HTML and CSS both validate (I&apos;m tweaking a site template I found). But the page just isn&apos;t displaying OK in IE7. Rather than displaying div elements next to each other, IE is knocking a couple down to beneath each other. &lt;br&gt;
&lt;br&gt;
The problem I have is that pages that explain the notorious IE bugs are over my head. Ideally I want a site or plugin that looks at my HTML and says, &quot;Ah! There&apos;s your problem!&quot; Does such a thing exist? &lt;br&gt;
&lt;br&gt;
I&apos;m not looking for somebody to look over my code, thanks. FWIW the page header is &lt;br&gt;
&lt;br&gt;
!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&lt;br&gt;
&lt;br&gt;
so I don&apos;t think I&apos;m innocently activating IE&apos;s &quot;quirks mode&quot;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.106047</guid>
	<pubDate>Wed, 05 Nov 2008 12:44:27 -0800</pubDate>
	<category>grrrr</category>
	<category>html</category>
	<category>ie7</category>
	<dc:creator>deeper red</dc:creator>
	</item>
	<item>
	<title>Why won&apos;t IE7 play nice with my local images?</title>
	<link>http://ask.metafilter.com/105594/Why%2Dwont%2DIE7%2Dplay%2Dnice%2Dwith%2Dmy%2Dlocal%2Dimages</link>	
	<description>Internet Explorer 7 will not display some images when I create/view web sites on my PC. Any idea why? This problem seems to be restricted to images I actually save locally. So what happens is:&lt;br&gt;
&lt;br&gt;
1) My agency sends me all the files for a web site that they need me to work on, and everything displays fine in IE7 at first.&lt;br&gt;
&lt;br&gt;
2) But after I edit one of the images, and re-save it, IE7 won&apos;t show it in the web page when I view it locally on my machine. It just shows the little &quot;missing image&quot; icon. If I right-click and select &quot;Show Picture&quot;, nothing happens.&lt;br&gt;
&lt;br&gt;
3) But if I open the image directly in the browser (going to the image itself, not via the HTML file), it opens.&lt;br&gt;
&lt;br&gt;
4) And if I upload the site to my web server, it displays fine.&lt;br&gt;
&lt;br&gt;
5) And all other browsers of all other creeds display it fine. (Even IE6.)&lt;br&gt;
&lt;br&gt;
I&apos;ve gone through all internet options, privacy and security options, and have selected the very lowest, bottom of the barrel security/privacy settings, have checked or unchecked any options that sounded like they would get in the way of anything at all. Popup blocker is disabled.&lt;br&gt;
&lt;br&gt;
It happens with both gif and jpg. &lt;br&gt;
&lt;br&gt;
I&apos;ve googled to no avail. (Yes, I&apos;ve tried &lt;a href=&quot;http://ask.metafilter.com/50717/Just-say-no-to-the-red-x&quot;&gt;deleting all temporary files&lt;/a&gt;, as all the googles say.)&lt;br&gt;
&lt;br&gt;
This has gone on forever; it&apos;s only now that I&apos;m mad as hell and refuse to take it without a fight anymore. Uploading my sites to a remote server just to test/view them on IE7 is getting really damn old.&lt;br&gt;
&lt;br&gt;
There obviously has to be some obscure setting that I&apos;m missing. Or maybe it&apos;s just so obvious that I&apos;m missing it. Can you help me? Thanks.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105594</guid>
	<pubDate>Thu, 30 Oct 2008 09:44:53 -0800</pubDate>
	<category>display</category>
	<category>IE7</category>
	<category>images</category>
	<dc:creator>iguanapolitico</dc:creator>
	</item>
	<item>
	<title>XP Filter:  I set up a non admin account for safer computing -- Am I safe enough now?</title>
	<link>http://ask.metafilter.com/97107/XP%2DFilter%2DI%2Dset%2Dup%2Da%2Dnon%2Dadmin%2Daccount%2Dfor%2Dsafer%2Dcomputing%2DAm%2DI%2Dsafe%2Denough%2Dnow</link>	
	<description>I&apos;ve read so much here lately &lt;a href=&quot;http://ask.metafilter.com/90788/Help-me-make-a-PC-safe&quot;&gt;1&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/96996/How-safe-is-Firefox-20&quot;&gt;2&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/59546/do-the-right-thing-AND-know-what-day-it-is&quot;&gt;3&lt;/a&gt; about not browsing as an admin, decided to &lt;a href=&quot;http://lifehacker.com/software/windows-tip/quickly-check-if-youre-logged-in-as-administrator-255758.php&quot;&gt;check it out&lt;/a&gt; and yepper, I surely was using an admin account.  I&apos;ve set up a non admin account, made a few other changes (described inside), hoping to find out from The Hive Mind if I am now safe enough to breathe easy(er). Ya&apos;ll put the fear of computer death into me, I finally decided to check and yeah, I was doing it &lt;em&gt;wrong wrong wrong&lt;/em&gt;.  So I set about trying to get my mind (and puter) right in the eyes of The Hive Mind.&lt;br&gt;
&lt;br&gt;
I set up an account without Admin rights, and will use this for most everything from now on.&lt;br&gt;
&lt;br&gt;
I left both accounts without passwords because of reading &lt;a href=&quot;http://nonadmin.editme.com/RunningAsNonAdmin&quot;&gt;this post&lt;/a&gt; -- is this a good plan, or is this guy off the wall?&lt;br&gt;
&lt;br&gt;
I am using a fairly fresh XP install (maybe two months) and I&apos;m pretty sure I&apos;m still clean -- I&apos;ve run Spybot and AdAware, updated as needed, maybe every couple weeks.&lt;br&gt;
&lt;br&gt;
I&apos;m using AVG Anti-Virus Free and update it as it says it&apos;s needed.  &lt;br&gt;
&lt;br&gt;
I&apos;m using the ZoneAlarm free firewall -- I LOVE that it allows me to determine when software decides to &apos;call home&apos; and I get to decide -- Apple is pretty determined with this, I&apos;ve found, and so is Open Office, a few others.&lt;br&gt;
&lt;br&gt;
I&apos;ve got Windows Auto Update turned on but not to auto download and install -- I want it to prompt me and let me decide if and when.  &lt;br&gt;
&lt;br&gt;
I&apos;m using MS Windows Defender and upgrading as it suggests.&lt;br&gt;
&lt;br&gt;
I&apos;m using Firefox 3 upgraded automatically any time they suggest, and running AdBlock Plus and NoScript, updated when suggested.&lt;br&gt;
&lt;br&gt;
If any site gives me problems in Firefox, I first try Opera (updated as needed) and then IE7, last resort.  I run IE Tab through Firefox rather than firing up IE7, and I only use it on sites that demand IE7 (NetFlix, Sprint, a couple of others) -- I&apos;m hoping this helps me but I don&apos;t actually know if it adds safety or not.  I update IE7 as Windows Update suggests, pretty sure I&apos;m always current.&lt;br&gt;
&lt;br&gt;
I&apos;m using Foxit PDF rather than Adope bloatware.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://ask.metafilter.com/90788/Help-me-make-a-PC-safe&quot;&gt;&quot;Aye&quot; suggested Disabliing all AutoRun and AutoPlay options with TweakUI&lt;/a&gt; (a Microsoft PowerToy) is this needed/wanted?&lt;br&gt;
&lt;br&gt;
What have I missed?  Where have I gone overboard?  I want safety but don&apos;t want to live locked down so hard I cannot move.&lt;br&gt;
&lt;br&gt;
Thanx in advance.&lt;br&gt;
&lt;br&gt;
Peace.&lt;br&gt;
&lt;br&gt;
dancestoblue</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.97107</guid>
	<pubDate>Mon, 21 Jul 2008 09:06:12 -0800</pubDate>
	<category>admin</category>
	<category>browser</category>
	<category>Firefox</category>
	<category>firewall</category>
	<category>IE7</category>
	<category>malware</category>
	<category>useraccount</category>
	<category>virus</category>
	<category>Windows</category>
	<category>XP</category>
	<dc:creator>dancestoblue</dc:creator>
	</item>
	<item>
	<title>Java update crashes IE7</title>
	<link>http://ask.metafilter.com/96896/Java%2Dupdate%2Dcrashes%2DIE7</link>	
	<description>Just installed latest Java RE 6 update 5 and IE7 crashes on opening.  Have restored system and cancelled Java updates (for now) but....anyone else had this problem?  Did you find a fix?  I&apos;m running Vista Ultimate on a Dell Inspiron 530 about 9 months old.  Grateful for any thoughts....</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.96896</guid>
	<pubDate>Fri, 18 Jul 2008 05:21:12 -0800</pubDate>
	<category>computers</category>
	<category>IE7</category>
	<category>internet</category>
	<category>java</category>
	<category>update</category>
	<dc:creator>JtJ</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>ie7 resizes text automagically</title>
	<link>http://ask.metafilter.com/90612/ie7%2Dresizes%2Dtext%2Dautomagically</link>	
	<description>XHTML+CSS issue: IE7 automatically enlarging text and uncentering stuff. I am developing a website. It looks fine in all browsers (FF, IE6, Opera and Safari) except IE7:&lt;br&gt;
When I load a page, it bumps up the font size to what looks like &quot;very big&quot;, and the main content is no longer centered. If I make any changes to Zoom or Font Size, the font goes back to a normal size and  the content is centered again. It stays centered regardless of how small or large I make the text: I can&apos;t go back to the uncentered state, except by loading another page. If I reload the same page, it fixes itself.&lt;br&gt;
The page is &lt;a href=&quot;http://vinos.arqdgtl.webfactional.com/pagina/capacitacion/competencias-laborales/ucl-bodega/24&quot;&gt;here&lt;/a&gt; and the CSS &lt;a href=&quot;http://vinos.arqdgtl.webfactional.com/media/css/layout3cols.css&quot;&gt;here&lt;/a&gt;. Using IE 7.0.5730.11</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.90612</guid>
	<pubDate>Mon, 05 May 2008 14:50:07 -0800</pubDate>
	<category>bug</category>
	<category>css</category>
	<category>ie7</category>
	<dc:creator>signal</dc:creator>
	</item>
	<item>
	<title>Force IE7 to use cache?</title>
	<link>http://ask.metafilter.com/86578/Force%2DIE7%2Dto%2Duse%2Dcache</link>	
	<description>Force IE7 to use cache? I have a javascript preloader that loads a bunch of images used by my client&apos;s image-heavy web site. On Firefox and older IE, this works fine, but IE7 seems to ignore the fact that the images were preloaded, and this results in a very ugly load sequence with parts of the page appearing in patchwork fashion.&lt;br&gt;
&lt;br&gt;
Can I force IE7 to use the images I just preloaded? I know about meta and http &quot;no-cache&quot; but what about the reverse?&lt;br&gt;
&lt;br&gt;
Also, I am aware that individual cache settings are in play here.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86578</guid>
	<pubDate>Wed, 19 Mar 2008 15:19:12 -0800</pubDate>
	<category>cache</category>
	<category>ie7</category>
	<category>imageloader</category>
	<category>preloader</category>
	<dc:creator>CaptApollo</dc:creator>
	</item>
	<item>
	<title>Why can&apos;t we log into our google accounts from work?</title>
	<link>http://ask.metafilter.com/86461/Why%2Dcant%2Dwe%2Dlog%2Dinto%2Dour%2Dgoogle%2Daccounts%2Dfrom%2Dwork</link>	
	<description>Why can&apos;t I get to the Google login page? From work we can&apos;t get to gmail.com or the Google Analytics Sign up page, for instance.  If I use Anonymizer, I&apos;m able to get in just fine, and because my cookie is set then afterwords it works fine, but if anybody else wants to get to Google from their computers we get &quot;Internet Explorer cannot display the webpage&quot;.&lt;br&gt;
&lt;br&gt;
We do have a spam-blocking firewall. Could that be it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86461</guid>
	<pubDate>Tue, 18 Mar 2008 10:59:15 -0800</pubDate>
	<category>account</category>
	<category>error</category>
	<category>gmail</category>
	<category>google</category>
	<category>ie7</category>
	<dc:creator>taumeson</dc:creator>
	</item>
	<item>
	<title>youtube vids not appearing in ie7</title>
	<link>http://ask.metafilter.com/86375/youtube%2Dvids%2Dnot%2Dappearing%2Din%2Die7</link>	
	<description>Embedded youtube vids not appearing in IE7... &lt;a href=&quot;http://stevekoven.com/videos/&quot;&gt;This page&lt;/a&gt; renders youtube vids fine on Firefox (mac and pc) and Safari. Big empty windows on IE7, which my client happens to use.&lt;br&gt;
&lt;br&gt;
Any ideas? What am I not understanding? I did a google search and everything I could find was 2+ years old. I don&apos;t actually have a PC so it&apos;s a shot in the dark following 2 year old advice.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86375</guid>
	<pubDate>Mon, 17 Mar 2008 12:39:40 -0800</pubDate>
	<category>embed</category>
	<category>ie7</category>
	<category>internetexplorer7</category>
	<category>youtube</category>
	<dc:creator>Manhasset</dc:creator>
	</item>
	<item>
	<title>Vista IE7 file cache?</title>
	<link>http://ask.metafilter.com/75807/Vista%2DIE7%2Dfile%2Dcache</link>	
	<description>Vista, IE7 &quot;Temporary Internet Files&quot; -- there&apos;s nothing in it! Under XP I&apos;ve grown to depend on being able to dig into the IE file cache to retrieve and store files I&apos;ve downloaded. It&apos;s a lot more convenient sometimes than trying to manually save them out of the places they appeared in web pages.&lt;br&gt;
&lt;br&gt;
I just bought a new computer, with &quot;Vista Home Premium&quot;. Just got it three days ago and I&apos;m going through the painful process of moving onto it and getting used to it. One thing I&apos;ve noticed is that when I look at the &quot;Temporary Internet Files&quot; directory there&apos;s almost nothing in it. Fact is, the most recent stuff in there is from earlier today when I was using Google Earth. IE 7 doesn&apos;t seem to put anything in there -- which is pecular, because I&apos;m using IE7&apos;s menus to find and open the thing.&lt;br&gt;
&lt;br&gt;
If I didn&apos;t know any better, I&apos;d think IE7 wasn&apos;t caching files at all. Except that when I use the Proxomitron log window to see what happens when I reload a page, I&apos;m seeing a lot of &quot;Content hasn&apos;t changed&quot; messages which IE7 is not following up with reloads. Obviously it has put those files somewhere and is reusing them, but they&apos;re not where it says they&apos;re supposed to be.&lt;br&gt;
&lt;br&gt;
I&apos;ve tried changing the settings so that directory listings show &quot;system&quot; and &quot;hidden&quot; files and that does nothing. My only conclusions are either that in Vista I&apos;m not supposed to be able to see into the cache, or else the files aren&apos;t being stored where I&apos;m being told that they&apos;re stored. But in either case, why is IE7 lying to me? It says there is a cache and lets me look inside -- where I can&apos;t see anything.&lt;br&gt;
&lt;br&gt;
Where is the IE7 cache? How do I find it and look at it and retrieve files out of it?&lt;br&gt;
&lt;br&gt;
(Note: &quot;Use Firefox&quot; is not an answer. Nor &quot;Use Opera&quot; nor &quot;Get a Mac&quot;.)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.75807</guid>
	<pubDate>Thu, 08 Nov 2007 17:27:15 -0800</pubDate>
	<category>filecache</category>
	<category>IE7</category>
	<category>Vista</category>
	<dc:creator>Steven C. Den Beste</dc:creator>
	</item>
	<item>
	<title>Longtime Mac/Unix guy seeks Win XP for virtualization -- but which version?</title>
	<link>http://ask.metafilter.com/73194/Longtime%2DMacUnix%2Dguy%2Dseeks%2DWin%2DXP%2Dfor%2Dvirtualization%2Dbut%2Dwhich%2Dversion</link>	
	<description>The new Mac&apos;s on its way, the time has come to purchase a copy of Windows to run under virtualization on it. The question is, which version? And how to customize by size for my needs? What I want to use it for: primarily testing web stuff in IE 6 and IE 7. Secondary use -- I&apos;d like to learn basic .NET development. Chances are I&apos;ll also be running a few miscellaneous PC-only apps over time. &lt;br&gt;
&lt;br&gt;
The first thing I&apos;m wondering is if it matters in the least if I choose XP pro over XP home. I see the different lists of features out there on the net, but other than Remote Desktop, none of them mean much of anything to me. Are there real pros to pro, and cons to home?&lt;br&gt;
&lt;br&gt;
The second thing I&apos;m wondering is how it&apos;s possible to get legal very stripped down installations of Win XP a l&#xe1; &lt;a href=&quot;http://www.secguru.com/link/tinyxp_run_xp_from_400mb_hdd_and_under_40mb_ram&quot;&gt;TinyXP&lt;/a&gt; -- I see it discussed &lt;a href=&quot;http://ask.metafilter.com/69339/What-is-the-smallest-Parallels-Desktop-image-of-Windows-XP-that-will-fit-corporate-needs&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://digg.com/software/TinyXP_55Mb_WinXP_client&quot;&gt;there&lt;/a&gt;, but I&apos;m a bit of a torrent n00b who&apos;s wary of random ISOs from fishy tracker sites and isn&apos;t quite sure how these things fit with the concept of legally running your software.  How can I either make sure that I get a nice trustworthy TinyXP version that runs smoothly, or how can I do minimal/stripped-down installs myself from a retail copy?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.73194</guid>
	<pubDate>Sat, 06 Oct 2007 12:49:13 -0800</pubDate>
	<category>.NET</category>
	<category>best</category>
	<category>home</category>
	<category>IE6</category>
	<category>IE7</category>
	<category>test</category>
	<category>TinyXP</category>
	<category>version</category>
	<category>vs</category>
	<category>windows</category>
	<category>xp</category>
	<dc:creator>namespan</dc:creator>
	</item>
	<item>
	<title>IE7 CSS background mayhem</title>
	<link>http://ask.metafilter.com/72415/IE7%2DCSS%2Dbackground%2Dmayhem</link>	
	<description>CSS Filter: When I load my site in IE7 - the background does not stretch to the bottom of the page until I refresh. WTF! This is starting to drive me crazy. I have a simple holding page at &lt;a href=&quot;http://www.grapebidder.com&quot;&gt;http://www.grapebidder.com&lt;/a&gt;. When I load the page in IE7 the background does not strecth to the bottom until I do a refresh - and then it works.&lt;br&gt;
&lt;br&gt;
Is this a bug or am I going crazy.&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.72415</guid>
	<pubDate>Wed, 26 Sep 2007 01:29:34 -0800</pubDate>
	<category>background</category>
	<category>CSS</category>
	<category>IE7</category>
	<category>ihateinternetexplorer</category>
	<dc:creator>xoe26</dc:creator>
	</item>
	<item>
	<title>Windows XP update nightmare - can&apos;t download!</title>
	<link>http://ask.metafilter.com/69368/Windows%2DXP%2Dupdate%2Dnightmare%2Dcant%2Ddownload</link>	
	<description>Updated XP now my computer doesn&apos;t download anything. A while back I ran several updates from microsoft to ensure that my laptop was as &quot;safe&quot; as possible.  Mistake #1.  I believe I also downloaded windows defender.  I then set it to do automatic updates.&lt;br&gt;
&lt;br&gt;
Somewhere along the line my laptop has gone a bit screwy when it comes to downloading things.&lt;br&gt;
&lt;br&gt;
For example, if I go to microsoft&apos;s template page in order to attempt to download a file, it does not allow me to.&lt;br&gt;
&lt;br&gt;
Sometimes it tells me that I need anothe program to be able to view it before downloading.  When I attempt to get that program, it BLOCKS me!&lt;br&gt;
&lt;br&gt;
Frustrating doesn&apos;t begin to describe how I&apos;m feeling.&lt;br&gt;
&lt;br&gt;
I cannot browse out to find a pic to attach to an email (the box doesnt pop up), I cannot save anything that I need to, I cant download.  Its this IE7 interface, once I got it upgraded, it blocked pop ups and everything else.&lt;br&gt;
&lt;br&gt;
When I go through the obligatory steps tools&amp;gt;Int options, security, etc. it does absolutely nothing.&lt;br&gt;
&lt;br&gt;
Ayeeeee.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.69368</guid>
	<pubDate>Wed, 15 Aug 2007 08:06:30 -0800</pubDate>
	<category>cannot</category>
	<category>download</category>
	<category>IE7</category>
	<category>updates</category>
	<category>xp</category>
	<dc:creator>seeminglyshy</dc:creator>
	</item>
	<item>
	<title>How did a strange username get into my IE7 autocomplete list? </title>
	<link>http://ask.metafilter.com/64714/How%2Ddid%2Da%2Dstrange%2Dusername%2Dget%2Dinto%2Dmy%2DIE7%2Dautocomplete%2Dlist</link>	
	<description>How did a username I&apos;ve never seen before get into my IE7 autocomplete list? When I click on the &quot;username&quot; field on a login form in IE7, in addition to my actual usernames for various sites, there appears a name I&apos;ve never seen or heard of before. I&apos;m absolutely positive I&apos;ve never searched for it or typed it (it&apos;d be extremely difficult to type accidentally), but it is a plausible username, and to make things weirder, it&apos;s a French last name, like my username here (yes, I&apos;m SURE I have never typed it before). I searched my hard drives for files containing this word (thinking it might be in a cookie somewhere), and came up with nothing. The username does not show up in Firefox or Safari.&lt;br&gt;
&lt;br&gt;
I&apos;m on Windows XP Pro, and I&apos;m networked to my fiance&apos;s computer and my laptop. Neither of those computers have the offending username, either in their hard drives or in their autocomplete lists. No one has used my computer but me. I know my fiance hasn&apos;t used it recently, because he&apos;s been away on business. Nothing else seems missing or out of place.&lt;br&gt;
&lt;br&gt;
Should I be worried that something&apos;s been hacked? If so, what should I check for? How else could this happen?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.64714</guid>
	<pubDate>Wed, 13 Jun 2007 10:14:45 -0800</pubDate>
	<category>autocomplete</category>
	<category>IE7</category>
	<category>paranoia</category>
	<category>resolved</category>
	<category>username</category>
	<dc:creator>desjardins</dc:creator>
	</item>
	<item>
	<title>More than 2 IE7 connections?</title>
	<link>http://ask.metafilter.com/63213/More%2Dthan%2D2%2DIE7%2Dconnections</link>	
	<description>How do I make IE7 use more than 2 connections at once? I finally bit the bullet and upgraded to IE7, and now that I&apos;m used to it I do like it. But there&apos;s one aspect of it that drives me nuts: IE7 won&apos;t open more than two connections at a time &lt;i&gt;total&lt;/i&gt; among all my tabs, no matter what they&apos;re connected to.&lt;br&gt;
&lt;br&gt;
I have a cable modem which is connected to one of the ethernet ports on my Linux server. The other ethernet port on the server is on my LAN, and my computer connects to that. All of my web browsing is done using my server as a proxy. (And NAT.)&lt;br&gt;
&lt;br&gt;
With IE6 there were registry patches you could make which would increase the number of connections it would use. I found one place online that recommended this for IE7:&lt;br&gt;
&lt;br&gt;
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]&lt;br&gt;
&quot;MaxConnectionsPerServer&quot;=dword:0000000a&lt;br&gt;
&lt;br&gt;
A value of 10 seemed excessive to me so I set it to 6. Result: no change at all. If I have two downloads going I can&apos;t access anything else online.&lt;br&gt;
&lt;br&gt;
Anyone know what I can do to correct this? It&apos;s not an inherent aspect of my system; Firefox uses more connections simultaneously, and so did IE6 before I upgraded. (Do not suggest &quot;Switch to Firefox&quot;. I use them both, and there are times and places where IE7 is the better solution for me.)&lt;br&gt;
&lt;br&gt;
My suspicion is that IE7 is treating the entire web as a single server because of my proxy. The question is what can be done about increasing the number of connections it&apos;s willing to make to my proxy.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.63213</guid>
	<pubDate>Tue, 22 May 2007 21:21:36 -0800</pubDate>
	<category>connections</category>
	<category>IE7</category>
	<category>registry</category>
	<dc:creator>Steven C. Den Beste</dc:creator>
	</item>
	<item>
	<title>IE7 display woes</title>
	<link>http://ask.metafilter.com/61867/IE7%2Ddisplay%2Dwoes</link>	
	<description>This site, http://www.mydoop.org/, displays as intended except in IE7.... Since I run a mirror of http://www.mydoop.org/, I am trying to get the &apos;new look&apos; on the mirror (http://www.doopcms.org). The footer on the main site, http://www.mydoop.org/, does not work in IE7, but does in Opera and FireFox. &lt;br&gt;
I am NOT a programmer but can muck around and cannot figure it out. the file is available @ http://www.doopcms.org/problem/, it&apos;s a zip file. Thanks for your help!&lt;br&gt;
&lt;br&gt;
PS: This is an open source project.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.61867</guid>
	<pubDate>Thu, 03 May 2007 08:30:41 -0800</pubDate>
	<category>css</category>
	<category>html</category>
	<category>ie7</category>
	<category>php</category>
	<dc:creator>raildr</dc:creator>
	</item>
	<item>
	<title>Goofy weirdness with IE7 and Digg</title>
	<link>http://ask.metafilter.com/61711/Goofy%2Dweirdness%2Dwith%2DIE7%2Dand%2DDigg</link>	
	<description>Weirdness with DIGG and IE7 For work, I have to use IE7.  I noticed some weirdness whenever I browse Digg.  The copy is all &quot;jumbled&quot; with text running over other parts of the page.  Nothing seems to clear it.  I&apos;ve tried deleting my cache and temp files, switching the font size, etc. -- nothing seems to work.&lt;br&gt;
&lt;br&gt;
Here&apos;s a screenshot:&lt;br&gt;
http://mrubin.tumblr.com/post/1403448&lt;br&gt;
&lt;br&gt;
Anyone else seen this problem?&lt;br&gt;
&lt;br&gt;
p.s. Please do not &quot;recommend&quot; that I switch to Firefox.  I use it at home, but am required to use IE7 at work.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.61711</guid>
	<pubDate>Tue, 01 May 2007 07:59:23 -0800</pubDate>
	<category>digg</category>
	<category>firefox</category>
	<category>IE7</category>
	<dc:creator>zooropa</dc:creator>
	</item>
	<item>
	<title>IE7 favicons</title>
	<link>http://ask.metafilter.com/59409/IE7%2Dfavicons</link>	
	<description>How do I make IE7 &lt;i&gt;not&lt;/i&gt; use &quot;favicons&quot;? I hate seeing the damned things in my &quot;favorites&quot; bar.&lt;br&gt;
&lt;br&gt;
For Firefox 2: use &quot;about:config&quot; and filter on &quot;icon&quot;. Set &quot;browser.chrome.favicons&quot; and &quot;browser.chrome.site_icons&quot; to false.&lt;br&gt;
&lt;br&gt;
Now how do I do the same thing for IE7?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.59409</guid>
	<pubDate>Mon, 26 Mar 2007 16:58:16 -0800</pubDate>
	<category>favicons</category>
	<category>IE7</category>
	<dc:creator>Steven C. Den Beste</dc:creator>
	</item>
	<item>
	<title>IE Developer Toolbar keeps going away. How to get it to stay active?</title>
	<link>http://ask.metafilter.com/58226/IE%2DDeveloper%2DToolbar%2Dkeeps%2Dgoing%2Daway%2DHow%2Dto%2Dget%2Dit%2Dto%2Dstay%2Dactive</link>	
	<description>I have the &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en&quot;  _blank&gt;Internet Explorer Developer Toolbar Beta 3&lt;/a&gt; installed in IE7 on Windows XP. When I turn on the toolbar (Tools&amp;gt;Toolbars&amp;gt;Developer Toolbar) is shows up underneath the address bar up top. Sweet. But when I close the browser and reopen it the toolbar is no longer showing again. It just won&apos;t stay active. I have to got through the  Tools&amp;gt;Toolbars&amp;gt;Developer Toolbar routine every time I want to use it, which is basically anytime I&apos;m in IE since I only use it to test pages. Boo.

How do I get it to stay put? A registry tweak perhaps? Mystical incantations? Mefi will know what to do.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.58226</guid>
	<pubDate>Tue, 06 Mar 2007 20:15:56 -0800</pubDate>
	<category>developer</category>
	<category>ie7</category>
	<category>toolbar</category>
	<dc:creator>drinkspiller</dc:creator>
	</item>
	<item>
	<title>Cascading Tears of Stylish Despair</title>
	<link>http://ask.metafilter.com/56760/Cascading%2DTears%2Dof%2DStylish%2DDespair</link>	
	<description>Internet Explorer 7 broke my website&apos;s CSS! I volunteer for a not for profit doing webdesign, &lt;a href=&quot;http://stagesoflearning.org&quot;&gt;www.stagesoflearning.org&lt;/a&gt;, and can&apos;t figure out the hack to position the middle div tag properly in IE 7 without messing up all the other browsers.  The css is &lt;a href=&quot;http://stagesoflearning.org/c/noodle.css&quot;&gt;here&lt;/a&gt;.  Anyone? If I didn&apos;t have a newborn baby and full-time job I could figure this out, but I&apos;m superswamped! &lt;br&gt;
&lt;br&gt;
Thanks, Hivemind.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.56760</guid>
	<pubDate>Sun, 11 Feb 2007 08:48:53 -0800</pubDate>
	<category>7</category>
	<category>css</category>
	<category>desperation</category>
	<category>explorer</category>
	<category>ie7</category>
	<category>internet</category>
	<category>sheets</category>
	<category>style</category>
	<dc:creator>DenOfSizer</dc:creator>
	</item>
	<item>
	<title>Help me &quot;Feel Lucky&quot;</title>
	<link>http://ask.metafilter.com/55545/Help%2Dme%2DFeel%2DLucky</link>	
	<description>Is there a way to replicate &quot;I&apos;m Feeling Lucky&quot; in IE 7&apos;s search bar? At the top right of my browser in Internet Explorer 7, there is a customizable search window. You can link it to any search engine imaginable by going to it, searching for the word &quot;TEST,&quot; and copy-pasting the URL for the page you go to next.&lt;br&gt;
&lt;br&gt;
Is there a way to get that to do what the &quot;I&apos;m Feeling Lucky&quot; button does on Google? i.e., take me to the first website that matches my search? The easiest way might be if someone knew the intermediate page between you searching for something and Google delivering it to you. I just don&apos;t know how to do that.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.55545</guid>
	<pubDate>Mon, 22 Jan 2007 15:44:00 -0800</pubDate>
	<category>IE7</category>
	<category>Search</category>
	<dc:creator>BiffSlamkovich</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>
	
	</channel>
</rss>

