Slashdot Mirror


Internet Explorer 7 on Linux

An anonymous reader writes to mention WebExpose is running a quick guide to get Internet Explorer 7.0 running on Linux. From the article: "Microsoft conditional comments do work, unlike the standalone version of IE on Windows, so you will be able to develop and test webpages across almost all major browsers (IE 5-7, Firefox, Opera) on one Linux box! Also note that we will avoid Microsoft's Genuine Advantage download validation checks, so pure-Linux users will be able to finish the process without having to find a genuine Windows machine to download the IE7 setup file (the check is avoided legitimately, by the way)."

234 comments

  1. Alpa PNG in other IEs? by Kelson · · Score: 4, Interesting

    One of the problems I've had running IE6 through WINE (not through ies4linux, just a stock Crossover install) is that the filter-based workarounds to trick IE5.5 and IE6 into displaying alpha-transparent PNG images correctly just doesn't work. IIRC, it's because those methods force IE to display the image through an ActiveX control which isn't present on Linux systems. It replaces the image with a blank one, but doesn't display the alpha-blended background.

    This shouldn't be an issue with IE7, but it does make it difficult to test layouts that use alpha PNG and rely on the IE6 workaround.

    It's good to know that they've got conditional comments working, though. That's always been the trick with running multiple IEs on Windows. You have to tweak the registry, or else each IE engine will parse them as if it were the most recent one installed on the system.

    1. Re:Alpa PNG in other IEs? by __aaclcg7560 · · Score: 1, Informative

      It's a known bug with IE5/6 that they don't display PNG images correctly. I'd found the info on this page to be useful in regards to CSS hacks. You might need to use conditional comments to point to a non-PNG image. Gotta love Microsoft standards compliance.

    2. Re:Alpa PNG in other IEs? by tehwebguy · · Score: 3, Informative
      He realizes this, he is saying that the workarounds that generally DO work in IE don't seem to when run under WINE:

      the filter-based workarounds to trick IE5.5 and IE6 into displaying alpha-transparent PNG images correctly just doesn't work/strong
      --
      -- lol pwned
    3. Re:Alpa PNG in other IEs? by __aaclcg7560 · · Score: 2, Funny

      I guess his comment was transparent enough for me to understand. :)

    4. Re:Alpa PNG in other IEs? by gerrysteele · · Score: 1

      Yea the png transparency thing is kinda important when testing IE7.... VMware or similar is prob the best way to go.

    5. Re:Alpa PNG in other IEs? by Kelson · · Score: 4, Informative

      There are ways to force IE 5.5 and IE 6 to display a PNG through another image library which does handle alpha transparency correctly. The one I usually use is PNG Behavior, because it's unobtrusive -- the only change it requires is assigning a class to alpha PNGs and adding one proprietary CSS rule.

      Basically, it replaces the image with a blank one, then loads a filter which displays the actual image in the background. Since the filter can display alpha transparency, you get an alpha-blended image. This works on native installations of IE 5.5 and IE6. On WINE, though, the filter doesn't work, so all it succeeds in is replacing the image with a blank.

      (Oddly, I found the same thing happening to the stand-alone copies of IE on my Windows box when I upgraded from the IE7 release candidate to the final version. It prompted me to finally set up VirtualPC.)

    6. Re:Alpa PNG in other IEs? by binford2k · · Score: 1

      http://lug.wsu.edu/

      The logo is a transparent png with the filter applied to IE browsers versions 6 and 5.5. It appears correctly when viewed with ie7 installed via ies4linux.

    7. Re:Alpa PNG in other IEs? by we12egO · · Score: 1

      Only IE5.5 - IE7.0

  2. Just use a VM by Anonymous Coward · · Score: 5, Insightful

    I only test on the actual OS it will be running on. Even the summary mentions different behaviour on Linux. Sheesh, I would never trust that setup.

    I use VMware or similar to run on the target OS. It's the only way to be sure it will work as intended.

    1. Re:Just use a VM by Anonymous Coward · · Score: 0

      That's a great idea. At least until you realize that virtual machine software like VMware, Bochs or QEMU in no way guarantees that the video output you're shown will actually match what you'd see when running the operating system directly on physical hardware. So even when using VM software it's more than possible for the graphics you're shown to differ in many ways from what'd be displayed on real hardware.

    2. Re:Just use a VM by Anonymous Coward · · Score: 1, Insightful

      No different than differences in the "real hardware". You think all video cards use the same driver?

      Plus you're only talking about the raw video rendering. With WINE you have to deal with a lot more issues than that.

    3. Re:Just use a VM by Ash-Fox · · Score: 1
      At least until you realize that virtual machine software like VMware, Bochs or QEMU in no way guarantees that the video output you're shown will actually match what you'd see when running the operating system directly on physical hardware.
      I can't tell the difference under vmware (I haven't uses Boches or QEMU in ages).
      So even when using VM software it's more than possible for the graphics you're shown to differ in many ways from what'd be displayed on real hardware.
      It's theoretically possible but very unlikely.
      --
      Change is certain; progress is not obligatory.
    4. Re:Just use a VM by Vengeance_au · · Score: 1

      Ditto here - for the same reasons. The IE under Mac has official releases have a whole bag of different behaviours than IE under Win, and this method of using IE under Linux suffers the same fate. I've got VM's set up with Win 2k --> Vista, Mac and Linux - each running multiple browsers. I generally only debug using Firefox during development (Firebug ROCKS!) but run the site through the gauntlet before moving it up to production.

      The other significant advantage of VMware is my 'development servers' live on my local pc, are an exact mirror of my production environment. No more discovering issues with code that works on one OS/software deployment and does not work under another.

    5. Re:Just use a VM by Thuktun · · Score: 2, Funny
      It's the only way to be sure
      Nuke it from orbit?
    6. Re:Just use a VM by vought · · Score: 1

      No kidding. What's the problem with using a Mac running Parallels? You can install and use all three major OSs (and various flavors of each) running at native speed without undue hackery.

    7. Re:Just use a VM by great+throwdini · · Score: 1

      The IE under Mac has official releases have a whole bag of different behaviours than IE under Win, and this method of using IE under Linux suffers the same fate.

      The fate may appear similar in some regards, but the underlying reasons are not the same.

      Internet Explorer for Macintosh doesn't share a codebase with Internet Explorer for Windows, and so, it's unsurprising that behaviors would differ. Running Internet Explorer atop Linux may expose behavior differences compared to Windows despite shared executable content for reasons that are entirely "other".

    8. Re:Just use a VM by TheRaven64 · · Score: 2, Insightful

      Virtual machines expose a simple framebuffer interface (typically VESA) to the OS. What you see is exactly what the OS would output on a VESA display. WINE, on the other hand, re-implements the whole GDI. It may have slightly different rule for drawing lines that aren't perfectly pixel-aligned, handle font-substitution differently, etc.

      --
      I am TheRaven on Soylent News
    9. Re:Just use a VM by IANAAC · · Score: 1
      What's the problem with using a Mac running Parallels?

      Maybe because nothing in this posting suggests a Mac at all?

      It's nice that that's your solution, but good grief, do the fanboys have to come out at every opportunity to suggest something that's not even being considered in the article?

      The article is CLEARLY talking about IE7 on LINUX.

    10. Re:Just use a VM by CajunArson · · Score: 1

      Good point, but you can run Parallels (and a bunch of other commercial & open source VM's) on Linux too, so virtualization is still an option without the Mac part (and is probably the most reliable way to test).

      --
      AntiFA: An abbreviation for Anti First Amendment.
    11. Re:Just use a VM by red+crab · · Score: 1

      I think that Microsoft should just shed its inhibitions about Linux and release a Linux binary of IE. Come on M$, come to terms with Linux.

    12. Re:Just use a VM by the_womble · · Score: 1

      A lot of people think that.

      The only problem is that this group of people does not include Bill Gates, and is not likely to.

    13. Re:Just use a VM by orasio · · Score: 2, Funny

      I think you missed the stereotype.
      Mac users are supposed to be homos.
      Slashdotters are supposed to be virgins, even though years have passed and lots of people have gotten married and had children, they are still virgins. Maybe Mac slashdotters would be virgin homos.

    14. Re:Just use a VM by osu-neko · · Score: 1

      The article is CLEARLY about one solution to a problem (how to test using IE7), and the poster is CLEARLY mentioning an alternative solution to the exact same problem. The comment is CLEARLY apropos to the article, particularly because it suggests something that's not considered in the article. Going beyond the scope of the article itself is the only point to comments. Otherwise I might as well just RTFA and skip the comments, since they'll offer nothing useful beyond what the article itself had to say.

      One con for the suggested alternative: you do need a licensed (or hacked) Windows to use it, unlike the article's solution.

      --
      "Convictions are more dangerous enemies of truth than lies."
  3. Woot! by Maliron · · Score: 4, Funny

    This is awesome! Now if we can only get people coding html in Winblows to test their pages on firefox we'll be in business!

    1. Re:Woot! by Conspiracy_Of_Doves · · Score: 3, Insightful

      I'm a web developer who uses Windows, and I test in Firefox

      Of course, most of the time I forget to test in IE.

    2. Re:Woot! by Bardez · · Score: 1

      I second that.

      --
      Perception is the thin dividing line between reality and fiction.
    3. Re:Woot! by Magic+Fingers · · Score: 0

      This is awesome! Now if we can only get people coding html in Winblows to test their pages on firefox we'll be in business! business has already started... I'm already doing it.
    4. Re:Woot! by evansvillelinux · · Score: 1

      I'm a web developer who uses Windows, and I test in Firefox

      Of course, most of the time I forget to test in IE.

      I always forget to test in IE and it's bitten me in the ass a few times, especially since IE doesn't always render PNG files correctly.

      --
      IMHO, IANAL, TINLA, etc...
    5. Re:Woot! by Conspiracy_Of_Doves · · Score: 1

      Well, I never use any format other than GIFs or JPGs. It's just safer.

    6. Re:Woot! by jZnat · · Score: 1

      There was that whole issue about certain submarine patents in GIF that's now finally come to a close, and the fact that JPEG is not good for non-live pictures (e.g. screenshots, logos, alpha-channel images). The best you can do is use all three formats where appropriate, and rely on SVG for scalable graphics (Adobe has an SVG plugin for IE, and all other web browsers support SVG quite well).

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
    7. Re:Woot! by Anonymous Coward · · Score: 0

      I'm a Windows using web designer and I test every site I make in the following:

      Firefox 2.0, Opera 9.10, Internet Explorer 7, Netscape 8.1.2., Swift 0.2, Flock 0.7.9.1., Browzar 1.2.0.1., and I use VMPlayer to run openSUSE 10.2 so that I can check sites in Konqueror, and the linux versions of Opera, Firefox and Browzar.

      Before anyone says it, yes, I know that Firefox, Netscape and Flock run on the same engine, but I have found very subtle differences on occasion so I test all three anyway, and also because the viewing area of each is a little different.

      I also only use Open Source software/programs/scripts for sites I make.

      Plus, I use valid XHTML Strict and valid CSS.

      I don't do it for me, I do it for my clients and the visitors to their sites, so that I can make everything as accessible to everyone as I can.

      I still use Windows because I still have to, but it doesn't mean I have to think like or act like Microsoft. ;)

  4. first download wine by Anonymous Coward · · Score: 1, Interesting

    ....not exactly groundbreaking stuff

  5. Can I ask an obvious question without being flamed by djh101010 · · Score: 4, Insightful

    Seriously. WHY? Why would I want to do that? What is so compelling about IE7 that I'd want to go through any effort at all? I'm using Firefox 2.0something, it meets my needs. If I were to jump through hoops to install this on my linux box, what would that get for me?

    Jokes aside here guys, but what's the point?

  6. WMA voided legally? by monkeyboythom · · Score: 2, Interesting

    Well, I guess that is the difference between knowingly voiding the check and stumbling upon the process that voids the WMA check. I wonder which one the lawyers will believe?

    To skip having to authenticate your copy of Windows at the Microsoft.com download site (since we're on Linux and don't have Windows...), make use of Google's nicely customised IE7 installer
    1. Re:WMA voided legally? by __aaclcg7560 · · Score: 1

      Doesn't matter. The attorney for the Microsoft/Novell Linux patents will be screaming the loudest about violations.

    2. Re:WMA voided legally? by finkployd · · Score: 2, Insightful

      That is between Microsoft and Google.

      Finkployd

    3. Re:WMA voided legally? by cryocide · · Score: 1

      You mean WGA (Windows Genuine Advantage) check, right, and not WMA (Windows Media Audio)?

      There needs to be a legal way to bypass the WGA check because even though you're installing a browser, it may not necessarily be for use on an Internet-connected network. You might only be installing it for use as an interface. In this case, a WGA check with microsoft.com isn't possible. I don't recall if a custom build via IE Administration Kit allows for this, but I'm fairly certain that Microsoft has covered this angle.

  7. Insanity by Bogtha · · Score: 4, Insightful

    I just don't see how anybody can think this is a good idea for debugging websites. If you see problems with a design, how on earth are you going to be able to tell which are caused by bugs in Internet Explorer and which are caused by bugs in WINE? I know Internet Explorer is exceptionally buggy, but in my experience, WINE is a hundred times worse.

    If you're going to need to test in Internet Explorer on Linux, then full-machine virtualisation with a genuine copy of Windows is going to be far more reliable than a partial implementation of the Windows libraries. Yes, it uses more resources, but at least it's not likely to make you chase phantom bugs. The article points out that there are already problems with displaying GIFs - how many other problems like this are lurking waiting to be discovered?

    This hack is useful if you really need to use an Internet Explorer-only website, but it just seems crazy to think this is useful for debugging websites.

    --
    Bogtha Bogtha Bogtha
    1. Re:Insanity by Kelson · · Score: 3, Interesting

      I do most of my development on my personal web projects on my Linux box at home. Every once in a while I will fire up the Windows box and test things in IE. But I have a copy of IE6 installed through Crossover Office that I can use to verify that, say, a CSS change I've just made does what I think it does. The main problems I've encountered are fonts and the filter problem I mentioned here.

      Basically, I use the WINE copy for (pun not intended) sanity checks, and a native copy for serious testing.

    2. Re:Insanity by Stormx2 · · Score: 1

      Actually, the ies4linux WINE setup is pretty good. I use ies4linux for testing designs, and it's never caused me a blink of trouble. I'm familiar enough with IE6's downsides to know when its an IE6 bug, and when its a WINE bug. 99% of the time, its IE

    3. Re:Insanity by Anonymous Coward · · Score: 0

      > I know Internet Explorer is exceptionally buggy It may sound strange but IE6 is one of the most stable pieces of software I've ever seen. Firefox doesn't even come close.

    4. Re:Insanity by stanleypane · · Score: 1

      I have to agree. Emulating IE is never a good idea. It's unpredictable enough without the emulation.

      For the mac-centric designer at our small company I setup a spare Dell P3 733MHz with multiple versions of IE, Firefox and Opera fore testing. One of those could be had for about $100 on retrobox. Paired with a KVM, it's much more reliable and not expensive for someone developing websites to afford.

    5. Re:Insanity by mcpkaaos · · Score: 1

      How many hotfixes, security patches and maintenance releases did it take for IE 6 to get there?

      --
      It goes from God, to Jerry, to me.
    6. Re:Insanity by vga_init · · Score: 1

      I have to agree with you there. Wine is pretty good, but I noticed that programs tend to render differently than they do in their native Windows environment. How differently depends on which functions are being used, but something as complicated and visually-oriented as a web browser has very little hope of producing the same image.

      IE7 on linux might be useful to an end user; they could take advantage of certain compatible features, but end users have different needs than developers.

    7. Re:Insanity by Ash-Fox · · Score: 1
      I know Internet Explorer is exceptionally buggy It may sound strange but IE6 is one of the most stable pieces of software I've ever seen. Firefox doesn't even come close.
      Firefox 2 hasn't crashed on me yet (been using it since it came out).

      To be honest, even if Firefox crashed on me once a day, I think I'd still prefer it due to other issues.
      --
      Change is certain; progress is not obligatory.
    8. Re:Insanity by semiotec · · Score: 1

      I think the debugging webpage code for IE7 on Linux wasn't the original aim. The author(s) just found something he/she thinks is interesting (i.e. running IE7 on Linux) and dresses it up as "for debugging purpose" which sounds a more useful than just "hey look, IE7 on Linux", which is just pure geek.

      We see this a lot in research. In order to get grants, research dress up their pet projects in all kinds of buzzwords to get government interests. In biomed, you go for things like cancer, Alzheimer's, prion, (neuro-degenerative diseases are always good). In physics, I think the biggest money attractor now is probably quantum computing, which is I involved (i think) both solid states and theoretical and touches on a whole bunch of stuff. They are not really looking for what the grant applications states, it just allows them to get money for what they are really interested in, which probably has some immediate applicability.

      I am not saying that this is a bad thing. It's just that, in general, funding bodies are short-sighted, while researchers are visionaries, and the system has evolved to become some sort of middle ground.

      You gotta play the system to win!

    9. Re:Insanity by Anonymous Coward · · Score: 0

      Well, Internet Explorer 6 was released in 2001. It's 2007 now and they are still finding holes in it. That would be shameful for a project under active development, but for a version that is simply being maintained as-is, it's so far beyond shameful as to be practically incomprehensible.

  8. Re:Can I ask an obvious question without being fla by Anonymous Coward · · Score: 1, Insightful

    For web developers to test out their sites.

  9. Re:Can I ask an obvious question without being fla by 99BottlesOfBeerInMyF · · Score: 5, Informative

    What is so compelling about IE7 that I'd want to go through any effort at all? I'm using Firefox 2.0something, it meets my needs. If I were to jump through hoops to install this on my linux box, what would that get for me?

    Assuming you, like half of the people here, end up doing some Web development at some point, you get the ability to test those pages in IE7, which has about 50% of the market right now. Being able to do that without having to buy a copy of Windows is a pretty big deal to a lot of people.

  10. Re:Can I ask an obvious question without being fla by Kalriath · · Score: 1

    I guess so you can pretend you care that your website works for a massive number of all website visitors. But then, it's utterly worthless for anyone who isn't a developer. Before you say "If it works in Firefox it probably at least half works in IE7" try using /.'s "New Discussion System" in IE7. Completely sporked, seriously.

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  11. Re:I have a much easier way by Ash-Fox · · Score: 1
    step 1: rm -Rf / step 2: install windows
    Step 1 would fail after reaching a specific library.

    Also, where have you been this past decade? You can use something like VMware server to run Windows if you really need to.
    --
    Change is certain; progress is not obligatory.
  12. You can even get an obvious answer! by Kelson · · Score: 4, Interesting

    From the article summary:

    you will be able to develop and test webpages across almost all major browsers (IE 5-7, Firefox, Opera) on one Linux box!

    If you do your main development on a Linux box, and want to test minor changes in IE as you make them (major changes and final testing should still be done on a native system if possible), it's a lot more convenient to fire up a copy of IE in WINE than to move over to another box or reboot into Windows.

    1. Re:You can even get an obvious answer! by djh101010 · · Score: 4, Interesting

      If you do your main development on a Linux box, and want to test minor changes in IE as you make them (major changes and final testing should still be done on a native system if possible), it's a lot more convenient to fire up a copy of IE in WINE than to move over to another box or reboot into Windows. OK, right, I see that, but - how much confidence are you _really_ going to have in an artificially constructed pretty-good-emulation running a Windows binary under Linux? I mean, fine for "does it look OK", but to really validate, I think anything other than the real thing running on the real thing, is iffy at best. In the QA environments I've set up, we had a stable of systems in our QA lab, initially each with a different version of 'doze and IE on them. Later, we went to a vmware setup with virtual machines running the OS and browser to be tested, all repeatable golden clean builds and so on. If it were up to me to design something, I'd rather go with a vmware solution and different OS images to boot into.

      But, I suppose, if it's just to keep on eye on the site as you go along, fine. So is IE7 really _that_ broken that this is needed? Again not trying to flame, it just boggles the fark out of me that they're still doing that.
    2. Re:You can even get an obvious answer! by houghi · · Score: 1

      Virtual manager might be a silution. No need to run under WINE. No need for another box.

      --
      Don't fight for your country, if your country does not fight for you.
    3. Re:You can even get an obvious answer! by rastos1 · · Score: 3, Interesting
      how much confidence are you _really_ going to have in an artificially constructed pretty-good-emulation running a Windows binary under Linux?
      Almost the same as my confidence that the page will display correctly for user having W2K SP4 hotfix X and Y, while I test on Win XP SP2 Hotfix Z ?
    4. Re:You can even get an obvious answer! by Anonymous Coward · · Score: 0

      " OK, right, I see that, but - how much confidence are you _really_ going to have in an artificially constructed pretty-good-emulation running a Windows binary under Linux? " wine is not an emulator

  13. Re:I have a much easier way by Anonymous Coward · · Score: 2, Funny

    step 1: rm -Rf / step 2: install windows

    That's so cool. But you left out the real problem:
    How to get Windows to run long enough to view a web site?

  14. Re:Can I ask an obvious question without being fla by thePig · · Score: 1

    If one person is creating a web site, he might want to make sure it works in the primary browser (by usage) in the world.
    He shouldn't have to buy a windows OS just for that purpose.

    --
    rajmohan_h@yahoo.com
  15. Re:Can I ask an obvious question without being fla by jimlintott · · Score: 1

    If your needs are to test web sites you design and build on as many different browsers you can get hold of, then you just might want this.

    I just browse, so, like you, I just use FF.

  16. Re:The whole reason I run Linux... by Anonymous Coward · · Score: 3, Funny

    Is that is does NOT have IE. Why in God's name would I want it?

    To crash your machine... of course!

  17. Re:Can I ask an obvious question without being fla by compro01 · · Score: 3, Informative

    1. web testing to make sure your pages work in IE (this is questionable as the article mentions different behavior"

    2. accessing idiotically designed websites that require Internet explorer to access (with no good reason why they need it. i know of a few that work perfectly fine if you trick them into thinking it is IE, but otherwise they won't let you in.)

    --
    upon the advice of my lawyer, i have no sig at this time
  18. Re:Can I ask an obvious question without being fla by mgpeter · · Score: 1

    Web developers should love this. A single box that you can test your web sites with just about every Internet Explorer version in use today.

    Granted most technical people use Firefox, but the world is full of un-informed users that use IE because it was pre-installed on their computer when they bought it.

  19. Re:I have a much easier way by rhavenn · · Score: 1

    Step 1 would fail after reaching a specific library.

    No, it doesn't. I've done it on old BSD servers. The shell is loaded in memory and the rm command is part of the shell. It does exactly what you tell it to :) Of course, as soon as you try and do anything after it's done running you're toast.

  20. Some websites still only work in IE by CheddarHead · · Score: 3, Insightful

    As well as the development reasons noted above, there are still some websites that only work correctly in IE. I normally use Firefox, but occasionally I need to switch to IE to get a website to work. Now if I don't care that much, I don't bother, but if you really want something (info, a product whatever) from these sites you pretty much need to have IE available.

    1. Re:Some websites still only work in IE by djh101010 · · Score: 1

      As well as the development reasons noted above, there are still some websites that only work correctly in IE. I normally use Firefox, but occasionally I need to switch to IE to get a website to work. Now if I don't care that much, I don't bother, but if you really want something (info, a product whatever) from these sites you pretty much need to have IE available.

      Good point. My employer's timesheet website for instance. I use IE for that and one other poorly written app (the trouble ticket system, as it happens). Everything else plays fine. OK I can see the "b0rken website you have to use" purpose then, thanks.
    2. Re:Some websites still only work in IE by truthsearch · · Score: 1

      If a vendor only supports IE I never purchase from them. 99% of the time I'm sure the exact same product is available from a vendor that doesn't cripple their site. Since I'm a Mac user only supporting IE is like telling me they don't want my business.

    3. Re:Some websites still only work in IE by RandomPrecision · · Score: 1

      Surely if you just need one website, it would be easier to install and use IE Tab than use Wine to emulate IE7.

    4. Re:Some websites still only work in IE by ScienceofSpock · · Score: 2, Insightful

      IE Tab only runs on Windows.

    5. Re:Some websites still only work in IE by Dragonslicer · · Score: 1

      I was just thinking about this. Not knowing exactly how this IE7-on-Linux works or how IETab accesses IE's rendering engine, I wonder if it would now be possible to have a Linux version of IETab.

    6. Re:Some websites still only work in IE by ScienceofSpock · · Score: 1

      I suspect it would be possible to create a Linux version of IETab, but it would most likely suffer the same problems as IE7 described in TFA (GIF's appearing as black boxes, etc)

  21. The answer is simple... by KalvinB · · Score: 1

    Developers, developers, developers!

    A large chunk of people still use IE so sites have to work for IE.

    1. Re:The answer is simple... by dosius · · Score: 1

      If they work for Links2 and Firefox they will work in IE. I'd say that's all the testing anyone needs (and all the testing I do).

      -uso.

      --
      What you hear in the ear, preach from the rooftop Matthew 10.27b
  22. Re:I have a much easier way by morgan_greywolf · · Score: 1

    The article is about running IE7 on Linux, not *BSD.

    From my Linux box:


    morgan@myhost:/usr/include$ which rm /bin/rm


    Now, whether or not the rm command would fail once, say, glibc was removed would depend on the particular setup.

  23. Re:Can I ask an obvious question without being fla by Anonymous Coward · · Score: 0

    Or IE6 for that matter... and wow, did I get crapped on in trying to point out a bug about it. So who knows when / if it will be fixed (I stopped caring about it at that point, so maybe it's improved)

  24. Just buy another box... by Anonymous Coward · · Score: 0
    they're only a couple of hundred bucks for a basic home edition Windows box...you don't need much just to run IE7.

    And if a couple of hundred bucks is too steep for you, especially as a web developer,....nevermind, I won't go there.

    1. Re:Just buy another box... by sgholt · · Score: 1

      Oh come on go there!...lame argument from someone who can't possibly be a web developer...and if by some chance he is a web developer, he must not be very good at it. Once you get better at your job you might be able to afford the right tools for your job.

    2. Re:Just buy another box... by owlstead · · Score: 1

      Well, what about the cost to the environment? You could at least use VMWare and safe yourself a few hundred bucks. Spend it on memory (for VMWare) and send some 200 dollar to a charity. It seems you have enough to spread around anyway. At least I am happy that I will never meet you on holidays in Afrika or Asia, since you won't go there.

    3. Re:Just buy another box... by dpninerSLASH · · Score: 1

      Did you ever stop and think that the person you're addressing may not reside in a part of the world where "better jobs" are not available? Or just maybe he/she has OTHER responsibilities like a mortgage, car payments, etc?

      God, Slashdot has gone to the dogs...

    4. Re:Just buy another box... by 99BottlesOfBeerInMyF · · Score: 1

      Oh come on go there!...lame argument from someone who can't possibly be a web developer...and if by some chance he is a web developer, he must not be very good at it. Once you get better at your job you might be able to afford the right tools for your job.

      There are a lot of people who end up doing some casual Web development as a part of their job or hobby. Personally, I do Web development as a minor part of my job and I test with IE7 in a VM. That does not mean everyone who makes Web pages is going to have the same setup all the time. A lot of people who work remotely, for example, may not have access to a Windows machine when using a laptop, and this sort of a solution could save them a lot of debugging time.

    5. Re:Just buy another box... by x2A · · Score: 0

      "Or just maybe he/she has OTHER responsibilities like a mortgage, car payments, etc?"

      *snort* if anyone was serious and not a l4m3a55 about web development, they should sacrifice everything else, and live in their moms basement, because women, a social life, or your own house, are all distractions *scoff* that's what I did when I made the website for my local chip shop, and the barbers homepage i made before that.

      --
      The revolution will not be televised... but it will have a page on Wikipedia
  25. Great question by tacokill · · Score: 3, Interesting

    Great question. Seriously.

    Before you flame me into oblivion, tell me what I miss with IE7 when I already run Windows + Firefox 2.0. I ask in all honesty. Let's just say I have some legit XP machines and I have "friends" with illegitimate XP machines that won't bother with WGA as they know they'll fail. They'll happily go on downloading security updates but don't bother with IE7, Media player 10, etc.
    So what.
    Their computers run fine and they seem to be able to do everything that everybody else does - play movies, pictures, music, etc, etc

    So in this case, what does IE7 get for people over the ones who are forever doomed to Firefox 2.0 and IE6? What are the benefits?

    C'mon IE7 supporters, this is a lay-up. Lay it out for me...

    1. Re:Great question by Anonymous Coward · · Score: 0

      Before you flame me into oblivion, tell me what I miss with IE7 when I already run Windows + Firefox 2.0. ActiveX. It's all exciting because it's like active and stuff.
    2. Re:Great question by jonadab · · Score: 1

      > tell me what I miss with IE7 when I already run Windows + Firefox 2.0

      With IE7 you get the ability to see whether your website, which validates, and which looks fine in Firefox, Opera, and Konqueror, is going to look similarly fine to users who browse in IE7.

      Of course, you only care about that if you publish content on the web. I'm sure nobody who reads slashdot ever does that...

      --
      Cut that out, or I will ship you to Norilsk in a box.
  26. isn't IE7 on Linux kind of like, by cavehobbit · · Score: 5, Funny

    Pat Buchannon humping on Charlize Theron?

    Nuts. Now I need brain bleach.
    Can't believe I even THOUGHT of that...

    1. Re:isn't IE7 on Linux kind of like, by Jherek+Carnelian · · Score: 1

      Pat Buchannon humping on Charlize Theron?

      Which one?
      The Aileen in Monster Charlize?
      or
      The Aeon in Æon Flux Charlize?

    2. Re:isn't IE7 on Linux kind of like, by cavehobbit · · Score: 1

      I was thinking more along the likes of Mary Ann Lomax in The Devils Advocate and Candy Kendall in The Cider House Rules or any of the other films she melted

    3. Re:isn't IE7 on Linux kind of like, by fm6 · · Score: 1

      Gee, thanks for that image!

  27. Re:Can I ask an obvious question without being fla by Beer_Smurf · · Score: 1

    Why do you think that M$ gives IE away then?

  28. This is great, but.... by gregleimbeck · · Score: 2, Funny

    Will my viruses run on Linux too?

    --

    P.S.,

    This is what part of the alphabet would look like if Q and R were eliminated.

    1. Re:This is great, but.... by techamed · · Score: 1

      troll

    2. Re:This is great, but.... by SuluSulu · · Score: 1

      That's it! It's a secret ploy by Microsoft to get viruses to run on Linux! Since they can't make a secure verison of Windows they have to bring Linux down to their level!

    3. Re:This is great, but.... by Fliberty · · Score: 1

      Last time I checked, IE7 was a virus... O.o

  29. Re:I have a much easier way by dknj · · Score: 1

    welcome to the world of dynamic loading libraries. crash course time;
    1) shell tells os to execute /bin/rm.
    2) os notices /bin/rm relies upon /lib/libc.so (among others), loads dependant libraries, links them at runtime and continues to execute /bin/rm
    3) /bin/rm removes all files, including /lib/libc.so and /bin/rm (remember they are run from memory not disk.. See How Operating Systems Work 101)
    4) you are greeted with a prompt
    5) the system hoses itself shortly after*

    * - the system can actually hose itself during a race condition while /bin/rm is running. say a kernel thread attempts to access a dependant (non-opened) file that was erased by /bin/rm, etc. best to do rm -rf / while running in single user mode

  30. OSS by Anonymous Coward · · Score: 0

    OSS?

    I prefer ALSA.

  31. Hyprocrites by Anonymous Coward · · Score: 0

    So only Microsoft is forbidden from making a profit. Apple isn't, Red Hat isn't. Y

    1. Re:Hyprocrites by slightcrazed · · Score: 0

      You miss the point. One is not 'force-fed' Apple, Red Hat, Sun, Ubuntu, et al. At least not the way that we are all force-fed MS products just about everywhere we turn.

    2. Re:Hyprocrites by Anonymous Coward · · Score: 0

      Can you buy an i[FillInTheBlank] from Apple and have it delivered without a Mac OS? Can you get a refund if you don't want the included Mac OS?

    3. Re:Hyprocrites by djh101010 · · Score: 1

      Can you buy an i[FillInTheBlank] from Apple and have it delivered without a Mac OS? Can you get a refund if you don't want the included Mac OS?

      iTunes, sure. Free download from Apple's site. iOtherStuff? Not so much. They ported iTunes to windows, you see, to sell more product. I'm guessing they can do, you know, math and stuff, and decided not to port iPhoto and friends over there. Could be hardware limitations (or randomness) on the PC side, could be OS integrations and a closed API (ahem), or it could be because they're focusing their efforts on developing for the people who buy hardware from them. I'm fine with that. In fact, I prefer it. Did you have a point though, or is this just a reflexive reaction on your part?
  32. Re:I have a much easier way by lahvak · · Score: 1

    From my Linux box:

    morgan@myhost:/usr/include$ which rm /bin/rm


    And your point is? What does that have to do with anything?

    Now, whether or not the rm command would fail once, say, glibc was removed would depend on the particular setup.

    After rm starts, it and all libraries it needs, including glibc, are loaded into memory. It does not matter what you do to the files on the disk at that moment. In this aspect, there is no difference between BSD and Linux, no matter what your "setup" is.

    --
    AccountKiller
  33. Re:I have a much easier way by Nasarius · · Score: 1
    Now, whether or not the rm command would fail once, say, glibc was removed would depend on the particular setup.
    1) rm and everything else in /bin should be statically linked, so this is irrelevant.
    2) One of the greatest features of *nix filesystems is that libraries that are in use can be replaced. As long as some program is still using the inode, the data won't be removed, just effectively invisible to anything that doesn't already have it open. Once the refcount reaches zero, it's removed. That's how rm could delete itself.
    --
    LOAD "SIG",8,1
  34. Re:Can I ask an obvious question without being fla by ettlz · · Score: 1

    The only reason that matters is BECAUSE WE CAN.

  35. Re:I have a much easier way by gerrysteele · · Score: 1

    Step 1 is redundant. Kinda like you

  36. actually.. by dknj · · Score: 1

    /bin/rm should be statically linked effectively killing step 2, but the above method is still possible if its not a static binary.

    1. Re:actually.. by Anonymous Coward · · Score: 0

      If it's statically linked, then what is it doing in /bin and not /sbin?

    2. Re:actually.. by jZnat · · Score: 1

      /bin/rm (as well as any other dynamically linked binary in /bin or /sbin) only links to libraries in /lib. For this reason, it is possible to dynamically link them without worrying about /usr et al.

      --
      'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  37. Re:Can I ask an obvious question without being fla by Babillon · · Score: 1

    And of course, you get modded +4 Insightful for being an idiot. Only on /. would we give someone karma for not opening his bloody eyes, and simply spouting off anti-Microsoft bile.

    As it's been said a few times, this is for developers (something you would of noticed had you, you know, read the article). Why is this a good thing? Because Mircosoft's browser still has easily over 50% market share, that's why. The thing may suck, but it's still here and we have to deal with it.

  38. Re:Can I ask an obvious question without being fla by spaceyhackerlady · · Score: 1

    In Soviet Russia sites test YOU!

    Seriously, though, if I want IE7 or anything else to do with Windows, I use VMware on my Linux box. Works like a charm.

    ...laura

  39. Re:I have a much easier way by Schraegstrichpunkt · · Score: 1

    1) rm and everything else in /bin should be statically linked, so this is irrelevant.

    On Linux? No.

    Even on *BSD, isn't that /sbin?

  40. Why Ask Why? by themindfantastic · · Score: 0

    It doesn't matter that its insanely stupid, hasn't any geek here done something just for the ability to BRAG that they did it. Linux is the proverbial platform to accomplish the most insane crap just to prove you could do it. Much like say setting up an old tape drive (Audio Tape not Digital Tape) so you can find a way to first A) Put the entire Debian archive on them, and then B) Reinstall your machine from it. Its stupid is inane and no one in their right mind would ever think about doing shit like this but people do it just to see if ITS POSSIBLE, and the bragging rights to say that THEY DID IT!

  41. Re:Can I ask an obvious question without being fla by Anonymous Coward · · Score: 0

    Or the version of Konqueror I have at work.

  42. Re:Can I ask an obvious question without being fla by Anonymous Coward · · Score: 1, Interesting
    IE7, which has about 50% of the market right now
    Source? I'm personally seeing barely 20% of the IE users on my website using IE7 (so that's less than 15% of all visitors). IE7 uptake has been surprisingly slow. I wonder how much of that is due to WGA...
  43. Re:I have a much easier way by Ash-Fox · · Score: 1
    1) rm and everything else in /bin should be statically linked, so this is irrelevant.
    ash-fox@Tapestry:~$ ldd /bin/rm
                    linux-gate.so.1 => (0xffffe000)
                    libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dfb000) /lib/ld-linux.so.2 (0xb7f4c000)
    ash-fox@Tapestry:~$
    2) One of the greatest features of *nix filesystems is that libraries that are in use can be replaced. As long as some program is still using the inode, the data won't be removed, just effectively invisible to anything that doesn't already have it open. Once the refcount reaches zero, it's removed. That's how rm could delete itself.
    I have actually done 'rm -rf /' once, it fails when some library (I'm guessing libc, I don't remember) is removed.
    --
    Change is certain; progress is not obligatory.
  44. Re:I have a much easier way by AJWM · · Score: 4, Insightful

    3) /bin/rm removes all files, including /lib/libc.so and /bin/rm (remember they are run from memory not disk..

    Yes on one, irrelevant on two.

    The 'rm' just decrements the link count to the file. As long as a process (any process) still has an open file descriptor for that file, the file is in fact still there. It only really disappears when the link count is zero and no processes still have the file open. True for all 'nixes, AFAIK.

    (You probably know this, other readers may not.)

    --
    -- Alastair
  45. Browser stats here? by ogcc · · Score: 1

    Well, why Slashdot don't provide it's user stats? I would be very nice to see comparison between regged and regular users.

  46. Re:I have a much easier way by dreamlax · · Score: 5, Funny

    step 1: rm -Rf / step 2: install windows

    That's so cool. But you left out the real problem: How to get Windows to run long enough to view a web site?

    You have to download it and save it locally while still running *nix, burn it to a CD with mkisofs -R -J . . .| cdrecord, then rm -Rf / then install Windows (might have to wait overnight for it to finish). Once installed, disable all network adaptors, physically remove any CAT 5/6 cables just in case, then boot into Safe Mode, and view it from the CD. You should have about 4 minutes before you get the W32.Blaster worm.

  47. Hooray! by DaveJay · · Score: 1

    Seriously. I do all of my workstuff on Debian Testing, and keep a windows box running next to me for the sole purpose of IE7 testing (I do IE6 testing over terminal server.) This is a good thing, thanks.

  48. Re:Can I ask an obvious question without being fla by djh101010 · · Score: 1

    And of course, you get modded +4 Insightful for being an idiot. Only on /. would we give someone karma for not opening his bloody eyes, and simply spouting off anti-Microsoft bile.

    Please show me where in my question I spouted any bile. I asked a straightforward question, and even mentioned I was looking for serious responses, many of which I got. Unlike yours.


    As it's been said a few times, this is for developers (something you would of noticed had you, you know, read the article).

    And if you had read the thread, you'd see that several people have proposed valid reasons why this setup wouldn't be trusted, at least by them, to validate anything. Again, hence my questions.

    Why is this a good thing? Because Mircosoft's browser still has easily over 50% market share, that's why. The thing may suck, but it's still here and we have to deal with it.

    That's fine, _really_. But I'm still staying with the thought that using an emulated environment to run a browser to validate a website you're developing, is the _wrong_ reason to do something like this. Accessing b0rken websites that some developer wrote only for IEsomething, yeah, OK. Validation, I don't think so.

    So there's a well reasoned, non-ranting response to your post. Where are you going to take it now, I wonder?
  49. Tangent: Safari by captainjaroslav · · Score: 2, Interesting

    I know Slashdotters love Opera, for whatever reason, but I wonder why Safari isn't considered a "major browser" according to the post. There are several different surveys here:
    http://en.wikipedia.org/wiki/Usage_share_of_web_br owsers
    and, no matter which one you believe, Safari seems to have a much larger share of the browser market than Opera. I wouldn't say this is so much offtopic as it is tangential, but do as you will and mod away as you see fit.

    --
    I'm just sayin'.
    1. Re:Tangent: Safari by Kelson · · Score: 1

      There does seem to be a tendency among some Linux users to look at desktop OSes in terms of Windows and Linux, rather than Windows, Linux/*BSD, and Mac. I suspect it's a holdover from the days when most Linux users were expatriate Windows users, installing Linux on their PCs, and Mac was this other thing that ran on totally different hardware.

      As for Safari and Linux, at least you can get a half-way decent approximation with Konqueror. It's far from perfect, of course, since (IIRC) WebKit and KHTML are being developed on two separate tracks that occasionally feed back into one another. Plus there's different fonts, functionality that's outside the rendering engine, and features that rely on Mac system libraries.

    2. Re:Tangent: Safari by alphamugwump · · Score: 1

      Opera, Safari, Konqueror: Same damn thing. Especially if you're comparing browsers. Yes, there are incompatabilities and feature differences between the three, but they are more kin to each other than to anything else, just like the BSDs.

    3. Re:Tangent: Safari by i.of.the.storm · · Score: 1

      Safari and Konqueror yes, Opera no. Opera is its own browser.

      --
      All your base are belong to Wii.
    4. Re:Tangent: Safari by Bitsy+Boffin · · Score: 1

      As a web developer, the reason I don't test much in Safari is mostly because it's a PITA to do so, and most of the time, Safari just works anyway.

      I have to have a whole different computer setup just to test in Safari. That's all it's used for, testing in Safari, and it's a way across the other side of the desk, and it's not plugged in generally because I need the power socket, and it's quite slow (an old iMac), and it's not even up-to-date because major releases of the browser are tied to major releases of the OS and you have to pay fairly large amounts of money to upgrade the OS.

      As opposed to testing in IE, I just switch to one of the various Virtual Machines I have in VMWare to check in different versions.

      As opposed to opera, or firefox, which I can run natively on my linux workstation anyway.

      I could test in Konq I suppose, but it's of limited use, it's close enough to Saf to give a general idea, but far enough away to not really be sure.

      If old Jobbies was to set to and get either a Safari version released for general Linux boxes (or Windows), or even better was to release an OS/X version that can (legally) be run under VMWare with just any commodity x86 hardware underneath (and untied Safari from OS updates so you can keep your browser up to date without shelling out for OS updates), then I would spend a lot more time in Safari.

      --
      NZ Electronics Enthusiasts: Check out my Trade Me Listings
    5. Re:Tangent: Safari by toddestan · · Score: 1

      Probably for the reason that most people aren't going to bother with the cost of buying a Mac just for testing with Safari, especially since a website that already works right in Firefox, Konquerer, and Opera almost certainly will work in Safari too. On the other hand, IE6 and IE7 are different enough that you pretty much have to figure out a way to test your website with those browsers.

    6. Re:Tangent: Safari by jonadab · · Score: 1

      Several factors go into determining what the "major" browsers are, and overall usage share is just one of them. Different people have slightly different lists, but almost nobody determines it solely based on that one factor.

      Safari is platform-specific, making it a non-option for a lot of people. That raises the bar a bit for how much market share it needs to have in order for webmasters to be willing to support it. IE usually makes the cut, but its market share is overwhelming. Konqueror usually *doesn't* make the cut, because it only (AFAIK) runs on X11, requires KDE to be installed, and is difficult to upgrade independently of KDE and/or keep multiple versions installed for testing. If its market share were really high, like that of IE, people would probably still be willing to support it, but as it stands... no. Safari is even more platform-specific than Konqueror.

      Safari also is a relative newcomer. Opera has been around a while, and its usage share has been fairly constant since the late nineties. (In the graph on WP this is not really visible, since old versions of Opera are categorized into "Others".) It was one of the "big three" browsers back when Netscape was solidly number one (#2 being IE), and its usage share hasn't really declined since then, although the others have shuffled around in various ways, sometimes splitting the market in ways that left Opera at #4 or lower. For a time, around the end of the first browser war, these three browsers between them had something like 99.5% usage share. Then Gecko came along, then Konqueror and others, and things have opened up again now, but Opera's position hasn't really changed. The old Netscape has (for practical purposes) gone away, and IE peaked circa 2002-2003 and is now on a gradual decline, with Gecko and others on the increase.

      It's not clear, right now, what this is all going to look like in another couple of years. Gecko seems to have secured the #2 slot for the forseeable future, but apart from that things are changing too fast right now for clear pronouncements to be made with any confidence. Most analyists have handed the #2 slot off from Netscape to Gecko, and this is a pretty non-controversial position given the relationship between them, but nobody's quite sure yet who's going to come out with the #3 slot when the dust clears. A lot of people still list Opera there, simply because they haven't updated their lists yet. It looked for a while like it was going to be KHTML, since both Konqueror and Safari used that, but since Apple forked their webkit off, that's no longer so clear.

      My guess is that Opera will end up in the #4 slot, maybe even #5, without losing any market share, because others appear to be gaining more than it is at the expense of IE.

      Remember that people's idea of which browsers are the major ones lags a few months behind their uptake. IE was not really considered a major browser yet in 1996, although in retrospect it is clear that its ascent to #1 had already begun.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  50. Re:Can I ask an obvious question without being fla by Creepy+Crawler · · Score: 1

    They do NOT give IE for Linux/FreeBSD.

    --
  51. 1 word from a professional web software developer by Qbertino · · Score: 3, Interesting

    Browsercam.

    It's a plug, yes. But they deserve it.

    --
    We suffer more in our imagination than in reality. - Seneca
  52. Re:Can I ask an obvious question without being fla by njko · · Score: 1

    IE7 isn't the primary browser by usage in the world.

    --
    \n.\n
  53. Re:I have a much easier way by Nasarius · · Score: 1
    I have actually done 'rm -rf /' once, it fails when some library (I'm guessing libc, I don't remember) is removed.
    Well, I just tried it with a VM running reiserfs on a 2.6 kernel. It left behind /dev and its contents, plus the /proc and /sys directories, but otherwise there were no catastrophic errors and everything is gone. Time to revert...
    --
    LOAD "SIG",8,1
  54. Re:I have a much easier way by 517714 · · Score: 1

    Four Minutes! You must have a low speed connection.

    --
    The US government have made it clear that we have no inalienable rights; any we do not defend vigorously will be taken.
  55. Re:Can I ask an obvious question without being fla by Curtman · · Score: 1
    if I want IE7 or anything else to do with Windows, I use VMware on my Linux box

    That's fine for you, but my dad was very frustrated with Ubuntu when I installed it on his PC because I was sick of having to go and de-spyware his computer every couple of weeks. Somehow he had a problem operating the useragent switcher extension for Firefox, and in the case of his online banking the useragent switcher didn't work. So now he has an IE icon on his Edgy desktop, and he can do his banking at home. Firefox gets used for everything else. I would never suggest to him that we should put VMWare on his computer and boot up windows every time he wants to pay a bill.

    Being able to run IE under Linux means that Microsoft has lost at least one user that I know of. I would guess many many more.
  56. Web DEVELOPMENT by Derivin · · Score: 2, Informative

    'so you will be able to develop and test webpages across almost all major browsers (IE 5-7, Firefox, Opera) on one Linux box!'

    I want to write a web page and test it on all the browsers.
    Currently you cant have IE7 and an earlier IE on the same windows machine.
    Here we have 1 machine with all browsers.
    Your other options are having multiple machines or not testing.

    1. Re:Web DEVELOPMENT by Stormx2 · · Score: 1

      Actually you can run IE6 standalone under windows after installing IE7.

      Bottommost link

      Very handy really

    2. Re:Web DEVELOPMENT by Anonymous Coward · · Score: 0

      Given how the applications will render differently under Linux/X with WINE than they would under Windows, it is not an appropriate testbed environment for testing how web pages will look to a Windows user.

  57. Re:Can I ask an obvious question without being fla by Babillon · · Score: 1

    I'm not disagreeing that using the method in the article is completely foolish. In fact, I'm mostly disagreeing with the fact that you got modded up for not reading the article.

  58. Re:Can I ask an obvious question without being fla by falconwolf · · Score: 1

    Seriously. WHY? Why would I want to do that? What is so compelling about IE7 that I'd want to go through any effort at all? I'm using Firefox 2.0something, it meets my needs. If I were to jump through hoops to install this on my linux box, what would that get for me?

    Why would you want to jump through loops to install IE in Linux? If you're a web developer, designer, or programmer you want to make sure what you create will work in the most popular browser being used. If you don't then you're neglecting a hugh market. That's why. Of course it would be better if you have a Windows machine to test in.

    Falcon
  59. Re:Can I ask an obvious question without being fla by Hotawa+Hawk-eye · · Score: 2, Interesting

    The important question is, why doesn't his online banking site work in Firefox? Have you contacted the bank to ask them when (not if) they'll support Firefox?

  60. Nope, nuke it from orbit by Weaselmancer · · Score: 1

    That's the only way to be sure.

    --
    Weaselmancer
    rediculous.
  61. Re:Can I ask an obvious question without being fla by FatMacDaddy · · Score: 1

    It's been quite a while since I encountered a site that required IE, but back when they were more common I was always able to access them by having Opera identify itself as IE. It sounds like that's more of a common experience than I knew.

    --
    This space intentionally left blank.
  62. ahahaha by Anonymous Coward · · Score: 0

    you got pissed b/c you like wind0ws :-)

  63. I know Slashdotters love Opera, by falconwolf · · Score: 1

    Out of some 80 posts before yours, this is the first one I've seen that even has the word "opera" in it. It's also the firs tyme I saw safari mentioned, so it's 1 for 1 between how many tymes each as been mentioned.

    Falcon
  64. Re:Can I ask an obvious question without being fla by jomas1 · · Score: 1

    If you are a web developer or even a hobbyist with a website you will need to code for IE. If you don't want to run windows just to check on changes you've made to a website then you'll want to know how to install Internet Explorer on linux or other operating systems.

  65. Re:Can I ask an obvious question without being fla by gkhan1 · · Score: 0, Offtopic

    Unless you have a huge website with cross-demographic appeal, your data is meaningless. If you want any kind of reliable statistic about browser usage you need to look at a whole bunch of sites like MySpace, YouTube, Wikipedia, Amazon, etc. Even that data could be skewed, the best way to measure it would probably be to ask a large random sampling of the general population what browsers they use (a boring old gallup poll, basically). Then I'd bet you'd find that IE hovers around 80%-85% of all browsers.

  66. It Butns! by camperdave · · Score: 1

    For web developers to test out their sites.

    Web developers should not be building their sites so that they "work" in IE. They should be following the proper standards and EXPECTING them to work in IE. After all, what happens when IE gets fixed, and their site no longer "works"?

    --
    When our name is on the back of your car, we're behind you all the way!
    1. Re:It Butns! by It'sYerMam · · Score: 1

      Then they change the site? Firefox is up-and-coming and all, but IE still dominates most PCs. Breaking IE is not an option for any website that wants much traffic.

      --
      im in ur .sig, writin ur memes.
    2. Re:It Butns! by x2A · · Score: 1

      My clients websites register 80-90% IE users, if I turned around and said "well they should be using a more standards compliant browser", how long do you think I'd keep my job for???

      In the real world, results are what's cared about, not politics.

      --
      The revolution will not be televised... but it will have a page on Wikipedia
    3. Re:It Butns! by Mr.+Shiny+And+New · · Score: 1

      The problem is, IE is KNOWN to not support standards, or to support them differently from Firefox, Opera, etc. Especially IE 6 and IE 5/5.5. If IE6 is important (and it's something like 80-90% of web traffic, so it IS important) then you have to test with it, even if IE7 is out there. And anyway, when Microsoft or anyone releases a new browser, that interprets your HTML correctly, you have to fix the site. That's all there is to it.

    4. Re:It Butns! by hesiod · · Score: 1

      > In the real world, results are what's cared about, not politics.

      And making sure your site works in all browsers does nothing but improve your results. If someone won't shop at your online store because they use FireFox, that is a lost sale. If your web designer is competent, however, your store will work in all web browsers, and you would have gotten that sale.

    5. Re:It Butns! by x2A · · Score: 1

      This is my point; whether something should work in any standards compliant browser is irrelevant, what matters is whether it works for the real people using the site.

      --
      The revolution will not be televised... but it will have a page on Wikipedia
  67. Some of them... by leonbrooks · · Score: 1

    ...although probably not the most-exciting totals-your-LAN smokes-your-box editions.

    What does come across thoroughly is IE7's inability to use IMG-based form controls. I wonder what security measure trigger that little piece of helpfulness?

    --
    Got time? Spend some of it coding or testing
    1. Re:Some of them... by claar · · Score: 1

      What does come across thoroughly is IE7's inability to use IMG-based form controls

      I don't think that's really true -- I presume you're referring to the earlier story IE7 Compatibility a Developer Nightmare . I think this comment best summarizes the nonsense that was that article.

      --
      I'd give my right arm to be ambidextrous...
  68. Re:I have a much easier way by falconwolf · · Score: 1

    Also, where have you been this past decade? You can use something like VMware server [vmware.com] to run Windows if you really need to.

    I use Windows now but because of MS's actions as regarding Activation and WGA I am switching to Macs. Running Windows in a VM would mean I'd still have to deal with what is driving me away from Windows. I'd also have to buy a license for an OS I don't want.

    Falcon
  69. Re:I have a much easier way by krakrjak · · Score: 1

    step 1: rm -Rf / step 2: install windows
    Step 1 would fail after reaching a specific library. Nope. Not as root it wouldn't. /bin/rm should be statically linked (should being operative) and even if it isn't it will be loaded all into memory while the process runs. I've deleted my libc before without any interruption. Running subsequent commands was difficult (unless statically linked).

    Interestingly enough, with a little planning and having some statically linked binaries around (like busybox) you can actually recover from this live on a linux system. Try removing the equivalent under windows and recovering without a reboot.
  70. Re:I have a much easier way by TheRaven64 · · Score: 3, Interesting
    Everything in /bin and /sbin should work in single-user mode, when only / is mounted. This means that it may depend on stuff in /lib, but not stuff in /usr/lib (since /usr is often a separate partition.

    Some *NIX systems have a directory in the root directory, which contains a set of statically linked utilities that can be used for recovery. On FreeBSD, this is /rescue, which contains statically linked copies of many of the things from /sbin and /bin. If something goes wrong with your linker (or you numpty up and accidentally delete it) then these tools can be very important.

    Either way, it dosen't matter. When an executable file is run then all of its libraries are opened, incrementing their reference count, so deleting them will not actually delete them on disk until the program runs and thus it is possible to run 'rm -rf /' and delete every file.

    --
    I am TheRaven on Soylent News
  71. Re:I have a much easier way by TheRaven64 · · Score: 1

    I have actually done 'rm -rf /' once, it fails when some library (I'm guessing libc, I don't remember) is removed. Whichever system you did this on violated the UNIX filesystem semantics. Once a file is opened, it must be available until it is closed. If rm needs a library, then that library will be opened by the loader, which will increment its reference count. Rm will then decrement it, and when rm exits it will be decremented once more, leaving you with an empty disk (it will be removed from the directory during the rm pass, so the disk will appear empty earlier, you just won't be able to overwrite the disk space it uses until after rm exits).

    If you do 'deltree -y .' (the Windows equivalent), then this will fail, since Windows filesystems have different semantics, and don't allow the deletion of open files.

    --
    I am TheRaven on Soylent News
  72. Better check the EULA first guys. by fluffy99 · · Score: 4, Informative

    For those who have not read the IE7 EULA:

    PLEASE NOTE: Microsoft Corporation (or based on where you live, one of its affiliates) licenses this supplement to you. You may use a copy of this supplement with each validly licensed copy of Microsoft Windows XP SP2 and Windows Server 2003 SP1 software (the "software"). You may not use the supplement if you do not have a license for the software. The license terms for the software apply to your use of this supplement.

    So you need to have a licensed copy of WXP or W2K3. Looks a little vaque whether you have to be running under the validly licensed OS, though.

    1. Re:Better check the EULA first guys. by Anonymous Coward · · Score: 0

      And if you violate that, what then? Besides maybe a cease and desist order, it would probably be pretty hard for MS to prove any damages.

    2. Re:Better check the EULA first guys. by crusher-1 · · Score: 1

      Unless your running Novell/SUSE - they signed a non-infringement agree specifically so their users could get sued by one or the other for using either vendors products or technologies in a heterogenous environment.

      Looks like a way to push some people toward SUSE???

    3. Re:Better check the EULA first guys. by Anonymous Coward · · Score: 0

      Funny. An EULA can be violated just to run a browser without paying. A BSD license with a stupid credit rule is right to put an entire project on hold.

    4. Re:Better check the EULA first guys. by julesh · · Score: 1

      There's a moral difference between using a program somebody else has written outside the terms they've licensed it, and redistributing it outside of those terms.

  73. or.... by cafelatte · · Score: 2, Insightful

    You can code your web site in compliant HTML 3.2 and not even have to bother browser checking.

    1. Re:or.... by julesh · · Score: 1

      You can code your web site in compliant HTML 3.2 and not even have to bother browser checking.

      1. There's a lot of things that a lot of people want to do that HTML 3.2 can't. For these, they'll generally use HMTL 4 and/or CSS.
      2. You assume all browsers correctly implement HTML 3.2 and have no display bugs. This is an invalid assumption.

    2. Re:or.... by jonadab · · Score: 1

      HTML is problematic, needlessly complex, and some browsers don't support it properly.

      If you just stick with printable ASCII and serve with Content-type: text/plain, the only compatibility issue you have to worry about then is line endings...

      --
      Cut that out, or I will ship you to Norilsk in a box.
  74. Re:Can I ask an obvious question without being fla by Anonymous Coward · · Score: 0

    Seriously. WHY? Why would I want to do that? What is so compelling about Firefox 2.0something that I'd want to go through any effort at all? I'm using IE 7, it meets my needs. What would that get for me?

    What's the point?

  75. Re:Can I ask an obvious question without being fla by djh101010 · · Score: 1

    I'm not disagreeing that using the method in the article is completely foolish. In fact, I'm mostly disagreeing with the fact that you got modded up for not reading the article.

    Assume much? I _read_ the article. In my other posts, I pointed out that I don't trust an emulated environment to validate anything and quite honestly, if you do, you're foolish. So how about instead of assuming what I haven't or have read, you address the point of how exactly you feel you can trust a combination of 3 or 4 things which are from different teams, to end up giving you exactly what J. Random User gets on his shiny-new Vista box running IE7? If you're _THAT_ confident in Wine, well, I think you're overconfident. Too many variables.
  76. Re:Can I ask an obvious question without being fla by amRadioHed · · Score: 1

    He was just talking about visitors using IE7, not just any version of IE. To me 20% to 30% sounds more than reasonable.

    --
    We hope your rules and wisdom choke you / Now we are one in everlasting peace
  77. Sorry, your system got a worm. by Nanoda · · Score: 2, Insightful

    Sorry, but (seriously!) your Windows install really did get a worm, 'cause you have to unplug your NIC before installing. On Windows XP, the firewall comes up at ~55 minutes in to the install. Unfortunately, the network systems come up 5 minutes before that, leaving a small (but experimentally viable) window for infection.

    I did OS tech support a few years back, and of the hundreds of calls personally had at least one person doing a clean install get hit with Sasser before the OS was even fully on the disk.
  78. ,,,and I still cant get IE7 on Win2000 !!! by MTO_B. · · Score: 2, Interesting

    Wow, that's interesting...
    IE7 is on linux even before it is on Win2000.
    Actually, they say it will never come out for win 2000.

    Now... can I run a windows simulator inside my windows in order to run these programs MS is specifically blocking from win2000? Such as IE7, windows live writer (a blog editing program), windows live messenger, etc.

    1. Re:,,,and I still cant get IE7 on Win2000 !!! by Duds · · Score: 1

      Well you actually upgrade your windows more than once a decade.

      I'd be surprised if IE7 works on kernal 2.0 either.

  79. activex support by t35t0r · · Score: 1

    I've installed ies4linux but activex applications don't work. Will they work with this IE7 hack? We have a cyclades KVM at work that uses an activex app to launch the viewer ..it works but it's really annoying since we're a 99% nix shop.

  80. Re:Can I ask an obvious question without being fla by 99BottlesOfBeerInMyF · · Score: 1

    Then I'd bet you'd find that IE hovers around 80%-85% of all browsers.

    IE 7 has about 55% of the market according to the best numbers I've seen. It was autoloaded on pretty much all IE6 machines except Win2K and corporate machines that blocked it.

  81. wine to replace windows? by Anonymous Coward · · Score: 0

    It is only a matter of time until the wine project replaces microsoft windows. While microsoft can only continue to code incompatability with previous versions to retain it's position in the marketplace, it appears that wine will have full compatiblity with XP and earlier versions of windows within a couple of years. Running applications uner *nix with wine appears to not suffer from viruses and other security problems that plauge windows. With pc sales declining, linux and wine appear to put linux ontop in a few short years.

  82. Re:I have a much easier way by sethawoolley · · Score: 1

    Going through this comment tree, I was waiting for somebody to correct the twenty false comments above you in the stack.

    Thank you for not being an idiot.

  83. IE7 on Linux? by catdevnull · · Score: 0, Troll

    Wow. The ultimate trojan horse!

    --

    I might know what I'm talkin' about, but then again, this is Slashdot...
  84. Re:Can I ask an obvious question without being fla by ms139us · · Score: 1

    I thought this was a dead issue too, but I am required to use Promax at my work.

    If you can believe it, this thing forces the use of ActiveX objects.

    I called to ask how to use it from Solaris or Ubuntu. Their response? "We only support Windows XP. No one uses anything else, anyway."

    Ick.

  85. Let me get this straight by Anonymous Coward · · Score: 0

    Being a crummy reader, I didn't read the entire article. At this point I'd just as soon build my web to a standard and any browser that can't handle it is outta luck.

    That being said, here's a question for that motley crew at Redmond: If your damn browser is so goddamn great, why is there no open, cross-platform version available for schmoes like me? Are your programmers so bad they can't handle more than two OS's?

    Firefox: free, and available on damn near any platform you want.

    Opera: Free. It's probably on my phone.

    IE7: NOT FREE. Oh, sure, you can monkey around and get a windows version on Linux, but, really, what's the point? If you're going to insist I spend triple digits just to use your browser--which may or may not work with standards, which may (or may not) be secure, which may (or probably not) run well with my limited knowledge of Linux, and, from some indications, not even work with web servers already out there, why the hell would I?

    Yes, I realize this is a rant, but I just need to re-enforce the idea that because something is new it doesn't mean it's better, or more capable than what's already out there. And, because it's Microsoft, their ham-fisted way of pushing the "update" just tells me they're hoping to leave IE6's reputation behind them.

  86. Re:Can I ask an obvious question without being fla by x2A · · Score: 1

    Why did you disconnect my services, and what's this court order all about?

    "You still haven't paid your bill, once you do, we will reconnect."

    But I've already told you, I'm just waiting for my bank to support firefox!

    (...and in the real world...)

    --
    The revolution will not be televised... but it will have a page on Wikipedia
  87. Much faster way by AxelBoldt · · Score: 1
    As the author of ies4linux pointed out in the comment section of the linked site, there's a much faster way to get IE7 to work on Linux:

    ./ies4linux -beta-install-ie7

    1. Re:Much faster way by ChameleonDave · · Score: 2, Informative

      As the author of ies4linux pointed out in the comment section of the linked site, there's a much faster way to get IE7 to work on Linux:

      ./ies4linux -beta-install-ie7

      Are you sure?

      I've just entered the following:

      wget http://www.tatanka.com.br/ies4linux/downloads/ies4 linux-latest.tar.gz
      tar zxvf ies4linux-latest.tar.gz
      cd ies4linux-*
      ./ies4linux -beta-install-ie7

      And it failed.

      Update: it seems that you need two hyphens before the "beta". It is also necessary to download the special beta version of ies4linux, which is not linked to from the main ies4linux page.

      wget http://www.tatanka.com.br/ies4linux/downloads/ies4 linux-2.5beta3.tar.gz
      tar zxvf ies4linux-2.5beta3.tar.gz
      cd ies4linux-2.5beta3
      ./ies4linux --beta-install-ie7

      That should work, but I'm getting "An error occured when trying to cabextract some files."

  88. Re:I have a much easier way by newt0311 · · Score: 1

    I should also point out that in very recent version, rm now detects rm [options] / and tells you that it cannot remove the root directory. still some ways to work around that like cd / && rm -Rf * but at least give rm credit for trying to keep idiots safe.

  89. Re:Can I ask an obvious question without being fla by x2A · · Score: 1

    Because damnit I have to feel passionate about something! And without going outside, all I have is the browser I use.

    --
    The revolution will not be televised... but it will have a page on Wikipedia
  90. Bad tools by NineNine · · Score: 1, Interesting

    A web developer running a hacked-in IE7 on Linux is like an auto mechanic using one of those cheap screwdrivers with changeable-heads to fix cars. I'm shopping for web design right now, and I wouldn't hire anybody who told me that this was how they checked IE7 compatiblity.

    1. Re:Bad tools by ChameleonDave · · Score: 2, Interesting

      Oh come on, don't overreact. Wine and ies4linux are perfectly adequate for ordinary testing purposes during web design. One the whole thing is finished it'll probably be a good idea to give it a final check on a Windows machine, but even that is perhaps paranoid.

    2. Re:Bad tools by NineNine · · Score: 1

      I don't think it's overreacting. 1. It's an emulation. Emulations are *never* the same as the real thing. 2. If a web developer can't spring for a $100 PC to test the most popular platform/software browser combination on the planet, then they've got to be an idiot.

    3. Re:Bad tools by demon · · Score: 1

      So then, Windows running in VMware wouldn't be acceptable either? You're taking a slightly extreme viewpoint there - just because it's running on Wine (not an emulator, but a reimplementation of the Win32 API in a mostly-portable fashion), doesn't mean it won't render the same, as I'm pretty sure the rendering core is part of what the IE7 installer puts in place. I'm not saying Wine is perfect, but as long as you're testing the important bits, what does it really matter how you run the software?

      --

      Sam: "That was needlessly cryptic."
      Max: "I'd be peeing my pants if I wore any!"
    4. Re:Bad tools by the_womble · · Score: 1

      Except that IE7 is not being emulated it is the original binary.

      Incidentally you do know what WINE stands....

      A $100 PC multiple boot all the versions of Windows still in use? Preferably with all the possible confiurations of service, and run all the different versions of IE still in use - where can I get that winder machine.

      If you are not going to do that you are still risking that things will not work right with a configuration that you have not tested. The only serious issue I have had on a live site occured with IE 6 on Win 98: believe me, if I had a test machine it would not have been running Win 98.

      Further more if I had been using Win 98, then WINE would have rendered my site more like the versions of Windows that most vistors used than the hypothticl Windows machine would have.

    5. Re:Bad tools by NineNine · · Score: 1

      Except that IE7 is not being emulated it is the original binary.

      And will Gnome or KDE render it correctly to the screen, with all of the correct sizing, too?

      A $100 PC multiple boot all the versions of Windows still in use? Preferably with all the possible confiurations of service, and run all the different versions of IE still in use - where can I get that winder machine.

      You're right. To be sure that you're doing it correctly, you really do need a Win 95 box, a Win 98 box, a Windows 2000, and a Windows XP box. And of course, all of those need all of the browsers on them. But that's if you're a professional, and you want to do actual testing. If you don't care, then sure, you can do it some half-assed way through WINE and hope that it works ok with say, Windows 95 and IE 6. But yeah, I'd expect a professional web developer to have a whole slew of machines with various configurations to make sure that it's right. Otherwise, you're really just pissing in the wind.

    6. Re:Bad tools by the_womble · · Score: 1

      Correct sizing of what? Text - depends on the text size set by the user. Images - depends on monitor size and resolution. Sizes relative to browser windows - depend on all the above and the size of the window.

      Incidentally KDE and Gnome have NOTHING to do how WINE renders anything - apart from giving it the size of the window to render in.

      The web is not meant for precise layout. If you try to use it that way you are going to have to do endless testing, otherwise IE7 under WINE will tell you what you most need to know: that the CSS lays stuff out the way you expected and everything that is on scren is readable.

      The risk that there is some major bug that does not show in WINE is tiny. Minor layout differences are inevitable anyway.

      The endless testing is worth it for large, high traffic websites. It is not worth it for a lot of people, a lot of the time. Even big sites often get stuff wrong. Gmail lays out buttons distinctly awkwardly for me. Try increasing your default font size and see how many sites look funny.

      Given how may sites will not look right with at least some reasonably common configurations, your standard of professionalism is obviously rare.

  91. Re:I have a much easier way by dhasenan · · Score: 1

    Then you need a copy of VMWare to test your websites with both IE7 and IE6. Also IE5.5, probably need another image...either cut your performance down even more by having two VMs open at once, or wait five minutes for each one to load each time you need to test your site.

    Or just use Linux, and you can have reasonable confidence that your site will be functional for every IE you care to try.

  92. Re:The whole reason I run Linux... by dhasenan · · Score: 1

    You can remove Internet Explorer from Windows in less than an hour. See, you could have saved a bit of work.

  93. ie7 on linux ? by Anonymous Coward · · Score: 1, Insightful

    Do we really need that?

  94. Re:1 word from a professional web software develop by the_womble · · Score: 1

    $400 a year of $20 a day? Not exactly cheap.

    It makes sense if you are a full time web designer, but for someone like me, who makes occaisional changes to a handful of sites, it simple does not make sense.

  95. I'd rather not... by QueePWNzor · · Score: 1

    As far as I know, IE is only 1. bugs, 2.viruses, 3. annoying controls, and 4. 1, 2, and 3. Wait, no, I thought of a few more more! 5. see 4, 6. see 5...
    Here ary three browsers I'd rather see on Linux (Safari is Konqueror):
    1.Not IE 2.Not IE 3.Every virus on earth in a TGZ equiped with Wine and a fun-looking browser-like trojan GUI.
    I do website development on Linux, but I'm perfectly happy with building for the Mozilla and KHTML platforms. Hopefully there will be a fatal flaw in IE7 that proves to most users that IE doesn't work. I mean, one that isn't well documented, and has a source code patch on sourceforge. But until we reach that day:
    Just hack IE6 and maybe IE7 for your own pleasure while you're doing rendering or compiling. Testing hacks is no fun.

  96. Re:1 word from a professional web software develop by resin8 · · Score: 2, Interesting

    There are often group purchases on fundable.org, where groups of solo web designers pool their money to purchase a group subscription as if they were a larger company. $40 gets you one year of premium access, and it's not against BrowserCam's TOS, in fact they're aware of the practice and apparently have no problem with it.

    There are a few spots left on this group purchase, and if you miss that one, another one is sure to pop up soon.

  97. Re:1 word from a professional web software develop by binford2k · · Score: 2, Informative

    http://browsershots.org/

    slow, but free. browsercam is $1000/year.

  98. Re:I have a much easier way by rdebath · · Score: 1
    I've never used that commandline (even corrected)

    This is much more effective:

    # cp /dev/zero /dev/hda # Linux (devices depend on Unix variant)

  99. Re:I have a much easier way by Anonymous Coward · · Score: 0

    It left behind /dev and its contents, plus the /proc and /sys directories

    Must be running devfs then. Normally, /dev should be gone too, but with devfs, /dev is a virtual filesystem like /proc and /sys.

  100. Re:1 word from a professional web software develop by the_womble · · Score: 1

    Thanks, that is the most useful tip I have ever got on slashdot.

  101. Re:1 word from a professional web software develop by Renegade+Lisp · · Score: 1

    Deserve it they do. This is the best service I have seen, well..., in quite a while. It will save me countless work. Thanks a lot for sharing this.

  102. Gentoo ebuild??? by pandrijeczko · · Score: 0, Flamebait

    I just wonder if anyone has had the time to create a Gentoo Linux source ebuild of it.

    --
    Gentoo Linux - another day, another USE flag.
    1. Re:Gentoo ebuild??? by Maltheus · · Score: 1

      Yes, but you have to resolve several blocks before portage will let you emerge it. ;)

  103. Re:Can I ask an obvious question without being fla by Curtman · · Score: 1

    Have you ever tried contacting these management types? You'll find that all you get is a condescending form letter about them being unable to support anything but IE, and how Firefox doesn't matter. If that.

  104. Re:I have a much easier way by drsmithy · · Score: 1

    Interestingly enough, with a little planning and having some statically linked binaries around (like busybox) you can actually recover from this live on a linux system.

    I have to question how "live" such a system would _actually_ be.

    Try removing the equivalent under windows and recovering without a reboot.

    I think it's pretty safe to say the "equivalent" would nuke the vast majority of unix machines beyond any hope of quick and easy recovery. You, yourself, indicate it needs "planning" to be able to do.

    Fundamentally, if you have a service that requires 24/7 availability but is impacted by a server failure - be it from hardware failure or sysadmin butterfingers - then you have a broken architecture.

  105. Re:Can I ask an obvious question without being fla by julesh · · Score: 1

    It was autoloaded on pretty much all IE6 machines except Win2K and corporate machines that blocked it.

    And the pirates who haven't hacked WGA (which is a substantial market segment). And those of us who haven't installed WGA on principle (which, I'll grant, is substantially smaller).

  106. Excellent by firpecmox · · Score: 0

    Maybe now theyll start using some of windows security tools in linux. It will be grand.

  107. Just use a VM ... and Windows XP by tim_abell · · Score: 1
    Just use a VM

    This implies having a Windows XP licence, which is a bit more than "Just"
    some prices
    Even if these prices are out of date, you get my drift that this is an extra overhead.

    I don't think you are allowed to run IE without a windows licence anyway, so the whole idea of running IE in linux would only be for convenience.

    Just so you know I have an msdn subscription and therefore legal access to windows, however I would dearly love to ditch this dependency.

    Having to test for IE clients is yet another lock in to windows.
    --
    Respect copyright - the GPL relies on it.
  108. fonts by dheera · · Score: 1

    any clues on how to fix these terrible fonts? (look at the address bar and the menu bar): http://dheera.net/wineie.jpg I've already installed all the MS TrueType fonts. I'd like it to actually use TT fonts for the widgets...

  109. Re:I have a much easier way by ajs318 · · Score: 1

    You can't install Windows (XP and earlier versions) onto a machine that has previously had a Linux system on it. Windows comes with a rather christian version of fdisk that not only can't create non-Windows partitions, it can't even delete them either! Before installing Windows you need to boot up a Linux liveCD, run cfdisk, delete all the old partitions, and create one FAT32 partition spanning the whole drive. (Just zeroing-out the partition table with dd if=/dev/zero of=/dev/sda bs=512 count=1 might work; can't remember as it was so long since I tried this.) You can then repartition as you think fit during Windows installation. But Windows fdisk can't handle any partition with a non-Microsoft ident.

    --
    Je fume. Tu fumes. Nous fûmes!
  110. Re:I have a much easier way by Anonymous Coward · · Score: 0

    Except you shouldn't use cp on devices.

    This will do:

    dd if=/dev/zero of=/dev/hda

  111. Re:Can I ask an obvious question without being fla by KevinColyer · · Score: 1

    I'm COMPELLED to use it as the web based accounts package we have switched too will not run on firefox (yet). Myself and my ofther staff have linux desktops, either native or as X terminals and hence need a solution like this to do our bookkeeping!

    Without Wine or IE4Linux I would be most stuck!

  112. Re:Can I ask an obvious question without being fla by Anonymous Coward · · Score: 0

    I say screw IE7, 6, 5, and all others. Seriously. No two flavors of IE render alike, and quite a few high profile sites (newspapers especially) simply don't render correctly at work (IE6). I find it annoying when graphics cover up the text. I don't have that problem at home with Firefox on Linux.

    Just code to specs and forget about the idiots who can't write a decent browser (I'm talking to YOU, Microsoft programmers). When womeone emails you with "your site is shit" write back with "no, your BROWSER is shit, download one that CSS actually WORKS in that will have a nice side effect of not making you vulnerable to exploits 284 days a year. Get Firefox, Opera, or anybody else's browser."

    Nobody who knows anything at all about computers uses IE. NOBODY. Yeah, grandma uses it but she's pwned, isn't she?

    Code to spec. When everybody does, Microsoft will have to write a browser that actually WORKS.

  113. Re:Can I ask an obvious question without being fla by djh101010 · · Score: 1

    Have you ever tried contacting these management types? You'll find that all you get is a condescending form letter about them being unable to support anything but IE, and how Firefox doesn't matter. If that.

    My direct personal experience differs from your speculation. I called my bank when I got online banking, complaining that I didn't want to have to run IE just to access their site, and that I was considering switching banks as a result of their problems. They got me in touch with the developer, and we spent maybe 30 minutes chatting about stuff, and couple weeks later, they released a new version of the site that didn't break firefox. Not complicated. If you don't ask, you'll never know. Assuming the answer will be "no" or "pound sand" without asking, is unfair to your bank _and_ to the other customers. Once they tell you to go away, sure, follow up by doing so; if they hear it enough they just might get it. Or not. But, there's plenty who do, and I've switched banks over less.
  114. Re:I have a much easier way by Anonymous Coward · · Score: 0

    You can't install Windows (XP and earlier versions) onto a machine that has previously had a Linux system on it.

    Err, yes you can. Try doing it

  115. Re:I have a much easier way by morgan_greywolf · · Score: 1
    * - the system can actually hose itself during a race condition while /bin/rm is running. say a kernel thread attempts to access a dependant (non-opened) file that was erased by /bin/rm, etc. best to do rm -rf / while running in single user mode


    No, I'm not an idiot.

    Yes, this is actually what usually happens. The rm itself can exhibit errors because some process has some file read-locked (or r/w-locked) -- and in many cases libc.so does end up read-locked by some process, but, you're right, rm won't crash until some other part of the system like init or something else that ultimately causes a kernel panic or some other equally hosed condition.

    Single-user mode is about the only place you're going to be able to run an rm -rf / that isn't going to crash though.

    Like I said -- it depends on the particular setup.

  116. Re:Can I ask an obvious question without being fla by MarkAD88 · · Score: 1

    Can I have some of what you're drinking because it is obviously pretty damned strong.

    Bank of America, Wells Fargo, Washington Mutual... that's just a few of the big-name banks and if you think for a minute that a handful of people asking when they're going to support Firefox is going to cause them to change their sites then you're out of your mind.

    I work with all three banks on a daily basis developing direct intergrations in to my company's systems. These companies take 4 - 6 months to add a single new feature to any of their systems.

  117. Re:Can I ask an obvious question without being fla by Curtman · · Score: 1
    My direct personal experience differs from your speculation.


    I didn't say that I didn't try, because I did. And for all I know they do support Firefox now, I haven't checked. At the time they did not.

    There was another case where the Canadian government issued a census that was mandatory for all citizens to complete. It could be filled out online, but only with Internet Explorer. So a whole bunch of us harassed them through various channels. They quickly added support for Firefox.

    I have no problem raising a stink about this myself, but I do not expect my father to be passionate about these things, and I don't expect him to suffer through them, or go without some service because of them. I don't even expect him to understand why it's a problem in the first place. He doesn't really care (I can tell by the blank stare on his face when I rant about them). He has IE available to him when he needs it, and I'll do the yelling and screaming for him.
  118. Re:Can I ask an obvious question without being fla by djh101010 · · Score: 2, Informative

    Can I have some of what you're drinking because it is obviously pretty damned strong.

    Um, Starbucks "whatever flavor is free" in the machine at work.


    Bank of America, Wells Fargo, Washington Mutual... that's just a few of the big-name banks and if you think for a minute that a handful of people asking when they're going to support Firefox is going to cause them to change their sites then you're out of your mind.
    You missed my point. In _my_ experience, a call and some polite questioning got me to the right guy. He was aware of the problem, we discussed a few things, and he fixed his site. Direct personal experience, you see, nothing imaginary about it.


    I work with all three banks on a daily basis developing direct intergrations in to my company's systems. These companies take 4 - 6 months to add a single new feature to any of their systems.

    That may be, I believe, you, I've worked with Wells, Fifth Third, Chase, the other Chase, the other other Chase, and so on. But I'm not saying all banks will change when they're doing something stupid, I'm saying it's worth _trying_, and if they won't, they don't meet your needs so switch. Is one phone call from one guy likely to change a big bank? No, but in the case of the one I deal with, my call was at the right time, to the right person, and the outcome I wanted was released. In their case they were simply checking user-agent strings and blocking based on that. The thinking was "well, old versions of IE don't support the proper encryption." Which is true. So we talked about SSLCipherSuite settings, and the techie explained to the decision makers that doing it by crypto level made more sense than guessing at a system's crypto standard based on a browser's own identification of what it is. So if you get the right person, who knows what you're talking about and can make decisions and changes, go for it. If you can't, and they won't talk to you, (shrug) banking is a commodity product, plenty of others out there.
  119. Re:Can I ask an obvious question without being fla by xarak · · Score: 1

    Jokes aside here guys, but what's the point?

    Because WE CAN! That's what nerds do.

    I don't even think this is a joke...

    --
    Atheism is a non-prophet organisation
  120. Wow, just what I've been waiting for! by Perp+Atuitie · · Score: 1

    I'll be installing IE just as soon as I finish putting that old Ford Pinto engine in my Ferrari.

  121. Re:Can I ask an obvious question without being fla by Prophet+of+Nixon · · Score: 1

    I keep hearing that IE7 autoloaded, but it didn't autoload on any of the four computers I regularly use. Its installer was downloaded and cached, but never run.

    I finally installed it on one of my two work machines a few days ago just to see it (and am using it at the moment)... the favorites menu finally has a scrollbar, but other than that its a downgrade. The toolbar layout can't be modified anymore and I especially hate the tabs... I already run a window manager with controls for quickly switching between windows, why would I want a second window manager inside my application that's invisible to the OS window manager?

  122. (the check is avoided legitimately, by the way) by OrangeTide · · Score: 1

    Doesn't it still violate the Terms of Use set out in the License Agreement?

    --
    “Common sense is not so common.” — Voltaire
  123. Re:Can I ask an obvious question without being fla by pseudorand · · Score: 1

    > ...IE7, which has about 50%...

    yes, but until IE6 has 0%, you still need a windows box to text IE6, so you may as well just use IE7 on windows. No serious web developer can get away with only one platform.

  124. SECURITY by Little+Buffalo · · Score: 1

    May be this has been asked but....will it bring along all the security problems to LINUX also?

  125. Re:Can I ask an obvious question without being fla by Disharmony2012 · · Score: 1

    Use of Flash 9.0 (8.0 is the highest version available for linux). Use sites that exclusively support IE.

  126. Re:Can I ask an obvious question without being fla by LiquidFire_HK · · Score: 1

    Actually Flash Player 7 is the highest version for Linux, though a beta of 9 is available (and there will be no 8)

  127. Re:I have a much easier way by krakrjak · · Score: 1

    I have to question how "live" such a system would _actually_ be.

    How about currently running programs are still running. Only new processes fail and only if they are dynamically linked. That's pretty live. My databases continued to run, media player, mail apps, web browser, chat windows.... Anything already running continues to run in the scenario I described.