Slashdot Mirror


IE7 Will Have Tabbed Browsing

loconet writes that early yesterday morning, "Dean Hachamovitch, IE product unit manager, confirmed that IE7, like Opera and Firefox first did years ago, will have tabbed browsing as one of its new features. Asa Dotzler,from Mozilla, points out that Dean reminds IE users who have not upgraded to XP that tabbed browsing can be added to IE through 3rd-party add-ons." cryptoz adds a link to this InformationWeek story which says that the tabs will be very "'basic' due to fears from Microsoft that tabbed browsing might scare off too many users. The feature is only being included because IE is slipping in the browser share market."

6 of 748 comments (clear)

  1. Office next? by Malfourmed · · Score: 5, Interesting
    "Initially, we had some concerns around complexity and consistency - will it confuse users more than it benefits them? Is it confusing if IE has tabs, but other core parts of the Windows experience, like Windows Media Player or the shell, don't have?"

    How soon until MS Office gets tabs? I for one often have up to a dozen Word and Excel documents open and having them all in the task bar is a pain in the UI.
    1. Re:Office next? by thegameiam · · Score: 4, Interesting

      My complaint is the different behavior of all of the office apps:

      In Word, clicking the outermost "close" button closes the document you're working on, but leaves other documents unaffected. In Excel, doing the same action closes all documents. Some of the apps treat indiviual documements completely independantly, and some of them treat them as cascaded windows inside the same instance of the application.

      I would LOVE to see a robust tabbed implementation in Office, especially if (like Firefox) you could run multiple instances of a tabbed application.

      -David Barak

      --
      Need Geek Rock? Try The Franchise!
  2. My non-technical Father LOVES Tabs! by PenguinBoyDave · · Score: 5, Interesting

    My father can hardly install his own software and calls me all the time with *simple* questions. When I moved him to Firefox and showed him the tabs, he thought that was the best thing about the browser. Once again Microsoft demonstrates that they are very out of touch with the average computer user.

    --
    I'm not a troll, but I play one on Slashdot.
  3. Lucky you! by trezor · · Score: 4, Interesting

    If I ever tried to remove MSN Messenger, delete the files and everything, like dark fucking magic everything would reappear and launch if I ever visited a MSN-site with MSIE.

    I had to insert dummy-executables in the MSN Messenger directory to get rid of it. However, editing the registry to tell Windows that MSN Messenger wasn't there would also magically cause a reinstall just out of nowhere.

    So I let Windows believe the dummy executables were MSN Messenger which were still techincally "installed". That and only that did it for me.

    Seems like you got off easy, you lucky bastard!

    The way windows constantly tries to battle the user, if he actually dares to defy the devine intensions of Redmond... *shudder* It's really all you need to know about the OS and the vendor.

    --
    Not Buzzword 2.0 compliant. Please speak english.
    1. Re:Lucky you! by FlynnMP3 · · Score: 4, Interesting
      To completely excise MSN from a windows computers, type in this command from the run prompt:
      rundll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove
      I've done it, and it works spendidly. Voila! No more trace of MSN and it doesn't try and re-install itself.

      -FlynnMP3
      PS. I got this little tip from some reader on this site.
  4. Re:Allow users to uninstall and reinstall as neede by Perl-Pusher · · Score: 5, Interesting
    The reason its 'part of the OS' is that the back-end http protocol handlers are reused by every application (well, those that don't want to reinvent the wheel) to connect to the internet. 'Remove' IE (and I guess you don't mean remove 'just the GUI') would cripple a great many programs out there.

    Why then can Solaris,Linux,BeOS, QNX access the internet without a integrated browser installed? Why could you uninstall IE 3 without serious harm?

    You mean, you tried to remove some spyware app, but because you couldn't it's therefore IE's fault.

    Well since ActiveX component technology is what allows these programs to become part of IE, I say hell yeah it's IE's fault, to an extent. A burglar is not the homeowners fault per say. But if you place a note on the door saying "no one is at home the key is under the mat", your doing everything short of asking known robbers to steal from you. The back-end http protocol handlers are reused by every application (well, those that don't want to reinvent the wheel)

    A shared library is not a program! A DLL that cannot be changed or written over by any program would not allow a virus or malware and still provide your code reuse.