Slashdot Mirror


File Extensions And Monopolies

A_Non_Moose sent us an article from Salon that talks about how file extensions are one of the tools used by Microsoft to extend their mind and market share. It's a very simple idea but its honestly something I'd never thought about. Definitely worth a read, and a few neurons to realize how its really the simplest of things that will guarantee that this monopoly isn't stopped even if Microsoft's deep pockets didn't let them buy the law.

881 comments

  1. Salon is now a pay site... by SexPig · · Score: 1

    Can't read full article :(

    Anyone want to post content here?

    --
    "...and generally behaved in a manner one can only describe as despicable." - February 27 2001, Michael Sims
    1. Re:Salon is now a pay site... by neema · · Score: 2

      Salon is not a pay site. Try it again. Works fine.

    2. Re:Salon is now a pay site... by SexPig · · Score: 1

      Spoke before I looked; me bad. They are moving to a pay service, though...I tried to view the article on the Taliban/Jihad from front page earlier and only the overview was allowed.

      --
      "...and generally behaved in a manner one can only describe as despicable." - February 27 2001, Michael Sims
    3. Re:Salon is now a pay site... by Masem · · Score: 2
      As you've got below, you can see this, but all of Salon's News and Politics coverages, as well as additional select articles, are only available as part of their pay membership. I read a while that they determined that despite all the ad-playing around that they did that they could yet turn a profit, and particularly in light of the Sept 11 events, they knew that people would be willing to pay for news and politics coverage at a time like this (since this is one of their specialities).

      It's not like that news isn't covereage elsewhere, but many people (not myself, however) do value Salon's coverage over, say, CNN's.

      --
      "Pinky, you've left the lens cap of your mind on again." - P&TB
      "I can see my house from here!" - ST:
    4. Re:Salon is now a pay site... by Alien54 · · Score: 4, Informative
      --
      "It is a greater offense to steal men's labor, than their clothes"
    5. Re:Salon is now a pay site... by caduguid · · Score: 1

      Try this link
      http://www.salon.com/tech/col/rose/2001/10/08/file _monopoly/print.html [salon.com]
      should do the trick

      And if that doesn't do it, try:
      https://premium.salon.com/sub/do_register.jsp

      (Worked for me...then again, I like Salon.)

    6. Re:Salon is now a pay site... by biglig2 · · Score: 2

      Synopsis:
      MS abuse their monopoly because they make changing File Associations difficult. (Contrary to Napoleon's example, the author attributes this to malice, rather than incompetence). Example: No point the DoJ forcing MS to bundel realplayer if joe public has Media Player load automatically when he double-clicks a content file

      --
      ~~~~~ BigLig2? You mean there's another one of me?
  2. *NIX needs .vbs by Desus · · Score: 1

    If not just for the virus running abilities alone!
    "Someone think of the children!!"

    just kidding guys!

    1. Re:*NIX needs .vbs by keesh · · Score: 2

      Nah, that's what .pl is for. None of this huge vbs nonsense, *NIX vir(whatever) can be about sixty bytes big and actually *look* like an ASCII art picture of Anna Kournikova.

      Hey, that's a thought... With all those perl loveletters around, how hard would it be to make one of them destructive? :)

    2. Re:*NIX needs .vbs by Petrol · · Score: 0, Offtopic

      ummm... OT i know, but does this mean you could code a perl necklace into your Anna Kounikova pic? ::grin::

      --
      ...and that's the end of our show. Donk!
    3. Re:*NIX needs .vbs by Old+Wolf · · Score: 2

      Prolog can't do everything that VBS can, what are you talking about?

      I don't see anybody complaining that running their Prolog files in Linux invokes Perl .. they just go and fix it.

    4. Re:*NIX needs .vbs by Tassach · · Score: 3, Insightful
      Yeah, perl is portable. But, it's not going to be a very good virus vector for Linux.


      Why, you ask? Because the Outlook viruses rely on it's behavior of launching, without any additional confirmation, any executable attachment. This is compounded by the problem that Office documents can be "executable" in that they contain hostile macros and viruses. Since Outlook comes with the whole Office suite, a virus writer knows that there will be a standard address book in a known location, among other things.


      Linux, on the other hand, doesn't have a single standard for email or office productivity. An email virus targeted for a Netscape vulnerability wouldn't affect people who use kmail or StarOffice as their mail reader. There's no universal address book to exploit, and there isn't the tight integration between the mail program and other applications.

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    5. Re:*NIX needs .vbs by crucini · · Score: 2

      Well, that's certainly the conventional wisdom. However I expect some enterprising virus writer to prove it wrong. For example, mail a .jpeg that contains a buffer overflow exploit for a popular image-viewing program. The virus would, among other things, look in likely places for mail messages: ~/mail, ~/Mail, /var/spool/mail/$user, harvest some addresses and mail itself out.

      The email could say, "Where I work, they just installed a 5000-node beowulf cluster. Check out this picture."

    6. Re:*NIX needs .vbs by jimbolaya · · Score: 1
      Linux, on the other hand, doesn't have a single standard for email or office productivity.

      An interesting point, and one that brings attention to yet another consequence of the Microsoft monopoly: As Microsoft forces their applications to become the de facto standard, it gives virus/worm writers and script kiddies a single application they need to attack. As we have seen, this amplifies the effect these malicious code bits can have.

      I posted yesterday a suggestion the Microsoft implement security levels for their macros and scripts; Instead of saying, "Do you want to run this macro?", ask, "Do you want to give this macro access to your address book?" With the attention that Outlook viruses have gotten, that should be enough to raise the suspicion of even casual users.

      P.S. I'm waiting on the O'reilly book, Writing Viruses with Visual Basic Script.

      --

      There ain't no rules here; we're trying to accomplish something.

    7. Re:*NIX needs .vbs by fredrik70 · · Score: 1

      well, this got to be sorted out. I suggest both the KDE and Gnome ppl now straight away incorporate this functionality in their respective email client!!
      We can't let MS get away with the funkiest viruses!!!

      --
      if (!signature) { throw std::runtime_error("No sig!"); }
    8. Re:*NIX needs .vbs by Tassach · · Score: 2
      For example, mail a .jpeg that contains a buffer overflow exploit for a popular image-viewing program

      That's still really not a big threat . Let's assume that there was only one .jpeg viewer for unix, and it was pretty much guaranteed to be on every unix system. A buffer overflow could only target one specific systems architecture -- a x86 buffer overflow wouldn't work on a Sparc. In order to be portable across platforms, a virus/worm/trojan would have to be written in an interpreted scripting language, or in a compiled portable P-Code format (eg Java), and even then it would probably have to target a specific intrepreter / virtual machine version (if it was exploiting a specific bug)



      The basic problem with Outlook isn't that it has buffer overflows, or even that it has a built-in scripting language. The problem is that it runs untrusted code with no (or minimal) user intervention. If an email contains anything other than plain text, it needs to be treated as potentially hostile and handled accordingly. Hell, I want my emailer to warn me if an html email has img tags that reference an external server (anyone know how to make star office do that?)

      --
      Why is it that the proponents of "one nation under God" are so eager to get rid of "liberty and justice for all"?
    9. Re:*NIX needs .vbs by crucini · · Score: 2
      A buffer overflow could only target one specific systems architecture -- a x86 buffer overflow wouldn't work on a Sparc.

      In practice, such a virus would target x86. Do you really think the proportion of desktop Linux/Sparc is high enough to have a damping effect on the spread of such a virus? Even if 75% of Linux boxes were Sparc, the virus could still propogate by mailing 5 or more copies. But the percentage of Linux boxes which are Sparc-based must be tiny.

      The point is, real virus security means that every program which reads untrusted data must be free of buffer overflows. Look how long it's taken to flush out most of the exploits in the suid root programs. You know that the "non-security-critical" programs like image viewers are just as likely to have buffer overflows. Of course I'm posting this too late for you to see it.

      Anyhow, you're right that Outlook has horrible flaws, but it offers attractive low-hanging fruit so the virus writers haven't needed to learn about buffer overflows.
  3. Windows 3.1 by ThymePuns · · Score: 2, Informative

    In Windows 3.1 and presumeably 3.11(Workgroups), it was very easy to change the extentions. You could right click on ANY file and I think there was an option for "Open With..." and you could set it to always do that.

    Then with Windows 95, you started to have to struggle.

    --

    1. Re:Windows 3.1 by gorillasoft · · Score: 4, Informative

      That is still available, if you hold down Shift as you right-click.

    2. Re:Windows 3.1 by Anonymous Coward · · Score: 0

      If you hold shift while right-clicking on a file, the "Open with" option appears. There's also a way to edit the registry so it always appears, but that's much harder.

    3. Re:Windows 3.1 by StormRider01 · · Score: 1

      By default it's available in Win2K menu when you right click on a file, with a "make this the default" option...

    4. Re:Windows 3.1 by Anonymous Coward · · Score: 0

      Um, you couldn't right-click on anything in Windows 3.x and have a context menu appear. In that regards, the PC was still like the MAC.

    5. Re:Windows 3.1 by someguy · · Score: 1

      You can force a file association in 95+ by shift+right clicking on a file and choosing 'open with'. The bitchy part comes when you want to change what program opens what extensions in IE - that is a tough one to pull.

      --
      A planet where apes evolved from men? Long live the apes.
    6. Re:Windows 3.1 by jeffy124 · · Score: 1

      doesnt work on win98. holding shift as your right click pulls up the same menu as if you clicked outside an icon's area.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    7. Re:Windows 3.1 by jeffy124 · · Score: 1

      ok, so call me a dumbass.

      I figured out the trick - you have to single click the icon first (left click), then hold shift and right click. In that list will be (unbolded) 'Open with...'

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    8. Re:Windows 3.1 by micje · · Score: 1

      Doesn't work in win2k though...

      --

      The nice thing about standards is that there are so many to choose from. - ast

    9. Re:Windows 3.1 by webword · · Score: 2

      It is there. Right click, Open With...

    10. Re:Windows 3.1 by Anonymous Coward · · Score: 0

      But the simple right click method is resurrected with XP!

    11. Re:Windows 3.1 by Hnice · · Score: 3

      true, but the article only asserts that MS has gone out of its way to make things more difficult, which they clearly have. it was a simple task, clearly available in winfile in win 3.1, and now it's hidden -- shift right click, try telling my mom to remember that one -- and that's either because MS wanted it that way, or because people wanted the task to be harder. since the 2d seems unlikely, i think we can chalk it up to the first.

      don't underestimate the effect of simple adjustments in usability -- it's sort of the heart of the accusations of bundling -- sure, you can use netscape, or aol, but the icon for msn is right there on the desktop. these things have a subtle effect, and besides, how many oem installations of windows even come with the documentation you reference?

      --

      god is just pretend.

    12. Re:Windows 3.1 by Knacklappen · · Score: 1

      >The bitchy part comes when you want to change what program opens what extensions in IE Well, that's even bitchy in NetScape 4.x - includes registry hack... Our helpdesk guys had this problem where QuickTime stole .TIF and they couldn't get this changed even by uninstalling QT. Helplessdesk, as always...

      --


      Excellence: Moderate (mostly affected by comments on your karma)
    13. Re:Windows 3.1 by ncc74656 · · Score: 2
      That is still available, if you hold down Shift as you right-click.
      ...and in Win2K, it's available with just a right-click for most files. It'll also remember what programs you've used to open a particular type of file, so (for instance) right-clicking an AVI might give you the option to open it with Windows Media Player or VirtualDub...or if you have a new program that groks AVIs, you can navigate to it once and it'll be remembered for future use. It's slicker than greased dogsh*t. :-)
      --
      20 January 2017: the End of an Error.
    14. Re:Windows 3.1 by Zaknafein500 · · Score: 2

      It works, but just not very intuitively. You have to highlight the icon first, then Shift-Right click. I've seen this a lot before, but cannot accurately recreate under what situations you have to highlight the icon first then Shift/Right click. Using 2k SP2 it works fine without highlighting, but I've seen it not work on several occasions on various different versions of the Windows GUI.

      --

      "The guide is definitive, reality is frequently inaccurate."
    15. Re:Windows 3.1 by Anonymous Coward · · Score: 0

      "It" doesn't work with win2k because you don't have to press shift first. It's already built into the right click menu.

      If you're using win2k, and you don't know this already.. then you are a fucking retard.

    16. Re:Windows 3.1 by jweatherley · · Score: 0

      The Mac (note not all CAPS) does have contextual menus. Just control-click or *Gasp* right-click if you've splashed out on a multi button mouse.

      --

      --
      Reverse outsourcing: it's the future
    17. Re:Windows 3.1 by PONA-Boy · · Score: 1

      *ahem*

      I know I'm getting in a late on this discussion here but, on its own, Windows 3.x had NO facility to use the right-mouse-button for anything. WFWG was similarly crippled. With special mouse drivers you could simulate things like double-clicks but only with special third-party extensions could you do anything OS-wise with the right-mouse-button.

      As for easily de-registering file types in Win9x or NT or W2K...I suppose I've become a bit jaded with Microsoft products. Technology professionals such as myself, such as the wide world of /.'ers, are very technically competent. I don't even *THINK* about how convoluted a procedure is to change file associations...I just know how to do it.

      It has become rather ubiquitous in my mind, I suppose, that when I get trapped by the latest Media Player that I have to go into the File Types dialogue and re-set those associations back to WinAmp. I've forgotten that not everyone who uses a computer is so familiar with its limitations and workarounds.

      My great question is - why do computers have to be so *EASY* to use? Why is it that we have the mentality that computers must be as simple to operate as toasters? I mean, look at UN*X. While there are no really great mysteries to using a UN*X terminal, it's not what most people would call a "user-friendly" environment...it was never really INTENDED to be a "user-friendly" environment. By our commodotization of computers, we make Microsoft ever-stronger.

      In my own personal opinion computers are NOT commodity items; they never will be.

      -PONA-

      --
      +that's funny...I don't FEEL tardy.+
    18. Re:Windows 3.1 by pod · · Score: 1

      On 2000 anyways, there is a registry hack you can do that will add Open With... to all right clicks. This Open With is really nifty, because it keeps track of all the application you've selected in the past in a submenu. So if you Open With a .txt with nt emacs, then with notepad, then word, they're all now choices in the Open With menu. Now, whenever I build a new machine I can never find how to do this, just stumble on it eventually, but all my machines have this, very useful.

      --
      "Hot lesbian witches! It's fucking genius!"
  4. CLI by bigtoy · · Score: 1

    We don't need no stinkin' file extensions!

    --
    "A sample size of one is really just statistical masturbation."
    1. Re:CLI by Junks+Jerzey · · Score: 4, Funny

      We don't need no stinkin' file extensions!

      Really? You don't put ".c" at the end of C source files? Hmmm. I used those kind of extensions under UNIX ten years ago.

    2. Re:CLI by Teratogen · · Score: 1

      I collect file extensions and mime types. Currently, my database consists of almost 500,000 entries. It's the largest in the world, to my knowledge. I don't know if this database could be useful. It's kind of a hobby of mine

      --
      --- even the safest course is fraught with peril
    3. Re:CLI by Anonymous Coward · · Score: 0

      It would indeed be useful, especially if you have file extension matched with a description (program, etc). You should put it online, if you haven't already.

    4. Re:CLI by Anonymous Coward · · Score: 0

      I agree with the other AC. Having this info online would be great. (I've seen old fileservers with DOS datafiles that nobody could identify.)

    5. Re:CLI by QuoteMstr · · Score: 1

      Actually, we don't. We should use them, but they shouldn't be required for normal operation. This is how it works under unix. Under Windows, quite a few programs _require_ a specific extension. An extension should be treater as nothing more than a part of the name.

      Operating systems should use mime types and/or magic bytes in the file to determine its type. Also, file association should be a bit more like Gnome's (but easier and more intuitive).

    6. Re:CLI by Anonymous Coward · · Score: 0

      the problem with magic bytes is that it requires opening the file, reading, and closing the file, which is a lot more expensive than getting the metadata, (such as the name/extension, mimetype (in beos), or filetype/creator type (hfs/macintosh). BeOS is (er, was) probably closest to the ideal. Files have a mimetype (Stored in a fast accessible metadata storage area), and each file can have a preferred application. The OS handled detecting unknown mime types based on extension and magic bytes. It only needs to do the sniffing once per file, since the mime type is stored once it's known.

      I understand some fs are availalbe for linux that have better metadata capabilities than extfs. Maybe some day linux will have good file type support.

    7. Re:CLI by aka-ed · · Score: 1

      It would indeed be useful, especially if you have file extension matched with a description (program, etc).

      OTOH, if he just collects the extensions themselves without any discriminating information, the man is an obsessive loon, and the database is as valuable as the output of a random character generator.

      --
      I survived the Dick Cheney Presidency 7 to 9 AM 7-21-07
    8. Re:CLI by Anonymous Coward · · Score: 0

      This is Slashdot. It's easily possible that he's an obsessive loon.

    9. Re:CLI by Anonymous Coward · · Score: 0
      Give the people at http://whatis.techtarget.com/fileFormatG/0,289943, sid9,00.html a shock. Mail them.

      Offtopic: this
      Slashdot requires you to wait 20 seconds between hitting 'reply' and submitting a comment.

      It's been 14 seconds since you hit 'reply'!

      If you this error seems to be incorrect, please provide the following in your report to Source Forge:

      Browser type
      User ID/Nickname or AC
      What steps caused this error
      Whether or not you know your ISP to be using a proxy or some sort of service that gives you an IP that others are using simultaneously.
      How many posts to this form you successfully submitted during the day
      * Please choose 'formkeys' for the category!
      Thank you.
      is some of the stupidest, shittiest, laziest, idiotic coding I have ever seen. I smell Taco!
    10. Re:CLI by Teratogen · · Score: 1

      I record the file extension, a short description, a general "type" (text,binary,image,video,etc) if known, the mime type(s) (if any), one or more urls that point to more information about the file extension or mime type. I'm going to go back at a
      later time and flesh out the descriptions in anticipation of a possible web-based search engine.

      --
      --- even the safest course is fraught with peril
    11. Re:CLI by number11 · · Score: 1

      Such a list already exists: http://filext.com/index.htm

      Don't know how this site compares to the "100,000" extensions mentioned. But with 40 legal characters (we're talking M$, so upper and lower case are equivalent), there are only 64,000 possible 3-character file extensions.

    12. Re:CLI by ncc74656 · · Score: 2
      Operating systems should use mime types and/or magic bytes in the file to determine its type.
      If you see a file named "Foo," how do you know if it's a chunk of HTML, some sound, or whatever? Some sort of metadata ought to identify the type of content. With what you propose, you (or the OS) would have to open the file to determine what type of content is inside. Multiply that by however many files are in a given directory (1904 files in my c:\winnt\system32, for instance) and it would take a while. Without this information stored with the file (either as an extension or as some other form of metadata), any file browser would need to dig into the file to present the user with information about what the file contains...not good.

      If you don't want this information in the filename, you could design the filesystem to hold identifying information in some other way. Apple, for instance, has always stored filetype information along with the other metadata. ProDOS filesystems (used by Apple IIs) allocate 8 bits for a filetype and 16 bits for an auxiliary type for each file, while HFS filesystems (used mainly by the Mac, though the IIGS can use them as well) use 32 bits each for filetype and creator fields. I can have a file on my GS named CS301.PAPER and know that it's an AppleWorks word-processor document because that info is stored along with the other metadata. Without the filetype, what clue would the Finder have that CS301.PAPER is an AppleWorks file and not plain-text, ProTERM settings, a GIF, an application (whether 8-bit or 16-bit), or whatever?

      --
      20 January 2017: the End of an Error.
    13. Re:CLI by aka-ed · · Score: 1

      That would indeed be useful, there are some databases presently available (like this one), but none I know of are as broad/deep as you've described.

      --
      I survived the Dick Cheney Presidency 7 to 9 AM 7-21-07
    14. Re:CLI by Teratogen · · Score: 1

      I collect file extensions with 1, 2, 3, 4, or more characters in them. I also collect mime types and magic numbers and just plain "formats". I have almost 500,000 entries so far, not just 100,000. Many file extensions have more than one definition, and that's where I think my list will eventually come in handy.

      --
      --- even the safest course is fraught with peril
    15. Re:CLI by jcast · · Score: 1

      Do you just collect the extensions, or do you collect some way of telling which extension a file should have (ala the file command in Un*x)? If you do the latter, your collection may be of some assistance to ESR.

      --
      There are reasons why democracy does not work nearly as well as capitalism.
      -- David D. Friedman
    16. Re:CLI by Teratogen · · Score: 1

      I was thinking of developing a universal file command that would take into account both the file extension and "magic". That's why I collect "magic number" information whenever I can.

      --
      --- even the safest course is fraught with peril
    17. Re:CLI by kusma · · Score: 1

      The problem with magic numbers for filetypes is that they only really work "right" with a central agency that gives out magic numbers.

      Do you remember the IFF (Interchange File Format) on the Amiga? It was a wonderful standard.
      A typical file was looking
      FORM____ILBM____

      FORM being the standard start for IFF, ILBM saying it's an "InterLevedBitMap" file (standard Amiga compressed graphics format, used for example by Deluxe Paint). The filename had nothing to do with the format, and every program could write info to it's document's metainfo saying with which program the file was supposed to be opened. (And that was easily editable in the file's info, file for file, if you wished to do so).

    18. Re:CLI by jcast · · Score: 1

      Do you want this tool to be proprietary, or free, or both? If you don't mind having a free/open source version, have you contacted ESR? I am sure he would find your collection useful.

      --
      There are reasons why democracy does not work nearly as well as capitalism.
      -- David D. Friedman
  5. Give me a break. by Wind_Walker · · Score: 2, Troll
    Come on, this is so obviously satire it's pathetic. We have a non-techie complaining about something that's so simple as changing the "Open With..." dialogue? The fact that Windows keeps track of the associated program that launches associated file extensions is just plain stupid.

    Short of a complete re-write of the entire FAT-32 filesystem there is no solution to this, aside from teaching new users that "Hold down shift, right click, then hit Open With..." will solve this problem.

    Honestly, this seems like some Salon.com columnist had nothing else to do and decided to bitch about Microsoft for a while cause, hey, it'll get on Slashdot!

    1. Re:Give me a break. by Jebus_the_spork · · Score: 0, Funny

      telling people to "hold down shift" is more complicated than it seems.

      althought I agree with you. the majority of computer users are far too inadept to comprehend holding down shift.

      what we need to teach to people is commen sense, and basic computer skills. no, you do not put your damn cretid card in the floppy drive.

      --
      I didn't think it was physically possible, but this both sucks and blows - Bart Simpson
    2. Re:Give me a break. by sporty · · Score: 2, Informative

      You are granting the user a little more responsibility which they might not handle. Agreed, if they did a little more research, yes, they can find it. But the point is that if you have mp3's and MS is already associated with them, who is to say that someone will sit and figure out how to get realplayer to work with them. Worse yet, whos to say that because they used the MS one first (by default), they aren't getting an unfair advantage by getting first choice of what is seen as an mp3 player to use. Being first seen is usually an advantage.

      --

      -
      ping -f 255.255.255.255 # if only

    3. Re:Give me a break. by Anonymous Coward · · Score: 0

      Short of a complete re-write of the entire FAT-32 filesystem there is no solution to this, aside from teaching new users that "Hold down shift, right click, then hit Open With..." will solve this problem.

      Uhh.. it's explorer (the shell) that associates file extensions with programs. Not the file system. But you probably knew that.

    4. Re:Give me a break. by Mr.+Foogle · · Score: 1

      His point was that for non-techie people (most MS Windows users) don't want to /can't handle changing file extenstions.

      The example he used was Joe Average, who want to use Real Player, but doesn't know how to change the association of .mp3, .wav, etc.

      Simple stuff ain't that simple for the average user.

      --
      Display some adaptability.
    5. Re:Give me a break. by jmauro · · Score: 1

      Short of a complete re-write of the entire FAT-32 filesystem


      You mean like NTFS? Microsoft knows Fat-32 sucks, it's too open and too limited. They're trying to push NTFS onto everyone.

    6. Re:Give me a break. by Anonymous Coward · · Score: 0

      I agree this is the poorest excuse of a filler article I've ever read. I'm not a Microsoft proponent by any means, but anyone with basic motor skills should be able to figure out how to change your file type associations in Windows.

    7. Re:Give me a break. by Decimal · · Score: 1, Troll

      Short of a complete re-write of the entire FAT-32 filesystem there is no solution to this, aside from teaching new users that "Hold down shift, right click, then hit Open With..." will solve this problem.

      Nonsense. The author gave a simpler way to change file types right in the paper: put a link to it under "control panel". Didn't you read the article? And it can get even simpler than what you suggest: How about a change where "Open With" does not require that the shift button be held? And turning Open With into a drop-down menu with primary, secondary (etc) and "other" options? Or even letting the user have an option to prevent software from setting itself to the primary open type?

      It can very easily be made far more user-friendly. The courts should order changes like this.

      --

      Remember "Bring 'em on"? *sigh
    8. Re:Give me a break. by Anonymous Coward · · Score: 0

      What about .doc? Can I open that with pico, and be able to read it? .doc is not a ISO standard, its a forign file extention, just like .sdw. Somthing some company made, not a standard. Thats what IM complaining about. People don't use standards anymore

    9. Re:Give me a break. by Dead+Fart+Warrior · · Score: 0

      The courts should order changes like this.

      Wow, now that's a brilliant idea! People that do nothing but work with law changing a computer software interface!

      I really hope you are being sarcastic, otherwise you are too dumb to be reading /.

      --
      Quality straight pr0n goes here
    10. Re:Give me a break. by dragons_flight · · Score: 2

      The example he used was Joe Average, who want to use Real Player, but doesn't know how to change the association of .mp3, .wav, etc.

      Perhaps, I'm just being cynical, but most of the time I encounter people who are interested in alternative software packages, they already know about file extensions.

      The average user isn't horribly interested in Real Player so long as Windows Media opens the files. Joe Average seems to be too scared/ignorant/incompetent to want to even try finding and using alternative software, even when he's told of how much better it might be. The only time your average guy installs new software is when he wants to do something he doesn't know how to do right now, and sad as it is, Joe Average rarely thinks of things he wants to do that the Microsoft monopoly hasn't already provided for him.

    11. Re:Give me a break. by arkanes · · Score: 1

      Win2k currently has something like this - by right-clicking, you can get a drop down menu with all the programs you've used to open a certain file extension - so I can right-click on a jpg, and choose either paint shop pro, microsoft image viewe, IE, netscape, etc.

    12. Re:Give me a break. by Theodrake · · Score: 1
      I believe I know what I'm doing with computers. I still wind up associating .txt files with WordPad or Notepad, even though I prefer gvim. Today I learned about the shift-right click option, but this is not something I could ever teach my mother or would want to. She would sooner or later wind up associating all her mp3 files with MSWord and call me asking why she can't play all those songs I gave her.

      But this isn't that big of a deal. Most software when installed will take over a bunch of file extensions for you. So once you install RealPlayer or Winamp they always ask if they should make themselves the default player.

    13. Re:Give me a break. by terrymah · · Score: 1

      Umm, no. With your mp3 example, when you install any major mp3 capable application it will prompt to you switch over to their program as the default. The same is true for all major file types. Archive files (.zip) come to mind as a good example.

      The author of the original article has no point what so ever. It is either badly written satire, or an honest attempt at Microsoft bashing written by an extremely uneducated person.

      Oh, and I'd like to point out by the way that Nautalius does the same thing on my gnome box. I don't see anyone bitching about that.

    14. Re:Give me a break. by someguy · · Score: 1

      The real problem lies in that, by default, a windows installation is set to hide extensions for known file types. The only indication that a file is one type or another is from the icon. If they changed that people might start to understand one or two things about what's going on.

      --
      A planet where apes evolved from men? Long live the apes.
    15. Re:Give me a break. by superdude72 · · Score: 1

      We have a non-techie complaining about something that's so simple as changing the "Open With..." dialogue?

      The "open with" dialogue disappears once an extension has been associated with an application. Some extensions--.htm, .mp3, cd audio (.cda?) are associated with Microsoft programs by default. You have to go to "Folder Options" to change the association, not the most intuitive place for that sort of thing.

      For a long time, a war has been raging among the developers of multimedia applications. It has escalated to the point where you have to click a checkbox if you want the application to retain its file associations even when another application tries to override them without telling you. It's stupid that such a thing is necessary, but it is.

    16. Re:Give me a break. by jeffehobbs · · Score: 2, Insightful


      Of course a non-techie is having trouble, because the option unearthed by shift-right-click is not, in any way shape or form, visible to the user of the GUI. It's not necessarily his fault whatsoever that he's not aware of this -- it only denotes a lack of random experimentation.


      This is the inherent problem with all "right-click" contextual menus -- a right-click should not be considered the primary way to get at a function, as before the user right clicks, there's no way for the user to know the functionality is even there.



      What it really is is bad GUI design, and seeing as it's a GUI by designed by MS engineers, it's had to say if the flaw is intentional or not.


      ~jeff

    17. Re:Give me a break. by jiheison · · Score: 1

      How about a change where "Open With" does not require that the shift button be held? And turning Open With into a drop-down menu with primary, secondary (etc) and "other" options?

      Of course, you could just run RegEdit and set up all of this yourself in a few minutes. But heaven forbid someone should learn how to use their computer instead of whining about how it can't read their minds.

    18. Re:Give me a break. by jiheison · · Score: 1

      Highlight first, then Shift-Right-Click. This works regardless of the current file associations.

    19. Re:Give me a break. by jiheison · · Score: 5, Insightful

      a right-click should not be considered the primary way to get at a function

      And why not? It is right there next to the Left mouse button. Why is it a less valid as a primary way to get at a function? It is only bad GUI design if you can't wrap your brain around more than one button. I suggest you unplug your keyboard and stay away from any mouse with a wheel on it.

    20. Re:Give me a break. by kiwimate · · Score: 1

      The "open with" dialogue disappears once an extension has been associated with an application.

      Yes it does. That's why the original poster said to use Shift-Right-Click, which gets around that little issue. How about that -- read the text, get the details! Imagine...

    21. Re:Give me a break. by jrsimmons · · Score: 1

      I think most technical people misunderstand the average computer user. File extensions are totally alien to Joe Average, and even if they were surrounded in blinking lights on the desktop he wouldn't bother with them. Software has the ability to set itself as the default for any given extension, and accessing registered file types in win2000 takes 3 clicks from the desktop (given you have a shortcut to win explorer), which seems fair to me. If someone tried to build an OS which gave quick access to every possible config change anyone could want, it would be a disastor.

      The real issue being discussed here is software bundling and whether microsoft has an unfair advantage by loading/forcing others to load their software on systems with a windows OS. Which they do, but hey, that's just my opinion...

      --
      If you would like to be a leader with a large following...drive slowly down a windy two-lane road
    22. Re:Give me a break. by Anonymous Coward · · Score: 0

      The option is available through the File menu.

      Microsoft's own guidelines require that all "right-click" options must be avilable through the standard menus for accessibility purposes. If you find a case where this isn't true, file a bug with the vendor.

    23. Re:Give me a break. by Decimal · · Score: 1

      Of course, you could just run RegEdit and set up all of this yourself in a few minutes. But heaven forbid someone should learn how to use their computer instead of whining about how it can't read their minds.

      But remember, the article was about making program elements easier for the average user.

      --

      Remember "Bring 'em on"? *sigh
    24. Re:Give me a break. by drzhivago · · Score: 1

      The author talks about common people who have no idea that right click actually does something under Windows. Do you think that the common people normally go to Control Panel? Wouldn't they be just as ignorant of that as they would of a right click?

      As to your argument that Open With does not show normally, and after that not show multiple choices, I just right clicked (no Shift) on a text document under Windows 2000.

      It showed "Open With" as the 4th choice on my dropdown, and it currently shows that I can open the file with 4 programs: Notepad, Internet Explorer, Frontpage, and Programmers Notepad. Note that I am still viewing the menu, and no dialogs have appeared. If I don't like that, they give me the option to choose a different program.

      Maybe somehow, somewhere (my computer), these changes you want are already in place.

      Of course, its possible I changed a couple checkboxes, but I don't remember.

      Greg

    25. Re:Give me a break. by dan_bethe · · Score: 1

      At the risk of Slashdot-style nitpicking, I'll point out that the filesystem has absolutely nothing to do with it. Those associations are made by something like the Registry or whatever.

    26. Re:Give me a break. by theancient2 · · Score: 1

      In the most recent versions of Windows, you don't even have to hold down shift to get the Open With option. Even the Open With item itself has been improved -- it's now a submenu listing a number of programs that may be used to open the file. If the desired program isn't on the list, there is a "Choose Program..." option, which allows the user to choose any program to open the file. From then on, the chosen program will appear in the "Open With" menu, so users never have to go through the choose program dialog again. The choose program dialog also has a "always use this program to open this type of file" checkbox.

    27. Re:Give me a break. by Pfhreakaz0id · · Score: 2

      Not necessarily. The file system DOES have something to do with it. Because of the Mac two-fork filesystem (where each file CAN have a resource fork), you can store the "file type" and "preferred program to open with" separately. Thus, you can have .jpgs which open in a slide show program, and others which open in Photoshop.

    28. Re:Give me a break. by Anonymous Coward · · Score: 0

      oh my god I can't believe this crap. Like its easy to associate a file with an application in linux. or to change it for that matter.

      You mean like EXT2? Linux hackers know fat sucks, it's to open and too limited. They're trying to puch EXT2 on everyone.

    29. Re:Give me a break. by viking099 · · Score: 2, Interesting

      "The courts should order changes like this." Correction: The market should order changes like this. The courts should be determining that MS has done something illegal, and if it has, what it needs to do to make up for it. Something as minor as this should not be in the realm of the courts. If enough customers wanted such a tool, someone would come out with one, and MS would then emulate the tool (or purchase it outright). It's the way the world works. I mean, look at StickyNotes on the mac. IIRC, Apple didn't program it, someone else did, and Apple thought it was such a good idea, it incorperated it.

    30. Re:Give me a break. by yesthatguy · · Score: 1

      But then Joe User takes his .wma file, renames it to .ram, and expects it to work in Real Audio. :) The problem is not the file extensions, it is what is configured to handle those file types. Even then, this isn't much of a problem. If someone is intelligent enough to make a decision that they want to use RealJukebox to open mp3s rather than WMP, then they're intelligent enough to click the little checkbox during installation that says "Associate this program with .mp3 files"

      --
      Yes! That guy!
    31. Re:Give me a break. by hardburn · · Score: 1

      Short of a complete re-write of the entire FAT-32 filesystem . . .

      Nah, installer programs can already change the file extention associations on the fly, so I know the APIs are there. It's just a matter of using those same APIs in a program from within the Control Panel.

      Even so, file name extentions are a poor way to do it. Modern versions of Windows, IIRC, associate a file name with a MIME type and the MIME type is associated with a program. The correct way to do this is to directly give a MIME type to a file and then associate the MIME type with a program. I believe this is what BeOS does. This would actualy require a rewrite of FAT32, but FAT32 sucks in so many other ways that this is actualy a good idea.

      --
      Not a typewriter
    32. Re:Give me a break. by GMFTatsujin · · Score: 1

      I don't know how difficult it could possibly be to figure out the functionality of the right-click.... I remember the first time >Iread what was inside it. I clicked on one of the entires and noticed what happened. Possessed of a monkey-like curiousity, I right-clicked on everything in sight until I understood the pattern.

      What a freakin' genius I am, right?

      People need to have the confidence to fuck around with their computers more. Do things you've never done before. Assume that everything you see on the screen and every peripheral on your desk has a useful purpose, is designed to help you be productive, and that some programmer somewhere put it there with the full expectation that, eventually, you'd click it. Assume that YOU WON'T BE PUNISHED FOR TRYING SOMETHING OUT. Assume that the self-destruct button will be clearly labeled, and you can avoid it if you come across it. Ever wonder what that widget on the screen does? Click it and find out, Einstein.

      Every time I teach a GroupWise class, I point out the right-click functionality of Windows, and nipples all over the room become erect with excitement. Maybe it's just my style.

      Tatsujin

    33. Re:Give me a break. by Decimal · · Score: 1

      "The courts should order changes like this." Correction: The market should order changes like this.

      *shakes head*

      I don't believe that the free-market works fairly on such a large scale. Microsoft and numerous other companies have already shown that Government controls are needed to protect the consumers from the very companies they support. This is a clear cut case of when the market *didn't* "order changes" like this to benefit the consumer. If the average consumer isn't bright enough to use anything but the defaults, companies that use tactics like the ones we are talking about will come to dominate as they have, and that hurts competition.

      --

      Remember "Bring 'em on"? *sigh
    34. Re:Give me a break. by adam6 · · Score: 0

      I absoultely agree. An average user is not going to know shift-right click. Hell, even I didn't know it, and I've been using Windows for years.

    35. Re:Give me a break. by sporty · · Score: 2

      NOno, with a mac its different. With a pc its awkward because they don't have to ask. The other point being that their programs are installed already, and have first view vs alternates which would have to be loaded up first and then do a file->open to play the file.

      --

      -
      ping -f 255.255.255.255 # if only

    36. Re:Give me a break. by dan_bethe · · Score: 1

      I meant that the FAT32 filesystem has nothing to do with it in Windows, as the previous poster claimed. On classic MacOS, the filesystem is relevant as you say because MacOS doesn't suck in that respect. :)

    37. Re:Give me a break. by VulgarBoatman · · Score: 1

      Of course, you could just run RegEdit and set up all of this yourself in a few minutes

      Or hose your machine, in the case of the people he's talking about.

      So, what exactly/the hell does RegEdit have to do with using Windows? Administering, yes. Configing, yes. Hacking (traditional meaning), yes. *Using*? Oh I hope not.

      --
      "Because I love Pat Benatar." -- Britney Spears, when asked why she covered Joan Jett's "I Love Rock 'n' Roll"
    38. Re:Give me a break. by SCHecklerX · · Score: 2

      The thing that bothers me, is that you can have only one program associated per file type. Why? WHy not have several, and in the 'open with', those would come right up. Look at OS/2's wps, for example. You could have as many programs associated with a specific type as needed (and HPFS had EA's, so you didn't need to do it based on extension), one would be the default to launch with, the others would just show up on a context menu for the object you were pointing at.

    39. Re:Give me a break. by Old+Wolf · · Score: 2

      Why is keeping an associated program for extensions stupid?
      I love it how I can load my file in the correct application just by typing its name (or clicking on it, if I am feeling lazy). I also enjoyed gloating while using Windows NT 4, when Windows 95 did not allow this from its DOS prompt.

      How is re-writing fat32 going to change anything?

    40. Re:Give me a break. by Old+Wolf · · Score: 2, Interesting

      Joe Average doesn't look at his computer as a programmable tool like we do. He looks at it the same way as you would look at your video player. Put the tape in and it plays. Click on your mp3 and it plays. He doesn't give a flying fuck whether it gets played by MS or Real or Nullsoft or whatever (and most likely, couldn't tell the different), as long as it plays.

      People who are aware of such a difference are likely to be able to find their way to "Open With", or download an application to manage filetypes in a friendly way.

      This article is so unbelievable -- he complains that something is "hidden away" and "arcane" because it is completely configurable, and located more than one mouse click away. Sound like a familiar complaint about a certain OS?

      There _are_ technical difficulties involved too. Many programs can be run with the commandline ' "%1"', but what about programs that want to accept switches, or have other functions defined (eg. Print instead of Open). This is why applications can register filetypes themself, so they can get it right.

    41. Re:Give me a break. by Anonymous Coward · · Score: 0

      Maybe you should try to open a WordStar 3.3 file with pico, then. Or, for that matter an EBSDIC file from 1969 off an IBM Mainframe.

      Sorry. People never used standards.

      Deal with it.

    42. Re:Give me a break. by ichimunki · · Score: 2

      The free market works just fine. The problem is that it (free market theory, a la Adam Smith and most of the popular thinking on economics) relies on informed, rational consumers. Once we get a few of those, everything should improve. :)

      I don't agree that the government (as a representative of the people) should step in to make changes to a market economy the people themselves were unwilling to take any responsibility in. That is, the people-- for better or worse-- have handed MS their cash and CONTINUE to do so. It is therefore not the will of the People that MS be punished. At this point, MS would have to do something terribly illegal or related to terrorism to get any serious attention from either the People or their representatives in government (a few whiny Democrat State AG's notwithstanding).

      When it comes to consumer choice, Americans will generally prioritize conformity/show-off value and convenience over price, quality (insofar as this does not detract from either show-off value or convenience), and variety of choice. Look at the nation's largest food chains, if you need any more hints about where this is heading...

      --
      I do not have a signature
    43. Re:Give me a break. by Anonymous Coward · · Score: 0

      You're talking about the Macintosh kludge system.

      Not the filesystem that a Windows or Unix machine uses.

    44. Re:Give me a break. by flegged · · Score: 1

      Win2k remembers every application you used to open a file type using the "Open with...", and stores it in a submenu to the right of "Open with...". It also gives you an option of choosing "Other.." which brings up a dialog of all known apps, or then you can choose any executable anywhere on your machine. You can even make it default, and the extra options stay there.

      As for file typing being in Control Panel? It is!
      Control Panel/Folder Options, File Types tab. Maybe it would make more sense to be called "Explorer Options", but most people wouldn't know the Desktop is called Explorer, and would think it something to do with IE. "My Computer Options" would be confused with System Properties.

      But it's right there. If anyone wants to change a setting, they can do so easily by clicking the Start button, finding Control Panel, and they can find File Types from there.

      Also, the File Types tab in 2k is far easier to use and makes more sense that that in 9x.

      Do you think that anyone using Mac OSX for the first time would find how to change the application a file opens with? Nope, it's nowhere on the Apple Menu, or in System Preferences. Instead, you have to select the file, then Get Info from the File menu, then select "Opens with" from the drop-down menu. Not even an old-school Mac user would think of looking there!

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    45. Re:Give me a break. by flegged · · Score: 1

      You can have a specific file open in a slide show, or a specific file open in Photoshop, but that will usually have nothing to do with which app you want to open which file at which time.

      And, IMNSHO, file type and application have fuck all to do with the filesystem. Make it metadata in the file if you must (though an OS supplied (an user-configurable) application association system is the best way (this is not limited to file extensions, you could use mime-types or a resource-fork like repository somewhere in the OS)), but please please please don't make it so that you can't do something as simple as move it onto another filesystem without losing data!

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    46. Re:Give me a break. by cpt+kangarooski · · Score: 1

      Because FIRST, those commands should be in the main menu. That way there is an alternative, more visible means for newbie users to get to them. Contextual menus are great, but they must not be the only means of accessing a particular command. (even if they are often a more efficient way; not everyone is efficient)

      So yeah, I love 2dary mouse buttons. As an option that I can use or ignore at my lesiure.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    47. Re:Give me a break. by cpt+kangarooski · · Score: 1

      Law is of course, applicable. The reasons we don't have 'KILL PATIENT NOW' buttons on medical software UI is not entirely market-driven, you know. There's nothing whatsoever special about software as distinguished from any other product people make, no matter how high an opinion of themselves technical people may think.

      (e.g. the term 'boilerplate' derives from the practice of boiler manufacturers of putting disclaimers on their products to avoid responsibility when they exploded and killed people... this wasn't really the greatest solution in the world to boiler explosions, as I'm sure you'll agree. It is mirrored eerily in the realm of software, however.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    48. Re:Give me a break. by cpt+kangarooski · · Score: 2

      Er, no. Resource forks are functionally equivalent to NTFS streams, and features Linus has called for in Linux. Think of it as a very low-level support for tarring files together. There's a data file, and a resource file, and they wind up sharing the same icon and metadata as far as the user can tell. They are joined at the hip, though in fact seperate entities. They are not metadata, they _are_ data.

      Creator/Type bindings are stored in the filesystem proper, and are basically the same type of thing as filename (not stored in the file, but associated with it!) modification date, read/write permissions, etc.

      There was a good article on ArsTechnica a while back about this sort of thing. Read it; it's very good.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    49. Re:Give me a break. by dan_bethe · · Score: 1

      Yes, exactly. Another example is that the ELF binary executable format used by Linux and many other OSs can embed all kinds of stuff into the filesystem such as icons.

    50. Re:Give me a break. by mrbkap · · Score: 2, Informative
      I currently give lessons at my local library to people who have never even seen a computer before, much less anything as complicated as an 'Open With' dialog box. They still have trouble coming up with the idea that right clicking brings up a little menu, and left clicking selects. I can see where this article is coming from, but even giving users (such as the ones I teach) the option for, say 20 file types, even in in plaintext is stretching things too far. They don't care what they use so much as that they can use it.

      Just my $0.02 worth, but I don't think that the users who can't get the open with dialog box in the first place would even bother.

      --
      -mrbkap
    51. Re:Give me a break. by Anonymous Coward · · Score: 0

      Actually, this is a brilliant idea. The courts should order Microsoft to give advice in all help files, tips, online support, etc etc on how to solve your problems using RegEdit. 90% of the world's desktop systems would be broken in minutes by users "following the instructions" and the monopoly would crumble.

    52. Re:Give me a break. by Telek · · Score: 2

      You can have more than one program associated with any one file type, and when you right click all of the options will show up for that filetype, and all of the programs that you can use to open the file will show up under "Open With" (BTW, if there is more than one program associated with the certain file extension, the "Open With" option will be there regardless of wether or not you hold down the shift key).

      And for the other ones bitching about how the whole right click thing is impossible to find, how would you tell the user about it? I know, how about in that "Welcome to Windows" program that comes up when you install, or the "Windows Tour". It's in both of them if you looked.

      And you can also have an extended attribute or any sort of DLL that is run when the user right clicks on a certain type of file (or any file for that matter) that can scan the file in question and change the context menu based on anything that it wants, be it Extended Attributes, alternate File Streams attached to the file, an internal database, or whatever it wants to do.

      --

      If God gave us curiosity
    53. Re:Give me a break. by Score+Whore · · Score: 1

      Err, no. They embed stuff into the file not the file system.

    54. Re:Give me a break. by aka-ed · · Score: 2, Interesting

      But then there's the complication of programs that will reclaim filetypes on launch by default, while others will not.

      A friend of mine, who is actually an experienced, working, audio-visual tech, was convinced that real audio had taken over all his media and nothing could be done about it, until I showed him how to stop Real from reclaiming filetypes.

      The article's author suggested a wizard or configurator app that allows you to choose default programs for various tasks. Despite another poster's claim that a re-jig of FAT32 is required, it would be quite simple for such a wizard to be included with windows. And for the majority of users, it would show then that there are choices available in many areas that they never suspected. The article's writer is correct, in that this would diminish MS's ability to "embrace, extend, and assimilate."

      --
      I survived the Dick Cheney Presidency 7 to 9 AM 7-21-07
    55. Re:Give me a break. by Anonymous Coward · · Score: 0

      People need to have the confidence to fuck around with their computers more.

      Part of it is people's innate lack of curiosity. But another huge part is that a user inevitably fucks up and then some nerdy admin comes around and says "What did you do? Don't touch that!" (And in Windows, there's lots of poorly labled self destruct buttons).

    56. Re:Give me a break. by Anonymous Coward · · Score: 0

      don't underestimate the power of the default setting. If mp3 files 'work' out of the box in Windows XP, why would the average user want to change it? Now lets assume that the user is smart enough to download winamp, and install that. Winamp does prompt the user to change the file extension association (which is a default setting IIRC), but it's very possible that the next time a user goes to open an mpeg, for example, WMP asks again whether or not it should 'fix' a possible problem with playing audio files!

      I wish I had a list of the way different applications ask this question... Most will confuse the average user and they will just punch the OK button. After doing this, the original app reclaims the extension. Maybe well-written programs like winamp do not bug the user after the initial install?

    57. Re:Give me a break. by Anonymous Coward · · Score: 0

      you don't work around normal users, do you. I am also going to make the leap that you have never taken a GUI design class. There are still many people that do not understand right-clicking. I work with many! If you think for 30 seconds, you will realize that many users do not work directly with the filesystem and only access their documents through applications like Word or Excel. Therefore, they never right-click on _anything_.. why would they need to? Granted, more experienced users will use right-clicking (or shift+f10), but the normal user has no reason to.

    58. Re:Give me a break. by Anonymous Coward · · Score: 0

      SHIFT-F10??!!! Ahhhhh!!! Where the heck were you two weeks ago when my mouse broke?

    59. Re:Give me a break. by Anonymous Coward · · Score: 0

      Because FIRST, those commands should be in the main menu.

      File | Open With (open what, the highlighted file, its parent folder?

      Edit | Copy (the file?, the link? which link? how does this differ from File | Copy?)

      File | Print (the screen, the contents of the file?)

      Sorry, doesn't work that way. If we tree'd everything from the top-line menu, it would result in a hunt-and-peck interface the likes of which haven't been seen since WordPerfect 6/7.

      Contextual menus are great, but they must not be the only means of accessing a particular command. (even if they are often a more efficient way; not everyone is efficient)

      Go tell that to Apple, who seem to think that the mouse should be the primary (and only) interface in some places.

    60. Re:Give me a break. by Jucius+Maximus · · Score: 1
      "telling people to "hold down shift" is more complicated than it seems. althought I agree with you. the majority of computer users are far too inadept to comprehend holding down shift. what we need to teach to people is commen sense, and basic computer skills. no, you do not put your damn cretid card in the floppy drive."

      Only on Slashdot would that be rated as 'funny.'

    61. Re:Give me a break. by Anonymous Coward · · Score: 0

      Exactly! I can't believe Slashdot actually PUBLISHED this article! It's so stupid. How many does NOT know how to change registered file types??

  6. Mac solution is nice but... by sporty · · Score: 3, Informative
    In the article, it mentions the Mac way of doing it is quite nice without mentioning its downfall. I made the mistake of trying out soundjam on one of my mp3's, and then it changed its resource fork (or so i was told it is called), 8 or 9 bytes saying what type of file it is and what its associated to. Great, so this mp3 when I double click on it launches soundjam instead of itunes. I never asked for that.

    Over time, I got irritated with soundjam and went back. I got rid of the program but the association is still there. I know how to fix it, but if someone was a little less knowledgeable or someone writes a program to change all my associations, I'd be quite.. irritated.

    I know, its possible for any dos/win program to change my PC file extensions too, but its more obvious and probably a lot less likely.

    --

    -
    ping -f 255.255.255.255 # if only

    1. Re:Mac solution is nice but... by jeffehobbs · · Score: 2, Informative


      It's the kee-jerk solution to 90% of all pre-MacOS X problems:

      reeeeeebbbbuild the deeeeeesktop.

      Why the desktop on OS 7/8/9 didn't just rebuild itself once a month I'll never know. Oh well, it's a non-issue now.

      ~jeff

    2. Re:Mac solution is nice but... by jeffy124 · · Score: 2

      OS X 10.1 actually recognizes the extentions to filenames as opposed to the file's headers to the fs

      Unfortunately, I dont know how easy/difficult it is to change a file's association on OS X.

      --
      The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    3. Re:Mac solution is nice but... by megaduck · · Score: 1

      What you're complaining about are "creator codes", and I agree with you. They're a pain in the arse. Whenever I try and read a "readme" from OS 9, OS X fires up the whole Classic environment just to use OS 9's simpletext. That's ridiculous.

      What this boils down to is what John Siracusa (of Ars Technica)dubbed "metadata". Neither the Mac or the PC has a particularly elegant (IMHO) way to handle metadata right now, so we're stuck with these half-assed awkward solutions like file extensions and creator codes. Interestingly, Linux does not seem overly bound by backwards-compatibility needs. Maybe we could devise a better solution for the *nix world?

      --
      This .sig for rent.
    4. Re:Mac solution is nice but... by DChristensen · · Score: 2, Informative

      Actually, OS X uses a combination of the old Type/Creator codes and the file extensions. However, any individual document can have a specific application associated with it.

      Click on the file's icon, type Command-I. (For "Info".) It's the second option down on the popup window.

      --

      --
      Mac OS X--Unix without the assholes^Whassles.

    5. Re:Mac solution is nice but... by kiwimate · · Score: 2, Insightful

      Ironic, isn't it? MS is evil 'cause the answer to anything is "reboot the machine". Macs are cool, 'cause rebuilding the desktop is just such a pretty process.

    6. Re:Mac solution is nice but... by ReelOddeeo · · Score: 2

      It's the kee-jerk solution to 90% of all pre-MacOS X problems: reeeeeebbbbuild the deeeeeesktop.


      This will have the effect of changing the icons from soundjam icons to plain white icons. But it won't fix his problem.

      The solution is to change the file creator to point to a different application. Don't change the file's type, just it's creator. The file is still mp3 data, even though you want to open it with a different app. Thus you change the type, and leave creator alone.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    7. Re:Mac solution is nice but... by Arandir · · Score: 2

      Metadata was done elegantly by OS/2 Warp. They had a particularly nice feature in that you could configure a particular document to open with a particular application. Fine-grained file types.

      Of course, it had the problem that Salon was bitching about: the users still have to have more than two braincells if they want to change default applications.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    8. Re:Mac solution is nice but... by Anonymous Coward · · Score: 0

      Macs are cool because you don't have to reboot the machine.

      They generally reboot themselves automatically for you.

      Regularly.

    9. Re:Mac solution is nice but... by droleary · · Score: 1

      Interestingly, Linux does not seem overly bound by backwards-compatibility needs. Maybe we could devise a better solution for the *nix world?

      Nope. Too many open source developers are focused on getting out copies of what Apple and MS have put on the desktop; a fairly reasonable approach of targeting "proven solutions". Very few are actually looking forward to the next killer app. They're not the only ones to blame, since it's a very risky proposition to restructure everything around metadata. Apple could have used the clean break of OS X to do it, but didn't want to make the switch that much more complicated for users. Desktop computers are just getting powerful enough for proper metadata management, but users may not even be ready for it just yet. Are you prepared to deal with a system that doesn't really have file names or directories/folders, any need for links/aliases, or any visible typing mechanism? If you are, you may just be ready for Mary, a meta object manager (MOM) that I'm working on that should see an alpha release by the end of the year (send me an email if alpha testing interests you). It's being developed on OS X, but could see a Linux version via GNUstep.

    10. Re:Mac solution is nice but... by Noofus · · Score: 1

      Yes its true that rebuilding the desktop can be a horridly ugly and unplesant experience. However the last time I had to rebuild the desktop on my heavily used Mac was about 2 years ago. On the other hand the number of times I needed to reimage a windows box that has gone to hell is beyond me...

    11. Re:Mac solution is nice but... by Anonymous Coward · · Score: 0

      Maybe we could devise a better solution for the *nix world?

      There is one. It's called the 'file' command. It actually looks at the file contents to work out what the type is. Surely it's not difficult to tie this to MIME types? (Which is the standard unix way of saying what program views or edits what type)

    12. Re:Mac solution is nice but... by cpt+kangarooski · · Score: 1

      Heh. It's been called metadata for ages. Longer than I can remember. It's a pretty predictable moniker for anyone to come up with, and probably predates any of us. (file NAMES are metadata, for God's sake... they've been around for many decades)

      Ideally, as John pointed out, you adopt a multi-pronged approach. The stored metadata is primarily a cache for performance purposes. It can be erroneous, but ideally it should be checked once (usually as an incidental thing the user is doing) and then left alone. As fallbacks, you can examine the file for magic numbers, as Unix does, or just admit it, and ask the user.

      BeOS and MacOS have had the best methods, combined with the Unix magic numbers as a method of last resort. Large disks, and forked files could permit definition forks to accompany files invisibly and at almost no performance penalty. Better behaved apps that recognize these things via APIs, and some affordance for backwards compatability in recognizing legacy extensions and codes would all be good starting places

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    13. Re:Mac solution is nice but... by RFC959 · · Score: 1

      The problem with forked metadata (or, quite possibly, any kind of metadata) is that it clashes with the Unix vision of a file as simply a stream of bytes. Suppose that "myfile.txt" has some metadata associated with it. Then we do "sed 's/foo/bar/g newfile.txt". What happens to the metadata? Is sed supposed to understand it and copy it to the new file? Is the shell? Is the metadata supposed to get copied at all, or do we start with a clean slate?

      The problem with forks is that they require everyone to be using the same filesystem if you want to be able to exchange metadata. (Remember the bad old days of trying to transfer files between PCs and Macs?) Metadata stored in a per-host registry-like structure might be better, but you're still going to lose it every time you transfer a file unless you're using a metadata-aware file transfer mechanism.

    14. Re:Mac solution is nice but... by sporty · · Score: 1

      Right, I know how to do it, but I had to spend time figuring it out :)

      --

      -
      ping -f 255.255.255.255 # if only

    15. Re:Mac solution is nice but... by warpath · · Score: 1
      What you're complaining about are "creator codes", and I agree with you. They're a pain in the arse. Whenever I try and read a "readme" from OS 9, OS X fires up the whole Classic environment just to use OS 9's simpletext. That's ridiculous.

      Yes. Very irritating.

      And fixed in 10.1. TextEdit will now open those files, instead of trying to open them in SimpleText.

    16. Re:Mac solution is nice but... by Ayende+Rahien · · Score: 2

      You are only partially correct, the solution is to do it on very low level.
      Why should sed be aware of the forking in the file, that is a matter for:
      A> Programs that use it. (Pretty high level ones, usually, like shells or explorer-clones.)
      B> The file system driver itself.

      On NT, the data is stored on one place, and irrelevent stuff on another.
      IE, $DATA contains the data itself, and other streams contain the meta data.
      Sed would read the $DATA steam unless you spesify otherwise.

      And you spesify otherwise by using a special delimiter to the filename, leaving sed totally unaware of it.
      A good example of how it should work is NTFS, if I want to edit myfile.txt in notepad, I enter the file name.
      If I want to edit the metadata in notepad, I will open "myfile.txt:metadata".
      You need to change just the API.

      The problem is, as you mentioned, when you are trying to transfer files from stream-aware FS to non stream-aware FS.
      Or to many stream FS (NTFS) to signle stream FS (Mac's resource forks, I believe that OSX has unlimited streams, though).

      I think it's possible that is the above happens, then a stuffit (Mac people would know what it is) or a tar (the file format support stream as it is, but the programs don't) solution should occur automatically. (And vice versa, of course).
      You would probably need something like cpyfrk() as well as copy() alone, but I think that it should be enough.

      --

      --
      Two witches watched two watches.
      Which witch watched which watch?
  7. Its not just MS . . . by jgaynor · · Score: 5, Insightful

    Remember when Netscape and IE fought for .html and URL rights EVERY time you opened them?

    RealPlayer, Winamp, Winzip, photoshop, even stupid ass AOL all do this . . .

    Installation defaults of all these apps try and steal file extensinos away from programs. Its just a matter of knowing what boxes to uncheck during the installation. Ordinary users simply dont know what they're clicking through during an install.

    Once a program gets a hold of an extension its almost impossible for a normal user to fix it. You cant expect users to know where to reassign file extension ownership (in the file association tab under folder options).

    1. Re:Its not just MS . . . by Jburkholder · · Score: 4, Interesting

      >Its just a matter of knowing what boxes to uncheck during the installation. Ordinary users simply dont know what they're clicking through during an install.

      Man, the worst offender I ever experienced was paintshop pro. This was especially bad if you were stupid enough (as I was once) to download and install the TRIAL VERSION!.

      It took _every_ file extension it decided it should handle and changed the registered extension app without asking (or even giving an option in the install, custom install not being available in the 'demo').

      So, after using the software for 30 days (or less!) and deciding I didn't want it, there was no way to restore the file extension settings (other than manually, of course).

      At first, I would still click on the file I wanted to open and PSP would come up and rag at me that my trial had expired and I should buy the damn thing. Of course, my response was to uninstall the stupid thing. Not much better, now windows would report that it couldn't find the registered application for the file I was opening.

      You can, of course, hunt down the view/folder options/file types dialog and then manually change each extension back to some other app install on your system. Most programs these days will ask during the install which extensions you want to have automatically opened by the program, and others are even smart enough to offer the right-click/open with option during the install.

    2. Re:Its not just MS . . . by dwbryson · · Score: 1
      Yeah that was annoying. Plus what the heck is with Front Page and other MS internet oriented webpage material using .htm ? I mean it's called HTML, not HyperTextMarkup. It looks to me like microsoft just trying to make things difficult for users so they'll think "oh everything here says .htm that must be what is correct"


      Some other posts were saying that this guy is just looking for something to bitch about. I think he had some great points, the RealPlayer vs WindowsMedia is the new killer app war. Microsoft won in the browser market, now for multimedia.

      --
      - "Never let a computer tell me shit." - DelTron Zero
    3. Re:Its not just MS . . . by sheldon · · Score: 2

      What it looks like to you, and what is reality are two different things.

      .htm becamse popular for two reasons, and those reasons only:

      - It was what the userbase expected
      - It was consistent with the other 3 character extensions

      No conspiracy, no ulterior motives... it just happened.

      And I could care less about multimedia.

    4. Re:Its not just MS . . . by big.ears · · Score: 2
      Up until recently (and maybe still) Quicktime would commandeer (without asking) .png, embedding itself into netscape (which at the time handled .png natively.)?

      I buy the argument that file extensions can be used to leverage mindshare, but the "solution" just seems silly. If MS was keeping OEMs from changing these extension-mappings , that would be another issue. Even if the file extension database was accessible through the control panel (like it is in gnome and kde), it wouldn't make much of a difference, though--users still wouldn't go know to get to it. The only way his "solution" would be effective in allowing dumb users to change extension associations is if the extension configuration system was as annoying as clippy, popping up whenever you don't want it to. I don't think that will happen soon.

    5. Re:Its not just MS . . . by micje · · Score: 1

      Yeah, PSP is awful. They also put a PSP entry in the context menu for EVERY filetype. Open COMMAND.COM with PSP? I don't think so...

      --

      The nice thing about standards is that there are so many to choose from. - ast

    6. Re:Its not just MS . . . by dwbryson · · Score: 1

      Ok now that I can understand. 3 character extension makes sense and definatly clears up a few things. But in the spirit of.. what is already out there and working, why did they change from what was "the standard" apache looks for index.html not index.htm. And AFAIK most other webservers check for the same.

      Well you may not care about multimedia. But I like to play mp3's(on linux mind you). And a lot of people like to do it on their favorite proprietary operating system. The problem is that windows XP is trying it's hardest to prevent people from doing that. With the WMA format enforcing copyright protection by crippling default mp3 encoding, and over riding applications that handle files. It certianly looks like microsoft is playing dirty tricks.

      The best part of the article was this line: " The reason Microsoft has never done this isn't technical; it's pure business hardball cowering behind the camouflage of a technicality."

      That quote sums up %50 of Microsoft's design decisions. Not to say that they don't do great things in other places(the research division there does some cool stuff with text rendering) but they certainly have a record of not playing nice.

      --
      - "Never let a computer tell me shit." - DelTron Zero
    7. Re:Its not just MS . . . by uncledrax · · Score: 1

      Welp.. you could say that HyperTextMarkup (HTM) is the file, written in HyperTextMarkupLanguage (HTML).

      But I have to say that the most common reason was for 8.3 filename compatiability.. I personally used version of 3rd party programs like HotDog Pro that were compatibily with Win3.1 (still common back then)..

      --
      ----- The internet has given everyone the ability to have their voice heard equally as loud.. even if they shouldn't be
    8. Re:Its not just MS . . . by Anonymous Coward · · Score: 0

      OR -- The web started getting popular in 1993-94, and at that point DOS/Windows couldn't handle longer than three character extentions.

    9. Re:Its not just MS . . . by jesser · · Score: 3, Insightful

      I think the main problem is that when I have both IE and Mozilla installed, there's no easy way to have both "Open in IE" and "Open in Mozilla" in the context menu for an html file. IE and Mozilla fight for the extension, not giving you the option to have both browsers associated with the file type. If you want to change your default browser later, and you somehow manage to find the "open with..." option in explorer (shift+right-click), you have to select from a list of every application on your system rather than just a list of web browsers.

      In addition to those problems, the single-program-per-extension system forces uninstallers to be unnecessarily complex. For example, if you uninstall Mozilla, apparently it's Mozilla's responsibility to tell Windows to switch back to using IE. Mozilla can't just tell Windows "I'm not here anymore, so find another program to handle html files".

      And don't even get me started on how hard it is for a browser to determine whether it's safe to open an untrusted file with its default application. Apparently the solution is to hard-code a long list of "dangerous" extensions from Microsoft's web site into your browser. At least Microsoft isn't trying very hard to establish a monopoly on secure web browsers...

      --
      The shareholder is always right.
    10. Re:Its not just MS . . . by the_2nd_coming · · Score: 1

      its close enough, they don't let the OEMs install any other application except MS approved ones. and since those are the ones MS wants, you can bet those are the ones that are reigistered for file extentions. and since it is a pain to switch File extention registration, people will usewhat they got.

      --



      I am the Alpha and the Omega-3
    11. Re:Its not just MS . . . by joshwa · · Score: 2

      Windows 2000 fixes this problem... the Open With context-menu lists the last few programs you used to open that file type.

    12. Re:Its not just MS . . . by czardonic · · Score: 1

      there's no easy way to have both "Open in IE" and "Open in Mozilla" in the context menu for an html file. It's really not that hard to edit the registry to accomplish this. Really.

      --
      Takahashi Rumiko made beats! DON, taku, DON, taku. . .
    13. Re:Its not just MS . . . by ethereal · · Score: 1

      Why don't you explain registry editing to Grandma ("a regular what, dear?"), and come back and say that again. Don't worry, we'll still be waiting :)

      --

      Your right to not believe: Americans United for Separation of Church and

    14. Re:Its not just MS . . . by Old+Wolf · · Score: 2

      When PSP installs, it lists all the filetypes it handles, and ticks only the ones that are currently not handled by any other application. You can then 'select all' or 'select none' or select whatever you like.

      Don't complain because you chose to associate it with everything (by clicking on whatever you did), without thinking of the consequences.

    15. Re:Its not just MS . . . by czardonic · · Score: 1

      My Grandma has no trouble following simple instructions. Can't speak for yours.

      (I hope you didn't wait too long before you remebered to hit Refresh.)

      --
      Takahashi Rumiko made beats! DON, taku, DON, taku. . .
    16. Re:Its not just MS . . . by Anonymous Coward · · Score: 0

      Along with other suggestions try putting a shortcut in %USERPROFILE%\SendTo

    17. Re:Its not just MS . . . by Anonymous Coward · · Score: 0

      You're on Crack. Paint shop pro has always asked me very blatantly what I wanted it to handle, and I've put it on a number of computers.

    18. Re:Its not just MS . . . by Bj�rn · · Score: 1

      >single-program-per-extension
      Yes this is really a stupid design decision. I don?t see why Microsoft couldn't have made it possible to associate several programs with one file extension. That way when the user double-clicks on a file with multiple programs associated with it, Windows could present a list of all programs associated with that files extension. The list could even be sorted so that the most often selected program appears first. This is so obvious one has to wonder if the Salon article is on to something.

      --
      Never express yourself more clearly than you are able to think. --Niels Bohr
    19. Re:Its not just MS . . . by ConceptJunkie · · Score: 5, Informative

      Yes, Microsoft has been bragging for years about they are making software easier and easier to use, but have failed completely to make certain tasks, like file extension association, among many others, not require a power user to understand, or an eidetic memory to remember where they hid the dialog box for all these features.

      For filename extensions, Microsoft's brilliant idea was to automatically hide the file extensions in Windows 95 and above by default, meaning you have to rely on the stupid icons to know what your file type is, and things like the SirCam virus can come along and fool people into thinking they are viewing a JPG when they are in fact launching an executable that will bombard me with 200 copies of their "Jun 2000 Sales Report" or something.

      Furthermore, until recently, you couldn't search or sort the filename extensions access through "Folder Options" by extension name. You had to know what they are called, or vgrep through a huge list of every file extension ever considered since DOS 1.0 (the list looks practically like .AAA, .AAB, .AAC, etc.) looking for your extension.

      A simple example: I want to reassociate ".BMP" back to the SpiffoPaint program after the BogoPaint trial version stole it away. Prior to Windows 2000, you _had to know_ what file type name the extension is regsitered as (and many weren't obvious). Again that could be any old dumb thing the software developers (like Bogosoft above) decided to call it like "BogoPaint Document" or whatever. If you didn't know that, then good luck finding it by hand, Chester.

      In the NT 4.0 days, I personally had to resort to using 4NT's file association feature (I think the NT Resource Kit had something too) because otherwise it was just too much trouble.

      And as far as editing the regsitry goes, remember that Microsoft's first plan was to not allow users to edit the registry at all?

      Given that I remember in the late 80's that I had to rewrite the installation batch files for most software I installed, the idea horrified me. Now in 2001, not being able to edit the regsitry still horrifies me.

      "Where do you want to go today, and how lost are you going to be before getting there?"

      --
      You are in a maze of twisty little passages, all alike.
    20. Re:Its not just MS . . . by jesser · · Score: 1

      Computer users aren't using computers so they can follow instructions. That's what computers are for.

      --
      The shareholder is always right.
    21. Re:Its not just MS . . . by dimator · · Score: 5, Funny

      Open COMMAND.COM with PSP?

      I'll save you the trouble: it's porn.

      --
      python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
    22. Re:Its not just MS . . . by jesser · · Score: 1

      Along with other suggestions try putting a shortcut in %USERPROFILE%\SendTo

      I use that for text editors, but it's not really convinient to put all my image viewers, web browsers, video players, etc in SentTo.

      --
      The shareholder is always right.
    23. Re:Its not just MS . . . by The+Raven · · Score: 1

      This was not possible with their Trial copy. It did not give you that option... perhaps it does now, but their older Trial version did not.

      --
      "I will trust Google to 'do no evil' until the founders no longer run it." Hello Alphabet.
    24. Re:Its not just MS . . . by OSgod · · Score: 1

      Never ascribe to malice...

      Me thinks you give MS way too much credit -- or else your acknowledging that the normal Linux user is much to small minded.

      I think you will find that it is not 50% of the design -- it is how it happened in 99% of cases and how it stays.

      Your choice -- either they are an evil empire or their human.

    25. Re:Its not just MS . . . by sharkey · · Score: 2

      It's made worse by programs that do more than just grab multiple extensions, the ones that DELETE all the old filetype entries, and mash the poached filetypes into one entry, a $LICK_MY_ASSWARE entry. FACSys from Optus Software does this sort of crap.

      At that point, you either have to start removing and reinstalling various software packges to try and steal back your filetypes, or go in and rebuild them by hand.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    26. Re:Its not just MS . . . by Nightpaw · · Score: 1

      Quicktime and PNG is the worst. Not only does Netscape already do it, but if you view a naked PNG, Quicktime will scale it to fit in the window. Hey, Apple! Sometimes I want scrollbars!

    27. Re:Its not just MS . . . by raynet · · Score: 1

      Dunno what happens, but I have installed WinACE, WinRAR and WinZIP ja now when I right-click a .zip-file I get a menu with three Extract To selections (one for each program). So I should be possible to accomplish with shell-extensions.

      --
      - Raynet --> .
    28. Re:Its not just MS . . . by siliconeyes · · Score: 1

      You can, of course, hunt down the view/folder options/file types dialog and then manually change each extension back to some other app install on your system.

      May I suggest a better way of doing the same? Say some rogue app steals some file extension of yours. Instead of going thru folder options et al, just press Shift and right-click on the filename. Windows will give you a 'open with' option. Check the box saying "always use this program to open this file", and select the application from the list that you want to handle the given file extension. The next time you double click on a file with that extension, Windows will fire up the app you selected instead of whatever crap was handling those files before.


      Never underestimate the bandwidth of a station wagon full of tapes hurtling down the highway.

    29. Re:Its not just MS . . . by error0x100 · · Score: 1

      Installation defaults of all these apps try and steal file extensinos away from programs

      What annoys me more, and what I think is more noxious than file extension handlers just being "difficult to change", is applications which register themselves for filetypes they can't handle. The only company I know of which does this is Microsoft, for example Media Player for years has been registering itself as the default handler for .FLI (flipbook animation format, used to be a popular animation format used in what used to be a popular animation program called AutoAnimate :) files - but it still doesn't know what the hell to do with .FLI files if you try to open one. They do a similar thing with the actual codecs, when Media Player auto-downloads codecs, non-Microsoft video formats either simply return an error, or a broken playback codec is downloaded (e.g. the default downloaded mpeg4 codec simply cannot play mpeg4 files properly, at least not the last time I checked, which was about two months ago). I remember a similar problem when Media Player first had support for MP3 files (WinAmp was at that time the most popular way to play MP3s) - the MP3 playback in Media Player was choppy and just plain broken. The point of all these tactics is to "convince" people that they should rather use Microsoft formats, because 'they'll have fewer problems'. Remember, the vast majority of Windows users wouldn't know how to go search for and download a third-party codec if their lives depended on it.

      Regarding "stealing" file extensions, some programs deliberately steal file extensions even if you tell the software not to during installation >:( This seems to be an ugly trend.

    30. Re:Its not just MS . . . by Anonymous Coward · · Score: 0

      You can disable this behavior, you know.

    31. Re:Its not just MS . . . by sheldon · · Score: 2

      Because index.html was a stupid name for a default page.

      You are also wrong about Windows XP crippling mp3s. Windows XP does no more to cripple MP3 than does Windows 95, Windows 3.1 or Linux.

      I guess that's my point on multimedia. I'm in no way limited in what I can do, I just have more options. Some people don't like giving the user options because it means they might choose not to use their pet software project.

      I think it's absolutely critical that people educate themselves about details before criticizing them. You would do well to study up on that MP3 issue, because you clearly do not have any understanding of it.

      The only thing Windows XP does not do out of the box is rip MP3 files from a CD. It does rip to WMA out of the box.

      Do you know why?

      Because MP3 is a proprietary format and in order to provide this functionality, Microsoft would have to license it. They choose not to spend that money because it would amount to a few dollars per OS sale, and that cuts into the bottom line.

      If you want to use Windows Media to rip to the MP3 format, you may do so with a $10 add-on from many third party companies.

      Or you can use other third party software such as Musicmatch, AudioCatalyst, etc.

      The same is true of Windows 95, Linux, etc.

    32. Re:Its not just MS . . . by sheldon · · Score: 2

      Exactly.

      But I don't feel the web really started becoming popular until Windows 95 was released. I use that as a point in time because it also coincideds similarly with the release of IIS, and Frontpage came out not too long afterwards, etc.

      But even though the new OS supported long filenames, many people were still conditioned to use the 8.3 naming scheme just out of habit.

    33. Re:Its not just MS . . . by F00Fmaster · · Score: 1

      Are you one of the users who doesn't know how to 'right-click'? Because that's what that menu there is for.

    34. Re:Its not just MS . . . by Jburkholder · · Score: 2

      This was a while ago (version 4?) so it has probably been changed by now. At the time the trial version I installed gave me no such options.

    35. Re:Its not just MS . . . by junkgrep · · Score: 1

      Inferno had a neat GUI menu option where, if your your click opens a menu, it starts automatically centered on the last command run from that menu. So, if you wanted to repeat an action from that menu, you could just click once, instead of having to mouse through all the options. This feature is a pretty obvious one, and would be great for helping solve this very problem. If only Win2000 or XP bothered allowing users to edit the functioning of the menus...

    36. Re:Its not just MS . . . by Anonymous Coward · · Score: 0

      Yeah, IIS goes and still looks for a file called 'default.htm' instead of the more conventional 'index.html' -- a pretty much pure microsoftism.

    37. Re:Its not just MS . . . by sheldon · · Score: 2

      No. IIS goes looking for default.htm, default.html or default.asp.

      Which makes more sense than the stupid index.html which is a holdover from the early days of WWW before it's potential was understood.

      Bravo Microsoft on that decision!

    38. Re:Its not just MS . . . by Tarpan · · Score: 0, Offtopic

      [...] but if you view a naked PNG, Quicktime will scale it to fit in the window.[...]

      You shouldn't be looking at such big pr0n images :)

    39. Re:Its not just MS . . . by ethereal · · Score: 1

      If your Grandma was that smart, she'd be running Linux by now.

      --

      Your right to not believe: Americans United for Separation of Church and

    40. Re:Its not just MS . . . by Andrewkov · · Score: 1

      I believe .FLI files are also 3D animation movies created by 3D Studio, this sounds like a case of 2 file formats using the same extension.

    41. Re:Its not just MS . . . by error0x100 · · Score: 1

      Earlier versions of 3D Studio (i.e. 3D Studio R3, R4 etc, which was a DPMI-based app which I last used in about 1996) were actually produced by Autodesk, who also produced AutoAnimate. It is the same file format. Newer versions of 3D Studio (i.e. since it became the Win32-based "3DS MAX", during which time the product has been passed on to Kinetix and then to Discreet) produce AVI files by default, but can still produce .FLI files, and actually calls them "Autodesk Flic Image Files" (which also go by the extension .FLC). Its an old format though, crappy by todays standards, .FLI were 256-colour, I don't know if the format also supports 16 bit or 24 bit colour though.

      Either way, Media Player still registers for it but can't play it.

    42. Re:Its not just MS . . . by ckedge · · Score: 2


      until recently, you couldn't search or sort the filename extensions access through "Folder Options" by extension name.

      Huh? View, Details, then click on "Type".

      You had to know what they are called

      Oooh, I understand. You mean inside View, Folder Options, File Types.

      YES!!! God that's one of their worst mistakes.

      The quickest way is to open the registry and the very first entries in the first folder (HKR) are the file extensions. Find the one you want, and note what it's "Default" is. Look for that further down immediately below the file extensions in HKR, and see what it's "Defaut" is. That's the description you look for inside the File Types listing.

      For example for .doc it's "Word.Document.8", and the "Default" value is "Microsoft Word Document", and that's what it's listed under in the File Types listing.

      You know, it just occurred to me, it wouldn't be hard at all to put together a little tool that would sweep through the filetypes and re-name them to the extensions themselves!!! (Bloody hell, I can't believe I only just now thought of that!!! Could have used it years ago!)

  8. Re:FP bitches by Anonymous Coward · · Score: 0

    you won and i admire you can i be your boyfriend thanks ok bye

  9. Re:I have a monopoly by Anonymous Coward · · Score: 0

    and apparently 2nd p0sts too. :-)

  10. Yea, it's really hard... by eric2hill · · Score: 1

    Shift-Right-Click on the file, choose Open With on the menu that pops up, and pick a program. Wow. That's tough.

    --
    LOAD "SIG",8,1
    LOADING...
    READY.
    RUN
    1. Re:Yea, it's really hard... by Anonymous Coward · · Score: 2, Funny



      Right, now I'm going to call your mom and ask her to make winamp the default mp3 player instead of realaudio. I think she'll have to use a life-line, so get ready for that call :)

    2. Re:Yea, it's really hard... by Hnice · · Score: 2

      i think that you're missing the point, which is that it's possible, but that it's very difficult -- go ask my mom or your aunt or someone if they know how to get there, and my bet is that they don't.

      add to this the fact that changing associations *used* to be in filemanager right under file..., and it's clear that MS has removed functionality, and it's not too difficult to see why they might interested in doing so, given that the functionality's main, um, functionality is to allow the use of alternatives to their own products.

      --

      god is just pretend.

  11. file extention sabotage by digitalmuse · · Score: 1

    hmmm, maybe someone on the inside could sneak .sux under PHB radar in the Micro$oft camp? Anyone feeling adventurous?

    --
    "If I wanted your input on my pet project, I'd stick my hand up your ass and use you like a sock-puppet." - Muse
    1. Re:file extention sabotage by jiheison · · Score: 1

      Why not just write your own app and distribute the extension yourself? It ain't rocket science.

    2. Re:file extention sabotage by digitalmuse · · Score: 1

      because I would find it much more enjoyable to know that .sux is associated to a Microsoft endeavor than with one of my own .ass projects.

      --
      "If I wanted your input on my pet project, I'd stick my hand up your ass and use you like a sock-puppet." - Muse
  12. Windows XP is pretty easy by diatonic · · Score: 1

    Even in windows XP... right-click icon, choose "Open With", choose "Choose Program...", then click the "Always use the selected program to open this kind of file."

    Hardly only buried in the "folder options" as the article indicates.

    .:diatonic:.

  13. Monopoly for the illiterate... by neema · · Score: 5, Informative

    This "attempt" at a monopoly through file extensions is something that would only be successful for those who know nothing about the OS at all. Using Win2k as we speak, right clicking on any file and going to "Open with" seems easy enough. Better yet, it has a check box of "use this program to open up the file as default". Very easy. Of course, if no one bothers to look for it, I'm sure it can be considered hard.

    I agree that Microsoft does things specifically to retain a monopoly, but does everything it do have that purpose?

    I doubt it.

    1. Re:Monopoly for the illiterate... by jimmcq · · Score: 1


      You're assuming that most people even know how to right-click.

    2. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      Not everyone is a Mac user...

    3. Re:Monopoly for the illiterate... by KnightStalker · · Score: 1

      Hear, hear. And if RealPlayer or Netscape or (presumably) Star Office or whatever is run under Windows, it asks to register itself as the default viewer and then (if you check the box) doesn't ask again. How hard is that?

      The Salon article should be moderated -1, Flamebait.

      --
      * And remember, it's spelled N-e-t-s-c-a-p-e, but it's pronounced "Mozilla."
    4. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0
      I agree; the article is ridiculous. He moans on about the monopoly, then talks about file associations as a good and necessary thing, and finally his only real point [after he deals with the rebuttals] is "couldn't Microsoft have just made this a bit easier for me?"


      Yes, maybe they could, but it's hardly monopolistic when any CNET download can change the default binding for .DOC, .XLS and .PPT.

    5. Re:Monopoly for the illiterate... by Mr.+Slippery · · Score: 1
      This "attempt" at a monopoly through file extensions is something that would only be successful for those who know nothing about the OS at all. Using Win2k as we speak, right clicking on any file...

      Thing is, that's is 90+% of users. As the fine article correctly notes, say "right-click" to most Windows users and all you'll get are blank looks.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    6. Re:Monopoly for the illiterate... by ErikZ · · Score: 1

      Blank stares! ha! If I could be so lucky.

      MY users are so bad that their HEADS EXPLODE when I ask them to right-click.

      I no longer teach windows classes.

      --
      Democrats or Republicans. They are both taking us to the same place and they are not afraid of us anymore.
    7. Re:Monopoly for the illiterate... by jiheison · · Score: 1

      As the fine article correctly notes, say "right-click" to most Windows users and all you'll get are blank looks.

      Give these people Macs and be done with them.

    8. Re:Monopoly for the illiterate... by wfrp01 · · Score: 5, Funny

      Exactly. I can see it now... In an effort to please each and every technophobe's desire to have their all-important feature be only one click away, Microsoft releases "Windows Flat". No menus. No directory trees. No dialogs. Instead, each and every pixel is assigned a function.

      Oh my god, I better go patent this...

      --

      --Lawrence Lessig for Congress!
    9. Re:Monopoly for the illiterate... by Jace+of+Fuse! · · Score: 1

      I agree. Not everything Microsoft does must be part of some evil plot. (Almost, but not quite everything).

      I'm shocked how many people don't really TRUELY know how to use Windows. They don't realize all of the options that are right their in their faces. "Open With-> Choose Program" is one of those "basic" things that a lot of "So Called Experts" don't realize they can do.

      It annoys me that many people I know who have been using computers for many years proclaim themselves gurus and still don't understand a lot of very basic stuff about Windows. Yet, they can zoom around inside Unix as if it were a first language.

      There's nothing wrong with knowing Unix better than Windows, but they should at least know how to use Windows before they spend 90% of their energy trying to convince people that Windows is evil.

      --

      "Everything you know is wrong. (And stupid.)"

      Moderation Totals: Wrong=2, Stupid=3, Total=5.
    10. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      you're asking for the dumbing down of the interface to go much too far

    11. Re:Monopoly for the illiterate... by epodrevol · · Score: 1, Insightful

      tough shit for joe 'stupid' user, who will never be know enough to probably even CARE wether or not he uses X or Y to open a file as long as it WORKS. If somebody wants something bad enough, they will learn how to get it, or not (see darwin).

      --
      "I am a warrior, and information is my weapon..."
    12. Re:Monopoly for the illiterate... by DunbarTheInept · · Score: 2
      [...] but they should at least know how to use Windows before they spend 90% of their energy trying to convince people that Windows is evil.
      So nobody is allowed to criticise a product unless they give money to the company that makes it? You might not realize it, but that's the outcome of what you arre saying. Unless I buy each new version of Windows that comes out, I can't stay on top of the trivia details. So, only actual MS customers can criticise MS. In that case you are applying a filter that says only those who are satisfied with MS (satisfied enough to keep purchasing their OS'es) are allowed to comment.

      I leave it as an excercise to the reader to see what's wrong with that.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    13. Re:Monopoly for the illiterate... by arkanes · · Score: 1

      I remember trying to help out a woman who could never remember when to double-click and when to single-click - god help me, I don't think she even knew there WAS a right mouse button. AOL user, natch :P

    14. Re:Monopoly for the illiterate... by update() · · Score: 2
      This may have been added to the article since you posted:

      Postcript: Several readers have e-mailed me to outline what they feel are holes in my argument. They point out that in the most recent versions of Windows, a right click on file names will offer you an "Open with" option, and that if you navigate this properly you can check a box that says "Always open files of this type with this program," thus effectively changing the default option.

      This is correct but irrelevant to the point I'm making. The power of "default" settings lies in users' ignorance and inertia. There are millions of Windows users who barely know what "right-clicking" is. These users may be disdained by some of my correspondents, but they constitute a critical mass in the marketplace.

      That may be, but what's the likelihood that the people who don't know about right-clicking are likely to open a control panel to configure their own preferred handlers?

      I dunno -- this level of government meddling in software design seems like just the kind of thing nobody in the industry wants.

      (By the way, using Konqueror, no Salon cookies and no Flash installed, I'm getting a stream of new windows opening and respawning that looks like I'm on a porn site. Is that the correct behavior? Also, why is Slashcode ignoring my italic tags?)

    15. Re:Monopoly for the illiterate... by Rogerborg · · Score: 2
      • Using Win2k as we speak, right clicking on any file and going to "Open with" seems easy enough

      Er, yes, as Scott goes on to say at the end of his article (having had it "pointed out" to him, he claims). I wonder how many posters here actually read the article to the end?

      But either Scott didn't know this, or he chose to "forget" it, and as he still claims that this is too complicated for Joe Sixpack, we can write his article off as flamebait.

      --
      If you were blocking sigs, you wouldn't have to read this.
    16. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      File + Open With... dumbass.

    17. Re:Monopoly for the illiterate... by Jace+of+Fuse! · · Score: 3, Insightful

      So, only actual MS customers can criticise MS. In that case you are applying a filter that says only those who are satisfied with MS (satisfied enough to keep purchasing their OS'es) are allowed to comment.

      That's not what I meant! Not at all!

      I'm talking about people who use Windows on a daily basis and STILL don't understand the basic workings of it.

      True -- someone who does not use Windows is free to hate MICROSOFT all they want for many other reasons from ethical to technical.

      The people of which I speak love to rant on about certain things in Windows that (for the most part) simply aren't even true.

      For instance -- "HOW HARD" it supposedly is to change file associations when there is a simple method of doing it just by right clicking.

      --

      "Everything you know is wrong. (And stupid.)"

      Moderation Totals: Wrong=2, Stupid=3, Total=5.
    18. Re:Monopoly for the illiterate... by update() · · Score: 1

      Out of curiosity (since I've never before seen anyone offer an intellectual justification for criticizing things one knows nothing about) -- out of all the products that you haven't tried, how do you decide which ones you're going to criticize?

    19. Re:Monopoly for the illiterate... by Enonu · · Score: 2

      Me: What do you mean you want a backup and restore icon?
      Client: I want to click an icon on the desktop for backup, and another for restore.
      Me: But all you have to do is click the icon for the program that does both, and then choose what you want to do.
      Client: But that's too much. Can't you create the icons?
      Me: I can't create icons for functions inside of other programs.
      Client: What do you mean by functions?

      ...

    20. Re:Monopoly for the illiterate... by Curien · · Score: 2

      No, he's saying that if you were so unsatisfied with Windows 3.1 and Windows 95 that you have *never* used or purchased another Microsoft operation system, then you are not qualified to critisize Windows 2000. And I tend to agree with him.

      Also, you do not have to purchase a product in order to be familiar with it. I use Windows 2000 at work every day. I have become very familiar with it on both the client and server end, and I have certainly not purchased it.

      --
      It's always a long day... 86400 doesn't fit into a short.
    21. Re:Monopoly for the illiterate... by hhe_hee · · Score: 2, Interesting

      The problem here is that the major part of the pc users actually doesn't know anything about the OS.

      Better yet, it has a check box of "use this program to open up the file as default". Very easy.

      I don't know how many questions I've got from friends asking "What program should I choose for this file? Why can't it just open in the right program in the first time?"

      The success of M$ is actually the fact that they made an OS available for a user without any "advanced" knowledge. I still remember when the first windows came, it was really exciting. And by the way think about this; why is it that other OS of Linux/UNIX-type has exploded in number of users in the last few years? The answer is plainly that much of it is thanks to graphical interfaces to the OS. Here in my town they run Linux at a lot of schools, and the students wouldn't be able to use it if they just had a black screen with a prompt. Many people I talked to think's its great that they can handle an "advanced OS" like Linux, but it's just because they have some icons and some menues. You know, stuff that calm's the user down.
      Maybe we users who know better should stick with our kinds of "Alternative OS", and let M$ run its race. Maybe we finally could outpace them? Could it be that Linux/UNIX soon would be as easy as windows to handle? If it goes that way in the future, it would be a hit :)

      But of course, I think that M$ monopoly is some sort of situation that we gotta do something about. But some things are their invention, like the file extension which made it more simple for "ordinary" users to handle. But it's a large company, and large companies tend to be more greedy the larger they get. So maybe splitting it up in several pieces will be just good...

      --
      2 reptiles beneath your current threshold.
    22. Re:Monopoly for the illiterate... by sulli · · Score: 2
      This "attempt" at a monopoly through file extensions is something that would only be successful for those who know nothing about the OS at all.

      Which is why you saw the writeup in Salon!

      --

      sulli
      RTFJ.
    23. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      I believe "open with" is still relatively new. In 98 and before, you had to hold down shift or something to get it to appear (I think.) I thought the "Open With" appearing all the time was new for XP... apparantly it was on 2000 too. Not sure about ME... but of course we're talking about regular users, most of whom are still using 98.

    24. Re:Monopoly for the illiterate... by alernon · · Score: 1
      I've read quite a few comments on how easy it is to right click on a file and use the "Open With" dialog. Hold onto your think geek T-shirts, cause here's a revelation. Two button mice are difficult for novice users to understand!


      You wouldn't believe how many people don't ever notice that second button, and moreover, some people don't know what to do with the menus that pop up when they accidently hit the second mouse button.


      As much as everyone on Slashdot loves to make fun of it, this was the primary reason that Apple refuses to go beyond the one button mouse. They feel that the resulting confusion isn't worth the extra features that could be incorporated.


      So, in my mind this is definately a monopoly act. I'm sure Microsoft spends millions of dollars on usability testing on their OS (don't laugh). They know that novice users will never find that Open with dialog, and probably wouldn't do anything with it even if they did find it, but are they going to change it to make it easier to use? Of course not.


      Long live the one button mouse. ;>


      ._-// a l 3 r n 0 n /

    25. Re:Monopoly for the illiterate... by randomtangent · · Score: 1

      The only nonintutive part of it is having to shift-right click if the file extension is already set to some program. When I first set all my .txt files to be opened by editplus instead of notepad I had to spend at least a minute before I got there. But for the average user shift right click is not something they'll think of. Putting openwith in the right click would be nice.

      --
      -Mike
    26. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      The telling part is where he says it should be an icon on the desktop. Does Mac have an icon on the desktop for changing file types? Does Linux have an icon on the desktop? Oh my God, they're ALL trying to be monopolies! I think that every conceivable operation on my computer should be available as a dedicated icon on my desktop.

    27. Re:Monopoly for the illiterate... by Glytch · · Score: 2

      You just know that some psychopath is going to go and create an X window manager that will do this.

    28. Re:Monopoly for the illiterate... by cpt+kangarooski · · Score: 2

      Really the problem is not with right clicking, per se. Contextual menus are in fact, a really good idea. There was never any particular reason at Apple for the one button rule, other than that Raskin hadn't predicted the eventual need for added functionality (e.g. shift-drag for multiple discontiginous select) and didn't like the old PARC methodology, which relied almost completely on menus. (e.g. there was no concept of dragging icons places, by and large)

      Before you go spouting off the old myths about user testing to determine the number of buttons, GO READ UP. There are _frickin'_ interviews with Raskin, with people that designed the mice, etc. that plainly show that the decision was made before there had been any testing, or even software _to_ test. (the Stanford pages are a godsend for this)

      Anyway though, the main problem Windows has always had is that there were typically commands that could only be accessed contextually. That's a big dumb mistake, and one that Apple's HIG specifically addresses. Contextual commands should invariably be available in the menus anyway, so that the UI pillar of 'multiple ways to do things' is properly employed. When I get home, I'm actually going to check on the Win2K box to see if Open With is in the File menu or not. It had better be, but for all the money MS supposedly blows on user testing, they seem to really ignore the test results

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    29. Re:Monopoly for the illiterate... by runlvl0 · · Score: 1

      In an effort to please each and every technophobe's desire to have their all-important feature be only one click away, Microsoft releases "Windows Flat". No menus. No directory trees. No dialogs.

      Isn't that what an operating system is supposed to do? Look, I just want mine to drive the screen and interpret IO. I thought that everyting else was an application, or or is IE really "built right into the OS"?

      "Windows must be a monopoly; I don't see anyone else here... " - with apologies to Travis Bickle
      --

      Carthago delenda est!
    30. Re:Monopoly for the illiterate... by Old+Wolf · · Score: 2

      You need that program that lets you record Windows "batchfiles" by observing your mouse clicks and such

    31. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      A long time ago, Macs used to come with a little tutorial game that's purpose was to teach Click, Double-Click, and Drag as abstract concepts, not GUI actions. (I gave my Aunt a SE and virtually all she did with it was play that game.)

      Windows 3.1 came with a similar thing, although it didn't have an icon in the default progman. Windows 95 only came with some movies that showed you how to do it but didn't walk you through. More recent OSes don't come with any Very New User help at all.

      Anyway, the first time I touched a mouse back in 1985, I remember it was hard to use for a little while. It's really too bad that systems still don't come with a tutorial program.

    32. Re:Monopoly for the illiterate... by loconet · · Score: 1

      I totally agree, he mentions how so many people don't know what *right clicking* is, well if you do add a pretty option in control panel to allow you to change the application that opens a certain file type .. how does this make it easier than a simple right click on the file and then changing the app in the "open with" dialog?

      --
      [alk]
    33. Re:Monopoly for the illiterate... by flegged · · Score: 1

      Apple is monopolizing by only allowing one mouse button.

      Right-clicking is no more difficult, and is often identical to, Control-clicking.

      Or did you not know you could do that? (sniggers at a so-called Mac guru)

      Are Apple ever going to allow a second button to do the same function as Control-click? No. Monopolizing. Only Apple make one-button mice, so the mice bought for Macs are made by Apple.

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    34. Re:Monopoly for the illiterate... by RFC959 · · Score: 1
      Two button mice are difficult for novice users to understand!


      It really makes me wonder how people ever manage to learn to drive cars. "Left, right...no, wait - right, left...man, this stuff is complicated." Come to think of it, maybe that's why there are so many dumbass accidents where someone hits the gas instead of the brake...
    35. Re:Monopoly for the illiterate... by sharkey · · Score: 2

      each and every pixel is assigned a function.

      That seems like it would be complicated, at least until there are special keyboard keys for each function, ala the Windows and Properties keys. Compaq has already taken the first steps toward this.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    36. Re:Monopoly for the illiterate... by Karl+Cocknozzle · · Score: 1

      Despite what Microsoft would have you believe, Win2k is not a majority of PC users. It's not even most of them. All those people running win95/98/NT have been getting screwed for years.

      Saying it's "fixed in 2000" is a copout way of saying "We did it really stupid before."

      --
      Who did what now?
    37. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      haha...flame on!

    38. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      OK, they did it stupid before and fixed it two years ago. Is this a big enough deal that you want a patch for older versions? Or is there some seven year sunset for complaints and were not there yet so bitching's still OK?

      Anyway, I can think of several far worse UI bugs that were in pre-2000 versions of Explorer.

    39. Re:Monopoly for the illiterate... by MWright · · Score: 1

      Windows 3.1 actually came with such a program (recorder.exe), but, for some reason, it's not included with any later version.

      --
      "But really, I think life is just a game of Mao Nomic." -Purplebob
    40. Re:Monopoly for the illiterate... by Karl+Cocknozzle · · Score: 1
      OK, they did it stupid before and fixed it two years ago. Is this a big enough deal that you want a patch for older versions? Or is there some seven year sunset for complaints and were not there yet so bitching's still OK?

      Anyway, I can think of several far worse UI bugs that were in pre-2000 versions of Explorer.


      The point of the column was that the vast majority of Windows users do not have such "easy access" to file type assignments. Yeah, Win2k puts this function in a slightly less obscure place, but again, as of today, since most machines are still running win95/98/nt, so the vast majority of people currently using Windows will not be able to change the file type assignments without help.

      Also, I'd like to dispute the notion that anything involving a "right-click" is "simplified to the point that anybody can do it." Most Windows users don't have a clue what a "right-click" is or what the right button on their mouse really does.

      The simple truth is that the same vast majority of users who couldn't figure out how to change file-type assignments in Win98 probably still won't be able to in Win2000.

      Expecting these same people who can't find the dialog to be able to do it now just because they moved the function to a slightly less obscure place (that they also don't know how to find/user) is just ludicrous.

      --
      Who did what now?
    41. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      The option is also under the File menu, which is where you'd expect to find commands relating to files.

    42. Re:Monopoly for the illiterate... by F00Fmaster · · Score: 1

      You can run it within other versions, and it works (sort of). The problem is, the 'physics' (internal functions, triggers, keyboard stuff, timers, etc...) got too confusing for the recorder to handle. It only records a small subset of the operations, and so if Microsoft bundles it, it would always have either too much functionality, or too little functionality, or the wrong type (relative or absolute mouse coordinates, for example)

    43. Re:Monopoly for the illiterate... by F00Fmaster · · Score: 1

      Technically, it is. All that stuff is built into an application called explorer.exe. In the system.ini or win.ini or something, you can change shell=explorer.exe to something else, and Windows will be different. LiteStep does this.

    44. Re:Monopoly for the illiterate... by trigger · · Score: 1

      The sad thing is that the average computer user is not that literate about how to configure their system and programs. They will just settle for the defaults, allow automatic updates and whatever program can grab control of the file extensions, well that's the one that they use. I can't tell you how many times I have heard supposedly computer literate people ask me "why does this program open my .jpgs when that program used to?" These companies do it because they can.

    45. Re:Monopoly for the illiterate... by Nameles · · Score: 1

      Litestep can do this, with the hotspots module.

    46. Re:Monopoly for the illiterate... by ameoba · · Score: 2

      The big problem I see isn't so much file associations, but the way they've gone and claimed .DOC as their own. No other word processor can safely call its own files .DOC, which gives MS some major mindshare...

      --
      my sig's at the bottom of the page.
    47. Re:Monopoly for the illiterate... by AbsoluteRelativity · · Score: 1

      > I agree that Microsoft does things specifically to retain a monopoly, but does everything it do have that purpose?

      I'd say yes, but only in the sense that a monopoly is like a wet dream for all companies that want to make profits, and microsoft is no exception. They want to increase their profit then they are going to release products that help them do this, they will focus on features that will help them towards this goal and not do much on features that can be used against them. Its no surprise that places of competition (like competitoin over file types and file type loaders) they are not going to focus that much on that is beyond necesity. IMO winNT was the worst of them all, I had file types associated that I could not fix from the standard interface, I literarly had to go into registery to fix these file type associations. I think it is poor design, but its likely do to less competition, rather then for less competition. That is if a competitor had better and easier means to alter your file types, microsoft would then have reason try to improve theirs, as of right now though, I think they rather not do much work on it.

      --
      disclaimer : My views do not represent those of every one else in slashdot.
    48. Re:Monopoly for the illiterate... by esper_child · · Score: 1

      every operating system should be given their fair chance to prove itself before you can call it utter crap. There should be a rule requiring you to have atleast used an operating system a few times to give it a chance before you completely bitch it out of existance. before i bitched about windows ME i gave it a chance, same with XP, 95, 98(fe/se), NT, linux, macOS, win2k, freeBSD, Amiga (what ever the hell it uses). Other wise i could just sit here and say beOS sucks for blah blah blah reasons and i don't even have to use it to know that. Personally this computer triple boots win2k/win9x (for a few games that won't run in 2k)/freeBSD (for all my *nix needs and occationally when i want to start up a render farm). I can bitch about the shortcomings of Linux because i have used it long enough to get intimate with it, however i won't bother as it would be pointless to right now.

    49. Re:Monopoly for the illiterate... by Anonymous Coward · · Score: 0

      I hear my brothas' music, but I don't see my brothas!

    50. Re:Monopoly for the illiterate... by shyster · · Score: 2
      So, in my mind this is definately a monopoly act. I'm sure Microsoft spends millions of dollars on usability testing on their OS (don't laugh). They know that novice users will never find that Open with dialog, and probably wouldn't do anything with it even if they did find it, but are they going to change it to make it easier to use? Of course not.

      You hit the nail on the head. A brain-dead monkey who can't figure out right-click certainly isn't going to be able to figure out what other program to use to open his files. So it's pointless to make it easier to access, which simply translates to easier to fsck up.

      Come to think of it, why does Windows hide regedit? I mean, you gotta know the name of the command to run it! What the hell? It's obviously a ploy at monopolizing their feature settings! Their should be a big green icon on Regedit that says GO FOR IT!

  14. Come on by Nawak · · Score: 3, Informative

    Every program messes with file associations:

    RealPlayer, Winamp, Quicktime etc...

    What's the difference when it's MS programs?

    You can easily change the assocation by holding shift while right clicking on the file and choosing 'Open with'. You then check 'Always open with...' and there you go!

    Changing the icon is way harder and is a way more annoying thing in windows.

    --
    A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
    1. Re:Come on by knuth · · Score: 2

      I am on NT4 right now.

      To change the association for a file extension which has been grabbed by a program without my permission, it's not as easy as right-click or even shift-right-click. I have to:

      1. Highlight the name of a file with that extension.
      2. Shift-right click.
      3. Open with ...
      4. Always open with this program.
      5. Go to Control Panel.
      6. Find out what Microsoft in its infinite wisdom has decided to call this file type.
      7. Edit the entry. If multiple actions were associated with the file extension before, the "extras" will still be there, and may interfere with the program opening the file at all.

      I would not be surprised if the procedure was entirely different in Windows 98, and maybe even different between Win98 and Win95.

    2. Re:Come on by the_arrow · · Score: 1

      Changing the icon is way harder and is a way more annoying thing in windows.

      Heh, On my work computer, Windows does that all by itself from time to time with some of the system icons (like 'My Computer', or 'Network Neighborhoud'). And no, it's not my friends at work doing this!

      --
      / The Arrow
      "How lovely you are. So lovely in my straightjacket..." - Nny
    3. Re:Come on by Anonymous Coward · · Score: 0

      You shouldn't be using NT. Win98 was designed for clueless people like you.

      Tools->Folder Options->File Types tab does what you want and much more.

    4. Re:Come on by Anonymous Coward · · Score: 0

      Actually i absolutely hate RealPlayer because it does something more evil: It installs itself into the "Run" registry key every time you run it. It is impossible to get that piece of sh*t to run only on demand. Every time I used it, I have to hunt it and remove it from the registry.

      My tray is big enuff, I don't need that stupid realplayer icon on there too.

      I know, I'm whining.. But I hate it!

    5. Re:Come on by ckedge · · Score: 2


      Changing the icon is way harder and is a way more annoying thing in windows.

      Especially if you use your "open with" shortcut. Windows does not properly create the registry entries, and so your new "file type" does not appear in the "File Types" listing, so you CAN NOT set the icon. Or do any other customization.

      Ages ago I learned to stay away from that damn half assed "open with" dialog.

      BTW: I finally got my browsers to open wav files with Sound Recorder. Instantaneous lightweight playback without taking me away from the source page, Sound Recorder closing itself afterwards. What a total Fscking NIGHTMARE that was! I live in fear of something like Quicktime seizing my browser audio associations, because I know it will take an HOUR OR TWO to rediscover the magic configuration that does the job.

  15. Errr... by Purple_Walrus · · Score: 1

    Personally I think that if you find doing this too complicated, you shoudln't even be allowed near a computer!

    --
    ------
    Sig
    1. Re:Errr... by GTRacer · · Score: 4, Informative
      On the whole, I agree with your point. But what the /. community is forgetting is the key difference between people whose lives are pervaded by computing, and people with computers pervading *our* lives.

      My mom is a competent user. But never in a lifetime would she know how to reassociate a file type. She has a crutch in that she can call me and I can either talk her through her problems or go visit her.

      I'm continually stunned by the "expected level" of expertise the industry assumes (or fails to live up to). Case in point: the millions of new DSL users with cheap PC's and 24/7 access. My best friend has had me over twice now to fix his machine from malicious ad/spyware stuffed in his registry.

      Just how are people supposed to know this stuff? Where are they supposed to learn it?

      I'm no friend of the Empire, but they do have a track record of obfuscation. Even if the answer (in 95/98) is a simple right-click, that's a skill that I bet a high percentage of users don't have or understand: "Right-click on this icon, please" [left-click] "OK, I clicked right on top of it. Now what?"

      Microsoft has slowly been coming around to the idea of security throughout key configs. Why not take the "A script is accessing..." IE pop-ups and extend them to anything that touches non-app keys in the reg? And, as previously suggested, an audit app that can clearly show you what's associated where, what runs on startup for whom, and validates key DLL versions?

      GTRacer
      - When Konqueror is as good as IE 5.5...

      --
      Defending IP by destroying access to it? That makes sense, RIAA/MPAA. Go to the corner until you can play nice!
    2. Re:Errr... by gmanske · · Score: 1
      Yeah I agree. A mate of mine who supports an office of older workers that have only started to use computers relays his 'frustrations' to me etc.

      There are people out there who don't know how to double click let alone right click, or remap a file association. But why would Microsoft make it easier (if you can the current method hard) for users to remap associations potentially to competitor products?

  16. Mmm, okay... by athakur999 · · Score: 1

    The writer's problem is that the default file association points to a Microsoft program.

    So what does he propose as a solution? Eliminate the default file association? So when a user clicks on an .mp3 file, for example, he'll have to navigate through an "Open With" dialog and try to find the .exe for whatever program he wants.

    If a user is savvy enough to know where the RealPlayer executable lives, she probably knows enough to set the file associations from within RealPlayer, bypassing the whole issue he's talking about.

    In any case, last I installed them RealPlayer, Winamp, etc. all gave me the option of reassociating file types so that they were the default player.

    --
    "People that quote themselves in their signatures bother me" - athakur999
  17. Question about Macintosh by jedwards · · Score: 1

    What happens if I don't have the application that created the file?

    For example, Bob sends me a plain text file he created with WonderText
    My preferred text editor is WhizzyText and I don't have WonderText installed.

    Am I unable to open the file, or is there an equivalent to file extensions where I can associate WonderText files with my WhizzyText editor?

    1. Re:Question about Macintosh by phillymjs · · Score: 2

      What happens if I don't have the application that created the file?

      It depends.

      If you have MacLinkPlus installed, double-clicking on a document whose creator app you don't have, will bring up a dialog listing the other apps you do have that can open it.

      Otherwise, the Mac will probably just give you a dialog telling you "The file cannot be opened because its creator app can't be found."

      If you have a general idea of what kind of file you're dealing with, try dragging it onto the icon of an application... if the application's icon turns dark, that usually means that it can read that type of file. Dropping the file icon onto the application icon will cause that application to launch, and then try to open that file. You could then do a Save As... and save the file in the format of your chosen app.

      Lastly, you can do batch conversions of filetypes and creator codes with a utility called FileTyper. For on-the-fly editing of type and creator codes from the file's Get Info window, you can use Snitch.

      ~Philly

    2. Re:Question about Macintosh by Anonymous Coward · · Score: 0

      1.) Double-click the app (run it), then dialog-box open the file.
      2.) Drop the file onto the app.
      3.) AppleScript the system-level call by intercepting the directive (variant of #1)....if this seems cryptic, think of why those
      'labels' are available....

      open all blue files w/app I declare...just another method of making an association.

  18. completely true by ruebarb · · Score: 1

    I lost access to JPG and GIF files after uninstalling some scanning software...

    Three days later...I was still no closer...I tried recreating JPG extensions just like JPEG extensions...no go. Trying to create a correct file type was a nightmare.

    Finally, I just said screw it...I open up photoshop now to see my stuff. Who needs I.E. to look at GIFS and JPEG's anyway.

    --

    ----------
    ah honey, we're all resplendent - Bill Mallonee
    1. Re:completely true by Anonymous Coward · · Score: 0

      why do you even need photoshop? It's awful bloated and acdsee works a lot better. (just get the classic version) http://www.acdsee.com

    2. Re:completely true by jiheison · · Score: 1

      Just edit the damn registry.

    3. Re:completely true by Anonymous Coward · · Score: 0

      You are one stupid fucker. Go play in traffic. Bitch.

    4. Re:completely true by plone · · Score: 1

      WHy would you be using Photoshop (or even Internet Explorer) to open Jpegs and Gifs? Just install a freeware program like xnview that opens much quicker than IE, as well as provides you with some basic image editing options. I've been doing that since Win95, and now in XP, there is a default picture viewer that does this automatically.

    5. Re:completely true by Anonymous Coward · · Score: 0

      Did you even consider looking in Windows Help during those 3 days?

    6. Re:completely true by Anonymous Coward · · Score: 0

      No. These people are end users in the guise of people who know shit. You know... like 70% of Slashdot?

      (Granted, I do appreciate the knowledge of the other 30%)

  19. I agree by SirWhoopass · · Score: 3, Insightful
    I don't think it's all that difficult to change registered file types in Windows. It's not something that needs to be changed on a daily basis.

    Much more annoying is having every new application try and make itself the default for a million other filetypes.

    1. Re:I agree by dan_bethe · · Score: 1

      Unless you install or configure Windows a whole buncha times in various locations. You may not need to do so.

    2. Re:I agree by Anonymous Coward · · Score: 0

      Word smarter, not harder, Mr. Medium.

      Specifically on NT there's always been ASSOC and FTYPE commands.

    3. Re:I agree by Anonymous Coward · · Score: 0

      Great, so what are you going to do for the other 95% of the PC market that's running some variant of Win9x, smartass?

  20. Microsoft uber alles!! by Anonymous Coward · · Score: 0

    Mirosoft is just so deeply entrenched, it's like trying to cut out a cancer without hurting any friently tissue. Weakening Microsoft's grab on the industry will take a long time and their efforts to move into related industries (media, music, etc..) definitely makes this a lot more difficult. Linux is definitely a god-sent, but is it enough? Probably not - at the very end it is maybe the growing ubiquity of technology itself that will make companies irrelevant. The more we agree on standards and the more we push for inter-operation of disassociated technologies, the more difficult it will be for Microsoft to bully itself into every market that proves to be lucrative...

  21. Right... by Anonymous Coward · · Score: 0

    We should embed the associated application information into datafiles. That'll break Microsoft's monopoly.

    Doing stuff like actually providing a better alternative to Office of WMA wouldn't work... Nah...

  22. This is silly... by BenCaxton · · Score: 5, Insightful

    This is just plain ridiculous... I'm not a big fan of Microsoft, but saying their anti-competitive because people would have to spend about 5 min learning how to change a setting, but because they're too stupid or lazy to do so microsoft should be forced to hold their hand while they do it?

    What next... Saying that its unfair to have microsoft.com be the default home page for a newly installed copy of ie just because some idiot might want to change it but doesn't want to take the time to figure out how...???

    This goes beyond a legitimate argument to just finding something to complain about because complaining about microsoft is the thing to do.

    --
    Ben
    1. Re:This is silly... by RedHat+Rocky · · Score: 1

      You do notice the use of the phrase "This isn't quite as elegant as the Mac approach" right?

      Yet another Mac weenie trying to get press...

      --
      Anything is possible given time and money.
    2. Re:This is silly... by cpt+kangarooski · · Score: 2

      Nevertheless, you're dodging the issue that you brought up. Before you condemn on that point, you must first determine whether or not the Mac solution (or the BeOS solution, or various other proposals floating about, etc.) are more elegant. If not, why not?

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    3. Re:This is silly... by HiThere · · Score: 2

      It's not rediculous. But, OTOH, I'm not sure what would be a better way. Including a text line at the start of each file saying what application should open it is probably just as difficult to change, and you need to change each one you encounter instead of globally. (Of course, that means that you CAN selectively change each one ... .)
      Magic numbers? Is that your choice? Try changing that! It's no easier.

      So it's not clear what the answer should be.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    4. Re:This is silly... by Sarcasmooo! · · Score: 2

      If what you're really worried about is holding the hands of stupid people, wouldn't the logical reaction be that we don't need Microsoft holding peoples hands and showing them what should be used to run their files? I mean, if individual responsibility were your concern I would think you'd say 'let people figure out what runs an .mp3 themselves, it's not Microsoft's responsibility to hold these peoples hands just because they're too stupid to set a default program themselves.'

    5. Re:This is silly... by Mike+Schiraldi · · Score: 2

      What next... Saying that its unfair to have microsoft.com be the default home page for a newly installed copy of ie just because some idiot might want to change it but doesn't want to take the time to figure out how...???


      Remember when AOL bought Netscape? The (purported) reason was the incredible popularity of home.netscape.com. So, yes, being the default homepage for a huge body of users is a tremendous asset.

    6. Re:This is silly... by RedHat+Rocky · · Score: 1

      As others have pointed out in comments about this article, the Mac Way sounds good at first. Yet there is the same problem in a different manner.

      A file associates itself with the last application to open it. The common way to change this association is to manually open it in the target app again. Ick.

      Personally, I find the Mac implementation of metadata horrible, especially when it comes to sharing files with other operating systems. Windows looks like a friendly playmate by comparision. Note that I am NOT a Windoze person.

      I subscribe to the CLI way. If I want to open a file, I'd rather do it myself via a command line and specifiy exactly which app I want to use.

      What's a better solution? A combination of the UNIX 'file' functionality and a small database handled by the window manager.

      --
      Anything is possible given time and money.
    7. Re:This is silly... by SubtleNuance · · Score: 2

      What next... Saying that its unfair to have microsoft.com be the default home page for a newly installed copy of ie just because some idiot might want to change it but doesn't want to take the time to figure out how...???

      Well, M$ does have an OS monopoly - it doesnt really matter what they do from this point, be it default-homepages or file-types - there will be no *REAL* competition in OS / Computing Paradigms as long as M$ and Windows are allowed this position.

      I advocate a break up (into 5 or 6 pcs) because it will bring an opportunity to the industry to try new things, for new people to have influence, as it stands right now only M$ really has influence and has the ability to stear the computing industry any way it pleases... this is bad for citizens, IT experts && in the long run, the whole of the Personal Computer Industry itself.

    8. Re:This is silly... by cpt+kangarooski · · Score: 1

      Actually, on a Mac, a file is reassociated with the last app to SAVE the file. Opening has no effect. (with a few rare exceptions -- MacAST has an option to do it on an open)

      But of course, a file having a particular binding does not have ANY effect at all on alternative methods of opening it, e.g. through Open dialogs. So this is better than your CLI example. You can _still_ explicitly open a file with a particular application. But if there's one that is used more than the others, you can bind it, and that's the default. It has the ability to work out faster, and in the worst case, is no slower.

      What's wrong with the Mac metadata scheme, BTW? I realize that HFS+ isn't the greatest filesystem... But BFS, NTFS, HFS+ and XFS all have their different appealing points. Could you be more specific?

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    9. Re:This is silly... by anshil · · Score: 1

      you're right,

      however i remember my windows 3.1 installation with Netscape (guess 3.0 or so) and internet explorer 3, and every time internet explorer startet out of some reason, who do you think had the .html after that? No question, nothing silently stole the extension, however that this was 'fixed' with IE 4. At least Nescape asked me every time it started that some other browser took the html extension, and if I want netscape as default browser again (+ an never check again box)

      Well it are some years ago, but that times I was pretty angry about IE and ms, and how they fought the browser war.

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
    10. Re:This is silly... by RedHat+Rocky · · Score: 1

      As I said, Macs accessing a file share along with other operating systems is a PITA. Either you dump the metadata, making Mac people unhappy because they don't get their pretty little icons, or you use something like netatalk and friends to store the metadata in special directories. Which causes the file share to look cluttered with redundant files to those other OSes.

      Yes, one configure the file share to filter out the metadata in theory, though it doesn't work out all that way in fact. I speak as someone who supports Mac clients connecting to file shares on a Solaris machine via netatalk.

      In this connected world, cross platform file sharing is a requirement, not an option.

      I find the CLI to be much faster, you specify the app you want and the data file in one command. Point and Click requires: Launch App; File->Open ; Find data file ; Phew, finally there!

      I'd much rather do:
      gimp pics_of_my_vacation/*.jpg &

      --
      Anything is possible given time and money.
    11. Re:This is silly... by greed · · Score: 1

      Why not drag the icon of the file you wish to open and drop it on the app icon? Works on the Mac, Amiga, Windows, and even OS/2. (I've never used BeOS.)

      On the Mac, the app icon won't highlight unless the file is of a type supported by that app. So you know right away dropping an MP3 on your paint program isn't going to work.

      With tabbed folders, this is really convenient; drag an icon over the tab, the window pops open, and onto the app you want.

      Sometimes ya just gotta hold the button _down_, clicking isn't good enough.

      And I still haven't heard a good reason for putting something as critical as "filetype" into the (user-modifiable, user-visible) _name_ of the file.

  23. It's not that hard... by hendridm · · Score: 1

    "Windows makes you go on a mad hunt through menus and folders and options to find the dialogue box that lets you make any such change"

    If you want to change a file association, you can just Right-Click in Windows 2k and select "Open With...". If you are using Windows 9x, you can Control-Right-Click and select "Open With...". Then, choose your application and "Always use this program to open these files."

    If that's difficult, perhaps the author should use a different OS...

    1. Re:It's not that hard... by ers81239 · · Score: 1

      Not only that, but if you leave the 'Always use this program...' box blank, Windows will still remember which program you used and add it to the pop-up menu when you right-click that type of file in the future.

      I'm trying to escape the mother company like the rest of us, but this article is a little off track I think.

      It can't be that hard to take control of file types...hell, RealPlayer runs even when I DON'T click on anything :)

      --
      there are 2 kinds of people. those who divide people into 2 kinds, and those who don't.
    2. Re:It's not that hard... by splorp! · · Score: 1

      Some programs are rather tenacious with their associations. If you have trouble maintaining a different program's association, try adding an additional association in the right click menu. Simple instructions are found here:

      http://tech.observers.net/article.php?sid=26

      --
      Please don't humanize the morons around me. It makes me very uncomfortable.
    3. Re:It's not that hard... by Anonymous Coward · · Score: 0

      This isn't correct.

      Try Shift-Right-Click and select "Open With..."

  24. So what? by Husaria · · Score: 0

    Another article that picks at Microsoft because they have a feature that is too hard to find.
    Bullshit
    I can find the thing quite easily. Under my comptuer and under Folder Options.
    The file tabs aren't hidden, they are easily visible. Just look up at the tabs like every other menu tab in windows.
    Not all comptuer users are comptuer-smart, and if they decide, "oh hell, lets open mp3 with wordpad" and they won't even get the damn thing to do what it is supposed to do, instead, you get a text full of symbols and such.
    Most people already know about the big programs out there and will ask how do they get the programs they want.
    Believe me, lots of people STILL use winamp, even after MS' bundling of WM into the system.
    I use emacs and vi for development, not visual studio, for my programming.
    I use xchat, not mschat. (All of the progs are on a win2k computer)
    And it goes on and on.
    Its not just up to us to tell ms how to make their own product, but to educate others on how to use the computer and so on.
    And stop bitching at microsoft for the littlest things.
    Next they'll bitch for having IE in the start menu
    popup

  25. Monopoly? by zpengo · · Score: 2
    If Microsoft restricts or makes it difficult to change what applications work with certain file or data types, they're just shooting themselves in the foot. The more they make it "Microsoft everything", and the fewer options they give people, the more frustrated people are going to become with the Windows operating system in general. It was bad enough when we couldn't choose the operating system; Now we can even choose what software runs under it?

    People will start to realize this; Even your grandmother.

    --


    Got Rhinos?
    1. Re:Monopoly? by BluePenguin · · Score: 1

      The more they make it "Microsoft everything", and the fewer options they give people

      I think MS is actually at a disadvantage here. When you install the OS, sure, you get MS associations. But because the OS doesn't ship with competing products, you then have to add those products. Example... Media player owns MP3s by default, but when I install Winamp, winamp gives me the ability to change the association. Because you're adding competing software after the OS is installed, MS looses the ability to controll things.

      I've yet to recieve a message from Media Player saying that "Media player is not the default player for MP3s, would you like to change..." though I do get that message from some versions of Real Player.

      Honestly, I don't think that this helps MS w/ Monopoly power... though it does annoy the user, and I agree with the article that it should be easier to change file associations.

      --
      If I can't see it in Lynx I'm not interested.
  26. this is largly hype by kilgore_47 · · Score: 2, Insightful

    from the salon article:
    The trouble is, even if some court orders Microsoft to throw Real Player into the Windows package, it doesn't make much difference if most users can't figure out how to switch the default player of music files from Windows Media to Real. When Joe User clicks on a music file, even if he likes Real Player and prefers to use it, Windows Media Player will open and play the file. Unless Joe is a power user or an extremely persistent fellow, he will eventually give up on Real. The competitor's software will sit on the hard drive, unused, while Microsoft takes over yet another market.

    When the author resorted to this argument, they lost some credibility. RealPlayer asks you, repeatedly, if it can set itself to be the default player for ALL of it's supported media types.

    I agree that file typing via .3 extensions sucks, and I agree that microsoft's interface for changing it sucks.
    But I think RealPlayer making itself the default program for mp3 files (which nobody in their right mind wants) is more of a problem than other media types defaulting to WindowsMedia player.
    Afterall, what do you really want to use RealPlayer for besides playing their propritary file format (which will be asigned to it anyway!)?
    I realize it CAN play other files, and it makes an attempt to set itself as the default program for other types of files, I just don't think anyone actually wants to use it for those.

    I mean, to play mp3s I could use winamp (for free) or I could use RealPlayer (pay or be subjected to annoying ads).

    --
    ___
    The way to see by faith is to shut the eye of reason. --Ben Franklin
    1. Re:this is largly hype by Fjord · · Score: 2
      You need to read the paragraph again. Basically, he is saying that if the government orders Microsoft to include RealPlayer (or Netscape) with the default installation of windows, or even just all OEM versions of windows, that they can still leverage their desktop dominance by making RealPlayer an option on a menu under programs, and having all the relevant file extension default to Windows Media Player.


      My solution was to order them to incude the software, and to have no extensions using their software (maybe txt is fine), and instead point to the competators. Also, no other software packages can fiddle with the settings (so installing Office won't reassign HTM to IE, although it is fine to have it launch IE directly). This would either have Microsoft's software sitting on the drive bitrotting, or they will come up with a way to make it easy to manage extension.

      --
      -no broken link
    2. Re:this is largly hype by Anonymous Coward · · Score: 0
      RealPlayer asks you, repeatedly, if it can set itself to be the default player for ALL of it's supported media types.


      And if you say no every time it still does it anyway. Fucking RealPlayer P.O.S.

    3. Re:this is largly hype by Anonymous Coward · · Score: 0

      fuck real player right in the ear.

      i hate that fucking program.

  27. I don't think it was their intention by Red+Aardvark+House · · Score: 1

    File extensions and associations were a way of reconciling between a GUI interface and the matching of files to apps.

    What bothers me about this whole rant is that this time, Microsoft is not forcing users to do anything. Admittedly, it's not easy, but even I managed to do it well before the time I became a "power-user".

    Microsofot is simply taking advantage of user inertia. Want a simple solution? Pass around the information in the article on how to change registered file types and gain users' attention by expouunding on its conveninece - convenience on using the app you want to do your task.

    --

    I like fire ants. They are very spicy!

  28. Obscure, but not difficult... by Daniel+Rutter · · Score: 5, Interesting

    Scott Rosenberg, the author of the Salon piece, says Windows "makes you go on a mad hunt through menus and folders and options to find the dialogue box that lets you [change the app that opens a given file type]". Well, yes, it does, unless you shift-rightclick a file and use the "Open With..." option.

    This doesn't really weaken Rosenberg's argument, of course, because this is just one of the zillion and three Windows shortcut thingies that Joe Average doesn't know about. Joe's no more likely to use this than he is to fish his way through to the long-form File Types dialogue. But all of us windswept and interesting Slashdotters who choose/are forced to use Windows ought to know it :-).

    Dang it, I used to use an Amiga. Directory utilities on the Amiga just looked at the darn file header. Your IFF image could be called notapicture.txt and it'd still display JUST FINE. A 1Gb footprint for WinXP (which, I hasten to add, I _am_ going to install when next I upgrade my Tiny God), and it still can't do that?!

    Come to think of it, that'd be an anti-Sircam-ish sort of feature. "You have attempted to open a file whose extension is PIF, but which appears to be an ordinary executable. That's odd. Would you like to check this file against the new and wonderful Microsoft Proprietary Crushing All Opposition Virus Database to see if it's one of the many things that takes advantage of our monopoly almost as well as we do?"

    1. Re:Obscure, but not difficult... by jedwards · · Score: 1

      Examining the header just makes things worse in the context of the article.
      If you have two programs installed that can display jpeg files, there still has to be some way for the shell to decide which application to use.
      At least with registered extensions there is some sort of database of format to application.

      How would you do the same with headers?
      This file starts with "JFIF" what application would you like to use "paintshop", "real player" or "notepad"

    2. Re:Obscure, but not difficult... by jedwards · · Score: 1

      perhaps a better list of applications would be 'paintshop', 'internet explorer' or 'that kodak photoeditor thing', since they can all display jpegs.

    3. Re:Obscure, but not difficult... by Rogerborg · · Score: 2
      • unless you shift-rightclick a file and use the "Open With..." option.

      As Scott goes on to say, he's been "told" that under Win2K (and WinXP?) it's a simple right click. I find it hard to believe that Scott didn't know this, and as he sticks to his guns and claims that this is still too complicated for Joe Sixpack, his whole article is basically flamebait.

      --
      If you were blocking sigs, you wouldn't have to read this.
    4. Re:Obscure, but not difficult... by SuperKendall · · Score: 1

      But what if it's a text file that just happens to start with "JFIF"? I think that was part of the point.

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    5. Re:Obscure, but not difficult... by Danse · · Score: 2

      Most people don't know the little shortcuts in Windows. I don't know of a single person in my office that knows any of the shift-click shortcuts. If you right-click on a file that is already associated with an app, you just get the "Open" option, not the "Open with" option.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    6. Re:Obscure, but not difficult... by ScoLgo · · Score: 1

      Hmm... maybe Scott is Joe Sixpack?

      --
      "Michael, I did nothing. I did absolutely nothing - and it was everything that I thought it could be."
    7. Re:Obscure, but not difficult... by Anonymous Coward · · Score: 0

      You did read the post you replied to, right? That is no longer true as of Windows 2000.

    8. Re:Obscure, but not difficult... by cpt+kangarooski · · Score: 1

      That's why headers are only one method to determine file type. In fact, it's about the worst possible method, because it involves a much more significant performance hit, and doesn't always work. (quick -- is a file js, txt, html? -- hard to tell)

      Personally I like the Mac and BeOS methods, where information regarding the creator of the file is attached to the file itself. It permits you to have certain files open with certain apps by default, and others of an identical type open with a different app by default. Handy if you write html code in an editor program, and keep archives of web pages that are for display only that open in a browser.

      usually it's a good idea to go with belt and suspender solutions.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    9. Re:Obscure, but not difficult... by GreenBugsBunny · · Score: 0

      You might be surprised how many "joe sixpacks" don't even know what a right-click is. I saw some stats about it somewhere (don't remember specifics, though) and was absolutely shocked. I guess the right-click context menu is just one of those things I really take for granted.

    10. Re:Obscure, but not difficult... by Rogerborg · · Score: 2
      • You might be surprised how many "joe sixpacks" don't even know what a right-click is

      OK, fair point. However, let's not think about that too much. It's scary. ;-)

      --
      If you were blocking sigs, you wouldn't have to read this.
    11. Re:Obscure, but not difficult... by Snaller · · Score: 1

      How would you do the same with headers?
      This file starts with "JFIF" what application would you like to use "paintshop", "real player" or "notepad"


      Same problem you have with extentions..

      --
      If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
    12. Re:Obscure, but not difficult... by jedwards · · Score: 1

      Exactly!

    13. Re:Obscure, but not difficult... by GutSh0t · · Score: 1

      I have had times when trying to force WinAmp to play MP3s and Wav files rather than Media Player where when I used the "Open with" method, it was sumarily ignored and used Media Player anyways. I had to use the cumbersome Folder options method and entries in the Win.ini to force the issue.

      Can't we just have a .mimecap?

      --
      I started with nothing and have most of it left.
    14. Re:Obscure, but not difficult... by Anonymous Coward · · Score: 0

      >Directory utilities on the Amiga just looked at the darn file header

      Sounds like fun over a 300 baud NFS mount.

      God help me that I live in such a technology-impaired area that I still worry about stuff like that...

  29. This is a feature of W2K by gruntvald · · Score: 1

    Maybe the author didn't realize it, but this very concept has been touted as one of the "improvements" in Windows 2000 - you can choose "open with" and change your default right there and then. You can even register multiple applications with filetypes.

  30. last one in wins by kisrael · · Score: 2

    This is an annoyance, but I don't think it's such a dark conspiracy. Like others have pointed out, many programs play the "fight for the extension" game, especially for multimedia, and usually the last one in wins.

    Of course it's silly how hard it is to "roll your own" file associations, you have to use this weird macro language.

    I think smarter programs will always have a preferences screen that let you regrab the extensions. IrfanView is a good example of that. And well behaved programs won't keep trying to intrusively ask you if you want to use them instead.

    --
    SO YOU'RE GOING TO DIE: The Comic for Dealing with Death
  31. Slow News Day? by hAkron · · Score: 1

    Uh! Another shabby article that paints Microsoft to be The Evil Sheriff of Nottingham on the basis that most users wouldn't bother to read their manuals or the online help file, or even use their heads once in a while. The Windows Developers haven't tried to obscure the process of file re-association, they haven't made it difficult for software vendors to code in their own file associations...All they are guilty of (in this one specific instance) is putting a seldom used function off to the side, possibly requiring a user to do a little investigation to change an association...Would you want casual users to have the easy ability to change file associations at a whim? I don't know who your users are, but I certainly wouldn't want to afford that ability to every "Joe Mouse Click" that I support.

    1. Re:Slow News Day? by Happy+Monkey · · Score: 1

      most users wouldn't bother to read their manuals

      Their what? Does MS still supply manuals?

      --
      __
      Do ya feel happy-go-lucky, punk?
    2. Re:Slow News Day? by Anonymous Coward · · Score: 0
      Their what? Does MS still supply manuals?


      You're kidding, right?
    3. Re:Slow News Day? by flegged · · Score: 1

      Does MS still supply manuals?

      It's called the F1 key. On newer keyboards (including the one I'm typing with right now), it's even marked "Help".

      As Linux users say, RTFM. Except that F1 is a lot easier than "man cabbage"

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    4. Re:Slow News Day? by creepy_chris · · Score: 0

      http://support.microsoft.com there's your manual tough guy

  32. BeOS did file extensions right by UnknownSoldier · · Score: 1

    "The BeOS Bible" by Scott Hacker has a 3 page blurb on why Mac and Windows buggered up file extensions. (Mac assumes that the viewer of a file is the same as its creator. Windows has the problem that if you rename the file, double-clicking on the file no longer brings up the proper app. Window's "Open With" is a hack, but a workable one.)

    Be's solution was to use the mime class/type. Even executables use this! i.e. If there is no app to handle image/jpeg it looks for apps that can handle image/*

    I can quote more from the book if people are interested.

    1. Re:BeOS did file extensions right by dinivin · · Score: 1

      No need to quote it, just link to it :-) Actually, I'm not sure if it's the entire chapter from the printed book, but it's pretty close.

      Dinivin

    2. Re:BeOS did file extensions right by Anonymous Coward · · Score: 0

      If you look carefully in the File Types tab on Windows 95/98/ME/2K/XP you will see that it as well uses MIME types.

    3. Re:BeOS did file extensions right by dinivin · · Score: 1


      Well, it's not nearly the same... It uses the files extension to determine the MIME type. If an application isn't associated with the MIME type with that file extension, Windows is at a complete loss. BeOS, on the other hand, deals with the situation quite elegantly.

      Dinivin

    4. Re:BeOS did file extensions right by Anonymous Coward · · Score: 0

      No coincidence that BeOS postdates MIME types while Windows and MacOS predate them. Being unable to copy a non-existent RFC hardly qualifies as "buggering it up".

    5. Re:BeOS did file extensions right by UnknownSoldier · · Score: 1

      Ah sweet. Thx for the link!

      I'll have a look tonite and see what differences the book has from the online version.

    6. Re:BeOS did file extensions right by Mandelbrute · · Score: 1
      No coincidence that BeOS postdates MIME types while Windows and MacOS predate them. Being unable to copy a non-existent RFC hardly qualifies as "buggering it up".
      That's true, QDOS predated MIME types. Windows XP however is somewhat newer and so has no excuse. I might give WinXP a try though, I've heard that it now has all of the multiuser functionality that CP/M (which predated QDOS and ran on personal computers) had and Win2k hasn't. Now I'll be able stop EVERY user on the local network seeing ALL of my files in the shared directories, without having to create lots of shared directories for different groups.

      Now we just need to be able to run dodgy shareware without it having admin permissions to the whole box.

  33. Never Blame On Malice... by Carnage4Life · · Score: 5, Insightful
    ...what can adequately be blamed on stupidity. The Salon article goes on and on claiming that the fact that the menu options to change the default program that should be used to open a file with a given extension is buried deep in a bunch of menus is the indication of some sort of conspiracy theory. I assume the writer isn't used to using Microsoft products because if he was he'd realize that poorly placed yet important functionality is a staple of Microsoft software. Recently I've had problems like that with MSFT software such as:
    1. I've spent months trying to figure out how to turn of auto-indenting in numbered lists within Word 2000 with no success.
    2. Using typeid() and other RTTI features is disabled by default in Visual C++ 6.0 and requires finding a very hidden, nested menu to turn it on. This took hours to find.
    In general most of their products seem to lack a good Human Computer Interaction factor. But to go as far as calling bad design, some sort of attempt to keep a monopoly seems rather excessive to me, especially since it's fixed in Windows 2000 so that right-clicking on a file brings up the shortcut menu complete with an option that says "Open With..." where you can specify what program to open the file with and if you want the program permanently associated with that file extension.
    1. Re:Never Blame On Malice... by Amazing+Quantum+Man · · Score: 2

      I've spent months trying to figure out how to turn of auto-indenting in numbered lists within Word 2000 with no success.

      Yeah, and try using styles for nested numbered lists. They don't restart properly!

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    2. Re:Never Blame On Malice... by programcsharp · · Score: 1

      1) Go to Tools->AutoCorrect
      2) Go to the Autoformat As You Type tab
      3) Deselect Automatic numbered lists

      While you're at it, you might want to turn off the menu folding.
      1) Go to Tools->Customize
      2) Go to the Options tab
      3) Deselect Menus show recently used commands first

      Chris

    3. Re:Never Blame On Malice... by Old+Wolf · · Score: 2

      I find that the overhead involved in typeid() and RTTI (and the difficulty in getting it to work!) is too much. It's far easier (and often more practical) to add an identifier flag to your class.

    4. Re:Never Blame On Malice... by LS · · Score: 2

      The colloquialism ("Never blame...") is appropriate if you don't know the character of whom you apply it to. Most of us know that Microsoft has repeatedly and regularly exhibited malice as well as marketing genius, so I wouldn't attribute it to stupidity.

      I'm sure Microsoft is fully aware of how users use their products. They have large teams spending many man hours analyzing every feature of the OS and run many usability tests, though the goal of the tests is not always for maximal usability, but also to see if users use the product the way they want them to.

      --
      There is a fine line between being a cultivated citizen and being someone else's crop. - A. J. Patrick Liszkie
    5. Re:Never Blame On Malice... by Anonymous Coward · · Score: 0

      Isn't it interesting that one of the most common criticisms of free software (insufficient/clumbsy UI) also exists in expensive commercial software?

    6. Re:Never Blame On Malice... by mckyj57 · · Score: 1

      Isn't it interesting that one of the most common criticisms of free software (insufficient/clumbsy UI) also exists in expensive commercial software?

      It is the complaint about almost every bit of software. As an author myself, I would place it second to the docs as the numero uno source of complaints.

      Both docs and UI are excruciatingly boring grunt work, but even that would be acceptable if you received any thanks for it. 8-) The thanks seems to come from the wizzy features.

      The really disappointing thing about doing docs is even if you do them, many of the users have not progressed far enough to use grep(1) or a similar search facility to look for text. So you receive complaints even if the docs exist and can be found.

  34. Off-topic, but related to file extensions... by antdude · · Score: 2

    There are times when you need to know kind of file extension it is. ExtSearch is useful. It helps you to determine the file format. :)

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  35. Ah, but it is also their Achilles (sp?) heel by AKAImBatman · · Score: 2, Interesting

    I thought about this some (before this article), and came to the realization that any program I create should steal as many extentions as possible under Windows. Why? Because once you steal the extension, the mindshare is shifted to your program instead of Microsoft's.

    By the same token, would I want Real Player to automatically take over my Desktop? Not a chance. The difference is that Real Player is a piece of bloated s**t that deserves to die. They have not produced a GOOD product in a very long time. Netscape 6.1/Mozilla and StarOffice OTOH, should detect all the extentions it supports, check if they are not registered or registered with "System defaults" (read: Microsoft) and automatically switch them. As long as it doesn't switch any non-M$ software, people will hardly notice and just come to expect the new software. Then and only then will you start hearing "You're still using IE/Microsoft Office? Geez. Go get some real software."

    1. Re:Ah, but it is also their Achilles (sp?) heel by Anonymous Coward · · Score: 0

      That's actually a pretty interesting idea. The IE component is provided as a system library, theoretically the IE browser app is an example application like Calc.exe or Hyperterm.exe.

      Replacing the system defaults shouldn't be looked upon as a negative (though Netscape would definitely be a backwards step), but actually a nice fleshing out of the OS.

      As for Office, though, it is hardly the Default application. It may come pre-installed, but it is not part of the OS and is not a sample app for the OS.

    2. Re:Ah, but it is also their Achilles (sp?) heel by AKAImBatman · · Score: 1


      As for Office, though, it is hardly the Default application. It may come pre-installed, but it is not part of the OS and is not a sample app for the OS.


      But you wanted to replace M$Office when you installed StarOffice, didn't you? I mean, that is the Microsoft way, isn't it? :-)

    3. Re:Ah, but it is also their Achilles (sp?) heel by Anonymous Coward · · Score: 0

      Then you ought to replace all extension registrations that pertain to your program. You're no better off than you were before! :-{

    4. Re:Ah, but it is also their Achilles (sp?) heel by AKAImBatman · · Score: 1

      Then you ought to replace all extension registrations that pertain to your program. You're no better off than you were before! :-{

      Nah. I think that M$Office is really the exception, not the rule. The reason of course is that it is one of the few programs that M$ doesn't bundle. Of course one could follow the previous rule in this case and never replace M$Office extentions if M$Office is installed. The trick of course is that it will make it harder to unseat it from power, and until all file formats are non-proprietary (StarOffice XML rules!), the war will still rage on.

  36. My gripe with extensions by Gruneun · · Score: 3, Insightful

    The arguement is really not an issue for most people. The people who know they can change a file extension asociation, will. The people who want a different program to open it, will learn. Last, the people who don't know, don't care.

    My greater gripe is programs that change extensions be required to display a "warning, proceed?" message during installation (much like a security grant for Java or ActiveX) if the extension is already associated with a different program. It burns me every time I install some software and it becomes my cd and mp3 player. Yes, I know how to change it, but it's still irritating.

    I never considered the extensions menu particularly difficult to find or use. Not everything can be in the Start menu.

    1. Re:My gripe with extensions by Fjord · · Score: 3, Insightful
      Not everything can be in the Start menu.


      I don't see what's wrong with putting this under Start|Settings. It is a setting, after all. Why do I have to start up Windows Explorer to change how Internet Explorer opens files?

      --
      -no broken link
    2. Re:My gripe with extensions by Anonymous Coward · · Score: 0

      Not everything can be in the Start menu.

      In Windows 98, didn't they put the Folder Options dialog in the Start menu? :-) I think it was under Settings.

    3. Re:My gripe with extensions by flegged · · Score: 1

      It's in the Control Panel (Folder Options, from Win2k onwards). Where it should be. And also accessible from Windows Explorer - where you would be when you realised you needed to change a file type. How can that possibly be bad UI design?

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
  37. Windows annoyances by sting3r · · Score: 3, Insightful
    This is just a symptom of the generally uncooperative nature of Win32 applications. Windows software does not know how to share; how to place configuration information under HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE; how not to leave necessary files in c:\windows; how not to mess up your Start menu, desktop, and registry upon installation. You think Freshmeat is full of amateurish, half-baked projects? Take a look around your local software store and you'll find the same exact thing.

    In short, Windows applications are a textbook example of competition at all costs. Spyware and "gator" controls install themselves, behind the scenes, and mess with every other application. Many applications install "quick start" programs in the system tray or as services, wasting your resources and time in the vain hope that you'll use their software more often. It's no-holds-barred capitalism. Applications fight with each other over eyeballs and control of your system, and you're left with a mostly-unstable computer that blares ads at you and has a dozen security holes.

    And that is why I run Linux. Because the coders who wrote my applications had respect for me, the user.

    -sting3r

    1. Re:Windows annoyances by Junks+Jerzey · · Score: 2

      Windows software does not know how to share; how to place configuration information under HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE; how not to leave necessary files in c:\windows; how not to mess up your Start menu, desktop, and registry upon installation. You think Freshmeat is full of amateurish, half-baked projects? Take a look around your local software store and you'll find the same exact thing.

      I have never had trouble like this with _any_ Windows applications. I hate installers, and I'm not a big fan of Windows, but I think you're overstating your case.

    2. Re:Windows annoyances by sting3r · · Score: 1
      Umm, ever installed AOL? Netscape? RealPlayer? Morpheus? Ever tried to install Win2k in a multiuser (roaming profile) setting? Ever tried to copy applications from one Windows PC to another by just copying the appropriate files and registry settings?

      Didn't think so. Work desktop support for a month and you'll see the difference in your blood pressure.

      -sting3r

    3. Re:Windows annoyances by Fjord · · Score: 2

      I had problems like this when my ex-roomate was using my WinME machine when she lived with me. We had these ads that would popup and wouldn't close for 30 seconds. There was a vbs script in the startup that would contact some spam filled site everynight (seemingly unrelated, as removing the script did not remove the ads). These weren't viruses, these were things she blindly said "OK" to. I had to do a reinstall. I'm computer literate. She isn't, although she spent most of her spare time (and work time) surfing. I shudder to think what her computer at work is like.

      --
      -no broken link
    4. Re:Windows annoyances by Anonymous Coward · · Score: 0

      Try logging into a 2000 box as a new non-administrator user. Notice how many programs
      1) Don't work
      2) Don't have Start menu items
      3) Share configuration info with the administrative user.

      All of this violates recent Microsoft guidelines, however you will find quite a older few Microsoft apps that are guilty.

    5. Re:Windows annoyances by Anonymous Coward · · Score: 0

      >>Umm, ever installed AOL?

      Ick. Who would want to do that?

      >>Netscape?

      That buggy POS? I'll stick with IE6, thanks (now that's a sentence I'd never thought I'd see on /.)

      >>Morpheus?

      Yes, I have. What's your problem with it? The ads in the lower right corner? Morpheus uses Windows' browser engine to draw the screen. Any ad killer app (like Proxomitron) will cut them out.

      >>Ever tried to install Win2k in a multiuser (roaming profile) setting?

      Sure have. It works quite nicely.

      >>Ever tried to copy applications from one Windows PC to another by just copying the appropriate files and registry settings?

      There's a nice piece of shareware out there that will do just that automatically. Works very well. I was able to transfer several programs from my dad's PC to his new laptop with a minimum of fuss. Wish I could remember the name of it. I think it came from ZDNet (a lot of good that'll do you).

      >>Didn't think so.

      Please keep the vitriol and insults to a minimum and maybe people will begin to take you seriously.

  38. Question about "Open With" by Tablizer · · Score: 1

    (quote) Shift-Right-Click on the file, choose Open With on the menu that pops up, and pick a program. Wow. That's tough. (end quote)

    I don't always see the Open With option. But even when it works, it lists *all* applications, not just those relavant to the file extension or type.

    A better solution would be to associate *multiple* applications to a given extension, and then have it list that set upon Open With (with the option of adding to the set from the entire pool of applications.)

    (begin rant)

    I want a Table Oriented OS where I can issue any fricken query I want to find and manage files, directories, etc. I am tired of being stuck with Linus' or Gates' version of OS collections.

    Free the collections!

    (end rant)

    1. Re:Question about "Open With" by jiheison · · Score: 2

      I don't always see the Open With option.

      I have never had it not appear if I highlight the file first, and then Shift-Right-Click.

      A better solution would be to associate *multiple* applications to a given extension, and then have it list that set upon Open With (with the option of adding to the set from the entire pool of applications.)

      This is incredibly easy to accomplish with a few simple registry edits. Just clone the existing Open/Open With entries and point them to the apps you want to use.

    2. Re:Question about "Open With" by eric2hill · · Score: 1

      I want a Table Oriented OS where I can issue any fricken query I want to find and manage files, directories, etc. I am tired of being stuck with Linus' or Gates' version of OS collections.

      Look at Oracle's Data Dictionary concept. Quite nice. I'd go for an Oracle OS, it'd just cost an arm and a leg. Oh, and another arm. And an ear. And a few feet of lower intestine...

      --
      LOAD "SIG",8,1
      LOADING...
      READY.
      RUN
    3. Re:Question about "Open With" by Anonymous Coward · · Score: 0

      A better solution would be to associate *multiple* applications to a given extension, and then have it list that set upon Open With (with the option of adding to the set from the entire pool of applications.)

      Windows 2000 (and I assume XP?) does this. If you double click on a file it will open with the default program. However, if you right click on the file, a Open With menu appears, you can then select the other listed programs to open it with. Note: this Open With is not like the ones in previous Windows versions, it is sub menu that shows up and shows a list of applications that can open the file.

    4. Re:Question about "Open With" by Anonymous Coward · · Score: 0

      A better solution would be to associate *multiple* applications to a given extension, and then have it list that set upon Open With (with the option of adding to the set from the entire pool of applications.) That's what the evil satanic WinXP does

    5. Re:Question about "Open With" by Curien · · Score: 3, Informative

      I don't always see the Open With option. But even when it works, it lists *all* applications, not just those relavant to the file extension or type.
      A better solution would be to associate *multiple* applications to a given extension, and then have it list that set upon Open With (with the option of adding to the set from the entire pool of applications.)


      I don't know about WinME (but I assume it's true there as well), this is a feature of Win2K. First, there's an "Open With" option on the context menu *without having to click shift*. Second, the option is actually a secondary menu that lists *all* of the programs that were *ever* used to open files of that type with the "Open With" option.

      I use this feature frequently. I have my MP3 playlist loaded in Winamp, and if I want to check out a song I just downloaded, I right click->Open With->Media Player, so my playlist remains intact. Or I can choose whether I want to open JPEGs in PaintShop, ACDSee, IE, or whatever.

      This takes exactly the same number of mouse clicks and marginally more time than double-clicking.

      --
      It's always a long day... 86400 doesn't fit into a short.
    6. Re:Question about "Open With" by dragons_flight · · Score: 2

      I don't always see the Open With option. But even when it works, it lists *all* applications, not just those relavant to the file extension or type.

      A better solution would be to associate *multiple* applications to a given extension, and then have it list that set upon Open With (with the option of adding to the set from the entire pool of applications.)


      I have multiple Windows boxes around me and Win ME does have that kind of functionality. Right-clicking (no shift) always produces an expandable "Open With ->" menu option. This option gives a list of all applications that have ever been used to open a file of this type, plus there is a selection at the bottom to get the list of all installed applications.

      It's very useful. I've lost track of how often I've used it choose between Notepad, WYSIWYG editors, and Word for doing various HTML development.

      I don't remember if Win2K has the same functionality, and I've yet to use XP so I don't know if it's included in the next generation, but I'd say ME does a pretty good job in this respect. (Now if only it could manage system resources worth a damn.)

    7. Re:Question about "Open With" by Old+Wolf · · Score: 2

      We shouldn't forget about the great "Send To" item on the right-click menu either. Chuck all your favourite apps in the send-to bin, then you can whip them up whenever you like.

      I usually use this to view readme and .c files in notepad (so that I don't have to load bloated Word/Wordpad, or my compiler, just for some quick reference), or to view any other file in notepad (or vi for that matter).

    8. Re:Question about "Open With" by Anonymous Coward · · Score: 0

      "people always discover the Higgs Boson when their funding is about out."

      Man, I love this sig! :P

  39. Why is this such a great concern? by Tim_F · · Score: 3, Insightful

    It's not really that big of a deal. If you want to use a different program, all you have to do is start that program, and open the file that you want to use. All Microsoft is doing here is making things easier for the end user. If you want to stop using Word to open .doc files, remove it, and install Corel Office.

    Other companies (as was pointed out in the article) have been doing this for years. Why is this suddenly such a big deal? Because the author needed to come up with a column. Pick something that wasn't a big deal, and turn it into one.

    Microsoft should not be painted with such a black brush simply for trying to make it easier to be a user of their software.

    1. Re:Why is this such a great concern? by ReelOddeeo · · Score: 2

      What if I need to install Corel Office, Word, and Star Office?

      What if it is not an acceptable option for me to have only one ".doc" handling application?

      [Exercise for non-Mac users: What if multiple applications use the ".doc" suffix but store different, incompatible types of data in it?]

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
  40. Not the greatest article. by scott1853 · · Score: 2

    "Microsoft has always done its best work when faced with real competition"

    Does the author mean their best software? If he did, then that would be MS-DOS 5.0, circa 1990. I would truly take this statement to mean their best marketing work. Gates has admitted it before, that when the going gets tough, they throw some more money into marketing.

  41. Not Surprising by White+Roses · · Score: 1

    I don't find this surprising in the least. The few times I have "worked" on windows, it seemed to me that the constant, irritating changes to what file extension means what got very old very quickly. Linking the file extension to the program that uses the file is simply stupid unless you want to limit yourself to 46656 total apps
    in the world. And someone gets .ass and .fck of course. Extensions can get longer than three chars, but it's been that way for so long in windows that few know how else to do it.

    The better way to go is to link the file itself to a program via some sort of metadata (someone will remember the /. article on that, I am sure). Then you don't even need extensions. None of my MP3s have extensions. It certainly confuses LimeWire, but strangely not Hotline.

    Too bad Apple is abandoning this metadata.

    --
    Do not touch -Willie
    1. Re:Not Surprising by NineNine · · Score: 2

      Linking the file extension to the program that uses the file is simply stupid unless you want to limit yourself to 46656 total apps

      I agree! Just yesterday, I went to install the 46,657th app on my system, and guess what! A problem with file extension mappings. Damn Microsoft. Any company that only lets you install 46,656 applications is EVIL!

    2. Re:Not Surprising by thunderbird46 · · Score: 1
      "46,656 applications should be enough for anyone."

      -Bill Gates

  42. Why do we not encode the company/product name? by deander2 · · Score: 4, Interesting


    Ugh. I'm sick of programs fighting each other for the user's attention. Who would buy a blender that detected other blenders in the house and tried to disable them? Should my Sony TV ask me every day if it should take over the remote control for my Magnavox? Why do we put up with this?

    We should have a file typing system that incorporates the creating company/software package into it, like how UPC symbols list COMPANY/PRODUCT_NO so both Jiffy and Food Lion can both sell peanut butter and the register knows the difference. That way Joe Shmoe can double-click on his RealMP3 and it won't open in WMP.

    1. Re:Why do we not encode the company/product name? by Anonymous Coward · · Score: 0

      Dude, if an MP3 won't play in WMP, you're cutting out a large portion of people who would normally be able to listen to it.

      Forget the fact that RealPlayer is a piece of crap, think instead about the ubiquity of WMP. Anyone who tried to limit his accessibility to only RealPlayer freaks would find himself out of fans really soon.

    2. Re:Why do we not encode the company/product name? by corky6921 · · Score: 2

      "We should have a file typing system that incorporates the creating company/software package into it, like how UPC symbols list COMPANY/PRODUCT_NO so both Jiffy and Food Lion can both sell peanut butter and the register knows the difference. That way Joe Shmoe can double-click on his RealMP3 and it won't open in WMP."

      The problem with that is that you would have to have 20 different programs to play your MP3s. Many programs play MP3s; I wouldn't want to have to download RealPlayer just so I can play a "RealMP3" that someone had on their website.

      Imagine telling someone on a 56K that they have to download 8 different JPEG viewers because Photoshop wrote proprietary information into one, and Photo Editor wrote proprietary information into another, etc.

      We already have proprietary formats; it's not easy for a .doc file to be opened in anything but Word, so basically, the problem has been dealt with by specifying certain formats as "open" and certain formats as "proprietary."

    3. Re:Why do we not encode the company/product name? by ReelOddeeo · · Score: 2

      The mac handles this with no problem.

      I have many differnet mp3 players, and jpeg viewers all installed. I click on one jpeg file and it opens Photoshop. I click on another jpeg file and it opens GraphicConverter.


      Those who won't learn from history are doomed to re-implement it.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    4. Re:Why do we not encode the company/product name? by jred · · Score: 1

      Well, in that specific instance, because I might encode my CDs using one app, but I prefer to play them with another.
      Same for .log files, and .html, and about a dozen others.

      And every app I've ever seen that asks if you want to reregister it for a file type has a check box "don't ask me again".

      --

      jred
      I'm not a mechanic but I play one in my garage...
    5. Re:Why do we not encode the company/product name? by mimbleton · · Score: 1

      Well, that sucks too because if you want to open another jpeg with Photoshop you have to load it using menu.
      Same problem as with Windows.

    6. Re:Why do we not encode the company/product name? by cpt+kangarooski · · Score: 1

      But that's better, really.

      If I open file FRED.FOO with the FOO program 90% of the time, and with the BAR program 10% of the time, it makes sense for it to default to FOO.

      If I open file BARNEY.FOO with the BAR program 90% of the time, and with the FOO program 10% of the time, it makes sense for it to default to BAR.

      Even though the files are identical in data and format. Otherwise you are subjecting the user to the hassle of using a slower opening method (e.g. drag and drop, Open menus) for the 90% of the time that they open that file that doesn't conform to the overall rule. And that rule itself may be unclear, if there's a fairly even split of files set for FOO and BAR

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    7. Re:Why do we not encode the company/product name? by Anonymous Coward · · Score: 0

      Just an observation -- Mac users have less problems doing Drag-n-Drop than Windows users. For example, to make SIT archives, you use an icon called "DropStuff" instead of a program GUI.

    8. Re:Why do we not encode the company/product name? by Mockery · · Score: 1

      We should have a file typing system that incorporates the creating company/software package into it

      This is just one step away from, and would lead directly to, a proliferation of proprietary file formats. I prefer to be able to open a text file on any computer, with any program I want, rather than only being able to open a 'notepad' text file in notepad, and not editpad, vi, emacs, or whichever I happen to prefer...

    9. Re:Why do we not encode the company/product name? by megaduck · · Score: 2

      Actually, the Macintosh already does this. They're called "creator codes" and they link the file to the program that created it. Files created with iTunes will always open in iTunes, even if you've installed some other mp3 player.

      Problem is, it's a pain in the arse. If I open up a text file created in OS 9, OS X will fire up the whole OS 9 environment just so it can run the OS 9 version of SimpleText instead of the OS X version (which is usually already running). Personally, I'd rather be able to have a single favorite program handle all of a particular type of file.

      --
      This .sig for rent.
    10. Re:Why do we not encode the company/product name? by ShaunC · · Score: 1

      >If I open up a text file created in OS 9, OS X will fire
      >up the whole OS 9 environment just so it can run the OS 9
      >version of SimpleText instead of the OS X version
      >(which is usually already running).

      This particular example was a pain even before OS X, thanks to SimpleText's predecessor TeachText. Both applications do essentially the same thing, but a file whose type was 'ttro' (TeachText read-only) would want to open in TeachText instead of SimpleText. Developers loved making their ReadMes as 'ttro' so that they could insert PICTs, and they continued doing so long after SimpleText became the default editor. I remember in System 7.x, Apple actually shipped both SimpleText *and* TeachText with the OS... Presumably so that you'd always be able to open ReadMes no matter which program a developer used to make them.

      Are aliases still drag-and-drop aware under OS X? If so - and if you can break the habit of double-clicking - you can save some frustration. I keep an alias of BBEdit on my Mac's desktop (OS 8.6), and drag various txt/doc files onto the alias instead of double-clicking them. Works like a charm and they always open in BBEdit.

      Too bad the old standby Quill was written as a desk accessory and isn't drag-and-drop aware... :)

      Shaun

      --
      Thanks to the War on Drugs, it's easier to buy meth than it is to buy cold medicine!
  43. Evil will always win because good is dumb... by jgerman · · Score: 2
    ... this is a tremendous waste of an article. Yes M$ does do evil stuff, but focusing on something as stupid as file extensions is about as dumb as you can get. Learn how your computer works whether it's Linux or Windows or whatever, it's not that difficult to change the extension associations. It can be obscure in Linux to change certain things too, but it's not some monopolistic plan to dominate the desktop. I can't stand Windows, but this is going too far.


    Not to mention this guy sounds like a moron. I wouldn't expect add/remove programs to have the file extension list, nor would I expect to have the poperties for a particular file provide the option to change what file types get opened by what.


    And as far as mac's having a more elegant solution, I don't buy that. Number one I'd rather be able to look at a file and be able to tell exactly what kind of file it is than to have it hidden withing the file. Number two, it's simple and easy to change the associated program to a file by changing the extension, is there a program to do that on the Mac? (I'm not bashing the Mac, just pointing out the flaws in this guys article).

    --
    I'm the big fish in the big pond bitch.
    1. Re:Evil will always win because good is dumb... by Anonymous Coward · · Score: 0
      And as far as mac's having a more elegant solution, I don't buy that. Number one I'd rather be able to look at a file and be able to tell exactly what kind of file it is than to have it hidden withing the file. Number two, it's simple and easy to change the associated program to a file by changing the extension, is there a program to do that on the Mac? (I'm not bashing the Mac, just pointing out the flaws in this guys article).



      MacOS 9 has either non-generic icons (that can, when used properly, show the file type and creator well) and/or a 'kind' field in list views that does much better than saying a file is a .xls file... it says it's a Microsoft(tm) Excel(tm) file, assuming you have the program around so it knows this.


      MacOSX, on the other hand, has... much the same thing! The Finder still has a kind field, It's not as useful at present, but it's developing.


      The main thing on a Mac is that the current OS9 system degrades gracefully. When you open a document, it first looks for an exact match, then looks at all applications to see if any have the same creator and will usually prompt the user to chosoe between them.

    2. Re:Evil will always win because good is dumb... by jgerman · · Score: 2

      I figured it was something like that, both methods have their uses and I won't say either one is better than the other. I hope Mac users don't take my first post as an attack.

      --
      I'm the big fish in the big pond bitch.
    3. Re:Evil will always win because good is dumb... by Pov · · Score: 1

      Thanks for the chuckle, oh fan of the great Spaceballs!

      --
      --- Don't be a player hater: I meta-mod ALL negative mods as Unfair.
    4. Re:Evil will always win because good is dumb... by flegged · · Score: 1

      Speaking of attacking Mac users...

      Write a Mac worm. Call it porn.html and give it the Icon for IE. Watch them double-click to their hearts content.

      And you thought stupid users were confined to Windows ... (laughs maniacally...)

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
  44. It may be a conspiracy by Everyman · · Score: 2, Interesting

    The problem is not merely that file extensions launch programs, and the association between extension and application is difficult to change.

    The larger problem is this: new application software for Windows is typically file-extension oriented, and it's Microsoft that defines the important extensions. For example, I was evaluating a Windows full-text desktop document indexer recently, written by a small Windows development house. It was fast (written in assembly), and it could even do PDF and ZIP files.

    But then I discovered that the years of files I had saved under legacy systems, starting with DOS, were completely invisible to this package. They were ASCII files, and I used my own file-naming conventions for the extension, so they weren't easily convertible to *.txt files. I had just been punished by this application for not going along with the Redmond game plan.

    And here's another nightmare:

    Consider, if you will, what happens when you ask Explorer to save a web page to disk. It uses a huge filename, and saves the images in separate directories. There's basically no way to get the thing back from the disk without using Explorer. That's why I take the trouble to Lynx-strip everything I want to archive, and put it into ASCII with a short filename.

    Have you ever considered what it would be like to convert to Linux if all the filenames on your Windows system were around 80 bytes or so? Both Windows and Linux will accept filenames up to 254 bytes, but no one except a masochist would ever use a command-line system on filenames that long.

    It's a conspiracy, I tell you. You gotta use a mouse, you gotta be using it in Explorer, and you gotta be interested in approved Microsoft files only, or you can forget it.

    1. Re:It may be a conspiracy by Anonymous Coward · · Score: 0

      >Have you ever considered what it would be like to convert to Linux if all the filenames on your Windows system were around 80 bytes or so? Both Windows and Linux will accept filenames up to 254 bytes, but no one except a masochist would ever use a command-line system on filenames that long.

      That is what tab completion is for my friend. You can even set cmd.exe to do it too.

    2. Re:It may be a conspiracy by Idolatre · · Score: 1

      Both Windows and Linux will accept filenames up to 254 bytes, but no one except a masochist would ever use a command-line system on filenames that long.

      rm -rf /cygdrive/c/Progra[tab]/Real[tab]/RealP[tab]
      How long does it take to type that?

      Or for those who prefer cmd.exe: deltree /y c:\prog[tab]\real[tab]\realp[tab]
      (needs to be activated through a registry key in win2k, but evilly made active by default in WinXP)

      or my favorite cli/gui hybrid method: winkey+run c:\pro[down][down]\[r][r][del][y]

    3. Re:It may be a conspiracy by cpt+kangarooski · · Score: 1

      Tabs blow. Compare tab autocomplete to the autocomplete found in most browser URL fields. The latter blows it away.

      I mean, why do so many people seem to think that terminals must be bad imitations of 60's era teletypes? Brain damage from sitting in front of CRTs all day long? Throw in some GUI widgets... they'll do wonders. I'd frickin' love to right-click on a command like LS and have additional options be selectable, which insert themselves in between the command and the pattern. But God forbid, huh?

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    4. Re:It may be a conspiracy by RFC959 · · Score: 1

      Tab completion isn't perfect, but I've never yet seen a browser that does autocompletion _well_. It's always the equivalent of:
      (I type) /u
      (and the computer says) "Oh, you must mean /usr/X11R6/bin/xscreensaver!"
      when maybe I _meant_ /usr/share/dict/ or even /u! I usually spend more time correcting the autocompletion than I save using it. Amazingly enough, IE seems to have gotten it more right than anyone else.

      As for "terminals with widgets" - how is the terminal supposed to know what options the command has? If it's so easy, _you_ write it. It _is_ relatively easy when you write the command, the shell, and the terminal window - which is why MS is pretty good at this sort of thing. When you break out of the monopoly prison, though, things get more complicated. Shells do a pretty good job of understanding what tab completion should be by having a primitive understanding of "grammar" (ie, this must be a command, this must be a filename, etc.) but even they don't get it completely right (and they certainly don't understand program arguments!)

    5. Re:It may be a conspiracy by mcjulio · · Score: 1

      For those who prefer cmd.exe, rather than command.com which implies Win9x, and assuming character completion is turned on via that regkey you mentioned: rd /s /q \prog[tab]\real[tab] command.com and deltree both went away with 2K.

    6. Re:It may be a conspiracy by cpt+kangarooski · · Score: 1

      Well, allow me then to append a caveat that I ought to have added anyway. It's dumb to actually roll out UIs that have not been tested, revised, and retested very frequently, from the very beginning.

      So given these comments, it implies that a better algorithim controlling the autocomplete is in order. But I'm still drawn to the idea, I have to admit. Academic though it is, however... I have no ability to make one.

      I disagree regarding shells, though. Honestly, the point of open standards is supposed to be that people can improve on one anothers' work if able to. Yet terminals have not substantially changed -- or gotten easier to use, which is a shame, because they're important and powerful -- since probably the late 70's. I think it has a lot more to do with preconceived notions of what a terminal is, than actual technical difficulties.

      (what's the worst thing that happens -- release the standard to use the GUI shell, tweak the fairly standard utilities like ls and chmod, etc. and let people modify their own if they care, and if not, let people type it in as normal...)

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
  45. if only they would by Anonymous Coward · · Score: 0

    patent the idea of crappy software design. that way they could have their monopoly and enforce it too!!!

  46. WARNING: TROLL ALERT by Anonymous Coward · · Score: 0

    The above post is not true. It is a blatant misinformation troll.

    1. Re:WARNING: TROLL ALERT by Ass-Gas-Istan · · Score: 0

      I fart in your general direction!

  47. Re:This is silly... No its most definitely not by bstadil · · Score: 3, Insightful

    No this is not silly. Last night I had to spend 10 min explaining to an intelligent lawyer friend why suddenly sh could no longer paly CD using WinAmp. The Realplayer had registered it self for that as she hed used it to watch a Realplayer News clip on CNN. Maybe the program warns you but few reads it as they are requesting the clip. One solution would be if you could block all file registration during install and then activate inside the application you are using.

    --
    Help fight continental drift.
  48. Dear Microsoft: by Anonymous Coward · · Score: 0

    F$ck off.

  49. No good reason? by Happy+Monkey · · Score: 1

    My central point remains: What Windows needs is a plain-English set of choices, in plain view, one that any novice user can easily find and understand, to tell the computer which program to use to open different kinds of files. There is no good reason under the sun that Microsoft has not provided such an option.

    Well, the reason is obviously that it would look mighty suspicious if it was only hard to grab extensions from Microsoft applications.

    --
    __
    Do ya feel happy-go-lucky, punk?
  50. How is this different from KDE? by EconomyGuy · · Score: 2, Insightful

    My experience with file extensions and registered file types with Windows have never been good... but for that mater, I really haven't had greate experiences with KDE either. Their registered file system is built into the Control Center and require you to fully understand nameing conventions and extensions, as well as the names of programs.

    For example, if I want mpgs to be play by KDE's Media Player by default, I need to understand all of the various forms that mpgs can come in and the associated extensions... and to make it all the more worse, I need to know that the KDE's Media Player run command is noatun.

    It seems that this is an issue that crosses all OS operating systems (yes... even Macs, anyone remember fighting over conflicts with Claris Works and early version of MS Word?) and one that is probably never going to be within the relm of the "average" user. The solution lies with the developer and whether they wish to play fair or not. An example of a company who still plays be the fules is Nullsoft and their mp3 player Winamp. After a succesull install it asks what kind of files you wish to play... in plain english.

    That kind of behavor is a far cry from installing Word and having it automatically associate mp3s with Window's Media Player.

    --
    Only 120 characters... who can summarize their entire world understanding in 120 characters?!
  51. Blaming Microsoft for "users' ignorance"? by corky6921 · · Score: 3, Interesting
    From Salon: "The power of "default" settings lies in users' ignorance and inertia. There are millions of Windows users who barely know what "right-clicking" is.

    The remedy Salon suggests? "It would probably take one of Microsoft's developers a short afternoon to build a simple, forthrightly labeled control panel that sits right on every user's desktop and asks, in plain English, 'Which program would you like to open Web pages? Or text files? Or MP3 audio files? Or photo files?'"

    So these users, who the author seems to think are too stupid to know what right-clicking is, now have to know the difference between a text file (*.txt) and a Word file (*.doc) and which program goes with which extension (no, wait, which program they want to use to open which file types!)

    Microsoft isn't even the real perpetrator of these things. It's companies like Real, which have programs like RealDownload (click here and here for examples) that really go overboard with the registered file types thing. RealDownload attaches itself to your web browser in such a way that the only way to stop it from popping up every time you try to download a file is to uninstall it. It also comes preinstalled on a bunch of OEM computers, so people are afraid to uninstall it. That's just one example...

    There are lots of horrible pieces of software in the Windows world: spyware like the stuff that comes with BearShare and Morpheus, the Real "suite" of products that tries to take over your computer; AOL, which tries to eat your TCP/IP stack for lunch and replace it with its own TCP/IP stack. Instead of focusing on how Microsoft is horrible because it HAS registered file types, let's focus on programs (Microsoft ones included) that abuse their privilege and try to force you to use them for everything under the sun.

    Finally, please continue to educate our user base, instead of just assuming they are "ignorant" and unable to take control of "where they want to go today" (and what program they want to use to do that.)

    1. Re:Blaming Microsoft for "users' ignorance"? by yoshi_mon · · Score: 1

      I agree with your all but one of your points 100%.

      The only thing I have an issue with is your comment about AOL. AOL uses the same TCP/IP stack that is provided with Windows. What it does do, is require you to use their own poprietary Dial-Up Adaptor.

      --

      Really, I know what I'm doing...Ohhhh, look at the shiny buttons!
    2. Re:Blaming Microsoft for "users' ignorance"? by Anonymous Coward · · Score: 0

      There is no spyware in Morpheus, only in KaZaa. In fact, the MusicCity Morpheus website proudly displays a "no spyware" logo on the front page.

    3. Re:Blaming Microsoft for "users' ignorance"? by siliconeyes · · Score: 1

      There are lots of horrible pieces of software in the Windows world: spyware like the stuff that comes with BearShare and Morpheus.....

      What is this spyware you speak of in Morpheus? I ask a honest question, because Morpheus quite prominantly displays a "no spyware" image when you press on its start button.

  52. And he thinks Macs are better at this????? by MadCow42 · · Score: 3, Insightful

    Has he ever tried to change the file association on a Macintosh file? He mentions how "easy and convenient" it is on a Mac...

    On a Mac, without special 3rd-party hack programs (like ResEdit or Snitch), it CANNOT BE DONE AT ALL! Talk about monopoly power!

    Man... if he can't handle right-clicking on a file, and selecting his own alternative with the provided "Open With" dialog (recent OS's), then he shouldn't be running a computer at all!

    MadCow.

    --
    I used to have a sig, but I set it free and it never came back.
    1. Re:And he thinks Macs are better at this????? by arkanes · · Score: 1

      ResEdit isn't third party, you can download it for free from Apple. That said, perhaps he was talking about OS X... I agree it's a horrid pain to try to do it on Classic Mac

    2. Re:And he thinks Macs are better at this????? by stefen50 · · Score: 1
      It's slightly different on the Mac. Documents wil always open using the application that created them. If I install an audio application, it won't hijack my file associations so all my MP3 files will open with it, instead of iTunes.

      (At least, this is my understanding of the subject. I could very well be wrong.)

      I do agree that it should be easier to change file associations. Me, I'm used to just using ResEdit... but it should be an option in the "Get Info" dialog. (Although this is irrelivent, since OS X uses file extentions, last I heard...)

    3. Re:And he thinks Macs are better at this????? by jiheison · · Score: 1

      If I install an audio application, it won't hijack my file associations so all my MP3 files will open with it, instead of iTunes.

      Doesn't that also make it more difficult to install new audio app? Seems worse to me.

    4. Re:And he thinks Macs are better at this????? by ReelOddeeo · · Score: 5, Insightful

      On a Mac, without special 3rd-party hack programs (like ResEdit or Snitch), it CANNOT BE DONE AT ALL

      Incorrect. Open desired application. From within application, File menu, Open, open the desired file. Now without making any changes to the file, re-save it in the same place with same filename.

      Now the file's icon changes to that of the desired application. It now is "associated" with the new app.

      This wasn't the most efficient approach, but it was the most obvious. The Mac often wastes computer resources and keystrokes at the expense of saving "brain-strokes". Although, often, if you look deeper, there are numerous shortcuts to do the same thing more efficiently.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    5. Re:And he thinks Macs are better at this????? by MadCow42 · · Score: 1

      Ok, how about executable programs that have lost their resource forks (from being emailed across a Windows server)... how do you restore the properties of that application so that you can run it? You can't "open" an executable from within another application to reset the resource fork. It will "always" show as a PC file, until you use a tool like ResEdit to "fix" it.

      It's a pain in the butt, the single most annoying thing I've run into on the Mac... believe me, I've been there!

      MadCow.

      --
      I used to have a sig, but I set it free and it never came back.
    6. Re:And he thinks Macs are better at this????? by dan_bethe · · Score: 1
      If that would work around the problem in Windows, then the MacOS solution of just dragging the file directly to an icon would be even easier. So what's your point?

      Furthermore, the point of the article is that a monopoly sets the so-called standards to begin with, which doesn't tend to happen on MacOS.

    7. Re:And he thinks Macs are better at this????? by drugfrog · · Score: 1

      On a mac every file has a file type which is difficult to change short of re-saving the file.( but then why would you want to. a text file will always be a text file and saying it is a rich text document it doesn't make any different.)

      thay also have a creator code witch is easy to change if programmer write it into there programs. and just saving the file in any program changes the code.

    8. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0
      a monopoly sets the so-called standards to begin with, which doesn't tend to happen on MacOS.
      Eh? Who sets MacOS standards if not Apple?
    9. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      Not to nitpick but you can do that same exact thing in windows.

    10. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      Since the code in an executable program usually resides in a resource fork, if it's really lost you are pretty much out of luck.

      However, if the Mac mailer did the right thing (there's a long history of this not happening) and encoded as a MIMEed MacBinary, you should just be able to decode the file with Stuffit etc.

    11. Re:And he thinks Macs are better at this????? by de+Selby · · Score: 1

      >From within application, File menu, Open, open the desired file. Now without making any changes to the file, re-save it in the same place with same filename.

      That only associates individual files. What if I create all my html files in a text editor, save, then want to open them in say, IE.

      If IE can even save files to do this, it will associate individual files and not all the files of a type. It's a terrible way to do things.

    12. Re:And he thinks Macs are better at this????? by Have+Blue · · Score: 5, Informative

      A more technical explanation:

      The Mac's file system stores 2 equivalents to the file extension for each file, the type and creator codes. The type code indicates what type of file it is, the creator code indicates the application that created it. The key concept here is that on a Mac, those 2 bits of metadata are orthogonal, and with a simple file extension they cannot be without some serious filesystem hacking, which MS hasn't bothered to do.

      Also worth noting that Mac OS X has most of the features this guy requests; you can remap a file's ownership from the Get Info window, and make your change global from the same location.

    13. Re:And he thinks Macs are better at this????? by sulli · · Score: 2

      Seriously, this is one of the things I hate about Macs. If it's fixed in OS X, I'd almost upgrade.

      --

      sulli
      RTFJ.
    14. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 1, Informative

      The type & creator codes are still a bitch to change, though. Not only are there two of them to work with, but they're quite often cryptic to boot. Sure, a typecode like TEXT is pretty straightforward, but say I'm using Fetch to move a movie from my home computer to a lab Mac for editing -- from the information I've gathered, Quicktime Movie Player's creator code is TVOD. Uh-huh, yeah, I could have guessed that in 3 tries.

      Why couldn't Apple have just done the responsible thing for power users long ago and integrated T&C choosing into Finder? I guess with widespread use of OSX on the horizon it's a moot point...

    15. Re:And he thinks Macs are better at this????? by jamesoutlaw · · Score: 1

      Is is fixed in OS X. Select the file in the Finder, press Command-I and choose the proper panel in the Get Info dialog box. You can choose which application to associate with the current file or for all files with the current extension.

      Nothing at all like using ResEdit or one of the other applications to change the creator code.

    16. Re:And he thinks Macs are better at this????? by dan_bethe · · Score: 1

      Yeah I know. That's my point :)

    17. Re:And he thinks Macs are better at this????? by singularity · · Score: 2

      Perhaps the author was referring to file *extensions*, which are easy to change (simply open the Internet control panel, Advanced, File Extensions). I believe this capability was in the MacOS all the way back to about 7.1 or so.

      --
      - (c) 2018 Hank Zimmerman
    18. Re:And he thinks Macs are better at this????? by dan_bethe · · Score: 1

      The point is that Apple is not a monopoly, and it doesn't tend to behave like one. It doesn't tend to set arbitrary defaults. It tends to be legitimately helpful via good defaults, which is a hallmark of good UI design.

    19. Re:And he thinks Macs are better at this????? by Alexander+the+Drake · · Score: 1
      Doesn't that also make it more difficult to install new audio app? Seems worse to me.

      Not really. Creator type only matters when you're double-clicking to open. Dropping the file's icon onto that of your chosen app or opening it from the menu works just as well, and you can always batch change the default with an applescript in Classic or via the Finder in X.

    20. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      That's what I want to do with a whole directory tree of 6000 MP3 files when I decide I like a different player to open them by default. I open each file and save it. Yep. That's the Mac way.

      It's no wonder Apple has such a huge market share.

    21. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      You're right.

      As long as the Mac software did it's little kludgey thing that all Mac users know it has to.

      They read about it in their little secret Mac user manual.

      I love the Mac.

    22. Re:And he thinks Macs are better at this????? by flegged · · Score: 5, Insightful

      This, more than the evangelism that goes with the religion, is why I hate Macs.

      I was first introduced to this when I tried to open an .html file. But the machine was having none of that. It thought it knew better. "No, no", it seemed to say, "you don't want to be opening that, you don't know where it's been".

      "Could not open the file because the application that created it wasn't found" (Right before a "Sorry a system error occurred. Error type 7. Restart" - patronising twat of a machine!)

      An HTML file for fucks sake! Plain text with markup! Opens in IE, Mozilla or Simpletext. Just open the fucking file!

      "Sorry, Dave. I can't let you do that, Dave."

      It had a file extension. It was UTF-8. It was a plain and simple bastarding HTML file. And the Mac sat smugly. And refused to open it.

      In the end I had to copy it across to a Windows machine and back.

      And this guy at Salon thinks that's easier?

      In Windows, whenever an app steals a file extension (which only happens during installation, not whenever I open a file), I take it right back, maybe leaving it in as an option on the context menu. I have Notepad on the SendTo menu, so I can always open anything as if were text. I can make .java and .class (and even .rpm - with a cute ickle picture of tux) files look purty by drawing my own icons.

      Can I do any such thing on a Mac? No. I'm stuck with the icon whichever app chose for it. If I save an HTML file from dreamweaver, I can't view it in IE without dragging it into an IE window. If I save it from fireworks, it has a different icon again. Very soon it gets impossible to tell the difference between files. A .css can have the same icon as a .php3, but another .css could have the same icon as a .png.

      And that's less confusing?

      People are so blinded by Jobs-worship that they forget to realise that someone else is doing The Right Thing. A file type is as distinct from it's creator as it could possibly be. OSX is better, though. Guess what - it uses file extensions when the resource fork is missing. And it lets you change the app a particular file type opened with, relatively easy. But there can only be one app which opens a particular file type. Which is the Wrong Thing.

      File types are not a Windows idea. They date from the pre-unix days. It makes it easy to tell what a file is by looking at it's name - handy on a teletype, or even by ftp. It also makes it easy to change a files meaning without changing its content (eg txt to html). It separates the content of a file from the application used to create it.

      Another poster noted that you can drag a file onto any applications icon in Mac OS. So? That's not new. Windows does it, and so does KDE (I think - can't check right now).

      Registered file types are not a means of Microsoft brainwashing. They are simply the best way to handle file typing (I know that sounds weird). mime-types are fine, until a file has unrecognised type, and is not so easy to change. File type and creator metadata is just plain wrong.

      Remember: just because you don't have a clue, doesn't mean Bill Gates is out to brainwash you (hey, that rhymes...).

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    23. Re:And he thinks Macs are better at this????? by Jeremy+Erwin · · Score: 3, Informative

      I believe that this can be done with Applescript:

      --script to convert files to Maple 5 Notebook
      on open(theList)
      tell application "Finder"
      repeat with theItem in theList
      set creator type of theItem to "REL5"
      set file type of theItem to "MVNB"
      end repeat
      end tell
      end open

      Not exactly simple, but it can be done with a Apple provided program. (And it is faster than ResEdit).

      I am sure that in the coming years, Microsoft is likely to provide a online, for-fee, version of Office. It could be problematic if instead of launching StarOffice, double clicking on a spreadsheet file would preferentially launch the network Excel application...

      Apple has, to my knowledge, no such plans...

    24. Re:And he thinks Macs are better at this????? by flegged · · Score: 1

      Are you under the impression that somehow Apple don't have a monopoly? You can only run their software on their hardware. Sounds like a monopoly to me.

      And I pointed out, file extensions date from the pre-unix days. Are you to call the systems around then a monopoly?

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    25. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      kumbaya my lord, kumbaya.

    26. Re:And he thinks Macs are better at this????? by binarybits · · Score: 2, Insightful

      The point is that Apple is not a monopoly, and it doesn't tend to behave like one.

      Um, excuse me? Apple acts like Microsoft wished it could. They make closed, proprietary hardware, they have a closed, proprietary OS, and they dictate all sorts of things about their platform, from what peripherals will be standard to what browser is installed by default to which hardware will be supported in future OS version. Apple's a *lot* more fascist about discouraging people from using things in unauthorized ways.

      History is litterred with examples of companies that got screwed over by Apple's "monopolistic" behavior. Exhibit A is the cloning fiasco. Apple encouraged a half-dozen different companies to clone their hardware, and then a couple of years later they changed their minds and left those cloners out to dry. The same behavior can be seen in the decision to switch from ATI to nvidia graphics cards-- made largely based on Steve Jobs' spite at ATI's leaking Apple's hardware announcements.

      Apple has always acted like a smug monopolist. The only reason they've avoided the DOJ's wrath is that their market share is smaller. But if the situation were reversed and the Mac OS were the dominant platform, you know Apple would be every bit as arrogant as MS, probably more so.

      With all that said, I happen to like many of the things that Apple shoved down its users' throats. I don't consider "behaving like a monopolist" to be necessarily a bad thing, as long as the resulting product is good. But don't tell me that Microsoft abuses its "monopoly" more than Apple. If anything, Apple is more aggressive about its use of its monopoly on the Mac platform than Microsoft is about Windows. Microsoft just happens to have a more popular product, and so they get more scrutiny. But judged soley on their actions, Apple is far more monopolistic than Microsoft.

    27. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 1

      Really? Wow. One wonders how drag and drop, the open dialog, the save as dialog, etc. all operate then.... (Incidentally, ResEdit is by Apple, and therefore a first-party program -- or is it second party? -- well not third, at any rate)

      Open With is okay for ocassional use, and I'd like to see it on the Mac. I'd like to see Snitch-like functionality integrated with the Finder. But of course, retaining creator metadata is a _great_ idea as well....

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    28. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 1

      Oh yeah, four bytes is eight-billion times worse than _three_ bytes. You betcha.

      Yeah, there are stupid technical reasons dating back to the early eighties for the four byte codes. (though there were some funny hacks that you could perform with them as well) Something more readable really _would_ be better, through a sham if necessary, but ideally right in the fs, a la BeOS. (though MIME itself is not as readable as would yet be preferred)

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    29. Re:And he thinks Macs are better at this????? by friedo · · Score: 2

      It's fixed in MacOS X. :)

    30. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 2

      Plainly, you cannot restore the resources. They're GONE. It is as foolish to think that it is possible to do so as it would be to use notepad to delete the contents of notepad.exe and then try to run it.

      Nevertheless, resources are a really good idea.* So good that they're in NTFS, under the moniker 'Streams.' Since most Mac software automatically encodes dual-forked files to preserve the data as it is sent out, and decodes it as it comes back in, it is almost never a problem. Ironically however, if you send a streamed file from an NTFS volume to a FAT volume, the data will simply be lost, with no automagic encoding method employed.

      *and yeah, forks _are_ a good idea. Basically it is taking the messy-ass contents of an application folder (e.g. MS Office) and tarring them all together into a single file that nevertheless runs when you click on it. Had they only integrated a decent feature into the finder to probe around in the contents reasonably, it would've kicked ass and taken names. I'm still fond of forked files

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    31. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 2

      What if you create all your html files in a text editor, save them, and want to open them back up in a text editor? Except for the hundreds of megabytes of html files you download off the net and NEVER edit, of course.

      I really loathe the Windows 'either/or' proposition. I have some files I edit by default, and some files I only read by default, and I do not want them opening in the same program when I double-click, despite the total lack of difference in the structure or content. Drag and drop, using the Open, or Open With commands to more explicitly choose the app to open a file with on an infrequent basis is great, no problem. Making me do it routinely, forever, on files that I will _never_ open with a 'default' program, is an exercise in extreme annoyance

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    32. Re:And he thinks Macs are better at this????? by DavidJA · · Score: 1

      But what if the app that I want to open the file with does not allow saving of said file?

      EG: In quark I have a PDF import extension. Occasaionaly I will get an e-mailed .PDF file that I need to bring into a Quark document. With my easy to use mac I have to open Illustrator (20% of the time I need to quark first or else the entire system will crash), open the PDF file, re-save it as a PDF then Quark will think it really is a PDF file!

      Where as on a PC, in the file/open window I can choose any type of file I want (only after its chosen will the app try to see if its a real PDF).

      On a Mac it takes around an extra 3 minutes. How is this possably better?

    33. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 1

      Why? They can both coexist. Or you can choose to have some files open in one (e.g. html files I am involved in writing open in BBEdit) or others in a different app. (e.g. html files I keep around for readin' purposes open in IE)

      BeOS was, I understand, pretty elegant about this. There was a default type generally, but any specific file could have a specific creator associated with it alone.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    34. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      You want to blame someone? Try UNIX for it's lame 7-bit flatfiles which has lead to UUEncode/MIME/BinHex/MacBinary

      It just so happens that Windows can kludge itself onto Unix's limited view of the world better than the Mac can. So long as you pretend that NTFS Streams and OS2/NT Extended Attributes don't exist.

    35. Re:And he thinks Macs are better at this????? by kilgore_47 · · Score: 1

      All you gotta do is try!

      That HTML file, if dragged over the Internet Explorer icon, would have opened just fine. The mac didn't know which of your many HTML-reading programs to open it with, because the files metadata was not there (thanks to a less-advanced OS), but that doesn't mean you can't open it.

      Also, macs have supported custom icons (for files, programs, folders, just about everything except maybe some certain system files) since long before windows did so your claims about icons are also dead wrong.

      Like any platform, the mac has it's flaws. But lets stick to facts from now on, ok?

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    36. Re:And he thinks Macs are better at this????? by ethan_clark · · Score: 1

      IIRC, every MP3 player I've used for the Mac has had an option in it's preferences to change the file's creator to on file open. The option is usually on by default, which means that to change all 6000 MP3 files in your directory to open with said app, you simply add them to a playlist, and start playing them.

      That said, I'd also like to point out that I can't think of anybody that I know of who listens to their MP3 files by clicking on it's icon in the Mac's Finder or Windows' Explorer. Playlists are the way to go, and for this matter, a file's Creator field does not interfere in the slightest.

      And now, that having been said, I'd like to point something else out. I really don't think this whole argument matters at all, MacOS X has moved to file extensions. It still uses File/Creator fields for older legacy files and apps, but these legacy items won't be around forever. Everyone should just stop whining so much. If you use Windows productively, and are happy with the user experience, then by all means, continue to do so. Similarly, if you use a Macintosh productively, and are happy with the user experience, why change? Is it really so important for everyone to be arguing so heatedly over such a stupid topic? Use what you like and are used to, and stop bashing people who are using something they're happy with.

    37. Re:And he thinks Macs are better at this????? by kilgore_47 · · Score: 1

      Adobe software (Illustrator, Acrobat, et al) that reads PDF files will open any file if it has PDF data in it regardless of filetype/creatorcode info (because that info could be lost in a cross-platform file transfer). I've never used Quark, but I'm guessing that it is not even looking in the file for the telltale "%PDF" header unless the file is already marked by the OS as a pdf.

      What I'm getting at is that this is an oversight in Quark, not the MacOS.

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    38. Re:And he thinks Macs are better at this????? by kilgore_47 · · Score: 2

      You can only run their software on their hardware.

      There are several flavors of linux (yellowdog, mandrake, linux-ppc, to name three) which will run on Apple hardware. Older mac hardware has had BSD ported to it also, iirc.

      Darwin has been hacked up to run on non-Apple hardware, though since it's not shipped that way from Apple you probably will say it doesn't count.

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    39. Re:And he thinks Macs are better at this????? by flegged · · Score: 1

      No, it didn't. I dragged it over the IE icon. I dragged it over the Mozilla icon. I dragged it over the icons for Simpletext, Dreamweaver, GoLive and Fireworks.

      But the Mac was having none of that.

      I opened each of the apps in turn, first trying to drag the file into the document window, and then into the icon in the open applications tearoff.

      But the Mac was having none of that.

      I eventually found that it is possible to force the Mac OS to ignore the metadata by opening the app, then holding shift while selecting open from the file menu, then finding the file (in that miniscule, non-resizable open dialog). I fail to see how that is easy in any way. I mean, shift clicking a menu item? Sure, use modifiers to change the menu that appears when clicked, but there is no visual difference. Just the hell is a Mac luser supposed to figure that out?

      As for custom icons - you can change the colour. That's it.

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    40. Re:And he thinks Macs are better at this????? by ReelOddeeo · · Score: 2

      Several solutions.

      Drag and drop the file onto IE.

      Use a third party tool such as the outstanding FileTyper. You can create specialized "AutoTypers" that you drag and drop files to, and it changes types/creators in a preset way. And it's extremely flexible. You can set conditions, such as "if this file ends in .html, then make it this type and that creator."

      If this wasn't a Mac, I would make the type/creator easily editable in the "Properties" dialog box.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    41. Re:And he thinks Macs are better at this????? by ethan_clark · · Score: 1

      Then use Windows, and quit whining. I use both the Windows and the Macintosh platform, and have a list of complaints regarding the UI for both. Neither platform is perfect.

      I waste far more time in Windows trying to do things I do often (and quickly) on my Macintosh. I do end up wasting time doing some things on my Macintosh that are done quickly and easily on my Windows computer, but usually it's far less time wasted than the many UI problems I encounter in Windows.

      So I prefer my Mac. Big effing deal. Spend less time whining about a platform you don't enjoy using, and just use an alternative.

      Each platform has it's strengths and weaknesses. If you don't like one, use another, but be warned: you'll find problems with it, too.

    42. Re:And he thinks Macs are better at this????? by mchiang · · Score: 1
      For Mac OS 8/9, try the TypesChange CM Plugin. It adds a contextual menu item to the Finder that allows you to change the type and creator of one or more files.


      The link is http://www.helsinki.fi/~pkamppur/typeschange.html.

    43. Re:And he thinks Macs are better at this????? by Telek · · Score: 2

      This, more than the evangelism that goes with the religion, is why I hate Macs.

      that (and the rest of your post) echos my exact sentiments! Hear hear. Is it just me or has /. really turned into a tabloid lately and has the anti-microsoft zealotism increased in intensity in the past month?

      --

      If God gave us curiosity
    44. Re:And he thinks Macs are better at this????? by ReelOddeeo · · Score: 2

      There are tools, such as FileTyper to change them en-masse.

      If Apple has a "Properties" dialog box, my suggestion would be: Select all the files. Right-click, Properties, change type and/or creator.

      Of course Mac has niether a Properties nor a right-click.

      I'm not saying that the Mac is perfect. I'm saying that it has solved some problems that others today are completely forgetting about.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    45. Re:And he thinks Macs are better at this????? by Telek · · Score: 2

      What's so hard about right clicking, and then choosing either read/edit from there? It takes 0.5 seconds more, and you can set the default action (the doubt left click) to whatever you do more, and then just right click and have the other action at the top of the popup menu.

      --

      If God gave us curiosity
    46. Re:And he thinks Macs are better at this????? by flegged · · Score: 1

      All I can say in reply is:
      read another reply to the post to which I was replying (or something?)

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    47. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      You're just a lazy fat fuck that apparently can't wait a few milliseconds for that fucking dropdown right-click menu, instead of double-clicking.

      You need to get laid.

    48. Re:And he thinks Macs are better at this????? by ckd · · Score: 2
      As for custom icons - you can change the colour. That's it.

      "Get Info" on the file. Click on the icon in the Get Info window. Paste, assuming you have a picture or icon in the clipboard. Done.

      As for the problem you had opening the file, I usually get the "can't find the application for this file--try picking one" dialog box, and recent versions of the OS (not just OS X) will use the extension to pick an application if the type/creator are missing (see the Internet control panel to set MIME type/application/suffix mappings).

    49. Re:And he thinks Macs are better at this????? by kilgore_47 · · Score: 1

      (in that miniscule, non-resizable open dialog)

      I don't attack windows98 based on windows 3.1's shortcomings; please don't attack the macos based on it's ancestor.
      It's been quite some time since the mac's open dialogs were not resizable, so I can only assume you are running an outdated version of the MacOS. Afaik, even MacOS 8.1 (which will non on old old non-ppc macs) had resizable open windows. Granted, some non-standard programs don't take advantage of them, but the program in question (Internet Explorer) does.

      As for custom icons - you can change the colour. That's it.
      Wrong again. Get Info on any file, folder, drive, etc and click the icon (in the get info window). You can use the cut/copy/paste commands to change the icon to whatever you want (just copy a graphic to the clipboard and paste it in). The Cut or Clear functions (in the obvious place - the edit menu) will restore the original icon (the default for that item). If the graphic on the clipboard is larger than 32x32 (the mac icon size in pre-X macos'es) it will be scaled down. This functionality is not at all new; it's been there since I started using macs (which was around system 7.1 iirc).

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    50. Re:And he thinks Macs are better at this????? by kilgore_47 · · Score: 1

      That post, as opposed to yours, raises some valid points for arguing that Apple is a monopoly.

      I don't think they are (a monopoly), but at least binarybit's post had some decent arguments.

      Your claim that "You can only run their software on their hardware" is still false.

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    51. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      As for custom icons - you can change the colour. That's it.

      Not blaming you for not noticing the stupid way in which each file and folder can have its own icon, since it took me a year to find it (hailing from kde, windows 9x, and windows 2.0 before that). It's done via a copy and paste operation of a bitmap or another icon *into the icon* in splat+I.

      Fun: Since (to the user) the file type is determined by the icon, copy icons (like the shared volume icon) and paste them elsewhere...

    52. Re:And he thinks Macs are better at this????? by flegged · · Score: 1

      Aaaaaaaaaaaaaaaaaaaaarrrrrrrrrrrrrrrgggggggggggghh hhhhhhhhh!!!!!!!!!!!!!!!!!!

      I tried to point out reasons why Apple are a monopoly, without repeating something someone else posted. So I still have to come up with my own arguments then? Ok, then...

      You can run Linux, [Open|Net|Free]BSD, BeOS, AtheOS, Solaris (yes, Solaris), Darwin and God-knows how many other OSen on an Intel box. Yet Microsoft are still the monopoly?

      You can run Linux or NetBSD on a Mac. You can't run BeOS on it any more. Why? Because Apple stopped them. Isn't that monopolistic?

      Apple control everything from the number of buttons on the mice, to the colour of the buttons on screen (Aqua Blue or Graphite - thats all folks!). They won't allow anyone else to manufacture compatible hardware, and (Linux and NetBSD notwithstanding, since they are open source) won't allow any operating system other than their own to run on said hardware. They tried to trademark the GUI! They did trademark the colours of the iMac. They lie about performance. They make SMP machines without an SMP-capable OS (this was before OSX). They try to make pure java programs run only on OSX. They have learned a bit from Microsoft too. They include apps to do everything in their OS. Quicktime, iTunes, burning CDs from Finder, and so on.

      But, more than anything else, they copy ideas from elsewhere and convince their lusers that they invernted it. The most well-known example being the Wimp environment they stole/bought/begged from XeroX parc. DVD recording, USB (created by a working group headed by Intel) and Firewire (aka iLink, invented by Sony) were all allegedly invented by Apple.

      Does this sound monopolistic?

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    53. Re:And he thinks Macs are better at this????? by Mojojojo+Monkey+Inc. · · Score: 1

      And oddly enough, windows works in exactly the same way. Rename a .jpg to .txt, and drop it into internet explorer, and you'll see the jpg image. All microsoft does it put their way of associating files in a different place. This author is apparently just a lazy bastard and just wants one simple-to-use control panel option for adjusting file associations.

    54. Re:And he thinks Macs are better at this????? by DavidJA · · Score: 1

      ... but can I even run Quark & PS on OS-X?

    55. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      Your post is an attempt to equate "closed, proprietary" with "monopoly". It just doesn't work because the words have entirely different meanings.

      Why not just say that Apple sucks because they are closed and proprietary and leave it at that? Or are you trying to imply that what Apple does is illegal in some way?

    56. Re:And he thinks Macs are better at this????? by skt · · Score: 1

      I do not agree with that, the author is pointing out that the defaults are very important and that most people will _never_ change the default player. So if XP ships with both Real player and Windows Media Player and WMP is the default player for all audio files, video files, etc., Real player would be ignored by _most_ people (read: Joe Blow user who just wants to 'play' his audio files).

      Now does Joe care about all of this?? Probably not.. which I think is an important perspective that the author did not look at. The average user just wants something that 'works' and does not care about choices. Obviously the OS would have to be shipped with some kind of default set, otherwise the initial OEM screen would take hours to clear because of prompts like:

      - please choose the app you would like to associate mp3 files with.

      - please choose the app you would like to associate wav files with.

      - please choose the app you would like to associate mpeg files with.

      - please choose the app you would like to associate wmp files with.

      - please choose the app you would like to associate txt files with.

      - ... etc

      Of course, companies like Real care that their product will not be used, and this really does hurt the software market. I do not know what the solution to this problem is, but the default settings are critical and mean lots of $ to companies like Real.

    57. Re:And he thinks Macs are better at this????? by kilgore_47 · · Score: 1

      Aaaaaaaaaaaaaaaaaaaaarrrrrrrrrrrrrrrgggggggggggghh hhhhhhhhh!!!!!!!!!!!!!!!!!!
      This is one point we can agree on ;-)

      You can run Linux, [Open|Net|Free]BSD, BeOS, AtheOS, Solaris (yes, Solaris), Darwin and God-knows how many other OSen on an Intel box. Yet Microsoft are still the monopoly?
      Microsoft isn't a hardware company.
      You originally argued Apple was monopolistic because they made hardware that only their OS would run on. That is not true; there are other software options for Apple hardware. Other options for x86 hardware arn't relevant to that line of argument, since Microsoft doesn't make hardware.

      You can run Linux or NetBSD on a Mac. You can't run BeOS on it any more. Why? Because Apple stopped them. Isn't that monopolistic?
      This is the closest thing you have to a valid point. Yes, Apple witheld specs for the new motherboard design and prevented the Be engineers from releasing the BeOS for it. I don't know hardware well enough to know why some OS'es can run with the available specs and other's can't, but there ARE still other options and the BeOS is dead now anyway.

      Apple controls everything from the number of buttons on the mice...
      Apple only controls the number of buttons on mice that they make.
      Other companies are free to make multi-button mac mice. And they do. You can even use a M$ InteliMouse with a mac. Even before the shift to USB for input devices, the old ADB (Apple Desktop Bus) supported multi-button mice.

      ...to the colour of the buttons on screen (Aqua Blue or Graphite - thats all folks!).
      You can install custom themes to change that, but the idea is to have a uniform look to the whole system. If you don't like that, you can change it.

      They won't allow anyone else to manufacture compatible hardware,
      Thats misleading. There is lots of compatible hardware add-ons that work with macs; they just won't liscense their entire system to clone makers. I wish they would.

      and (Linux and NetBSD notwithstanding, since they are open source) won't allow any operating system other than their own to run on said hardware.
      How does being open source make other OS'es 'notwithstanding'? Those are other OS'es. They run on Apple hardware. Has apple made some rule that other OS'es can't be closed source? No. You could write a propritery OS for the mac if you really see a problem with all the non-Apple OS'es being open source though.

      They tried to trademark the GUI! They did trademark the colours of the iMac.
      Lots of companies try to trademark stupid things. It doesn't make them a monopoly.

      They lie about performance [ihateapple.com].
      Again, so does the competition. That doesn't make them a monopoly.

      They make SMP machines without an SMP-capable OS (this was before OSX). They try to make pure java programs run only on OSX.
      Photoshop and other processor intensive programs had limited MP support, as did some of the alternative OS'es mentioned earlier, and they had multiprocessor support for the OS planned. If you don't like it, don't buy it. There was a demand for MP machines though, and they decided to sell them before the whole OS supported them. Does that make them a monopoly?
      I don't even know what you're talking about with the Java thing. Can you elaborate?

      They have learned a bit from Microsoft too. They include apps to do everything in their OS. Quicktime, iTunes, burning CDs from Finder, and so on.
      Before iTunes, people criticized the mac for not being able to play mp3's out-of-the-box. Now, they're microsoft-like because they do. Whatever. You can still use a different player, and a lot of people do. In-finder cd burning was around before Apple introduced it; it was DirectCD (for mac + windows) from Adaptec.

      But, more than anything else, they copy ideas from elsewhere and convince their lusers that they invernted it. The most well-known example being the Wimp environment they stole/bought/begged from XeroX parc.
      Xerox wasn't bringing it to market. Well-read mac users realize Apple didn't invent a lot of this stuff, but they were the first to offer it to consumers.

      DVD recording,
      Again, Apple never claimed to invent this. They we're the first to offer a pre-installed dvd recorder in a consumer affordable machine (if you're a consumer with a few grand ;-) And they we're the first to offer DVD-burning software targeted at the home user.

      USB (created by a working group headed by Intel) and Firewire (aka iLink, invented by Sony) were all allegedly invented by Apple.
      Apple never claimed to have invented USB. Firewire and iLink are both just iee1394 and is an industry standard. I don't know about it's origins, but if Apple didn't invent it then why didn't Sony protest when Apple won awards for it?

      Does this sound monopolistic?
      No. Not one of your arguments makes Apple sound monopolistc. It sounds like someone grasping at straws so they can convince people that the company with a less than 10% market share has a monopoly. It's actually sort of comical.

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    58. Re:And he thinks Macs are better at this????? by jimbolaya · · Score: 1

      Another point about type/creator codes that Windows and Linux users may not know:

      In addition to each file storing the type and creator code, but each application stores a list of file types that it can open. This is used by the Finder to allow a user to drag-and-drop a document icon to an application icon (including an application other than the one that originally created the document), as well as to build a list of possible applications when a user tries to open a document for which the creator is not available.

      This honestly is one of the subtle features that adds to the ease of use of the Mac. Many of you will be skeptical, but I am certain that if you had the opportunity to work with a Mac in an open-minded fashion, you'd come to appreciate how smart this approach is.

      --

      There ain't no rules here; we're trying to accomplish something.

    59. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 1

      Because I would _always_ have to right click. If I slipped up and accidently double clicked, I'd waste time. Even if I go through the hassle, mentally and temporally of doing the Open With thing, it would become tedious in, curiously, 0.5 seconds.

      Computers are supposed to make our lives easier dammit. Why should I have to waste my precious time and thought cycles when I know for a fact that for the given file I will NEVER open it in the otherwise default app. Never ever. Users should not have to assume the computer's role. They should not be burdened with keeping track of and performing repetitive actions. It's even more useless than the godawful Print dialog.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    60. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 1

      Yep. On all counts, actually. You're an unusually perceptive AC, I've got to say.

      Nevertheless, I'm totally right on this one. (although I am willing to allow that there are multiple methods by which we can accomplish the task of the computer more or less reading the mind of the user)

      Do me a favor, and discover why it is that the computer should have to handle the busy work of remembering file associations. Set the association for a file type you use a lot to a program you hate, and never use. Then force yourself to have to right click on it all the time.

      Would you feel better if only half of your files were that annoying? Would it not be superior for NONE of your files to be that annoying, barring unusual circumstances?

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    61. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      Afaik, even MacOS 8.1 (which will non on old old non-ppc macs) had resizable open windows. Granted, some non-standard programs don't take advantage of them, but the program in question (Internet Explorer) does.

      Do you want a prize now?

      While the OS supports something, it is not the case that software authors do (we /are/ arguing about appearences here). So, if 80 per cent of apps in popular use on Macs _don't_ support resizable dialogs, Macs effectively don't appear to support resizable dialogs 80 percent of the time. For example, Photoshop, Quark, PageMaker, and even Illustrator didn't use the new dialogs until this year's releases on any version of MacOS (MacOS 8.1 was released some years ago IIRC).

      This functionality is not at all new; it's been there since I started using macs (which was around system 7.1 iirc).

      While it is not new, it is non-obvious. The get info pane has no idications that the icon is selectable, let alone editable.

      (Don't get me started about how 9.1's little desktop hiding adventure breaks even modern software).

    62. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 1, Interesting

      tries to open a document for which the creator is not available.

      And tries, and tries, and tries, and fails, forcing the user to pick some other application, which gloms on to all files of that file type. Same as Windows, except you only get to choose once in MacOS. (Simpletext can't open this somewhat large file, let's not offer any alternatives...)

    63. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      Sorry M$ is a monopoly Mac is not. M$ is a monopoly because the judge says they are, regauardless of what your pathetic opinion is.

    64. Re:And he thinks Macs are better at this????? by jimbolaya · · Score: 1

      ah, yes, the darn SimpleText can't open the file because it's too big problem (akin to not being able to open a file in Notepad, though I believe it does automatically offer to open it in Wordpad). That's why the drag-and-drop is so useful, especially how it ties into the "this application can open these file types" list. While that limitation is annoying, I'll usually just drag a file to the BBEdit icon, which I'll keep either in the dock (in OS X) or in a tabbed folder (in OS 9). By the way...has Microsoft ever addressed the limitation in NT 4 where, if you drag an icon to a program on the task bar, it tells you you can't do that, and suggests some alternative? By including that warning, it's like they are saying, "Hey, we know you'd like to do that, and we know it's probably a good idea, but we still aren't going to let you!" I'd feel better if it was just something they looked over, rather than something they just refused to implement.

      --

      There ain't no rules here; we're trying to accomplish something.

    65. Re:And he thinks Macs are better at this????? by Telek · · Score: 2

      what file are you talking about? what application? maybe I can figure something out for you.

      --

      If God gave us curiosity
    66. Re:And he thinks Macs are better at this????? by Jucius+Maximus · · Score: 1
      "But, more than anything else, they copy ideas from elsewhere and convince their lusers that they invernted it. The most well-known example being the Wimp environment they stole/bought/begged from XeroX parc. DVD recording, USB (created by a working group headed by Intel) and Firewire (aka iLink, invented by Sony) were all allegedly invented by Apple. Does this sound monopolistic?"

      In an out-of-context way, yes it does. On a related note, it's interesting to note that The Party claimed that they invented airplanes and helicopters.

    67. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 1

      The point is marginally moot at the moment, because I'm no longer at my old job, where this came up. But it is still a highly desirable feature for me.

      I used to write html for a living, and so I needed a bunch of html files that would open in my preferred editor by default. While I would preview them, I edited them far more, and could just hit some keys in the editor to preview in the browser anyway.

      However, because I'm really lazy, and enjoy reading, I used to download fiction in html and plain text format, and read it. I never edited it. (perhaps only once when I first dl'd it, to strip out some junk at the top and bottom) And I preferred reading it in a web browser, because I could wham the space key, and page down. (were I looking at it in an editor, I'd have to hit the smaller pagedown key, and be careful not to hit any letter keys, as they'd pop the view back to the cursor location and change the file, neither of which I wanted)

      And I hate having to explicitly open any of my files in some program that's not their default, unless it's something I want to do. Since I will always open /work/index.html in BBEdit, and I will always open /fic/index.html in IE, there's no reason to make me choose which one I will have to assume a permanent burden of manually opening.

      There are other situations where this comes up. (picture viewers v. photoshop) Enjoy.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    68. Re:And he thinks Macs are better at this????? by kilgore_47 · · Score: 1

      While the OS supports something, it is not the case that software authors do (we /are/ arguing about appearences here). So, if 80 per cent of apps in popular use on Macs _don't_ support resizable dialogs, Macs effectively don't appear to support resizable dialogs 80 percent of the time. For example, Photoshop, Quark, PageMaker, and even Illustrator didn't use the new dialogs until this year's releases on any version of MacOS (MacOS 8.1 was released some years ago IIRC).
      Your figures are random speculation at best. Regardless of the past, as of current times almost ALL ( >95%, if you wanna make up stats to prove a point) programs support it, including all recent versions of IE (the program he (you?) was originaly speaking of).

      While it is not new, it is non-obvious. The get info pane has no idications that the icon is selectable, let alone editable.
      Many features are not immediately obvious to firsttime users. It is a well documented feature though, and the alegation that macs can only change their icon's color tint was plainly wrong.

      (Don't get me started about how 9.1's little desktop hiding adventure breaks even modern software).
      OK, but don't get me started about how the desktop hiding trick has been in place since sometime during 7.?
      (it was right there in the General Controls control panel).

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
    69. Re:And he thinks Macs are better at this????? by Melantha_Bacchae · · Score: 1

      stefan50 wrote:

      > I do agree that it should be easier to change
      > file associations. Me, I'm used to just using
      > ResEdit... but it should be an option in the
      > "Get Info" dialog. (Although this is irrelivent,
      > since OS X uses file extentions, last I
      > heard...)

      On OS X, it *is* in the Get Info dialog. There is a drop down menu for what info to show, choose "Application". And there, in all its glory, is one of the nicest ways of handling file types that I have ever seen. You have the option of selecting a application for just the file in question, or using the general application for that file type (which you can change, right there in the dialog). You can also just drag the file to an app in the dock, even if it isn't running yet. So much easier than trying to use resedit.

      I've been using computers of all stripes since 1980, and have been programming professionally since 1986, and *I* sometimes have problems finding the file types dialog in later versions of Windows 9.x. I can just imagine how difficult it would be for an average user whose eyes would glaze over half way through an explanation of what a file type is. This is an important issue with XP: important enough for Kodak to sue Microsoft over it. Kodak got MS to settle on allowing the user's choice of photo software, but they didn't do anything about any other application.

      File types aren't evil in themselves. It's the deliberate hiding of the way to change them, and the selections of defaults based on Microsoft's greed. XP is the worst example of that greed yet.

      Please don't feed the dragon.

      "All we have to worry about is to slay King Ghidora."
      Shouta, "Mothra 3: King Ghidora Attacks"

    70. Re:And he thinks Macs are better at this????? by Telek · · Score: 2

      Well no, you did bring up a valid point.

      Umm, for the html issue, you could name them differently like .htm and .html. Actually IE will automatically interpret HTML in any file that you pass it, so you could name them whatever you wanted. The only other way to do that would be the mac way, and quite frankly I think it's far worse to have to explicitly claim overship on all files and have some load here and some load there just because I saved them with this or that program.

      It would be trivial to implement a program in windows that would scan a stream attached to the file to see if you wanted to open this file with a different program than the default, but other than that I can't think of a way to do it short of changing the extension. If you can think of a better way by all means suggest it.

      I know that I've never really had a problem, and I commonly use the right click menu option, and it's not much of an inconvenience at all. I commonly edit html/java/js/jsp files in ultraedit, and sometimes view them, sometimes pop them into homepage, and I can do that easily by the right click menu.

      --

      If God gave us curiosity
    71. Re:And he thinks Macs are better at this????? by Aapje · · Score: 1

      It would be trivial to implement a program in windows that would scan a stream attached to the file to see if you wanted to open this file with a different program than the default

      Like a Creator-type on the Mac? You are basically advocating something similar, perhaps you just want an easier way to edit it built into the MacOS (to which I agree).

      I think that most people dissing the Mac way are doing so because they are Windows-powerusers and haven't learned how to use the powerful features on the Mac. I have extensive experience with both and I prefer the Mac.

      Why? It gets in your way less. On a PC I always have to pay attention, it's very hard to achieve 'flow'. On a Mac most things mostly work just like you expect and this makes it a joy to use. Whenever I try something new ('hey, would this work?'), it usually does work. On Windows it usually does not.

      File/Creator-type is a good example of this. It allows you to double-click and open the program that you prefer for that document. Only in the cases that you want something different, you have to do something different. This is in contrast to the Windows way in which you have to switch between double-clicking and right-clicking to open the app that you see as the default for this document. Different actions to basically achieve the same action -> mess.

      BTW, changing the File/Creator-type is really easy with the proper tool.

      --

      The Drowned and the Saved - Primo Levi
    72. Re:And he thinks Macs are better at this????? by jweatherley · · Score: 0

      Of course Mac has niether a Properties nor a right-click.
      Command-I for the Mac equivalent of properties, control-click or right-click (duh) for right-click.

      --

      --
      Reverse outsourcing: it's the future
    73. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      You are a retard. Apple have a monopoly on the Mac because they are they only people allowed to make it. It's that simple. What really shows how dimwitted you are is this: "are you trying to imply that what Apple does is illegal in some way?" - you should of course know that it is not necessarily illegal to run a monopoly.

    74. Re:And he thinks Macs are better at this????? by cpt+kangarooski · · Score: 1

      And that tool would be Snitch, I know.

      There are flaws with the Mac way, but most of them revolve around the implementation, and not the idea, AFAICT. The codes should be fully human readable. (one way or another) Better use should be made of widgets in selecting codes. Additional granularity should be built in, rather like BeOS. (where a file is simultaneously known to be text, ascii text, html, and js, because it matches all of those in some way) Type codes should be more standardized between apps. Alternate creators: e.g. if there's no Photoshop, try Graphics Editor. Suffixes to be added on export from the system. Etc.

      It's actually a bad idea, 99% of the time to change type -- it is really supposed to mesh with the format of the file. Changing creator is comparatively minor, but the system ought to make it so easy to change to another creator that is compatable with that file that it is rare to need to exercise the ability to change it to anything at all.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    75. Re:And he thinks Macs are better at this????? by ReelOddeeo · · Score: 1

      Yes, I know all that. I'm a 1984 Mac veteran, and even a one-time Lisa user. Also a onetime Mac developer.

      But I'm getting at deeper design issues when I say no right click and no Properties. Another one I could get at, and it is really much deeper, is lack of a "focus". Something that all modern gui's have. In fact, one of the few innovations to actually come from MS. Because of a "focus", you can actually completely run Windows without a mouse. Its much easier to add great new ideas to a new system when copying from an existing system, than to get those ideas into the original system to begin with. Hindsight.

      Not that I fault the original designers. Designing something in the early 80's for release in Jan 1984, they did a remarkable job -- especially for hardware of the time.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    76. Re:And he thinks Macs are better at this????? by de+Selby · · Score: 1

      >Why? It gets in your way less. On a PC I always have to pay attention, it's very hard to achieve 'flow'. On a Mac most things mostly work just like you expect and this makes it a joy to use.

      I've had the opposite experience with Macs and PCs.

      The Macs don't just get in my way and interrupt my "flow"--they sometimes bring me to a mental brick wall. I'm often asking myself, "So, how do I get around this computer 'helping' me?" Sometimes I have to look things up for simple actions and download tools for things I would consider basic. Sometimes in the name of consistancy and intuitiveness, things actually become completely unintuitive. Later on when someone explains why it's obvious I can only think "That's idiodic." They simply do not behave in any way I'd expect.

      The non-Mac machines give me twenty different ways to do everyting and I achieve "flow." If I can't do X, I do Y. If I can't do Y, I do Z; but most importantly, I can predict the actions of any part of the OS I have never seen. I don't have to worry about anything suddenly doing work for me without my permission and making me think about my process and how to incorporate this help into it.

      This filetype problem is a very good example. If I make two text files in two text editors, they open in the text editors that created them. This is an interruption of "flow." There is nothing more unintuitive, more obstructing, and more frustrating than when "help" forces inself upon you and gets in the way.

      I don't love Windows but I have fond memories of the simple DOS days and _thankfully_ Linux gave us all Bash.

    77. Re:And he thinks Macs are better at this????? by Anonymous Coward · · Score: 0

      If you'd like to see it on the Mac then here it is:

      http://www.bombaydigital.com/pages/software/cmm_ pl ugins/index.html

      Try making Windows like the Mac.

    78. Re:And he thinks Macs are better at this????? by Aapje · · Score: 1

      I think that you never adapted to the Mac. Have you ever used it for a long time?

      It's always more difficult to do something on a system that is different from what you know. The filetype 'problem' is a perfect example. It's totally logical, it's only problematic when you're used to other behaviour or it doesn't fit the way you work.

      My experience is that the Mac is mostly more consistent than PC's. The interfaces of Windows-programs often differ greatly, everyone is doing something different. This is mostly for no good reason. On the Mac the similarity is much greater, allowing you to quickly come up to speed.

      There are a lot of different ways to get something done, but it often requires you to download a tool. I don't mind, I rather have a lean OS that is tailored to me, than a bloated system that is jack of all trades, master of none. The OS should allow for the hooks to get things done, IMHO it shouldn't be required to do everything.

      --

      The Drowned and the Saved - Primo Levi
  53. Hunting the .EXEs by Strick-9 · · Score: 1

    I would have to agree with the majority of the people here that this was a ridiculous argument. However, one thing not mentioned is the fact that with "Open With...", you have to hunt down the .exe file in order to make an association. Perhaps something Microsoft could do better would be to allow multiple associations and one default association, a la GNOME's mime-type handlers. Trying to find the right .exe can be a real pain in the neck, especially if you don't know where in the file tree to start looking.

    1. Re:Hunting the .EXEs by NinjaPablo · · Score: 1

      Perhaps something Microsoft could do better would be to allow multiple associations and one default association

      WinXP has support for this. By default, my MP3s open with Winamp, but Windows Media Player and Sonique are both listed as alternatives on the Open With menu. XP handles this all automatically as far as I've been able to tell.

      --
      SmashTech - No smashing of tech involved
  54. Full circle, trust me... by Gruneun · · Score: 3, Insightful

    While I agree with most of your arguement, the vast majority of irritating software is designed for Windows because that's what 90% of their target audience is running. I like and use Linux, too, but frankly it's not as popular and widespread as Windows.

    Give it time. When Linux becomes mainstream, the same programmers that made crappy Windows software will begin to make crappy Linux software. Some of it will disturb/disable other programs, take up resources, and open security holes.

    1. Re:Full circle, trust me... by timster · · Score: 1

      Time? Give it TIME?
      You don't read Freshmeat very often, do you?

      --
      I have seen the future, and it is inconvenient.
    2. Re:Full circle, trust me... by nuintari · · Score: 2

      They do exist, LImeWire for Linux, most goffed up awful install for linux I have ever seen. Installs the binaries in your home directory, and mangales the permissions so that everyone on the sys can see and execute them, and the share locations. I hate stuff that acts like windows software on a *nix system. I'm sure more exist. Call me anal, but I want my Linux/BSD/Unix systems to act like what they are, UNIX, not Winblows!

      --

      --Nuintari

      slashdot : where an opinion can be wrong.

  55. How does the MacOS do it? Other OS's? by John_Booty · · Score: 2

    The review seems to hold the MacOS up as a shining example of how file-typing should be handled. I haven't really used the MacOS, but if you read this great article at ArsTechnica you'll see how the MacOS uses metadata associated with a file to determine the type of file it is, and therefore the program that should be used to open it.

    On the MacOS, although the implementation seems cleaner (metadata vs. file name extension) the same issues of applications fighting over file types can arise in OS X, since an application can "claim" file types. The older Mac OS's seem to have opened a file based on the software that created it, which has its own set of problems. (Just because I created a JPG in Photshop doesn't mean I want spend 90 seconds firing up Photoshop every time I want to see it)

    Keep in mind I have almost no Mac experience, please correct me if I'm wrong. I'm just trying to check out the authors claim that the Mac offers a better way of filetype/application binding, and after looking into the way Macs do things, I'm pretty unconvinced. I think I actually prefer Windows' "Open With..." right-click option to create the associate itself, although I don't like the way applications can repeatedly reclaim file types without asking the user. So how do other OS's do it?

    --

    OtakuBooty.com: Smart, funny, sexy nerds.
  56. To all the "just right-click" people by jeff4747 · · Score: 2

    To everyone saying "just right click and hit 'open with...'".

    You're forgetting one detail. "Open With..." appeared in Win2k. Everyone still using 9X/NT doesn't have that option, so they have to do it the hard way, as referenced in the article.

    1. Re:To all the "just right-click" people by night_flyer · · Score: 2

      yup very difficult... highlight the file, hold down the shift key THEN left click and select open with....

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    2. Re:To all the "just right-click" people by night_flyer · · Score: 1

      errr, I meant right click

      --


      Thanks to file sharing, I purchase more CDs
      Thanks to the RIAA, I buy them used...
    3. Re:To all the "just right-click" people by Mark+J+Tilford · · Score: 1

      Actually, Open With appears in 9X/NT, but only if you haven't already assigned a viewer for that type.

      --
      -----------
      100% pure freak
    4. Re:To all the "just right-click" people by geomcbay · · Score: 2

      Well Scott Rosenberg was forgetting tons of details, such as the fact that virtually every application checks the file-mappings on startup and will prompt the user to make it the default application for the file-types it supports. Some programs (like RealPlayer, which he even uses as an example of a program that can be hurt by this tactic) do this to the point of annoyance in their attempt to remain the default player.

      If anything, Microsoft's sin is making it too easy for programs to change important registry settings. It is so very very annoying when a program's installer maps every file-type under the sun to itself (I'm not talking about Microsoft apps here, more like RealPlayer, ICQ, etc), changes your homepage, and commits various other acts bordering on trojan-horse type activity.

    5. Re:To all the "just right-click" people by atomico · · Score: 1

      I feel really bad today...

      After years of using/cursing Windows, thanks to this article I have just learnt the existence of "shift-right click" to bring the "Open With..." command. Oh my. Who said that reading Slashdot is a waste of time? One can also think that a Salon article had a good consequence (at last!), but that would be going too far.

      And yes, changing the default application to open an extension is a complete nightmare in Windows9x. Especially because first you have to guess the name some mischievous mind gave to that file type, and the difficulty level grows exponentially when you are using Windows in another language (not English).

  57. Donald Rumsfeld had "Faith of the Heart" by Anonymous Coward · · Score: 0


    Faith Of The Heart Lyrics
    It's been a long road getting from there to here
    It's been a long time, but my time is finally near
    and I can feel the change in the wind right now
    Nothing's in my way
    and they're not gonna hold me down no more
    No they're not gonna hold me down

    Cause I've got faith of the heart I'm going where my heart will take me
    I've got faith to believe I can do anything
    I've got strength of the soul and no one's gonna bend or break me
    I can reach any star, I've got faith, I've got I've got I've got faith....faith of the heart

    It's been a long night trying to find my way
    Been through the darkness, now I've finally had my day
    and I will see my dream come alive at last I will touch the sky
    And they're not gonna hold me down no more no they're not gonna change my mind

    Cause I've got faith of the heart I'm going where my heart will take me
    I've got faith to believe I can do anything
    I've got strength of the soul and no one's gonna bend or break me
    I can reach any star, I've got faith, I've got I've got I've got faith....faith of the heart

    I'm going where the winds so cold, to see the darkest days
    But now the winds are free...only winds have changed
    I've been to the fire and I've been to the rain
    But I'll be fine cause I've got faith, faith of the heart

    Cause I've got faith of the heart I'm going where my heart will take me
    I've got faith to believe I can do anything
    I've got strength of the soul and no one's gonna bend or break me
    I can reach any star, I've got , I've got I've got I've got faith....faith of the heart
    faith of the heart I'm going where my heart will take me
    I've got faith to believe and no one's gonna bend or break
    I can reach any star, cause I've got faith, cause I've got faith, faith of the heart

    It's been a long road....

  58. haven't you experienced this by killmeplease · · Score: 0

    I have experienced this many times. I can recall many a time when I went to open a file and it was opened by a shotty sharware program that I downloaded to play MP3s or edit hex. I do not change it and I am a power user on windows. The reason I never change the settings back is because I do not want to spend 5 minutes changing my settings when I want to listen to a new CD. This problem would be insane if there were a competitor to MS Office. What if you liked Word's competitor for some documents and MS for others? 2000 has a solution in the RUN PROGRAMS option but most users, not all, of win 9x/Me don't know what a file type is.

    --
    - Kill Yourself, spare us all! -
  59. Really not that hard by KingKire64 · · Score: 1

    if you right click on an icon holding the shift key you can change teh extension type and even run it as a different user(W2K AND XP). This guy either didnt try hard enough to find the answer(not very hard) or just wanted to bitch and moan about M$. Not to mention in most programs, such as realplayer winamp winzip and just about any other program that uses thier own extensions, there is an option under the tools menu to change the association for you. M$ may be evil but bitch about things that really screw the user over. Dont be blinded by hate as to not be able to find the true evil in your enemy.

    --
    "All I can tell the "lesser of two evils" folks is that if they keep voting for evil, they'll keep getting evil."-Lp.org
  60. Why doesn't someone in the community write this? by Queueless · · Score: 1

    It would probably take one of Microsoft's developers a short afternoon to build a simple, forthrightly labeled control panel that sits right on every user's desktop and asks, in plain English, "Which program would you like to open Web pages? Or text files? Or MP3 audio files? Or photo files?" Then, instead of Microsoft making choices for users to promote its new businesses, users could decide for themselves "where they want to go today."

    It seems to me if this is so simple why not make it simpler? Just make a freeware app for those computer users that can't handle right clicking?

  61. Pluralism by twisty · · Score: 2
    It gets pretty messy trying to cram round people into square pigeon holes.


    Sometimes it's a cultural shortcoming, but too many people are stuck in the rut of thinking without Set Theory... only one answer per blank to be filled. *NIX variations are a terrific start for departing from this, but sometimes the programmer hasn't learned from history, or just doesn't have the time to do better then M$.


    This fits politics, too... The unfair will never 'get' pluralism. Notice how Bin Laden pigeonholes all Americans as faceless criminals deserving of indiscriminant destruction. Meanwhile, NATO forces are trying to bomb the Regime while simultaneously giving humanitarian aid the Afgan people. America is all about a melting pot of cultures cohabiting the planet harmoniously... Not a Monopoly to say "there is but one God, and our one people has the monopoly on what He's about..."


    Harmony is a good thing.

  62. Interesting, but /.-worthy? by M_Talon · · Score: 2, Flamebait

    Ok, the author did point out that other applications set their own extensions, but is this really some sign of MS conspiracy or just another example of anti-MS hysteria? There are plenty other ways MS controls mindshare in their software, most notably bundling their own version of an application.

    Yes, changing the file type can be a bit daunting to the average user, but the average user is also the one who uses IE and WMP without bothering to look for alternatives. They don't care if a file opens with app A or app B, just as long as it opens. MS preys on that by providing a quick and easy way to open files. Those of us who do care know how to change the file extensions.

    Can we, just for once, not go with every bit of anti-MS hysteria that comes down the pipe and focus instead on the real issues? The article started out good, then dropped into an almost laughable Lone Gunmen style conspiracy argument.

    --
    Electronic Frontier Foundation for online civil rights information
  63. File Association Wars. by Domini · · Score: 2

    Although I also think (like so many other posts here) that the article goes overboard, and that, yes, it's easy for a user to get at the menus that change the association, there are some issues.

    1) After finding the menu option to change the association, it's not always clear how to change it... for one thing there are Open, Print, PrintTo and New options attached to DOC files... and all these need to be changed. Then there is the DDE thing... what's that?

    2) After actually changing the registry stuff, any upgrade of MS products will clobber your change, and the default if existing products find a change is to change it back (with a promp, sure). Although this is a good idea for inexperienced users who use a purely MS system, this can drive people like me insane...
    I use Opera for browsing, IrfanView for Picture viewing, and Agent for email and news.

    My programs are all at war!
    :P

    How I DO miss my Amiga... -sigh-

  64. Better idea. by Xibby · · Score: 3, Interesting

    The article does have some good points, IMO. But why not take it a step further. MS has the Windows Stamp of approval that goes to software as long as the software follows certin guidlines. By following these guidlines, developers know that their software will run on the Windows platform and the users know before buying the product. (This is very important with Win NT and 2000 actually.)

    Anyway, perhaps one of these guidlines should be that the installer registers what file types it is capible of handling. This is different from registering it as the default viewer.

    Then, all MS would have to do is create, say, a control panel applet for the file types. Shouldn't be too hard. It would present you with a file type (sorted into say, images, video, audio, documents, etc...) and what applications are able to handle that file type. Then you just select the program you want from the list that support it, instead of having to remember what program views what.

    Go a bit firther and require installers to prompt before changing and you should be set.

    This would be an improvment to the current setup, and I can't imagine that the talented Windows developers (they have to have some talent, the OS does run rather decently...) could do with the next service pack.

    --
    I'm going to go back in my box and will think within the limits of my box: MS Sucks Linux Good I read too much Slashdot.
  65. Re:This is silly... No its most definitely not by jiheison · · Score: 1

    Maybe the program warns you

    Not likely if it is RealPlayer. Just opening that program will prompt it to add itself to your systray and start automatically and attempt to connect to the internt every time you start your computer. No warnings, no requests for permission. The only way to stop it that i've found is to us msconfig. This must be done every time you open the damn thing.

  66. use a patent ! by nilstar · · Score: 1

    Hey, I'm just about to go and patent .MS and .Microsoft as my file extensions! What do you think? :-P

    --
    ===> An eye for an eye makes everyone blind - MG
  67. Mindless Anti-Microsoft Droning by Ageless · · Score: 2

    This article is just stupid. As the guy already addended, it's an extra key to hold down to "Open With..." and calling the File Types tab "hidden" because it's three clicks down is absurd. It takes a few clicks to get to the network settings, but I don't see anyone whining about MS having a monopoly on that.
    Or sounds settings.
    Or mouse settings.
    Or opening a program.

    Stupid.

    1. Re:Mindless Anti-Microsoft Droning by barjam · · Score: 1

      I am not sure, but I don't think that addended is a word.

    2. Re:Mindless Anti-Microsoft Droning by Ageless · · Score: 1

      I am not sure, but I don't think I really give a rats ass.

    3. Re:Mindless Anti-Microsoft Droning by dbCooper0 · · Score: 1

      I am not sure, but I think I think rats do have asses. (Good for you, Ageless ;-)

      --
      db
      Cig:
      ôô
      /`
    4. Re:Mindless Anti-Microsoft Droning by Ageless · · Score: 1

      Agreed! I am just not willing to give one to barjam for his response to my post :)

    5. Re:Mindless Anti-Microsoft Droning by Anonymous Coward · · Score: 0

      I think he meant "abended" (as in what my Novell servers used to do all the time).

    6. Re:Mindless Anti-Microsoft Droning by dbCooper0 · · Score: 1

      Agreed here as well. In my dauntless effort to say the right thing on /., I seem to ride the Karma rollercoaster quite a lot. I have a post (the second try because of a "page expired" problem) that sums up my feelings on Taco's "offsides" tendancies, and the FUD involved. Look for ".bat, .com, .exe" as a title(I'd give you a link, but I think the sid would throw it off...)

      --
      db
      Cig:
      ôô
      /`
  68. ever spend time in a help desk? by Anonymous Coward · · Score: 0

    I'm assuming that you've never spent time working at a help desk anywhere. The majority of the users are dumb and just don't have a clue. I've literally had to explain to people what "click and drag" meant. And forget telling them to right-click, that's way over their heads. You tell them to right-click and they double-click the left mouse button. (and don't even get me started on people who say that they "probably wouldn't even know how to turn on a computer". If you haven't got enough smarts to push a button, you shouldn't be owning a computer)

    Anyways, even if it's a simple task that takes only 5 minutes to learn, it's too complicated for most people to try and figure it out. Try changing the settings sometimes... it's next to impossible if you've never done it before and just have to guess. And I've seen people who couldn't open documents because they lost the associations and didn't know that they could open the program and then open the file that way, instead of just double-clicking on the file.

    And THAT my friends, is why this helps M$ keep their monopoly. Because people install some microsoft software that takes over part of their computer. And instead of fixing the problem, they just go out to buy and install whatever latest version of software that microsoft recommends because they don't know that there's anything better (and generally cheaper) out there. And the problem snowballs... people who don't know how to change what programs they use, then do things like email their files to other people who do have a clue. This forces other people to use the same version to be compatable.

    Now, if you think that I'm totally wrong here... why do people pay $300+ for Microsoft Office, when a $30 text editor on steroids will do basically all that they need? Though this wouldn't even be an issue if the majority of the people out there knew how to change the settings, but they don't. It makes no difference if one out of 3 million people knows how to change the settings, but they don't. If the majority of the people knew what they were doing instead of vice versa, this would just be a moot point.

    1. Re:ever spend time in a help desk? by Anonymous Coward · · Score: 0

      The option is available from the File menu.

      Now it might be too much to expect users to use menus, but in a menu-based GUI, tough shit.

      Most applications have some options for setting file associations also.

    2. Re:ever spend time in a help desk? by Anonymous Coward · · Score: 0

      I personally think that we should move towards using tests for allowing people to use computers. If you don't pass the test, then you can't use one. It'd certainly stop a LOT of tech support people from tearing their hair out from morons asking dumb questions they could answer themselves if they just had a little common sense.

    3. Re:ever spend time in a help desk? by shepd · · Score: 1

      If helping users was like helping cars, well... here you go. I guess I'm bored.

      Idiot "My car has trouble stopping"
      HelpDesk "Did you check the brake fluid level?"
      Idiot "No. How do I do that?"
      HelpDesk "Open the hood"
      Idiot "How?"
      HelpDesk "Use the hood release"
      Idiot "What's a hood release?"
      Helpdesk "The hood release is the lever on the left side of the dash. Look below it. Pull on the lever"
      Idiot "Dash, lever, pull... Uhhh.. Okay. I think I got it."
      HelpDesk "Ok. Did the hood open?"
      Idiot "I don't think so."
      HelpDesk (Getting exasperated) "Alright. Are there any lights on the dashboard?"
      Idiot "Dashboard? You mean the thing with the speed and gas tank levels?"
      HelpDesk "Yup."
      Idiot "Yeah. There's a light there. It's an, uhh, what do you call those things? You know, the thing you use at the end of the sentence when you are shouting? One of those with circles."
      HelpDesk (Realizing Idiot pulled on parking brake rather than hood release) "Hmmm. How do you normally stop your car?"
      Idiot "Like everyone else. Why?"
      HelpDesk "Well, could you describe it?"
      Idiot (Getting Agitated) "What, do you think I don't know how to stop a car?"
      HelpDesk (Appeasing) "No, No. Really sir, I'm sure you can drive a car very well." (Lying through his teeth) "Its just these new models have a different way of braking and I was wondering what method you were using to stop the car."
      Idiot "Ahhh, Ok. I see. Well, when I want to stop I put the shifter into 'N'. I then put it into 'R'. This bucket makes some noises and slows down."
      HelpDesk "I see. Have you tried pushing the pedal to the left of the accellerator?"
      Idiot "Accellerator? You mean gas. No -- there's a pedal there?"
      HelpDesk "Take a look. It shoul be there"
      Idiot "Wow! That's for the other foot right?"
      HelpDesk "No, you need to use one foot at once"
      Idiot "Why? It seems to work fine with both at the same time!"
      HelpDesk "Well, its in the manual that you need to use just one foot. It would void your warranty to do otherwise."
      Idiot "Void my warranty?!?! First you jerks build a car that takes a mechanic to drive, then you tell me that if I use two feet on pedals designed for two feet the warranty's void?!?! That's it, next time I'm getting a Ford."
      HelpDesk "I'll put you through to them right away..." [click]

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  69. M$ Natural keyboard pro by bubblegoose · · Score: 1

    I have an M$ natural keyboard pro, it has all sorts of shortcut buttons along the top. One of these is the Media button. The default action when I press the media button is to bring up a menu of "deluxe CD player, Realplayer, Winamp, Quicktime, and Windows Media Player". The M$ application that set up my keyboard actually searched my system and found all of the different media programs on the system and gives me a choice of these. I don't think M$ is doing this for a devious purpose.

    --
    I hope that someday we will be able to put away our fears and prejudices and just laugh at people. - Jack Handey
  70. .bat, .com, .exe by dbCooper0 · · Score: 1
    DOS had/has a hierarchy of extensions that mad it simple to run an app with switches (/a, /b, etc.) by simply creating a batch file which would run before a .com or .exe. That's a good thing. Having Windows' Start/Run inherit this is *not* evil.

    I had more thoughts prepared 15 minutes ago, but /. expired my page after I had to take a phone call.

    Summarily, the story here and from Salon is pure FUD.

    The Mac filesystem (I think) had more overhead because the file's header needed to be read to determine the associated app. Seems to me that just reading the directory entry and comparing it against the registry is more efficient.

    --
    db
    Cig:
    ôô
    /`
  71. This article is misinformed and dangerous. by geomcbay · · Score: 5, Interesting

    I just mailed a letter to the editor of Salon about this article before it popped up on Slashdot. I believe it is dangerous because this whole thing is really a non-issue. File-type mapping is a convience, not a curse, and the article is very misleading about how hard it is to change these mappings...

    Below is the text of my letter:

    ---

    I think Scott Rosenberg is way off the mark in his article regarding 'registered file types' for Microsoft Windows. In reality, it is not as hard to change these file mappings as he portrays.

    To begin with, the user would very rarely want to change one of these file type mappings; it is the sort of action you tend to perform once and then leave alone. As it is such a rare event, it makes sense for it to be somewhere deeper within the UI than an action that you would want to perform very often. There's only so much space within the UI for quickly accessible items, and they should always be items that are used regularly by a majority of users.

    Further, it is a lot easier to change these file-types than he portrays even if you want to change them. Since Windows 98, at least (I don't remember far enough back to know if Win95 supported this), you can right-click a particular file, choose "Open With.../Choose Program" and an easy-to-use dialog pops up which allows you to pick which program to use to open that file-type and even change the file mapping for that file type by choosing 'Always use this program to open these files'. Making this change is not exactly rocket science.

    And lastly, while it is true that the process above may not be completely intuitive for new computer users, virtually every application released in the past five years will check the Windows registry to determine file mappings when it is launched and offer the user the option to change these mappings so that the program just launched will become the default for the file-types it supports. When this occurs, it is generally via a simple dialog box popped up when the application is launched, it is hard to argue that this interface is too difficult for users. One of Scott's own examples, RealPlayer, is adamant about informing users of file-type mappings at startup, and offering the choice to remap files to RealPlayer (using a simple Yes/No dialog), ditto for Netscape (and IE), and countless other applications.

    I believe Microsoft has many questionable business practices, but file-type mapping is not one of them, and highlighting such a non-issue just detracts from the real problems via crying-wolf-syndrome.

    1. Re:This article is misinformed and dangerous. by ckedge · · Score: 2


      To begin with, the user would very rarely want to change one of these file type mappings;

      Bullshit! This is something I do REGULARLY, because applications continue to successfully go under the radar and seize them!

      My non-techie friends would LOVE to control their computers, but they DON'T because it's too inconvenient to do. See the earlier post by ConceptJunkie about how impossibly hard it was (WinNT and Win9x, not sure about Win2k) to figure out which damn entry in the list is the file you want to change the association for.

      it is a lot easier to change these file-types than he portrays

      Bullshit. I'm a Power User, a software engineer with a MSc in Physics, and you can not do it with a right click. You have to use Shift-right-click, and even then Win98 SCREWS UP the association, so you can not find this association in the folder options in order to customize if further (aka assign an icon). I learned AGES AGO to bloody well avoid this "open with" dialog!! If you want it done right, you have to do it manaully, the hard way.

      virtually every application released in the past five years will check the Windows registry to determine file mappings when it is launched and offer

      That's 50% of the entire problem!!! Every f'cking time. And 50% of the programs DON'T ASK, they just seize control. Even THIS YEAR's of LView Pro screws you over. If you hit CANCEL in it's "file type association" dialog, it STILL SEIZES THE FILE TYPES!! The only "correct" answer is to de-select all the checkboxes and only then hit cancel. Cancel doesn't mean cancel? WTF

      You have NO IDEA just how many people CURSE the file type nightmare Microsoft created.

      You sir, are an oddity. (no offence :)

      I would agree with one of the previous posters,
      that it might not be a conspiracy so much as it is Microsoft's general incompetence at doing anything right the first time. But I'm CERTAIN MS won't be making any changes that relinquish control over file type associations without a fight. If they do ANYTHING right, it will because of some engineers and honourable people within Micorosft raising hell with their pointy haired bosses over "what is right".

      We can only hope that they are capable of giving Balmer hell without blanching.

  72. RTFM by trcooper · · Score: 2, Informative
    Hmmm... I opened help in Windows 2000 and looked in the index and found 'file types, changing' And this is what I found:

    To modify an existing file type
    1. Open Folder Options Click the File Types tab.
    2. Click the file type that you want to change.
    3. Click Advanced.
    4. If necessary, modify the description of the file type, and click Change Icon to change the icon for the file type.
    5. In Actions, click the command that you want to modify, and then click Edit, Remove, or Set Default. Or click New to add a new command to the list in Actions.
    6. Repeat step 6 for as many actions as you want to modify for this file type.


    Seems simple to me... What does this guy want, dialog boxes everytime you open a file?

    "You are opening this file with Windows Media Player, do you want to use another program instead?" ['click' NO]

    "Are You sure? You may actually like Real Player better, or maybe WinAMP." ['click' YES]

    "OK, Your default player has not been changed, but we will check back with you to see if you've changed your mind next time you open a file."

    Besides, if a user likes Real Player (example he used), when he opens the program it will notify him that it is not set up to be associated with certain file types, and ask to correct this. This is in no way anything that contributes to MS maintaining a monopoly. This guy is probably just hacked off because it took him 1/2 an hour to figure out because he couldn't use help. Musta been a slow day over at Salon...
    1. Re:RTFM by kasper37 · · Score: 1

      Thank you...people are really reaching for reasons to hate Microsoft. I mean either run their product or don't!! It's that easy. They are NOT a monopoly, if the price for their product got too high in relation to the quality of the product you received, people would stop using it!

    2. Re:RTFM by Spunk · · Score: 1

      6. Repeat step 6 for as many actions as you want to modify for this file type.

      Ah, I always wondered why this took so long. It's because you go into an infinite loop at the end. Perhaps I should run Windows on a Cray-3.

  73. And if that jackass gets his way... by dave-fu · · Score: 1

    ...in n months, I can look forward to the next headline: "Windows Releases Utility To Alter File Extension Associations" along with the predictable banter.
    "Why is this not standard?"
    "The bundling of this software is anti-competitive towards [insert party of choice here]."
    "Just another example of M$ bloat."
    "The latest Mozilla milestone release KIX AZZ! LINUX R00LZ, WIND0ZE LU$ER$!!!"
    Just practicing my Kreskin-fu.

    --
    Easy does it!
    This comment has been submitted already, 276865 hours , 59 minutes ago. No need to try again.
  74. Re:I have a monopoly by Anonymous Coward · · Score: 0

    Shut up, shitslinger.

    FREE MUMIA

  75. The other 90% by gad_zuki! · · Score: 5, Insightful

    Shift right click, or right click in 2k its quite simple. The standard complaint that users don't know what they're doing thus MS is even more evil because it doesn't pay for a class or whatever is groundless. When someone needs to change the file extension they call their PC-smart buddies or asking on a web board or newsgroup.

    This would be monopolistic if MS disabled this fuction, but instead this article is perfect for the mindless MS bashing that makes slashdot look so prejudiced. There are real MS complaints and this isn't one of them.

    Maybe I'll get a job at salon. "Hi I'm the Slashdot baiter and I'm thinking of writing something inflammatory about the two button mouse. Think about it dudes, Mac has one button. MS is trying to confuse people for their own ends!"

    1. Re:The other 90% by cygnusx · · Score: 1

      Good point. WinME has this feature too. What I particularly like is that the OS remembers all the various apps that can open a document, even if they are not the default. I use this to play mp3s with Winamp (the default) and occasionally MusicMatch.

  76. Not exactly.... by Danse · · Score: 2, Informative

    The "Open with" option only appears on file types that don't already have a default handler program selected. If they have one, you just get the "Open" option instead. If you want to change it, you have to know how to change your file associations in Explorer. Most people have no idea how to do this.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    1. Re:Not exactly.... by Anonymous Coward · · Score: 0

      On W2K -- File|Right Click + Open With + Choose Program...

      It amazes me how many people are posting without even firing up Explorer and looking at what it does. It does NOT require a right-click, and it certainly works for already assigned associations.

    2. Re:Not exactly.... by jason000042 · · Score: 1

      There's also "Send To" which always shows up, but you have to know how to find your profile folder and put shortcuts to your favorite programs in there. And the premise of the article is that 90+% of windows users can't do anything but double (left) click.

      --

      are you a dirtyfreak? I am.
    3. Re:Not exactly.... by Andrewkov · · Score: 2
      90+% of windows users can't do anything but double (left) click.


      Yeah, and they double click on everything ... I was watching my boss double clicking on hyperlinks in IE today, but he also always double clicks buttons. How do techno-illiterates become IT managers? I gave up trying to explain DNS to hime last week, when he told us to update 100+ PC's with new hosts files...but I drift off topic. This is the kind of user who doesn't have a clue about file associations. If he were to try anything, he would probably try reinstalling an app to get the file associations back.

  77. So, EVERY good OS is a monopoly? by josquint · · Score: 1

    Was the article actually READ before posted?

    Ok, so if I understand this correctly, M$ has godly powers because its OS designates what programs are associated with which files? UMMMM... MIME anybody?!?!!

    Can you imagine an OS that couldn't tell you what files did what? What WOULD you have the OS do when you opened a file.. try to execute as a binary.. or open it in a text editor? You would have to specify each file manually.. including BINARIES/.exe's!! Even Linux assignes files to certain programs... my new install of Caldera don't do it worth a shit.. but it does it! Hell,my install assignes .mpg to a program that is isn't even installed on my workstation yet!

    And guess what, with Windblows.. when you install a program, it can TAKE OVER the use of the file!(something i wish linux could get right!) Take Windows Media Puker vs. Winamp. By default, WinMP is assigned .mp3, but as soon as you install Winamp, IT gets control of .mp3!

    Normally, i'd never defend M$, but geez, THINK for a bit before posting please :)

  78. Htm Vs. HTML and marketting by jgaynor · · Score: 1

    The use of .htm by MS was to exactly the same end, if you save your work as .htm by default then netscape editor wont even think of opening your files because it doesnt really know what they are.

    In short, MS was trying to bypass the association war by sneaking in a new extension and bypassing the fight altogether. Unfortunately Frontpage sucks, and they lost.

    Anyway, an "index.htm" file usually never loaded by default as the folder root html doc.

  79. How about this line... by Anonymous Coward · · Score: 1, Funny

    "There are millions of Windows users who barely know what "right-clicking" is."

    I think he meant Macintosh users ;)

  80. Konqueror got it right by avdi · · Score: 2, Informative

    Konq is the *only* file manager I've ever used that made changing file associations easy - just right-click on any file and hit "Edit File Associations" (or something like that). Konq then takes you straight to the File Associations editor, with the filetype of the file you clicked already selected and ready to edit. And if you want to change a different file type, you can do searches with globbing to find the FileType(s) corresponding to any given extension.

    Still, extensions are a fundamentally broken and archaic way of handling associations. Bring resource forks to Linux!

    --

    --
    CPAN rules. - Guido van Rossum
    1. Re:Konqueror got it right by Anonymous Coward · · Score: 0
      Resource forks are also a fundamentally broken and archaic way of handling associations.

      The term you're looking for is metadata. Resource forks are not metadata.

  81. its not abuse by abde · · Score: 2


    I have to disagree with him that it is an abuse. The main
    arena where this could be theoretically leveraged over the user is in
    media - especially video and audio file types. However, the main
    alternatives, RealPlayer and QuickTime for video, and Winamp and Sonique for
    audio, all make it very *easy* to change the default registered file types.

    For example, if you take a Windows installation and then install QuickTime
    on it, QuickTime will assume control of the .mov extension automatically
    during installation. If you decide later you want to change it, then you can
    do so easily from within QuickTime's controls.

    And this is how philosophically the Operating System should operate. The
    default settings should be for native apps that are bundled, because that
    way you can be fully functional immediately. However, then if you prefer a
    separate program, you simply install it and let that program assume control
    (which all media apps do, especially Real, which is actually sometimes TOO
    aggressive).

    For non-media applications, like word processing, who really wants to open
    an Excel document in Lotus? The truth is that there are so many programs,
    all of which try to define their own new extension, that it's basically a
    zoo. The less we users have to deal with it the better, honestly - and I say
    that as a power user, not a newbie :)

    --
    Don't blame me - I voted for Howard Dean. http://dean2004.blogspot.com
  82. How hard is it? by cmstremi · · Score: 1

    It's so difficult to change the associated program for a file type he is able to describe the procedure in exactly one, awkwardly written run-on sentence.

    Scott Rosenberg is a nim-wad for writing this article. Not everything is a conspiracy.

  83. Nah by Anonymous Coward · · Score: 0

    GEE.ppt
    YOU.xls
    ARE.doc
    PARANOID.htm
    !!!.mdb (wrong file name)

  84. Nitpick point. by DunbarTheInept · · Score: 5, Informative
    In unix they aren't file extensions. They are suffixes. The difference is that in DOS/FAT they got stored in an actual seperate field in the directory. (I don't know if NTFS also does this. I stopped paying attention to MS technical details a while ago). In Unix, they are just ordinary parts of the filename, and don't mean anything special unless a particular program is written to parse the filename for "stuff coming after the last period".

    An analogy:
    /*Unix*/
    char fname[PATH_MAX]; strcpy( fname, "foo.c" );

    /*original FAT/DOS*/
    char fname[9]; strcpy( fname, "foo" );
    char exten[4]; strcpy( exten, ".c" );

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    1. Re:Nitpick point. by Anonymous Coward · · Score: 1, Informative

      Bzzzt. Wrong.

      in FAT, it's:

      char fname[8]; strcpy( fname, "foo" );
      char exten[3]; strcpy( exten, "c" );

      Putting . (period) in the file's name/extension
      is an error. the FAT driver will punch the '.' in.

    2. Re:Nitpick point. by Anonymous Coward · · Score: 0

      No you dumb ass you need a null.
      "asdfghje" is 9 chars long (8+1)
      same with exten "abc" is 3+1

    3. Re:Nitpick point. by saider · · Score: 2

      Only if the strings are not null terminated. The dot is not needed, tho.

      --


      Remember, You are unique...just like everyone else.
    4. Re:Nitpick point. by Anonymous Coward · · Score: 0

      If DOS went as far as limiting filename lengths to 8.3, they'd probably avoid wasting two bytes for NULLs. If you can't see how that's possible, then you're a pretty hopeless programmer.

    5. Re:Nitpick point. by DarkEdgeX · · Score: 2

      Actually in Windows '95 with LFN, the long filenames are stored as one big filename as you described for Unix filenames, except AFAIK they always use 16-bit Unicode characters to create the name and terminate it with a NULL (two 0 bytes in a row).

      As another person already pointed out, in normal FAT the '.' isn't stored as part of the filename though, and an extra byte isn't allocated for null termination-- the structure is exactly 8 bytes for the filename, and 3 bytes for the extension. The '.' is silently inserted by the OS.

      --
      All I know about Bush is I had a good job when Clinton was president.
    6. Re:Nitpick point. by Nater · · Score: 2

      You are obviously someone who has never modified a DOS directory in a hex editor.

      --

      I like to play children's songs in minor keys.
      "We're all sons of bitches now." --J. Robert Oppenheimer

    7. Re:Nitpick point. by shepd · · Score: 1

      char fname[9]; strcpy( fname, "foo" );
      char exten[4]; strcpy( exten, ".c" );

      Looks a lot more like C than hex editor commands, doesn't it?

      If that's commands to a hex editor, well, I'd like a copy of it. I can make it the default editor for anyone who calls helpdesk asking why xyz opens with zyx.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    8. Re:Nitpick point. by pne · · Score: 1

      And under CP/M, it was essentially:

      /* 12345678901 */
      strcpy(fname, "FOO C ");

      Cheers,
      Philip

      --
      Esli epei etot cumprenan, shris soa Sfaha.
    9. Re:Nitpick point. by P1ON33R · · Score: 1

      char fname[8]; strcpy( fname, "foo" );
      char exten[3]; strcpy( exten, "c" );

      Nice, but how is "txt" or "zip" going to fit in exten if you only have room for two chars and a null-char?

      Same problem in the previous post, ".txt" (as a string!) does not fit in a char[4].

    10. Re:Nitpick point. by Nater · · Score: 2

      I was refering to the actual directory structure and the fact that there actually are only 8 and 3 characters allocated. The only time a null terminator is necessary or even possible in a DOS filename is if the name is less than 8 characters or the extension is less than 3. Under any other circumstance, the allotted space is simply filled up completely and the kernel knows where the end is implicitly.

      What ever made you think I was talking about your C ode?

      --

      I like to play children's songs in minor keys.
      "We're all sons of bitches now." --J. Robert Oppenheimer

    11. Re:Nitpick point. by shepd · · Score: 1

      >What ever made you think I was talking about your C ode?

      Well, lessee...

      You originally responded to this which was in response to this which is clearly C code.

      Not only that, but the last referenced post is in response to this which is even more clearly C code.

      Sorry if were all confused about where this thread was born...

      I don't know DOS FAT all that well, but it does seem reasonable that they would drop the null terminator if the full 8.3 namespace were used. Either way, this thread is all about using C to interface with DOS FAT and the filename lengths associated with it.

      You would find it difficult, if not impossible to use the strcpy function in C without it depositing a null terminator at the end of your filename and extension. And this post here is what this whole thread is about. He sez you only need 11 characters in C (because that's the code he's using) to format strings for the strcpy function, when the documentation for it clearly states it only works with standard, null terminated, strings.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    12. Re:Nitpick point. by DunbarTheInept · · Score: 2

      the '.' isn't stored as part of the filename though,

      Oops. Yes, you're right. My analogy's last statement should have been: strcpy( exten, "c" );
      The dot is implied.
      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    13. Re:Nitpick point. by Anonymous Coward · · Score: 0

      [digs out some old disk sector viewer software]
      DOS does not terminate filenames at all. They are space filled fixed length fields: Eight characters for the name, and three for the extension.

  85. The more insidious problems by Lumpish+Scholar · · Score: 4, Interesting

    Rosenberg claims it's hard to change registered file types, then explains how to do it in twenty one words. Like many of you, I'm not all that impressed. (Some Windows programs, such as the wonderful IrfanView, offer to grab or give up the registered file type for various types, at installation or whenever.)

    The real problem is, not all interesting associations can be set via Windows Explorer. Programs can tell Windows, "I want to open up a Web page" or "I want to start sending an e-mail message"; what programs do they use?

    Setting "the default browser" is more than just setting the .HTM association! If you've told all your browsers to fight over the default like a pack of starving pit bulls, they'll offer to change it back and forth all too often. Otherwise, you can edit a dozen or so obscure registry entries. There's a commercial (but cheap) utility, BrowserSwitch, that doesn't do anything but this.

    How do you change the default mail program? I honestly have no idea. Heaven help someone with both Outlook and Eudora installed, who would prefer to use the latter.

    Various movie formats can be handled by Windows Media Player, and RealPlayer, and QuickTime. Assuming Microsoft hasn't banned the latter two, how can you tell your browser which one you want?

    Any solution would need to be at least partially technical. It's not clear how much of a legal solution is necessary; I'd like to hear arguments on both sides.

    I agree with Rosenberg in one way: Windows users would be better off if they could make such choices more easily.

    --
    Stupid job ads, weird spam, occasional insight at
    1. Re:The more insidious problems by freakinPsycho · · Score: 1

      Actually, it's pretty easy if you know where to look.

      In Internet Explorer go to Tools -> Internet Options. Click on Programs. You will see what programs IE assosiates with certain actions.

      The end-user who doesn't know how to do this calls his ISP tech support and they tell him how.

      I would like to point out that most users don't want to know how to do this, mostly because they never need to. When they do, they call tech support.

      --
      "All the things I really like to do are either immoral, illegal, or fattening."
      - Alexandar Woolcot
    2. Re:The more insidious problems by Anonymous Coward · · Score: 0

      That's an unfortuante UI -- the "Programs" are actually system settings for default mailer and so on and aren't just used for IE. The fact that these are mixed in with IE-specific options is pretty confusing.

      For example, if I click on Send Mail in Word or WordPerfect, and my mailer is Lotus Notes, it uses these settings.

  86. Windows Documentation by Detritus · · Score: 2

    What a bunch of losers, everyone should know about shift-right-click, it's plainly described in the Windows User's Manual. Oh wait, there is no user's manual. Microsoft, being so enviromentally sensitive, doesn't want to burden the end user with useless frills like documentation.

    --
    Mea navis aericumbens anguillis abundat
  87. Re:This is silly... No its most definitely not by Anonymous Coward · · Score: 0

    actually I believe if you dig through the options, you can fudge with the settings to disable smart center on startup, and to tell it not to check file associations every time it runs. Once you do that, that's half your battle right there.

  88. Re:This is silly... No its most definitely not by Anonymous Coward · · Score: 1, Insightful

    Uhh. So because *REALPLAYER* gave you fits, this is an example of *MICROSOFT* pushing their monopoly? *MRRRRRRNNNNNNN* please try again. I don't think Microsoft would make it hard to switch BACK to their products in order to RETAIN their monopoly.

  89. Incedentally, he *does* know about that. by DunbarTheInept · · Score: 2

    Read the article through to the end of it. He *does* know about the right-click method.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    1. Re:Incedentally, he *does* know about that. by shyster · · Score: 2
      He *does* know about the right-click method.

      Yeah, as soon as some readers alerted him to it. Then he added a PostScript (tm). Then, to avoid trashing his entire article and admitting he was too stupid to understand the very things he was complaining about (making him one of the "millions of Windows users who barely know what right-clicking is", he dismisses it as too hard.

  90. Ok, so what about OEMs? by Anonymous Coward · · Score: 0
    So are OEMs and VARs restricted from changing the preferences on shipped units? If not, there's no monopoly problem. Complain to the vendors. If they are restricted from changing associations, then there is abuse.

    The article never even mentions the important point, but prefers to blast away at Microsoft. It's much better to blast away with some reasonable aim...

  91. The better solution... by stefen50 · · Score: 3, Insightful
    is for applications to have an option to re-claim stolen file associations. WinAmp, to name an example, already has this feature. The answer is smarter applications, which save the users this work.

    Smarter users would be even better, but we know that's not going to happen any time soon, don't we? :)

    1. Re:The better solution... by GigsVT · · Score: 1

      The answer is smarter applications, which save the users this work.

      Really... I bet these smarter applications could get a little light bulb next to their head when they "thought" of something that could save you work!

      We could even give these smarter applications little personalities, like say, a paper clip, or a cat.

      That's a great idea!

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
  92. Oh You Have NO Idea! by Greyfox · · Score: 2
    Every few months my web server people fuck over the server config files (Apache or Apache-like. Mebbie Websphere) and my lusers all start calling up and complaining that the file no longer gives them a "save as" when they click on it. You'd think that ANY plonker who's used the web for more than 15 minutes would just right click and select save as. Unfortunately this is not the case.

    I'm starting to see the same calls with the IE users, for some odd reason. It doesn't appear to be server side with them but the number of calls have been fairly low thus far, and I don't do Windows. Once we start seeing a number of them, my PHBs will start demanding that I make IE work just like Netscape currentl does. Joy.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

    1. Re:Oh You Have NO Idea! by jiheison · · Score: 1

      You'd think that ANY plonker who's used the web for more than 15 minutes would just right click and select save as.

      Doesn't work if there are multiple frames.

      Let me get this straight: your web server people make the same mistakes repeatedly, and you maintain ignorance of a platform that your content is served to.

      Kudos!

    2. Re:Oh You Have NO Idea! by Anonymous Coward · · Score: 0

      I find what you wrote interesting, Especially about the part about making IE work with your page. Normally, people make their pages cater to IE, sometimes making it unpresentable in netscape. Since it has something like 90% of the browser market now. So it might be a good idea making it work with IE, wether you like that browser or not.

    3. Re:Oh You Have NO Idea! by platypus · · Score: 2

      I knew that the following URI might be of relevance here and wanted to post it anyway. Makes much more sense if it might help someone.

      You wrote:

      I'm starting to see the same calls with the IE users, for some odd reason. It doesn't appear to be server side with them ...


      Look at this mess (which surely relates to your post), throw some activedesktop in the mix, and we'll see that the salon article has really relevance, which might just increase in the future.
      This stuff can be a great vehicle for MS to push their own applications on the user.

      MS in reality gives a shit about MIME types, file extensions and what action the user wants to associate to them.

    4. Re:Oh You Have NO Idea! by Greyfox · · Score: 2

      Up until recently we supported Netscape only. My company moves at a Snail's pace, and we're just now getting into the MS thing in a big way. Fortunately there's enough UNIX stuff going around that I still don't have to mess with it that much.

      --

      I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  93. realplayer? by syrinx · · Score: 1

    The article makes an interesting point, though MS is not the only one guilty of abusing file extensions.

    Of course, it also makes the absurd assumption that there is someone out there who actually LIKES realplayer.....

    --
    Quidquid latine dictum sit, altum sonatur.
  94. Send To! by Chibi · · Score: 1

    Besides "Open With..." Win2K has an option called "Send To." If you right click any file, you can send it to any application. The "Send To" folder is located at:

    C:\Documents and Settings\[username]\SendTo

    It actually comes in quite handy. Oh, and I agree with most of the sentiment here, that this is just silly.

    --
    If all you have are silver bullets, everything looks like a werewolf.
  95. Difference? by Washizu · · Score: 1

    What exactly makes the entry in the control panel so much easier and more accessible than right clicking (or shift-right clicking)? He makes a reasonable case concerning why we shouldn't have to deal with file extensions, but if right clicking is too advanced a feature for some I suggest we find these people and educate them in how to use their computer. Look for them going around and around in revolving doors.

    Ben

    --
    OddManIn: A Game of guns and game theory.
  96. Why does everyone think MS won't be broken by vtechpilot · · Score: 2, Interesting

    Why does everyone out there seem to think that because the justice department was ordered to stop pursuing a break up, it won't happen? Its not the prosecutions position to decide the sentence. If judge Kollar-Kotelly decides that breakup is the only effective solution, it will be the decision made even if the justice dept. doesn't ask for it.

    Personally, I am pretty confident that breakup will probably be the only acceptable solution. We already know that restrictions on behavior aren't enough to tame this beast. With all that in mind discussions about file extension management in the name of antitrust are kind of pointless don't you think?

    --
    Slashdot is an anagram for Has Dolts, and I am Dolt number 468543
  97. Shift-Right Click on the offending document by mass · · Score: 1

    And change away the associations of any document file-type extensions to your heart's content.

    You can also refer to the Windows 95 FAQ :
    Commonly Asked Windows 95 Questions and Answers (Q132737)

  98. Another idiotic Salon article by Anonymous Coward · · Score: 0

    This is stupid. Say you have a large collection of text files and you want to use a special editor instead of Notepad from now on. Right-click any text file, choose "Open with", select the editor and click "Always use this program to open these files". Wow, that's real hard!

  99. Re:This is silly... No its most definitely not by BenCaxton · · Score: 1

    "Maybe the program warns you but few reads it as they are requesting the clip. "

    I think that's the key sentence here... if people would read what they clicked on then this wouldn't happen. People think that they should be able to do whatever they want with their machine, not have to read anything or actually figure anything out and every thing should work fine. When you behave like this and and click "ok" without reading what you jsut oked, and something goes wrong -- you blame the OS or the program...? I don't think the problem is with the OS or program. Now you would have a valid complaint if a program changed a global setting on your machine without asking first... if nothing else that's just plain intrusive. but that is different from a default setting or from changing a setting with your permission.

    --
    Ben
  100. How about this then... by Danse · · Score: 3, Interesting

    Make the "Open" option into an expandable menu instead of a single option. List all the programs that are registered to handle that file type in the menu and let the user select the one he wants. You could still select one app as a default for when you double-click on a file, but this way users could select a specific program a lot easier.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    1. Re:How about this then... by jedwards · · Score: 1

      So you need a central database of what file types correspond to what applications.
      You are also dependent on the applications registering the types with the same name. If Paint calls files which start with jfif "JPeg images" and Draw calls them "JPeg pictures" then you're adding confusion. At least with using the extension there are conventions already in place.

    2. Re:How about this then... by jiheison · · Score: 1

      So you need a central database of what file types correspond to what applications.

      It's called the Registry folks.

    3. Re:How about this then... by powerlord · · Score: 3, Interesting

      You are also dependent on the applications registering the types with the same name.

      I think what he's suggesting is instead of a two dimentional table (extension/program to handle it), you end up with each entry for an 'extension' containing a list of all the programs that register their ability to handle that extention type.
      If 42 programs want to register their ability to handle GIFs, fine, you have 42 entries.

      You can still mark down a "Default" program that is activated when you double click on an Icon, but by keeping all the other info you can:

      1) Browse what programs are assigned what extensions, and which ones they want but are not the default, or even create a utility to go through the catalogue and make a particular programs settings the default (again, preserving the current defaults as alternatives).

      2) Preserve alternative choices in case the default application is un-installed.

      3) Turn the current windows "Open" option when you right click on an Icon into a expanding menubox (ala the "Program" menu) listing all the currently registered options.

      Okay. I wish I could take credit for this, but the poster above did. I think this would be a really good idea for a desktop to do. Lets beat Windows to the punch and get this into Gnome and KDE :)

      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
    4. Re:How about this then... by Anonymous Coward · · Score: 0

      Thanks for that insightful contribution.
      The whole point of the article is that the database shouldn't be needed, not that no-one knows what it is called.

    5. Re:How about this then... by stubear · · Score: 1

      Windows already does this. If I right click on a text file Open resides at the top of the context menu but a little ways down there is an open with > option. This lits both Notepad and Internet Explorer as options for opening the text file. Below this, seperated by t horizontal line is the Choose Program option. This lets me select which application I want to use to open this file. The Open With dialog grants the user the choice to open this file once with the intended applicaiton (and adds this choice to the context menu for all time) or you can choose to Always open the file type with the new application chosen through this process. If a file type is unregistered then Windows automatically calls up the Open With dialog anyway.

    6. Re:How about this then... by Dancin_Santa · · Score: 1

      Ah, but the Registry only keeps a one to one mapping of file types to applications. A good system would be to have an API called AppSupportsFileType(const TCHAR* szFileExt) which would then add the file extension to the Registry if it didn't already exist and add the application information to a "Supported by" list.

      Then you'd only have to check the registry for the specific filetype you're looking for to get a list of apps that at least admit to supporting a certain filetype.

      Dancin Santa

    7. Re:How about this then... by Anonymous Coward · · Score: 0

      Ah, but the Registry only keeps a one to one mapping of file types to applications

      On W2K that's certainly not true. For example, if I right click on a text file I get a list of 7 programs that claim to understand TXT but are not my default editor.

    8. Re:How about this then... by Danse · · Score: 2

      This lits both Notepad and Internet Explorer as options for opening the text file.


      Along with every other app you have installed. I'm talking about a simple menu that would list only apps registered to handle that particular file type.


      Below this, seperated by t horizontal line is the Choose Program option.


      Not sure what version of Windows you're using, but I don't think it's 2K. Or at least not a default install of it.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    9. Re:How about this then... by jiheison · · Score: 1

      Ah, but the Registry only keeps a one to one mapping of file types to applications.

      I must admit i'm not sure what you mean here. You can have Open With options pointing to several applications for a single file type.

    10. Re:How about this then... by spencerogden · · Score: 1

      Too late KDE 2.2.1 has a "Open With..." Menu when you right click. When I right click on a gif I get a list with GIMP and a couple others. The default action is to preview in Konq.

    11. Re:How about this then... by Anonymous Coward · · Score: 0

      Actually, it is in the default installation of Win 2k pro. I right click on an AVI file and see "Open with > Windows Media Player | Internet Explorer | Choose program"

    12. Re:How about this then... by Dancin_Santa · · Score: 1

      Heh. How about that!

      A cursory glance at the Registry doesn't reveal anything besides the Default registered app. I wonder how it's done.

      Dancin Santa

    13. Re:How about this then... by zachdms · · Score: 1

      Actually, Windows XP adds this: look under HKEY_CLASSES_ROOT\applications\wmplayer.exe\Suppor tedTypes\WMPlayer.exe\SupportedTypes", for example. Wheels are in motion to make things much easier as time goes on.

    14. Re:How about this then... by flegged · · Score: 1

      I think that may be a touch too subtle for /.

      (Unless you yourself didn't realise that Windows does all this. In which case you'd be an idiot and a troll. I think I'll give you the benefit of the doubt...)

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
    15. Re:How about this then... by Fencepost · · Score: 2
      On my 2K system, right clicking on a file type for which I've previously done "Open With" gets me the normal popup menu with an "Open With >" item. If I select that, I get a submenu listing every application that I've "Open With"ed for that file type.

      This is visible in the Registry as well - take a look at "HKCU\Software\Microsoft\Windows\CurrentVersion\Ex plorer\FileExts\.txt\OpenWithList". You should see a list of every application you've selected from the Open With dialog for .txt files, along with a MRUList used to order them (presumably most recently used first).

      For that matter, it's very easy for programs to add additional items to the top-level popup menu for their file types. As an example, I just went to Folder Options, File Types, TXT, Advanced, New, and added "Open with SciTE" as another top-level popup item for text files. Want to see where this goes in the Registry? Check out "HKCR\txtfile\shell". Don't complain that it's only on Win2K either - I have the same thing on NT4.

      There are other ways to achieve similar results, some of which affect multiple (or all) file types if you want to do something like always have "Open with Hex Editor" available.

      Until applications start associating themselves with extensions in this way, I don't have a lot of sympathy for the columnist's viewpoint. Poor planning on Company X's part does not constitute unfair competition by Microsoft.

      --
      fencepost
      just a little off
    16. Re:How about this then... by jiheison · · Score: 1

      Not sure about Win2K, but in Win98 you can add as many "&Open with" keys as you want.

    17. Re:How about this then... by Bronster · · Score: 2

      A good system would be to have an API called AppSupportsFileType(const TCHAR* szFileExt) which would then add the file extension to the Registry if it didn't already exist and add the application information to a "Supported by" list.

      You mean like the Mac has had for ages (well, every app exported the list of file types it supported in the Resource Fork). It meant that when you wanted to associate a specific extention on DOS disks to a specific application, you could select any application which supported that type (after mapping the 3 letter code to the Mac's 32 bit - encoded as 4 bytes - usually printable - type).

    18. Re:How about this then... by powerlord · · Score: 2

      I'm not talking about the "Open With..." option where you can choose what application should open and run the file, I'm talking about taking what has traditionally been a one dimentional relationship (File Type->Application), and defining the system so that instead of the traditional "Windows" way of application grabing the TYPE and removing the entries previously registered, they would just add additional entries for that TYPE.

      Right clicking could bring up a menu entry that lists all the applications that registered to open that file type,with the "Default" set to handle Double Clicking on the icon. This would also be a way fo dealing with the removal of an application that was previously registered to be the Default handling application for a given type, since other applications could be "promoted" to fill in the blank default (or at the least a list could be presented to the user of which app should become the default, instead of the traditional "Open With..." treasure hunt).
      I didn't realize that Windows XP came with this feature (Win9x/Win2k/WinME certainly don't). Sorry if WinXP has this feature already, I wasn't aware of it. I don't usually Beta test MicroSoft software until the Public Beta when they release it to the public as a finished product.

      --
      This space for rent. All reasonable inquiries will be entertained at proprietors discretion.
  101. Right click doesn't always work. by CoreWalker · · Score: 2
    I'm a little confused about some of the posts that say I should "shift-rightclick" on an application to change it's association. I use WinNT 4.0 at work, and I ran into quite a bit of trouble with file extensions that were not simple to fix. I'm a rather experienced windows user, and the procedure was neither simple nor intuitive like many posters seem to want to imply.

    First of all, I don't know what the deal is with "shift-right click". Maybe I'm missing something simple here, but all I need to do is right click. If I shift-right click, I get the wrong menu (I get a menu that refers to the space around the file (desktop, file manager view, etc.), not the file itself). If I right click, I only get the "Open With..." option if the file extension doesn't already have an association. Once the file has an association, the "Open With..." option is replaced with an "Open" option, thus removing your ability to change the association via this menu.

    Also, under the File Associations tab under windows explorer, not ALL file extensions are represented. Example:
    Someone asks me to look at a script created by program FooScripter. The the file he sends me is called script.t (notice the ".t" extension). I do not have FooScripter installed on my machine, so I right-click on the file and choose "Open With...". I choose notepad, but I forget to uncheck the "Always use this program" box (which I think should be unchecked by default, but maybe that's just me). So now I have this file association that I didn't mean to make. According to windows, it is now a "T_file". It is, however, for a reason I can't figure out, not an association that has representation in the "File Associations" tab in windows explorer. This is the first place I looked to get rid of it. To make a long story less long, the only way to fix this was to change it by hand in the registry. (Lesson in mind numbing tediousness, try searching your registry for the correct instances of "t".)

    Anyway, based on this experience, I think the Salon article makes a good point. Changing file extensions is not always as easy as some of you are trying to imply.

    1. Re:Right click doesn't always work. by dbCooper0 · · Score: 1
      You are right - and (shamefully, as an MCSE) I can't tell why it breaks sometimes. It might have to do with a one cahracter extension.

      Still, the basis for the Salon story and Taco's promotion of it are FUD.

      Case in point: the difference in numbers of comments on the Attack versus Anti-Microsoft topics. /. has become my source for *relevant* news. (About the war, not tech...)

      --
      db
      Cig:
      ôô
      /`
  102. VC++ dialog boxes... by Anonymous Coward · · Score: 1, Informative

    are the worst designed user interfaces I have ever used. Cram an 800 character include path into a small 40 character NON-RESIZEABLE text box and try to find a typo in it sometime! Hey Microsoft - ever hear about RESIZEABLE dialog boxes? God - Motif, Qt, GTK all have them. Setting TCP settings on all the different flavours of Windows is another nightmare. To my delight yesterday after 3 hours of trying I learned on Windows 98 there were TCP properties on the dialup dialog as well as more properties on the dialup dialog icon (but not if it is a shortcut placed on your desktop). If you specify the DNS settings on the system TCP stack - they are completely ignored by the dialup icon which has its own TCP settings. This user interface of Windows should win awards for being cryptic. Man - screw all these dialogs and put it all in XML flat files so they don't change from one Windows version to the next!

    1. Re:VC++ dialog boxes... by spectecjr · · Score: 2

      are the worst designed user interfaces I have ever used. Cram an 800 character include path into a small 40 character NON-RESIZEABLE text box and try to find a typo in it sometime! Hey Microsoft - ever hear about RESIZEABLE dialog boxes? God - Motif, Qt, GTK all have them. Setting TCP settings on all the different flavours of Windows is another nightmare. To my delight yesterday after 3 hours of trying I learned on Windows 98 there were TCP properties on the dialup dialog as well as more properties on the dialup dialog icon (but not if it is a shortcut placed on your desktop). If you specify the DNS settings on the system TCP stack - they are completely ignored by the dialup icon which has its own TCP settings. This user interface of Windows should win awards for being cryptic. Man - screw all these dialogs and put it all in XML flat files so they don't change from one Windows version to the next!

      You can always edit the project file. It's text, you know.

      Simon

      --
      Coming soon - pyrogyra
    2. Re:VC++ dialog boxes... by Anonymous Coward · · Score: 0

      Wow, someone who proudly demonstrates on Slashdot that they're not even at the MCSE level.

    3. Re:VC++ dialog boxes... by Anonymous Coward · · Score: 0

      Their project files have checksums that preclude you editing them by hand (the IDE bitches). Also - why are you making excuses for Microsoft? All decent GUI environments have resizeble dialog boxes. I guess Windows programmers aren't that bright.

    4. Re:VC++ dialog boxes... by GigsVT · · Score: 1

      Their project files have checksums that preclude you editing them by hand (the IDE bitches)

      You got a link for this? I find it really hard to believe, considering you don't HAVE to use the IDE at all.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    5. Re:VC++ dialog boxes... by Anonymous Coward · · Score: 0

      I agree the best solution is not to use their IDE at all and just roll your own makefiles (I do this, in fact). However, customers want to use Microsoft project files. As for the link, use your eyes - change a project file by hand and fire up VC6 and see what you get. A question: can project files import other project files? Defining the same include path and compiler settings in a million project files is a royal pain in the ass.

    6. Re:VC++ dialog boxes... by spectecjr · · Score: 1

      Their project files have checksums that preclude you editing them by hand (the IDE bitches).

      I've never seen it bitch, and I do this frequently.

      As for your other question... who cares?

      Simon

      --
      Coming soon - pyrogyra
    7. Re:VC++ dialog boxes... by Anonymous Coward · · Score: 0

      Tell me this, Simon: how are you able to edit these VC++ projects by hand while your boyfriend's cock is in your mouth?

    8. Re:VC++ dialog boxes... by spectecjr · · Score: 1

      Tell me this, Simon: how are you able to edit these VC++ projects by hand while your boyfriend's cock is in your mouth?

      My hands are free, you schmuck.

      Simon

      --
      Coming soon - pyrogyra
    9. Re:VC++ dialog boxes... by rabidcow · · Score: 1

      Yep, just remember to close the workspace first, MSVC keeps some of the files open all the time and you can't change them then.

      That, combined with the strange strings they stick in the #ifdef/#define blocks for headers files and such might lead someone to believe they're checksummed, but it ain't so.

    10. Re:VC++ dialog boxes... by Ben+Hutchings · · Score: 2

      I don't think there's any way to import things in project files. There's some support for substitution of environmental variables, which might be helpful. In case you didn't know, it's also possible to select multiple projects in the project dialog box and set options for them at the same time.

  103. dumbass by ArchieBunker · · Score: 0

    just run the handy dandy uninstall program and it restores your old settings. honestly, how difficult is that?

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
    1. Re:dumbass by Anonymous Coward · · Score: 0

      Wrong.

      It doesn't.

      Why did you put your name in the title of your comment, rather than down at the bottom?

    2. Re:dumbass by flegged · · Score: 1

      Dolt. Read the post. He did that. It didn't work.

      Hopefully, more apps will use the Windows Installer service, the best thing to come out of Microsoft since... erm...

      ok, the best thing to come out of Microsoft.
      With it, any action the installer performs is logged with a unique ID. Which can then be automagically undone, correctly.

      I first noticed how cool this was when I had to install a plugin into a specific folder for each of three browsers (IE, Netscape or Mozilla). I just called the CopyFile function during the installation for each component, and I got the unistallation routine completely free!

      Gotta love InstallShield!

      --

      "I think he was truly surprised at how little I cared about how big a market the Mac had" - Linus on Jobs
  104. ignorance is bliss by Hooya · · Score: 2, Informative

    if MS is at fault (or even attempting further monopolizing the market) we (the linux folks) are in deep shit indeed. we don't even let people switch printer with the lpr command if the user don't know how to -P. cvs seemes to be illegally tied to vi (unless you change the $EDITOR or something silimar) and the list goes on and on... get a grip. if you don't know enough to change a setting you don't deserve to change it. ie. you're better off being spoonfed. at least MS let's you be spoonfed. as long as MS let's apps like real-player change the file associations when they are installed i don't smell a foul play. if MS hadn't allowed any application to change the associations, then scott's arguement would hold water. this 2 page article in one sentence is "MS is furthering it's monopoly and killing is't competition in the process by providing a *default* setting that points back to it's own application." that sound foolish if said in those words, doesn't it? the interface is there to change it. he argues that it's 'hidden' deep down. but then, even if MS were to comply, couldn't we argue about every registry entry the same way? what then? bring up 10000+ item menu on a right click to access every entry in the registry? if you can't make heads or tails of what's inside the hood of a car, much less change the engine, are you going to call a car a 'bundled' product? after all, you can't simply switch the default engine that comes with it without going thru major pains.

  105. Windows Doesn't Show File Extensions (by Default) by Chibi · · Score: 2, Interesting

    Just wanted to point it out. There are plenty of people at my job that do not set Windows to show file extensions. This is one reason why some viruses/worms can spread so quickly. "Oh, here's a cute icon, I think I'll double-click it, it's called 'readme,' after all..." By having this the default, it saves some users from having to know certain things, but it probably causes more harm, ultimately, than good.

    --
    If all you have are silver bullets, everything looks like a werewolf.
  106. Evildoers by stuccoguy · · Score: 1
    The MS file extention scheme leaves a lot to be desired, and I for one look for any legitimate reason to to talk bad about MS.


    On the other hand, one should never attribute to malice or evil what can be easily explained by stupidity and laziness.

  107. Re:How does the MacOS do it? Other OS's? by Wyatt+Earp · · Score: 2

    On Mac OS 7.6/8.x/9.x there is a Control Panel called File Exchange that has an index of every common file extension and lets you pick the application for it. Under the Internet Control Panel there is a similar feature for picking "helper applications" for Internet related file types and applications.

    Or if you like, you can drag the file to the alias or the icon of the application you wish to open the files in. This works for the Desktop, Finder windows, the Dock (OS X) and the Application Switcher (OS 9.x).

  108. Re:This is silly... No its most definitely not by dinivin · · Score: 1

    Funny... I've told RealPlayer to disable QuickStart (I think that's what they call it), and have never had a problem since.

    Dinivin

  109. Not I would have expected under this headline by Florian+Weimer · · Score: 1

    I would have expected the the article dealt with the strong tendency in the Microsoft Windows camp to ignore MIME content types in favor of file extensions. You have to keep this in mind constantly, especially since there is still some software (admittedly, not by Microsoft) which truncates a file name to 11 characters and uses the last three characters as extension to decide which application to start. If you don't pay attention, you can easily compose a message which people running Microsoft Windows can't read. Perhaps this is evil conspiracy against all these *NIX people, to make them to appear as if they can't properly send email with attachments?

    And the claim that the MacOS is superior in this context is a bit awkward: it's much more difficult to change the File Type/Creator fields with a Mac. I even doubt there is a central registry in which you can make an entry that all your Adobe Illustrator shall be opened from now on by Corel Draw (yikes).

  110. What else is silly... by dragons_flight · · Score: 2

    Most users are tech illiterate.

    Think about this for a second, because it's really quite scary. Back in the day computers were the domain of technically skilled people, who understood how to pull out instructions when they couldn't figure something out. People who weren't scared that every mistake was going to be fatal. And most importantly, people who believed in learning how to use their expensive technical resources.

    The only way to justify Salon.com's arguments is to recognize that everything that enters mainstream use is suddenly suppose to be idiot proof. The US has warning labels that coffee is hot for God sakes. For some reason many people think that everything they do in life should be fundementally intuitive. Making tools which are both intuitive and versatile is hard in any environment.

    Perhaps what we really need is Windows Idiot Edition, with no powerful options and no allowance for 3rd party software. Just give them a word processor, browser, and instant messaging, and not worry about anything else. Make it as intuitive as possible and have instructions in baby language for anything that you can do with such a system. MS would love this strategy if they really could get away with having total control over software. But of course it would never work because the same idiots who don't want to actually learn about their computer, are also the idiots who will buy anything simply because you tell them its more powerful and versatile.

    1. Re:What else is silly... by pma · · Score: 1

      I believe it was called Bob, and no it didn't work.

  111. Only affects Windows users by Sloppy · · Score: 1

    This problem only affects Windows users. "Fixing" it by forcing MS to make Windows easier-to-use, doesn't really fix anything, because the fix is applied too late. The user is already running MS Windows.

    MS Windows is a closed proprietary platform, like a Nintendo game machine. You should only run MS applications on it. If you don't like this, then use a platform made by someone who doesn't think of users as enemies.

    The Windows Problem has the same fix as most other problems in life: Just Say No and suffer/enjoy the consequences. Living w/out Windows is very easy if you haven't already been indoctrinated into it, and even then, the "deprogramming" isn't very intense.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  112. "Just right-click & hold down the shift key" by kiwimate · · Score: 1

    That's the way to fix that little bugger!

  113. Microsoft should not be tamed.. by Anonymous Coward · · Score: 0

    What microsoft is doing is laughing the American judicial system in the face - it's the typical "i'm powerful geek - you can't touch me" response.
    What needs to be done is nothing short of demolishing microsoft - force them to shift to open source. Sure, it's radical, but spoilt brats need radical approaches.

  114. evildoing? by andy_from_nc · · Score: 1

    "Never ascribe to malice that which is adequately explained by incompetence." -- Napoleon Bonaparte.

    -Andy

  115. This artical is incorrect by audiofree · · Score: 2, Informative

    with it says

    "It's not in the "add/remove programs" control panel, where you'd expect it. It's not under "properties" when you right-click on a file. It's not in any obvious or easily accessible location."

    It IS under the right click on a file in Win2k if you right click on any file and go to properties you will see a "Change" button where you can easily change the file type. I do admit however that it was very difficult to do in Win9x

  116. like whatever... by Nevrar · · Score: 1

    Really! I mean, what is the point on posting a story such as this?

    Firstly, you can change registered file types! What's the problem?! It could be a lot harder to do.
    Secondly, the article hints at taking them to court for it... How ignorant.

    His rebuttal to readers' arguments at the end appeals to the fact that there are users out there who have little computer knowledge. If that is true, they aren't going to be worrying about file extensions. If they install a new piece of software and it won't open up the file, they will ring technical support and get help. Duh!

    --
    Nevrar
  117. Monopoly abuse vs. Software progress by slasho81 · · Score: 1

    But the problem with Windows' "registered file types" is just the sort of subtle but nasty Microsoft practice that many of us hoped a forceful antitrust ruling and a tough remedy would finally change.
    ...
    Once upon a time, PC users opened documents only from within their application programs.

    Associating data with applications so it can be accessed and manipulated in a "direct" manner and not using a software to mediate between the user and his/her data is not a bad practice for any Operating System.
    Allowing users to forget they are actually using an OS or an application to use their data is the right way to go.
    Users want to control their computer much like they use their TV, or other simple electronic appliances. They don't change the volume or channels by interfacing with a software that deals with TV broadcasting, they simply press a button.

    Same goes for Game consoles, and lately we even start to see this in Windows - Windows XP finally have an interface that makes the casual user forget he uses an OS. Everything looks like a familiar web page and there is even a striking resemblance to game consoles screen interfaces (especially the use of colors and "toy-like" buttons).
    It took MS about 10 years to move in the right general direction, yey. We should definitely cry for the abuse of their monopoly, but calling a downright OS/software usability feature a monopoly abuse is way out of line, neverminding the actual side effect.

    -Omer Lahav

    1. Re:Monopoly abuse vs. Software progress by Anonymous Coward · · Score: 0

      Allowing users to forget they are actually using an OS or an application to use their data is the right way to go.

      Good point, but being hurdles through a proprietary maze won't make computing easier. A user won't forget which OS or app they are using when they try to get at their data from different apps or across hetergenerous OSes and networks. The whole approach is wrong-headed and is meant to lock users into systems and architectures.

  118. I want my "open with" option to point to Linux by BroadbandBradley · · Score: 2

    but then, hey, I wouldn't feel right running that monopolyware on my machine so it's kind of a non issue. BUT...try setting your default web browser using the open with dialog, can't be done to my knowlege. seems odd to exclude the options for setting a default web browser from this list doesn't it?

  119. which reminds me... by Anonymous Coward · · Score: 0

    Draw a parallel to the terrorist attacks..

    MS has been literally bullying the software world and terrorizing companies who refuse to comply.

    Something needs to be done.

  120. How I fixed it by Malc · · Score: 3, Informative
    REGEDIT4

    [HKEY_CLASSES_ROOT\*\shell\Open in Emacs\Command]
    @="\"C:\\Program Files\\Emacs\\gnuserv\\gnuclientw.exe\" \"%1\""


    Now everything opens in Emacs, or if it doesn't, I have an "Open in Emacs" option on the right-click context menu in Explorer ;)
    1. Re:How I fixed it by GigsVT · · Score: 1

      To do this without regediting, just put a shortcut in the Send To folder. Then you can just use the "Send To" option to send it to whatever app you want.

      I always stick a shortcut to notepad in Send To whenever I have to work on a Windows machine.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    2. Re:How I fixed it by bmasonnz · · Score: 1

      Or theres what I used :-).

      REGEDIT4

      [HKEY_CLASSES_ROOT\*\shell\Open in Vim\Command]
      @="\"C:\\Program Files\\vim\\vim60aw\\gvim.exe\" \"%1\""

  121. Double negation by Anonymous Coward · · Score: 0

    We don't need no stinkin' file extensions!

    So you mean: We do need stinkin' file extensions?

    1. Re:Double negation by Anonymous Coward · · Score: 0

      You need to get laid.

  122. You are incorrect sir. by trcooper · · Score: 2

    It appears with registered file types as well... look again.

  123. I work with these people all day.... by jarodss · · Score: 1

    The people that the article is refering to are most Windows users.
    And working techsupport for one of the largest OEM computer makers around I deal with this type of people all day, everyday, and he does have a vaild point.
    When I try having a customer right click on anything 85% of the time they left click, then if they did right click every time I tell them to click they feel the need to ask "Right or left".

    These are the people that have 15-20+ icons running in the taskbar and don't know why the are running out of memory when their hard drive is half full.

    These are the people that don't reallize that if you don't type a password the first time you started the computer you wouldn't have the logon box poping up.

    These are the people who have yahoo!pager, msn messanger and ICQ constantly running and haven't got a clue why they have Connect to AOL poping up every 5 minutes even though they were writing a word doc.

    Try telling them that you don't have to use media player for your cds and dvds, you can hear their jaw drop over the phone, and change the screen saver or the background colors for them and you are a God.

    So yes, he does make a vaild point, as far as the Mac system being better or easier I couldn't say, I haven't used a Mac in years.

  124. Re:How does the MacOS do it? Other OS's? by update() · · Score: 2
    The older Mac OS's seem to have opened a file based on the software that created it, which has its own set of problems. (Just because I created a JPG in Photshop doesn't mean I want spend 90 seconds firing up Photoshop every time I want to see it).

    That can be a nuisance (of course, you can still open the Photoshop file in JPEGView or drag it into an IE window, or you can change the creator code for the file). But it can be extremely useful to have different files of the same type associated with different applications: a tab-delimited data file opens in Excel, a large ASCII text document opens in Word instead of giving a SimpleText error, the README file for something I'm coding opens with the CodeWarrior editor I'll likely already have open, even though they're all .txt files .

  125. More annoyances w/ associations by Anonymous Coward · · Score: 0



    In Windows 95 and 98, the list of file types was sorted by _description_, not extension.

    Say you wanted to change your association for .HTM. You'd have to scroll through the list until you found a match, which was likely "Microsoft Internet Explorer HTML file" (!) or somesuch.

    One thing I like about Windows 2000 is that the list is now sorted by extension. Better late then never I guess.

  126. Linux will have this problem someday by ReelOddeeo · · Score: 2
    Someday Linux will have the problem of apps (Netscape, AOL, RealPlayer, etc.) all fighting over control of file extensions.

    That is because Linux still uses the same primitive mechanism of using filename extensions to indicate both concepts of
    • What is in a file
    • and What application to launch

    A few months ago there was an article and big discussion about metadata. Given the way slashdot readers reacted to that, I predict that Linux will fall into exactly the same set of traps.


    [Those who won't learn from history are doomed to re-implement it.]
    --

    Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    1. Re:Linux will have this problem someday by Anonymous Coward · · Score: 0

      Not really. The "what is in a file" is not determined by the file extension. I can prove it. Rename a .exe file (or any binary file) to a .txt and try to open it in a ASCII text editor. You don't see ASCII text, do you? Therefore, it is the application that determines "what is in a file"

    2. Re:Linux will have this problem someday by kusma · · Score: 1

      This is something that really deserves serious thought by the GUI developers. But having the filename specify the filetype is so obviously stupid (the common readme.1st is a "file of type 1ST" in windows machines...) that even though Windows uses this by default, (and even gives out my favorite warning that changing the filename (the part of the name after the last "." which used to be an extension in some stone-age OS) that I sincerely hope some Linux GUI developers think of this problem and I also hope that there can be agreement on ONE standard for the necessary meta-data ...

    3. Re:Linux will have this problem someday by ReelOddeeo · · Score: 2

      Similar to your renaming the file extension to fool the software, I can do the same on the Mac. Change the filetype of a jpeg file to say text. Also change the creator to SimpleText so it opens using that (i.e. mac counterpart to notepad). The bytes in the file are still jpeg.

      The point here is not that you can't fool the system. The point is that using file extension to indicate both the type of data in the file and also what application to launch is stupid and primitive. The mac uses no file extensions. The new OS can use the file extension if the type and creator fields are no set. I think this is a great design compromise.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    4. Re:Linux will have this problem someday by J.+Random+Software · · Score: 1

      Between MIME and HTTP, there's no longer any reason to infer the type or encoding of a resource from some cryptic piece of its name. MacOS rightfully stores the type in the filesystem (but a filesystem that stores the charset and compression in use would be even better--wouldn't BeOS have handled some of this?).

      However, storing the creating app is a bad idea. The whole point being made here is that which-app-to-run is a decision that rightfully belongs to the user. It's none of my business which app the creator of the file used; if I already prefer PNG-o-matic I'm certainly not going to put up with PNG-o-rama just because you like it (heathen!).

    5. Re:Linux will have this problem someday by ReelOddeeo · · Score: 2

      I agree that you should be able to open the file with any compatible application. But I think that each individual document should be tagged with the default application. So if I click this Jpeg it opens in Jpeg-O-Matic. But if I click on that Jpeg, it opens in Jpeg-Mangler. Hence the need to retain the "creator", although I would call it something else, such as app-to-launch. Yet I can drag-drop any jpeg to any jpeg-app. Or I can right-click on any jpeg and pick Open With.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    6. Re:Linux will have this problem someday by J.+Random+Software · · Score: 1

      What's the value of opening the same sort of documents in different apps? Either I don't care (and any will do) or I prefer one (and running any other is never the Right Thing).

  127. Re:This is silly... No its most definitely not by jiheison · · Score: 1

    Well shit. . .don't I look like the asshole.

  128. Drag 'n' Drop? by ktakki · · Score: 5, Interesting

    Doesn't anyone drag and drop anymore? Wasn't DnD the big advantage to using a GUI?

    On both my Macs and my Windows computers, I use DnD to override default file associations. Drag the .html file on to the text editor icon: it's open for editing. Double-click and it's opened by the default browser. Want to see it in an alternate browser? Drag it over to that icon. Drag it over to the printer icon for a hard copy.

    Lately, I've been using DnD to extract strings from all of the Sircam-infected Word documents that show up in my mail by dragging the attachment link embedded in the mail message on to the TextEdit icon in the OS X Dock (not that SecretPlans.doc.pif would execute anyway if I clicked on it).

    Why bother with the overhead of having a GUI if you're not going to use all the features?

    k.

    --
    "In spite of everything, I still believe that people are really good at heart." - Anne Frank
    1. Re:Drag 'n' Drop? by Arandir · · Score: 2

      That used to be the way of doing things about five years ago. OS/2 Warp (the best desktop ever made) was specifically designed around this idea. They called it a document-centric interface. You treat the document as an object, and then manipulate that object with the editor object, printer object, etc.

      We seem to be getting away from that model, and entering the related but subtly different "filemanager-centric" model. Click on the document and if the click doesn't do what you wanted it to do then complain to tech support.

      I'm not talking about Windows here, I'm talking about GNOME and KDE. Why can't I drag my text file on top of the XEmacs icon on the panel or kicker and have it automatically open up in XEmacs?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:Drag 'n' Drop? by Microsift · · Score: 1

      Excellent point, and far less obscure a feature than using shift-rightclick! (Like anyone uses the right button anyway!)

      --
      My other sig is extremely clever...
    3. Re:Drag 'n' Drop? by loconet · · Score: 1

      Well, maybe cause most of us are a bunch of lazy users .. it takes less hand/finger movement and concentration to double click on the document than to drag it to another icon.

      --
      [alk]
    4. Re:Drag 'n' Drop? by sharkey · · Score: 2

      What does DnD have to do with Windows in particular? I was playing tho Gold Box games from TSR (Pool of Radiance, Curse of the Azure Bonds, etc.) on my C=>64 long before I got a Windows PC. For that matter, Pool of Radiance looked better on our Amiga than on the PC.

      And before that, I played DnD with pencils, paper and dice.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    5. Re:Drag 'n' Drop? by Anonymous Coward · · Score: 0

      pillock

    6. Re:Drag 'n' Drop? by tal197 · · Score: 1
      Why can't I drag my text file on top of the XEmacs icon on the panel or kicker and have it automatically open up in XEmacs?

      Does this really not work? Dragging a text file onto emacs on the panel works fine here (ROX), and I'd be amazed if the two big desktops didn't do that too...

  129. Many of these comments are stupid by Methuseus · · Score: 1

    I understand people are upset about someone finding the process of going to "Open with..." a little too unintuitive for the average user, but you have to remember: do you really want to deal with these people constantly asking you how to open a file in such-and-such a program because they forget every few minutes? I know I don't. And other people say that you can go to "Folder Options" but I personally find that very confusing to use, seeing as it lists literally hundreds of file types, and they aren't always titled in a way that makes sense. Yes, this would be one more tool to make me say that I don't mind using Windows. I don't mind saying that I might someday even prefer Windows, because I believe they still have the power to redeem themselves. Please also think of average users when attacking a story like this, not just average Slashdot users.

    --
    Two things are infinite: the universe and human stupidity, though I'm not yet sure about the universe. - A Einstein
    1. Re:Many of these comments are stupid by Anonymous Coward · · Score: 0

      Yo, ignorafuck, you don't want that level of government meddeling in software design. Fuckmonkey.

  130. Re:This is silly... No its most definitely not by Anonymous Coward · · Score: 0

    Well to be fair, Real only started getting Nazi with file extentions AFTER Microsoft released a version of WMP that hijacked all of Real's types, even though it couldn't play them.

  131. The Author's Flaws by svwolfpack · · Score: 1

    In his postscript, the author says that although it's possible to change associations in windows, it's too complex for the average user who "...barely know[s] what right clicking is." If this user does in fact know so little, it's highly likely he/she doesn't even care what program opens his file, as long as it is opened. While this may aid microsoft, other programs almost always change association on installation. So if this inept user does in fact install RealPlayer, RP will make sure that he associates all media with RP. And if he doesnt download/install realplayer because he doesnt know how, this doesn't build on Microsoft's monopoly at all, because Real would never make money off of him anyway, regardless if it was preinstalled... he's too stupid to figure out how to register, remember?

  132. Re:This is silly... No its most definitely not by warmi · · Score: 0, Funny

    No, you don't.
    This whole business of loading itself automatically and stealing relevant extension should be set to "OFF" by default.
    I have fucking more interesting things to do than search for some obscure config tab just to prevent RealPlayer from taking over half of my machine.

    RealPlayer is one of the most fucked up and annoying apps ever.

  133. file extensions and metadata are the same... by Anonymous Coward · · Score: 0

    ...if you think about it. The file extension is just a method of storing the metadata in the filename. Actually, file extensions have some advantages. The file extension (metadata) can be easily changed by renaming the file. By separating the metadata from the content of the file, via file extensions, you have a simple non-application specific (or OS-specific) method of viewing/modifying that metadata. In other words, if you used metadata to determine the application, it would then require all applications to support that metadata. By using file extensions, you simply offload that from the application to the file system. I like file extensions better. Enough MS bashing, already!

    1. Re:file extensions and metadata are the same... by Graymalkin · · Score: 2

      I think MS has poorly used the file extension concept. The onus of figuring out what to do with a particular file lies entirely on the OS so it'd be a good idea to give it some context. Windows with its DOS roots doesn't bother much with context. You get three letters to give context to the rest of your system. You run into alot of problems in cases like versioning. Word95 documents have the same extension as WordXP documents do. Then as it happens the two formats may not be compatible dispite the OS saying a .doc file needs to be read by WordXP (assuming that is what you've got). This works in this direction because of backwards compatibility. The concept doesn't do so well when you're on an old system with out dated sofware that can't read new .docs dispite the OS not seeing a difference and therefore assuming it is doing the right thing.

      --
      I'm a loner Dottie, a Rebel.
  134. LOL @ most posts by ImaLamer · · Score: 1

    It's funny that there is actually truth here, and for some reason everyone is sticking up for M$.

    I'm writing this in windows now, but I don't agree with most people saying this isn't a problem ... etc.

    Have you ever noticed that M$ [almost] always comes up with a app right after someone else has become huge at it?

    Real Player got big, and suddenly Media Player got a HUGE upgrade. AIM went outside AOL and MSN Mess came around.

    The difference with MS and lets say linux is: Linux depends on third party software to operate and M$ depends on windows to destroy third party software.

    Look at the situation more deeply than described by salon.com - i have to run out the door so i can't type anymo

    1. Re:LOL @ most posts by Graymalkin · · Score: 2

      Uh, every software company ever has been doing that. Microsoft didn't invent (innovate?) jumping on the bandwagon. Way back when Adventure became Thief which became Nethack. VisiCalc was great and popular but because its stakeholders didn't smell the fire burning under the IBM PC and Intel processors Mitch Kapor came along with Lotus and blamo it because de facto numero uno. Shit man by the same token you can bash nearly every Linux app meant to replace a Windows app. KOffice is a complete ripoff of Office97 concepts! The only reason your argument makes sense to you is it is easy to notice when Microsoft jumps on a paradigm yet this goes on all the time in all aspects of the computer industry.

      --
      I'm a loner Dottie, a Rebel.
  135. M$ will rule the Gehtto they are making. by twitter · · Score: 1, Troll
    Monopoly for the illiterate

    Not that most M$ users would bother to read it, but where exacly are such user friendly features documented? Last time I tried to use M$ help I had to talk to that stupid paper clip, who's more of a salesman than a help agent.

    You think it's easy but it really is more of the same abuse. All of those left handed tricks, and the way M$ made all of my favorite applications vanish ... now they let others set your registry from accross the web? Barf. Who's going to fill the "open with" folder? I'm sure it will work just as well as the start button itself. "Send to" is the only thing that makes using NT at work tollerable. If they kill that, I'll have to figure something else out. Most people won't. The anoyance factor is going to run joe user off computers for good. The rest of us will simply move to less obnoxious platforms. When people ask me, I tell them it's easier to use Debian.

    --

    Friends don't help friends install M$ junk.

  136. Another thing.. by Anonymous Coward · · Score: 0

    ok. Maybe you can have the program you install set itself up as the default program.
    But think of it from the average home user's point of view....
    You've just installed this program and then when you open say Internet Explorer you get the message "Some of the registered file types are not associated with Internet Explorer. Would you like to correct this?"
    What are you going to do? OBVIOUSLY, the natural response is:
    "Yeah, correct it..jeez I don't know what that other program did"
    OR
    what do most of us usually do? Just press enter to get rid of that annoying dialog box. And guess what pressing Enter blindly does? Right. It tells IE to go ahead and restore the file associations.

    So this is a valid case.

  137. Quicktime hijacked but then doesn't work by Mdog · · Score: 1

    Sorry if this was already pointed out, but MS does this great trick by hijacing ".mov" and then when you actually try to VIEW a .mov file it doesn't have the codec.

    And then when you try to dl quicktime and install it over again, you don't have admin! *sob*

    Reason #213921 to hate MS.

    1. Re:Quicktime hijacked but then doesn't work by zachdms · · Score: 1

      Huh? Media Player hasn't supported .mov - nor even had an option to take over .mov - for going on about three years now. We can revisit the past, but I think Windows XP and the current WMP are going in the right direction.

  138. Why hold down shift? by GeekLife.com · · Score: 1, Redundant

    Do you get something cool that I'm missing from holding down shift?

    1. Re:Why hold down shift? by czardonic · · Score: 1

      In Win98, you won't get the Open With option for a file type that is already associated unless you hold down Shift.

      --
      Takahashi Rumiko made beats! DON, taku, DON, taku. . .
  139. Re:This is silly... No its most definitely not by theancient2 · · Score: 1

    It's actually much easier to use msconfig to trash it. (Well, if you're used to msconfig.) Once upon a time, you could right-click on the Real icon and choose "disable". Now, RealNetworks has made is purposely difficult to get rid of the icon. Each new version of RealPlayer seems to add another new dialog box to the process, in order to make the option as difficult to find as possible. In the latest version, the relevant menu item has changed from "Disable" to "Preferences", and once in the Preferences dialog, the user must determine that he is looking for the "SmartCenter" button, click it, read the dialog that pops up, choose the "turn the darn thing off" option, at which point another dialog box pops up warning of the impending apocalypse that will result from the selection of the aforementioned option... and when the user figures out that "yes", this is what I really want to do, he must confirm that choice, OK the SmartCenter dialog, OK the Preferences dialog, and then close RealPlayer, which in the meantime has decided to launch itself for no apparant reason. No wonder everyone I know who doesn't have a PhD in Computer Engineering still has the Real icon in their system tray.

  140. Put it in the setup of the new app... by saider · · Score: 3, Interesting

    1) When a new app is installed, just put a dialog box that allows the user to associate the extensions with the new program.

    2) Also, put this code in the program itself, accessable from the menu.

    3) Put an article in the help file about how to do it manually. There are ways to easily re-register an application. The article makes it sound so difficult (it's not).

    How do you change the application on the Mac? Why not provide a GPL'ed program to do this task for grandma, and publicize the hell out of it?

    This sounds like nitpicking to me.

    --


    Remember, You are unique...just like everyone else.
  141. Re:This is silly... No its most definitely not by dinivin · · Score: 1


    Not really... It's a PITA to get to and disable :-)

    Dinivin

  142. i can't read the article by tq_at_sju · · Score: 1

    i can't read it it's not a pdf or doc file hehe

    http://www.goodtimetickets.com

    --
    http://www.vanillaafro.com - take me seriously and I will shoot you
  143. Give _me_ a break. by bwulf · · Score: 2, Insightful

    I don't see the problem at all. Here are screenshots of what happens when I right-click a file without any kind of shift-holding-down or other party tricks.
    This is NT 5.0, I'd assume it works the same in NT 5.1:

    Picture 1
    Picture 2
    Picture 3

    Dead simple. And it really, really works. I can only assume this shift-right clicking business is something happening in Windows 9x, which is, by all means, obsolete.

    1. Re:Give _me_ a break. by bwulf · · Score: 1

      Forgot to mention, you don't need to highlight the item first (with left mouse or otherwise).

    2. Re:Give _me_ a break. by Anonymous Coward · · Score: 0

      NT4 behaves the same way (requires shift + right_click).. and no it is not obsolete.

    3. Re:Give _me_ a break. by Anonymous Coward · · Score: 0

      thank you CAPTAIN OBVIOUS for the wonderfully oversized screenshots. I hope you never write an instructional manual, nobody needs to see quad-page fold outs for graphic examples. Moron.

  144. Mass file extension changes.. by ldopa1 · · Score: 1


    I completely agree with the columnist on this one. I just recently upgraded my video and sound cards.

    When I installed the sound card (SoundBlaster Live X-Gamer 5.1*), it installed a "Creative Control Panel" on startup (without asking) and reassociated all of my sound files with the Creative player (.mp3, mp2, .ram, .wav etc..) again, without asking. Okay, fine. I reassociated all of the files back to the player I use (BTW, this happened before when I installed the software for my Rio). No big deal.
    I move ahead and install the new video card.

    The video card is an ATI Radeon DDR 64Mb model (yeah baby!) When I installed the driver software for the video card, it added a "quick launch" bar on my desktop (without asking) and reassociated DVD playback with the new DVD application (which sucks). In addition, it reassociated .AVI, .MPG, .MPEG, .ASF, .MOV, .RAM and a host of other video files to the ATI applications. This video player works pretty well (as you would expect for a video card manufacturer) but it didn't pick up the 6000 or so codecs I've downloaded for Media Player. Okay, reassociate the files BACK! Great. While I'm doing this, I decide to play an mp3 or two. Hey, what do you know, I have to reassociate the SOUND files again, too! They are now associated with the ATI media player.

    This whole process took a couple of hours (including a screwup that should have been warned against, see the footnote). The hardware change took a grand total of 20 minutes (including opening and closing the case twice), but the drivers and getting my system working the way I like it again took several hours. If I hadn't had those hours, I'd still be using ATI and Creative's players.

    And don't get me started on Quicktime... Nothing like getting the "Upgrade Later" question with EVERY file.

    *If you already have a Sound Blaster Live! and you're going to replace it with a different model (like a SoundBlaster Live! X-Gamer 5.1), make SURE you've COMPLETELY uninstalled the old one first (drivers too! Remove the device from the device manager.)

    --
    The Dopester
    "Yes, I'm a Karma Whore, but I'm doing it to pay my way through school."
  145. In a Nutshell by Greyfox · · Score: 2
    Why should I expose myself to software that sucks? Other team members do Windows and I don't.

    I'm not an HTML guy. All my code is back end server stuff. I finally managed to get out of the Windows world completely, I'm not about to go get an MCSE now just because Windows is now an option 3 levels of code away from what I'm doing. I'm passing familiar with Windows but I'm not an expert and I have no intention of becoming an expert because if I do someone might ask me to actually do something with it. Ugh.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  146. Windows needs a file extension association stack by Malc · · Score: 2

    If I install a program that takes another program's extensions, then uninstall it, I'm left with bad file type associations. Window's needs to be smarter about this and roll those associations back. It already uses so many resources that this would be a trivial addition.

  147. Sent the Author this Email by ers81239 · · Score: 1

    In Windows Explorer, Click on 'Tools' and then 'Folder Options'. Now you have the Folder Options dialog box, click on 'File Types' and you get "a simple, forthrightly labeled control panel that sits right on every user's desktop and asks, in plain English, "Which program would you like to open Web pages? Or text files? Or MP3 audio files? Or photo files?" "

    --
    there are 2 kinds of people. those who divide people into 2 kinds, and those who don't.
  148. Actually, by epsalon · · Score: 1

    In win2k it does, but in home-based OSs (Win9x) it does not show the "Open with..." option unless you hold SHIFT while you right-click.
    Now, how many simple users are smart enough to do that?

  149. new /. thread extension '.lam' by Anonymous Coward · · Score: 0

    as in LAME LAME LAME post to slashdot

    /. tagline should be
    'slashdot, news for nerds and any worthless filler material attacking microsoft'

  150. Re:This is silly... No its most definitely not by epsalon · · Score: 1

    I use linux realplayer... no problems there.
    I guess real understand which users are more intelligent....

  151. Re:This is silly... No its most definitely not by tristan+f. · · Score: 0, Funny

    He probably couldn't understand you because of your questionable syntax and god-awful grammar.

    --
    Hi, I'm a pretentious cock who will make some gay comment about ignoring AC posts here.
  152. Re:This is silly... No its most definitely not by dinivin · · Score: 1

    No wonder everyone I know who doesn't have a PhD in Computer Engineering still has the Real icon in their system tray.

    It may not be the easist thing in the world to disable from RealPlayer, but it's hardly that difficult. I only have my bachelors (in Anthropology, nonetheless), but even I could figure it out :-)

    Dinivin

  153. Saving web pages is actually easy by Anonymous Coward · · Score: 0

    Consider, if you will, what happens when you ask Explorer to save a web page to disk. It uses a huge filename, and saves the images in separate directories. There's basically no way to get the thing back from the disk without using Explorer.


    There's a drop-down menu in the "save" dialog box that lets you choose to save just the HTML. It's no problem at all.


    On the other hand, I actually like the save-with-images-and-all option a lot. It's painless and I use it all the time. Sure, it would be easy to write a script to do this, but I'm glad the people at Microsoft saved me the effort.

  154. Too bad for the users by roystgnr · · Score: 2

    Even if the answer (in 95/98) is a simple right-click, that's a skill that I bet a high percentage of users don't have or understand

    Really, now.

    I sympathize with people who think a command line is too hard (although I suspect it won't be for their kids), but RIGHT-CLICKING!?! The second most important button on their thousand dollar device, and you are annoyed that this proposed solution requires people to give up their ignorance of it's existance! How ridiculous is that?

    1. Re:Too bad for the users by defeated · · Score: 1

      Believe it. I worked tech support a few years ago, and even the more savvy users had trouble with that crazy right click concept. Instead of saying, "Okay, now, right click once on your My Computer icon..." I quickly learned to say, "Okay, now, put your mouse pointer over the My Computer icon and click ONCE with the RIGHT mouse button..." Even then, with the emphasis on ONCE, I would still often hear from my user, "Okay, I see Control Panel, C:, Printers..."

      I'd rather walk a user through typing in a command any day of the week - the fewer distracting, pretty icons, the better.

      --
      Christina! Bring me an axe!
    2. Re:Too bad for the users by GTRacer · · Score: 1
      *I'm* not annoyed. In fact, I think it's pretty sad how many people dive in without even a basic understanding of what they're doing.

      In the U.S. (and elsewhere, I assume) gun and boater safety classes are strongly encouraged. You have to pass a driver's license exam. You can't even buy power tools without "safety glasses and earplugs recommended".

      But anyone can buy a PC and be doing God knows what in minutes, and then when their ignorance catches up to them and they've been SirCammed or they lose a drive full of the grandkids stuff or whatever, they wail and gnash their teeth.

      I'm not saying we need a MinCompLit, but we need something. I'm perfectly happy on a command line or reg-hacking, but nobody should *HAVE* to. There should be a way for all OS designers to set up their systems so that novices can do no harm and experts like us can tweak, reconfig and otherwise bastardise to our heart's content.

      GTRacer
      - My DC doesn't have this problem, but then...

      --
      Defending IP by destroying access to it? That makes sense, RIAA/MPAA. Go to the corner until you can play nice!
    3. Re:Too bad for the users by Equinox · · Score: 1

      I agree whole-heartedly. I had to help a customer edit MSDOS.SYS the other day to boot into the GUI.
      It took me half and hour to get her to a prompt...it took 2 minutes to un-attrib MSDOS.SYS, edit it, save it, re-attrib it, and reboot. The sad part is, I'm not exagerating (sp?) in any manner...

  155. Real Player... by TheShadow · · Score: 1

    Who the hell would want to install real player? That program has become the most bloated, ad-ridden piece of crap... just like ICQ.

    At least you don't get annoying ads with Windows Media Player.

    --

    --
    "What do you want me to do? Whack a guy? Off a guy? Whack off a guy? Cause I'm married."
  156. this article is crap... by stew-a-cide · · Score: 0

    The author tells us how WinXP is evil and furthering MS's monopoly on (among other things) file extensions. How come I can right click on ANY FILE in my copy of Windows XP, and either...

    Select the "Open With" dialog box and be treated to a list of all the programs on my system registered to handle that file type (for instance: *.doc gives me Word, IE, and Notepad. *.mp3 gives me Winamp and Media Player. *jpg gives me Windows Picture and Fax Viewer, Paint, Macromedia Flash, IE, and Paint Shop Pro!)

    If I want, I can further select "Choose Program..." and I'm given the choice of every installed program on my computer, and whether I want to just use it this time, or make it my new default viewer.

    I could additionally add programs to my "Send To" dialog, which will give you the same effect as "Open With" but will show for every file on the system (good for compressing files, sending email, etc)

    As far as I can remember no other OS I've ever used has given me this much control, and made it so simple (certainly not Linux :)

    1. Re:this article is crap... by jedir0x · · Score: 1

      you got balls saying that last line on a /. board hehe.

      --


      I'm not drunk, I'm just in touch with pi.
  157. The point by dan_bethe · · Score: 2, Informative
    The point is not so much ease of use. It's that an operating system is a virtually indispensable public utility, like electricity, roads, health care, and telephones -- yet this operating system is a psychologically pervasive mouthpiece for the "Unification of Thoughts" of "one people, with one will, one resolve, one cause".

    The article says this about filetype associations...

    Then, you're basically at Microsoft's mercy. Because Windows makes you go on a mad hunt through menus and folders and options to find the dialogue box that lets you make any such change.

    It's not in the "add/remove programs" control panel, where you'd expect it. It's not under "properties" when you right-click on a file. It's not in any obvious or easily accessible location.

    This quote describes almost every operation of every kind in Windows. The only reason anyone calls it user-friendly is because of their perception of the crushing effects of group psychology steered by a monopoly. It's like living in a technological ghetto -- some people whose course is altered under this influence are weak minded, but many of them have no reasonable alternative without radically and permanently altering their lifestyles with no help or prior evidence for success. Like nationalistic propaganda, it's heavily reinforced at just about every level of society. Having a monopoly that pervasively influences every aspect of society is like having narcotics in the water supply.

  158. Internet Config by Weasel+Boy · · Score: 1

    It's not a general fix for all files, but Internet Config (formerly freeware, now part of MacOS) lets you select which apps to use to view all common WWW and MIME file types.

  159. Does anyone ever read the articles? by bill_kress · · Score: 1

    The article stated that issues LIKE file extensions--small things that are so standard and obvious that nobody concerns themselves with them--are the things that help MS retain their monopoly status.

    To everyone who said "This is no big deal", or "It can be fixed this way"--I have trouble believeing you actually read the article. He essentially said that this was one of many SMALL easily fixed little things that add up to a big problem.

    Does anyone actually disagree with this?

    1. Re:Does anyone ever read the articles? by edrugtrader · · Score: 1

      i disagree... the file extensions was his only example, and he is also a homosexual.

      --
      MARIJUANA, SHROOMS, X: ONLINE?! - E
  160. mod parent up by Have+Blue · · Score: 2

    That is a really great analogy... Imagine if all your kitchen equipment would randomly move around or change into a different model (or device) when you bought something new. That's something laypeople are very familiar with, and can grasp much more easily than file extensions when you try to explain it.

  161. Ditto for GNOME and KDE by Arandir · · Score: 2

    This "problem" also exists in GNOME and KDE. Trouble is, it's not a "problem", it's a feature.

    Back in the days of application-centric environments, such as DOS and pre-desktop Unix, you first opened the application then used it to open the document. But today's computing world is document-centric. You open a document and the appropriate application comes up with it. This is a Good Thing(tm).

    If it's Evil for Windows to do this type of stuff, then it's equally Evil for KDE to default to KView instead of GIMP when you open up a jpg or png. But of course it's NOT evil for this sort of behavior. We know that we can choose "Open With..." or change the default behavior. The situation is exactly the same for Windows users. If there is a problem, it is that Windows users tend to never bother trying to find out how to change things.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
    1. Re:Ditto for GNOME and KDE by praedor · · Score: 1

      Wrong-o Marylou. With KDE, for instance, there is the default behavior but there is also a very EASY means of changing it to whatever app you want to have open up an extension - forever. There is no hindrance.


      In any case, why install a full ENVIRONMENT like Gnome or KDE if you don't intend to make use of the environment? Just install a window manager and be done with it. The whole point to Gnome and KDE is an integrated, play-nice-together whole. This is the default but not a difficult thing to change at all. The developers of both environments don't make it difficult to change what app opens what extension by default.


      M$ makes it a royal pain in the ass. Gates thinks HE knows what you want to do or SHOULD do and he wont take your opinions to the contrary.

      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
    2. Re:Ditto for GNOME and KDE by Arandir · · Score: 1

      Was I complaining about GNOME or KDE? No! Go reread my post. As for M$ making it a royal pain in the ass, I couldn't say. I haven't used Windows that much, but the few times I have it was very easy to change (the IE/NS conflict not withstanding).

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  162. Re:Windows needs a file extension association stac by TheShadow · · Score: 1

    hmmm... that's not a bad idea...

    It would also be cool if the OS would somehow enforce uninstalls leaving the system in it's original state... some programs don't have very good uninstallers and they leave crap laying around all over the place.

    --

    --
    "What do you want me to do? Whack a guy? Off a guy? Whack off a guy? Cause I'm married."
  163. Impossible? It's as easy as 1, 2, 3. by ebyrob · · Score: 1
    Short of a complete re-write of the entire FAT-32 filesystem there is no solution to this

    If anyone actually cared about this "problem", there would already be tools to solve it. Oh wait, PC magazine did an article, and came up with this: Freedom of Association. Good luck actually getting a copy.

    P.S. Thanx for your effort A_Non_Moose, try again when it's illegal for me to write a piece of code to do this...

  164. *cough*bullshit*cough* by AssFace · · Score: 1

    He is claiming that Microsoft makes it hard to change file extensions and then bases the arguements further from there. That is just the point of view of someone that apparently is computer retarded. Windows has that option to associate files in *every single folder*
    it hardly seems like a hiding tactic.

    this argument makes me think of someone that just runs into a door, then keeps trying, and then complains when they can't find the doorknob even though they've flipped all the light switches in teh room.

    and as usual, someone makes an asinine comment with the Mac as a defense of the right way to do something. They somehow magically detect what it is and you are forever saved - WTF?! Mac just has a descriptor in the file type, but it isn't part of the command line descriptor of the file - big deal - it is still associated with some program, and if you are too stupid to know how to change it, then you will use whatever it defaults to.

    I usually respect what CmdrTco says, but in this case, it seems like he agrees with this article, and it seems an obvious bash at microsoft, fine, but it is a lousy argument, at least give better points.

    --

    There are some odd things afoot now, in the Villa Straylight.
    1. Re:*cough*bullshit*cough* by belldandy · · Score: 2, Informative
      this argument makes me think of someone that just runs into a door, then keeps trying, and then complains when they can't find the doorknob even though they've flipped all the light switches in teh room.
      I think it's more like someone runs up to a secret entrance to the secret lab hiding the computer secrets, and gives up after trying to find the pressure plate located exactly 10cm out of their range.

      Really now, have you ever tried to talk your mother through getting pictures off of a CD? Mother - "What do you mean what drives show up? All I see are little folder things on the left, and little gray things with them".

      I must admit however, that the solution proposed by Mr. Rosenberg is a bit misguided. The whole thing with XP was that it was better to take all the icons off the desktop. Putting a big ol' dialog up there saying "Which program do you want to view with?" is hardly the best in terms of GUI design, but he does have an interesting point. Currently I have RealJukebox and Winamp installed on my Win2k machine, and I still can't friggen figure out how to make only Winamp startup when I put a CD in - and I read /.!

      Regards,
      -Tammie

    2. Re:*cough*bullshit*cough* by plone · · Score: 1
      go to winamp preferences.


      Open file types


      Select CDA (the first entry)


      Now winamp defaults as the program that opens when you insert a disc.


      It's not exactly rocket science

    3. Re:*cough*bullshit*cough* by belldandy · · Score: 1
      I thank you for the pointer, it led me to the right direction, but even these instructions were not entirely correct. There is a checkbox under the list of file types that needed to be checked. Just associating the CDA type doesn't work.


      Regards, -Tammie

  165. You're right... by Danse · · Score: 2

    Not sure when this got implemented, but I hadn't noticed it before. We just upgraded to Win2K at work a few weeks ago. This may be because it only seems to work for certain types of files, and it doesn't work for text files on my system. I've been used to changing my file associations manually when necessary.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    1. Re:You're right... by Anonymous Coward · · Score: 0

      Another tip -- The Tools + Folder Options + File Types + Advanced gives you a way to add arbitrary actions for any particular file type. (Seeing that typed out should indicate that it's not the most obvious dialog!)

      Some 2K aware installers set themselves up that way, some don't. If you did an upgrade from 98 it's understandable that you would be missing the settings.

    2. Re:You're right... by rabidcow · · Score: 1

      Not sure when this got implemented, but I hadn't noticed it before.

      Yeah, programs aren't automatically added, but as someone mentioned below, every time you use "Open With" to open with a different program it's added to the submenu for that file type. Very handy.

  166. file extensions are not the problem by Lurking+Grue · · Score: 1

    The problem is that Microsoft is allowed to dictate to OEMs precisely how the OS may be configured. The OEMs are the ones with the most at stake, as they are going to be the ones who are contacted by customers with problems. But for some reason MS is allowed to dictate the OS installation configuration.

    MS should be in the software sales business, not the "restrict how a PC builder can configure the software on the hardware" business. This is perhaps their greatest weapon in monopoly maintenance, and if it were revoked I expect we would see a great deal of competition arise. OEMs should not face restrictions from Microsoft on icons, software pre-loads, business partner tie-ins, splash-screens, etc.

  167. Give *me* a break. by Cuthalion · · Score: 1

    Even neverminding monopoly issues here, I don't believe you. In a situation where there are only 4 or 5 choices (MacOSes, *nix + X, Windowses, BeOS - what else?) each of which has thousands upon thousands of features and thousands upon thousands of flaws, most of those individual features and flaws will be effectively ignored by the market.

    The OTHER issue here is that the only people who are evaluating this feature are the ones who realize it's an issue, and already know how to change associations as is. Meaning that their opinion is "sure, it could be a little friendlier, but no big deal". It's not them that this is about.

    --
    Trees can't go dancing
    So do them a big favor
    Pretend dancing stinks!
  168. MCSE by Anonymous Coward · · Score: 0

    I don't give a shit about MCSE - why should I take a course to change some fucking obvious TCP settings? This kills me about the computer field - programmers and lusers take PRIDE in making things cryptic and memorizing cryptic key sequences and dialog combinations. Congratulations, asshole. Your memorizing of useless Windows dialog box trivia is really advancing the state of the world. Microsoft just loves people like you that just lap up all the shit they give you without questioning WHY it is the way that it is - or God forbid - make a suggestion to improve it.

  169. erm... by Danse · · Score: 2

    Again... my bad. I just started using Win2k a couple weeks ago when we upgraded at work. I hadn't noticed this until now. For some reason it doesn't seem to work for certain file types. Some give me the "Open with" menu, and some just give me the "Open with" option that brings up the file association dialog. Text files don't give me the menu. MP3 files do. Not sure what criteria their basing this decision on.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    1. Re:erm... by Anonymous Coward · · Score: 0

      Looks loke XP improved it even more -- it's on every file type now (as far as I can tell.) I didn't notice W2K having this feature at all... but I don't have a 2000 system anymore to checek it, so I could be wrong

    2. Re:erm... by mcjulio · · Score: 1

      2K has it, it's nice.

  170. What about new extenstions? Or changed data? by the_arrow · · Score: 1

    The problem with changing the default program is not so big, I think. There are however two other things that M$ does:

    1. Creating newfiletypes all the time. Just look at the latest media-file-types comming out from Redmond.

    2. New file formats for existing file extensions. The best example being Words .doc files. Changes format for every version of Office.

    --
    / The Arrow
    "How lovely you are. So lovely in my straightjacket..." - Nny
  171. A better way to get right program association by Anonymous Coward · · Score: 0

    No, no, no - hold your right dick as you shit-click.

    1. Re:A better way to get right program association by Anonymous Coward · · Score: 0

      Don't make me come over there and shit kick the right mouse button up your context-sensitive ass.

  172. reading documentation by kochsr · · Score: 1

    the postscript to the article is the worst... if you just read the documentation, changing the program that opens a file is easy. this article is terrible

    1. Re:reading documentation by mark_lybarger · · Score: 1

      i agree totally. the article is horrible. how can they say that a normal user doesn't understand what right clicking on a file is? if you can't figure that one out, you probably should not be on the mouse/keyboard. i would think that by putting the functionality right there on the right click pop-up, that's about as down to earth as you can get.

      kde includes these file type associations by default. i wonder what happens when i click on a file of type "html" in the kde file manager (aka konqueror)? does mozilla open the file? oh yeah, i keep forgetting... it's Microsoft the big monopoly and they get to play by a different set of rules.

    2. Re:reading documentation by Pstrobus · · Score: 1

      Actually, most folks could figure it out if they knew that the damn system could do that. the whole complaint about making it a hassle to change to something else is that it is this same concer which keeps MS users, using the stuff. If they don't know the feature's there, how will they use it?

      As for the 'if they can't figure it out, they chouldn't have a machine' thing, solly cholly if customer has money, they will buy whatever the salesperson suggests. The salesperson will suggest windows and the customer will use the machine as is with all the MS stuff built in by default. They won't change because 1. they don't know that they can 2. MS makes it seem really bad if you want to change "are you sure you want to... yes {no}" It certainly insults my sense of fitness and elegance in life, but that is my own complaint.

      --
      "The conduct of neither [party], if strictly examined, will be irreproachable." -Elizabeth Bennet
    3. Re:reading documentation by mark_lybarger · · Score: 1
      i can see your point about the os asking you all the time to confirm your changes, but i think those are put there so that the solly cholly customer (who, if they don't know they have a choice in os or software probably don't need to be using alternatives) doesn't muck up their system only to call tech support to say "when ever i click on a blue link in a email message, this netscape thing keeps poping up, it use to use internet explorer, but now it doesn't. can you frix it?"

      these "average" users i keep hearing about probably are on their first or maybe even their second, really don't care much if there's alternative software they can use. do most people care much that the tires on their spanking new car are probably 25k mile tires that wal-mart won't even sell? just sign the papers, and let me drive it.

  173. Aaargh.. by Danse · · Score: 2

    Heh.. ok.. i'm apologizing left and right here. I've only been using Win2K for a couple weeks now and I hadn't noticed this until now. But it doesn't seem to work for all file types. MP3s give me a menu and that "Choose Program" option. Text files don't. I don't know what criteria they base the decision on.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  174. Re:This is silly... No its most definitely not by Anonymous Coward · · Score: 0

    Not only that but its sound quality is shit even at the highest bitrates.

  175. ... by destiney · · Score: 1

    *yawn*

    must be news shortage...

  176. Clever that ! by Rosco+P.+Coltrane · · Score: 2
    "It's a very simple idea but its honestly something I'd never thought about"

    and that's probably why Gates is richer than Taco ;-)

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  177. Not just IE by lseltzer · · Score: 1

    The Internet Options dialog is also accessible as the Internet Options Control Panel applet.

  178. bad design isn't exactly malevolent by *weasel · · Score: 2, Insightful

    I can't honestly believe that microsoft 'hid' the file types dialog box for some evil purpose. they're quite frankly: pretty bad at intuitive interfaces. i mean, c'mon. if they could make a good interface, they would. it sells better. it'd be an improvement, and they can sell improvements.

    and most media programs now (real and winamp included) have code to check the program associated with the media they deal with, and incessently remind you that they can usurp control of those files if you just click 'ok'.

    i can't honestly believe that microsoft is going to forge a monopoly through file association. hell, i thought reading the /. heading that there'd be a rational article behind that link that looked into the ways that companies try to thrust their proprietary file -formats- onto the world, and squeeze developers later on. (a la Compuserve/Gif, and the concepts behind RAND)

    it's easy to hate the winner, to call them a cheater. much easier than admitting that they're better; that they did the work and deserve it.

    --
    // "Can't clowns and pirates just -try- to get along?"
  179. Re:Why doesn't someone in the community write this by nytes · · Score: 1

    Because the same users who don't know how to change the file associations, won't know how to install (or even find) the freeware app.

    --
    -- I have monkeys in my pants.
  180. The worst one is... by steveo777 · · Score: 1
    Ultra Edit, I have NOTHING good to say about this product. It auto-associates anything that has ASCII code (including html, .cpp, .pl, .java, files etc.), and it won't give it back without a fight. Sure, you can manually change the extension back, but if you start it again it will simply switch them back without asking. It just takes a bit longer to load. It's not like it's a good program anyway.

    The problem is that at my work everyone sees to think it's such a great program that Novell always sticks the shortcut on my desktop. Every day I delete it, every day it comes back. Soon I'll be able to permenently remove it from my system as I'm going to be in charge of the Novell servers. Then I shall get my revenge. I'll use VI to edit the "text" of the .exe so it can never harm another soul.
    MUWAAHAHAHAHAHAHA!!!!

    --
    This sig isn't original enough, it's time to come up with something witty...
    1. Re:The worst one is... by hyperstation · · Score: 1

      you can quite easily edit what file types UltraEdit associates itself with in the Advanced > Configuration > File Associations menu

    2. Re:The worst one is... by steveo777 · · Score: 1

      Quoting myself, "Sure, you can manually change the extension back,..."

      I know very well how to do this. The shortcut to the program pops up every time, therefore I have a greater chance opening before deleting it.

      --
      This sig isn't original enough, it's time to come up with something witty...
  181. windowsupdate by Ian+Bicking · · Score: 2
    What they didn't mention, but I have always been amazed by, is the way MS sabotages changing registered file types for URLs.

    Windowsupdate is one example of a site that must be viewed in IE to work -- MS has added more such pages to the OS as time as gone on. They make a link to windowsupdate in the start menu. But, in an act so dumb I can only imagine it is malicious, they make that link a proper URL. That means that it will be opened by whatever program is registered to open URLs.

    So if you change your default browser to Netscape or some other non-ActiveX browser, you can't do anything useful with that link. That entry in the menu should be an explicit command to open IE with the proper link.

    It's certainly possible that MS is simply being dense, but I find it much more likely that they are seeking to punish users who change their browser as an example to others. (Of course, you can still open windowsupdate.microsoft.com in IE manually, but many people don't ever realize that it's just a normal web page and not a special program)

    1. Re:windowsupdate by sunconscious · · Score: 0

      If you can figure out how to download and install a new browser, I'm sure you can figure out how to go to WindowsUpdate in IE. The fact is you can change almost anything in Windows. If MS had kept certain URLs that could only be opened with IE... what do you think the reaction would be on Slashdot? "MS is evil!" You'll never have it both ways. MS is evil, no matter what they do. Kinda like the mind of a terrorist viewing the US.

  182. Re:File Extension ".WTC" by TheMidget · · Score: 0, Redundant
    A file appeneded with file extension ".WTC" will crash your system when double clicked...

    This applies to Win32, Linux, and Mac OS...

    USERS BEWARE!!!

    Actually, on Linux, this misfeature is quite easy to disable. In order to crash the system, the extension invokes the program /bin/laden. Simply removing that nasty program makes your system immune against this exploit:

    rm -f /bin/laden
  183. One file, many contexts... by Aldreis · · Score: 1
    I think the main problem is that when I have both IE and Mozilla installed, there's no easy way to have both "Open in IE" and "Open in Mozilla" in the context menu for an html file.

    I use a File Extensions Editor ( there are many around, like ZDNET MenuEdit. It's an old freeware, but still works for me. ) to manually add the context itens I need for each file type.

    For instance, right-clicking on an HTM/HTML file on my system yelds this:
    • Open with Internet Explorer 5
    • Open with Internet Explorer 4
    • Open with Mozilla
    • Open with Netscape 4
    • Open with Netscape 3
    • Open with Opera
    • Edit with HomeSite
    • Edit with DreamWeaver
    • Edit with DreamWeaver UltraDev
    • Edit with Adobe GoLive
    • Edit with NetObjects Builder
    • Edit with 1st Page
    • Edit with TopStyle
    • Edit with PHPEd
    • Edit with Notepad
    Very handy...:-)
    1. Re:One file, many contexts... by elemental23 · · Score: 1

      * Open with Internet Explorer 5
      * Open with Internet Explorer 4

      How did you get IE 4 and 5 installed on the same system?

      --
      I like my women like my coffee... pale and bitter.
    2. Re:One file, many contexts... by Aldreis · · Score: 1

      How did you get IE 4 and 5 installed on the same system?

      If you have IE4 in your system and you install IE5, the Setup offers you ( click in Advanced ) an option to keep it.

  184. Agreement by ackthpt · · Score: 2
    I've not been much of a fan of Microsoft, and this whole topic is symptomatic of why. It's really a convenience for the dumb computer luser to have the OS associate a tool with a file type. Heck, we did stuff like this back on PDP-11 systems in the 70's, even the converse (Thou shalt not open .BAC files with TECO, etc.)


    The meat of the writer's ire is how buried are on/off switches and options. Frequently there's one path to them.


    Take for example what was fretting me a couple weeks back. Icon placement. Simple right? Auto arrange or not. Ok, I'm running Win98SE and I forget how to do this and go into help. I spend about 15 minutes in there and find NOTHING on the subject other than for topics I'm not interested in. Finally is disgust I put the words 'icon autoarrange' in a Google query and get the answer off the web in less than a minute. (Right click on desktop, move pointer to arrange icons, click off the check.) Nothing tricky there, but try to find that nugget in the Help. I did find one thing in my search of Windows help, I finally found the way to disable One-Click which had been driving me mad (what an incredibly bad idea to ship that defaulted on ON to a public accustomed to double-click. If you don't already use it and like it: try it, you'll hate it.)


    Don't even get me started on spending 20 minutes trying to disable all the automatic crap in Word everytime I get a new system with it installed. Sheesh.


    Some good could be done with little effort on the part of Microsoft. Ship things like word with the auto stuff disabled and highlight in a handy card what features there are, what they do, and how to enable/disable them. For all the glowing reviews I've ever read, here and elsewhere, about Microsoft books and documentation, I still say Bull, it's some of the worst. Disorganised, inappropriately indexed, combined examples which confuse the reader, etc. Yeah, they have a great site full of help, which I generally don't visit because there's dozens of far better sites on the web. The key to wisdom is knowing where and how to get the information you really need, that is the Zen of Google.

    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:Agreement by sunconscious · · Score: 0

      you just sound like a total idiot. you couldnt figure out how to autoarrange icons? lol!! and we should listen to your expert opinion on windows why??

  185. How to meta-moderate this? by Anonymous Coward · · Score: 0

    How do people usually meta-moderate false Informative/Insightful posts? The above poster is clearly wrong (as apparent to anyone who has used a Mac). But I am not really convinced the moderators who marked it as Informative, were really acting in bad faith (i.e. they weren't trying to increase noise) -- they were simply wrong.

    Fair? Unfair?

    I'm leaning towards Unfair, the rationale being that modders shouldn't mark something as informative unless they know it's informative. But that rationale may be bad, since it requires moderators have as much expertise on a subject as a poster. On a trivial thing like how-to-use-a-Mac, that's not an issue, but in other discussions, it is.

    Thoughts, anyone?

    1. Re:How to meta-moderate this? by Anonymous Coward · · Score: 0

      Agreed. Hell, I'm surprised your post wasn't modded as off-topic.

  186. You guys don't get it by Zueski · · Score: 1

    It doesn't matter if it is easy. What matters is is it intuitive? What's Joe Schmoe going to do about the fact that when ever he opens a *.html file, IE opens. It works, he can see it. Who cares that he has Mozillia and Opera installed. ****He isn't even aware that there is a choice. ****

    --
    please don't feed the monkey
    1. Re:You guys don't get it by Anonymous Coward · · Score: 0

      Um.. if Joe installed Mozilla or Opera, don't you think he'd wonder why those programs aren't opening up when he double-clicks on the *.html file?

      If not, then he deserves to be clueless because he's too lazy or stupid to figure it out for himself.. just like you.

      You need to get laid.

    2. Re:You guys don't get it by shyster · · Score: 2
      It doesn't matter if it is easy. What matters is is it intuitive? What's Joe Schmoe going to do about the fact that when ever he opens a *.html file, IE opens. It works, he can see it. Who cares that he has Mozillia and Opera installed. ****He isn't even aware that there is a choice. ****

      You're right, I don't get it. Explain to me how you'd make it "intuitive" for Joe User to realize a) that his file types are determined by an arcane and archaic 3 (or 4) letter extension, which is hidden from viewing by default, and b) that there's a huge database (the registry) that maintains info between the 3 (or 4) letter extension and his programs? If you can't understand that, then it won't be intuitive. The best you can do is have the option in each program (which most do) to take over file types. In your example (Mozilla and Opera vs IE), Opera has a pretty easy way to go about it. File->Preferences->Default Browser. If the preferences/options for your chosen program isn't intuitive enough, I'm really not sure how Add/Remove programs would be!

    3. Re:You guys don't get it by tsa · · Score: 1

      John Schmoe is probably not even aware that IE is a seperate program. He clicks, and the computer shows the contents of the file. He doesn't give a shit about what happens inside the computer.

      --

      -- Cheers!

  187. author is counter-productive by edrugtrader · · Score: 1

    here is my email to the author:

    "It would probably take one of Microsoft's developers a short afternoon to build a simple, forthrightly labeled control panel that sits right on every user's desktop and asks, in plain English, "Which program would you like to open Web pages? Or text files? Or MP3 audio files? Or photo files?""

    It would probably take most people a short afternoon to make such an application. If this is a feature you want, build it! If you think everyone should be able to have it, put it up for download on the net!

    it is this close minded thinking (that only microsoft engineers can build windows applications) that is keeping the monopoly. NOT file extensions.

    --
    MARIJUANA, SHROOMS, X: ONLINE?! - E
  188. Yeah yeah, here's yr stupid subject AND yr 20 secs by Anonymous Coward · · Score: 0

    This didn't occur to you earlier? Shit! .DOC for Document as if only MS Word could make documents? .WAV for Waveforms as if only Windows knew waveforms? I haven't even read the article, but even I can tell that .LIT for Literature has meaning beyond its quaint deference to archaic 8+3 madness.

    Well I could go on, but this is already the 450th+ comment so I'm sure either somebody has already said it or nobody will ever read it, so peace.

  189. Realplayer?! by FuzzyBad-Mofo · · Score: 1
    Nice example there, Mr. Salon.com article writer. Don't you know that Real(tm) products have an exceptionally predatory nature for taking over file extensions? I shudder to think that some court would order Real(tm) Player onto the Windows desktop.


    Personally I think that their products stink: the audio/video quality is poor, and the UI, well.. it blows. But the bottom line is that Real(tm) products are 10X worse than most other applications for file associations. (Not to mention that the default setting for their programs leaves them running all the time for no reason!).


    Fuzzybad

  190. Doesn't Matter Anyway by trongey · · Score: 2, Insightful

    Most users I've been around wouldn't know where to find a file to click. They click "Start", "Programs", whatever their favorite program is, and start typing in the blank screen.

    A few have figured out how to use "File", "Open" to get an existing file. But they still don't even know that the Windows Explorer exists, or that the My Computer icon is useful for anything.

    This isn't an issue for the huge majority of people who are buying computers and software.

    --
    You never really know how close to the edge you can go until you fall off.
  191. You've not seen Windows XP, have you? by Anonymous Coward · · Score: 0

    Okay, so right click an MP3 in Windows XP. Regardless of your chosen and installed MP3 player, you'll see 3 or more hooks back to Microsoft products (4 with a CD burner), 2 of which don't mention which product they're actually hooking to. (Why should they? It's all *integrated*...)

    The right click used to be a tool to get instant access to basic functionality. But now it's turning into Microsoft's first line of defense against non-MS applications handling standard files.

    Good Idea: Using the Right Click to send a folder full of MP3s to your preferred application, such as WinAmp.

    Bad Idea: Using the Right Click to send a folder full of MP3s to MSN with your passport account to purchase every CD your MP3s came from, regardless of whether you have legal copies of them or not.

  192. Default settings hide most extensions anyways! by twjordan · · Score: 2

    Lets not forget that Microsoft has set up the Windows Explorer not to show you what the extensions are on "recognized" files anyway. On Windows 98 you can't change the extension of a "recognized (microsofized)" file without disabling this setting...

  193. Re:This is silly... No its most definitely not by Old+Wolf · · Score: 2

    Winamp is gay for CDs anyway, because it finishes one track and the player starts the next track by itself, but then Winamp notices the track is done, stops, and starts again, it is incredibly annoying. MS CD player is best for playing CDs, unless you want fancy shit.

  194. to change the e-mail program by Planesdragon · · Score: 2

    in post-98 Windows, pull up the "Internet Options" appelet in the Control Panel, and go to the "Programs" Tab. From there, you can select the default e-mail application in a drop-down menu labeled, simply enough, "e-mail."

    The drop-down list only has those programs that told Windows that they are e-mail programs, but the feature's been in so long that most apps should be able to do it.

    In Windows XP, this same feature affects what shows up on the Start Menus as well--and both Netscape 6.1 and Mozilla 0.9.4 show up as choices when they are installed. I don't know about Eudora, though.

  195. What's so hard? by Dave+Emami · · Score: 1

    This isn't quite as elegant as the Mac approach, but it works -- until you want to switch the program you use for a particular file type.

    Then, you're basically at Microsoft's mercy. Because Windows makes you go on a mad hunt through menus and folders and options to find the dialogue box that lets you make any such change.

    Errr... maybe this is different under Win9x, but under Win2K this isn't hard at all. Right-click on the file in question, pick "Open With." It has a menu with the programs that have previously been used to open that file type (Notepad, IE, and WordPerfect for the text file I just opened to try this). At the bottom of the list is "Choose program..." That brings up a list of apps installed on the machine. Pick the app to open it with. If you want to make that app the default for that file extension, click "Always use this program to open these files."

    That's so freakin' hard about this? It fits just fine with the "right-click on it to see what you can do with it" paradigm that Windows uses throughout.

    --

    "The Greens lynched a hacker in Chicago. Last month, but I think the body's still hanging from the old Water Tower."
  196. It is easier.. MacOS X 10.1 example: by helixblue · · Score: 1

    Here is how to do it on MacOS X 10.1:

    1. Select icon in Finder or on your Desktop
    2. Hit Command-I (or select File->Show Info)
    3. Select the "Open with Application" tab
    4. Click Icon, select new Application

    and if you want, click on the [Change All] button labeled: "Use this application to open all documents like this".

    Not very hard.. much easier for newbies than Windows, imho.

  197. Another redundant comment.... by KillerBob · · Score: 1

    Hehe... number 500 or so.

    The author of this article claims that Microsoft is being mean (for lack of a better paraphrasing) because they haven't created a tutorial that introduces users to the windows environment, etc....

    Obviously the author hasn't seen Windows XP. Not only does WinXP have an excellent tutorial OOBE (no longer for people who buy a Compaq or a Dell or some other evil computer) that shows the end user how to use windows, it senses mouse/keyboard activity during the OOBE, and if the user sits there for long enough, it'll launch a tutorial that teaches them how to use the keyboard and the mouse.

    While I know it's impossible, MS really has tried very hard to make the system idiot-proof.

    At the risk of being redundant (well... I am being redundant), this author really should do his research before he makes himself look like an ass.

    As a side note... I've actively tried to crash WinXP with no success... anybody have any suggestions? I couldn't even crash it when I was surfing the internet (160 IE windows, just for the hell of it), burning a CD, and listening to MP3's at the same time. Right click stopped working, but it didn't crash.... The CD played in my car CD player, too.... :/

    --
    If you believe everything you read, you'd better not read. - Japanese proverb
  198. Realplayer, Realdownload by dfenstrate · · Score: 1

    Every program tries to steal extensions. Screw those who don't know how to change them, they won't miss what they don't know about, and if they're motivated enough, they'll learn.

    Also, I'm not terribly concerned with Media Player taking file extensions from RealPlayer, because, quite frankly, real player blows. They load up the window with all sorts of useless crap, (the channels) and you can't fast forward or go back in the videos.
    How the hell am I supposed to find my favorite parts in all the pr0n clips I have?

    --
    Alcohol, Tobacco and Firearms should be the name of a store, not a government agency.
  199. the truth spoken by Anonymous Coward · · Score: 0

    if I had any mod points I'd give them to you...

  200. The worse part about this sort of article.... by 3seas · · Score: 1

    Is that it generates feedback for MS to put somewhere on their list of things to do.
    Eventually, all these common sence things will be somehow owned and controled by MS.

    Instead people should be making these sort of better than MS user choice options more
    readily available in Linux.

    I mean if Linux is so anti-MS why are so many telling MS what to improve?

  201. M$ Preys on "The Illiterate" by BlueFrog · · Score: 2, Insightful
    M$ Has built, maintained and expanded its monopoly on the firm foundation of user ignorance and lazines. The only reason that such trivia as default desktop icons have been elevated to core matter in an antitrust case is that the vast majority of computer users are barely able to use their computers at all.

    When I bitch about MS's monopoly, my dad always has the same answer: "But I don't want competition. I like that I can just use Microsoft for everything. I don't want to have to think about which word processor, or what operating system I'm using. That's too complicated. I just want it to work."

    This is why MS is on top, and will stay there for some time to come. They understand that their users are deeply uncomfortable working with computers to begin with, and even something as simple as installing a new Web browser is often too much for them. Users will take the path of least resistance, and will chose the Hell they know over the Hell they don't every time.

  202. My response to the author by AlexxKay · · Score: 1

    [This is what I sent to the author after reading his article]

    While I agree that it would be beneficial for Windows to implement a system such as the one you suggest, and while I agree that generally Microsoft qualifies as The Evil Empire, I do disagree with one of the points of your article. You say "The reason Microsoft has never done this isn't technical; it's pure business hardball cowering behind the camouflage of a technicality." Actually, I would claim that it's neither a technical nor a business reason. I think it's simple inertia. It's a relic from much earlier versions of Windows, and no more arcane than most of the functionality available in those days. While it's possible that they made a conscious business choice to leave it as is for monopolistic reasons, it doesn't strike me as terribly likely. For people who've been using Windows a long time (like me, and, presumably, like the people at Microsoft), the file associations menu *is* in an obvious place. I'll grant your points that a new user would have trouble finding it, and that that's a problem deserving of being fixed. But I think that trying to paint this (non-)action by MS as being an act of deliberate market manipulation is misguided, especially when there are so many *provable* examples of such behavior out there.

  203. Anthrax vaccine not available to general public! by thedarb · · Score: 1

    I submitted this to slashdot as a headline, but it was rejected.

    This is probably irresponsable reporting, but you should know. After it was reported that a second Florida man had been exposed to anthrax in Florida, I tried calling my local clinic (Valley Medical East Team, Kent Wa.) to get myself and my daughter vaccinated against this horrible disease. I was told they don't have it and that it isn't available to the general public.

    What?!?

    While the Feds investigate whether it was terrorism or not that exposed the two men to the fatal disease, incubation time keeps on ticking. Pretty much by the time you realize you are sicker than the common cold, it's too late. Why on earth haven't they started vaccinating people?

    Better to vaccinate and find out later that it was not terrorism than to wait to find out... when some people may be to late to save.

    I really don't care if my insurance will cover it. I will pay for the shots. Just let me have them, is that so much to ask?

    Come on CDC & FBI, let us get our vaccinations! I urge folks to call their congress man or woman and begin demanding the availability of these vaccinations. Because if it was terrorism, who knows how wide spread? I don't want to wait until it is too late.

    Here are the CDC information pages on this.

    You can lookup and call Valley Medical yourself to confirm this.

    --
    This sig intentionally left blank.
  204. The article is just braindead. by Chasing+Amy · · Score: 4, Interesting

    "Registered file types" are there because Windows was designed for non-techie users. It's not part of The Grand Conspiracy, since file typing is still done in Windows XP the same way it was done in Windows 95, and the way to change registered file types is still the same too. I'f they'd made it harder, I coyuld go for the argument. But they didn't--they kept it the same.

    Registered file types were just a typical Microsoft hack designed to get the system to do essentially what Macs did, but without all the coding overhead and file/creator nonsense. Personally, I'm glad they cheaped out instead of doing file/creator typing, because I like to be able to change a file extension merely by clicking on the filename and changing 3 letters (after setting the newer versions of Windows to show the file extensions, of course--hiding them was another hack to be more like Mac, but a stupid one).

    And the average user will never have to change what kind of program opens a certain type of file, manually. See, when you install new software on a Windows box, the new software almost always asks the user whether he wants documents with such and such extensions to open in this new application. Yes is the default and that's almost always what the user selects. No manual changes necessary. It's only computer literate people who should be tinkering around with registered file extensions anyway--because illiterate yahoos can "accidentally" make it so that double-clicking things does nothing, or opens a file in the wrong application. That's why Microsoft put the feature where it did instead of into a separate control panel, where "average" users would no doubt fsck themselves up.

    Is MS evil and a predatory monopoly? Yes. Is their handling of registered file types part of their bid to rule the world? No. It's set up just like it should be--literate users know where it is, and average yokels can't ruin their systems by messing with something they shouldn't touch, and installing new apps to handle that file type will give the user the chance to change to opeining files of those types with that program. Or should we put a big shiny button in the control panel that performs a full fdisk just because that functionality is hard to find for the average bloke? No? Didn't think so. The writer of the Salon article is just blowing smoke up our collective arses at best, and at worst is a blundering moron. Nothing personal, of course... ;-)

    --

    Chasing Amy
    (We all chase Amy...)
    "The more corrupt the state, the more numerous the laws"-Tacitus
    1. Re:The article is just braindead. by Anonymous Coward · · Score: 0

      "Registered file types" are there because Windows was designed for non-techie users. It's not part of The Grand Conspiracy, since file typing is still done in Windows XP the same way it was done in Windows 95, and the way to change registered file types is still the same too.

      It is? That's funny, because for me, I can right-click on a File, Click Properties, then click this big ol "Change" button, and have it open using any application I choose.

      Do some research, and try again.

    2. Re:The article is just braindead. by Chasing+Amy · · Score: 1

      Good for you. Now, when you do some research, you'll discover that I was talking about how file typing in Windows has not changed--it is still done the same way, which is different from the Mac's file/creator typing. Adding a scond way of accessing the underpinnings doesn't change any of that.

      So go crawl back under your rock. Stupid trolls are the worst kind.

      --

      Chasing Amy
      (We all chase Amy...)
      "The more corrupt the state, the more numerous the laws"-Tacitus
    3. Re:The article is just braindead. by QuadZero · · Score: 1
      See, when you install new software on a Windows box, the new software almost always asks the user whether he wants documents with such and such extensions to open in this new application. Yes is the default and that's almost always what the user selects.

      A little off the point here...

      IF you agree to let the new software associate some file extension(s) to itself and then, later, you decide to uninstall said software, the file extensions do not (as far as I'm aware) revert to the default values.

      At this point, the non-techie/non-power-user has effectively disabled this Windows "feature" of trying to be smart about knowing what to do with a file by virtue of its extension.

      --
      Richard (aka Merwyck, aka QuaDZeRo) I blog at http://richardharlos.com
    4. Re:The article is just braindead. by Chasing+Amy · · Score: 2

      If the default program is part of the standard Windows install or part of the Windows Media Player install, then yes, the file extension will revert properly back to this default.

      In addition, the newer versions of the MS installer engine are smart enough to store information on what to change registry and other settings back to when the application is uninstalled. MS hasn't made a whole lot of progress in most areas, but their installer framework has gotten much cleaner and more accurate.

      Of course, that's just my opinion, and my experience. YMMV.

      --

      Chasing Amy
      (We all chase Amy...)
      "The more corrupt the state, the more numerous the laws"-Tacitus
    5. Re:The article is just braindead. by Anonymous Coward · · Score: 0

      "the way to change registered file types is still the same too."

      He's technically correct, if being an asshole about it.

  205. Nimnulla by dickDragon · · Score: 1

    Quit pandering to these nimnulls.
    Linux is just not that hard to install.

  206. what i can't stand by characterZer0 · · Score: 1

    is when a program (i'm talking to you winamp) registers half a dozen different file extentions (wav, mp3, mid...) all under the same file type. So if you want to register just one differently, you have to redo the other 5 as well.

    --
    Go green: turn off your refrigerator.
    1. Re:what i can't stand by rabidcow · · Score: 1

      Ah, but what if you want to change how ALL of them are handled?

      (and they way it is now, if you go into the registry to change it, you can change the .ext item for just that one type to something else. Granted, you probably don't want to go into the registry...)

  207. Re:Anthrax vaccine not available to general public by Malic · · Score: 1

    Very off topic. But to add fuel to the fire, it is very well known from current news articles that the vaccine is not in sufficent quantities (only 7 million or so I read) to allow mass vaccinations to take place. The CDC has requested the creation of more, however this will take years. Yes, it's quite a problem.

    --
    I swear by MacOS X. Although I use to swear *at* MacOS 9...
  208. Too much credit to MS. by ahfoo · · Score: 1

    I'm sure it's redundant by now as I didn't real all the other posts and there were so many, but this article is clearly giving MS too much credit. Perhaps 8.3 naming is a DOS convention, but it's not an exclusive trademark of or patent by Microsoft Corporation and I assume it predates them by many many decades.
    And file extensions in general are used in all OSes, and there was no reason you couldn't have used them with the original Macs if you wanted to. You didn't have to. But if you wanted to, you still could. So, pinning this on MS is like saying they control the ASCII code standards or something ridiculous like that. They may have a stake in these things and maybe a big stake, but these aren't very productive battlefronts from my perspective. More like trying too hard to be cute. Or, no wait, it's karma whoring on Salon.
    Besides, what's better than giving MS too much credit is giving them too much rope to hang themselves with and I think they've already picked up the rope with this .net stuff. The net IS unix. That was such an idiot move you know there is nobody at the helm. The ship is heading for rocks and has been for ages.

  209. Untrue. by vena · · Score: 1

    Then, you're basically at Microsoft's mercy. Because Windows makes you go on a mad hunt through menus and folders and options to find the dialogue box that lets you make any such change. It's not in the "add/remove programs" control panel, where you'd expect it. It's not under "properties" when you right-click on a file. It's not in any obvious or easily accessible location. (For future reference, here is where it is: In Windows 98, open Windows Explorer, find the View menu, look under "Folder Options," then find the hidden "File Types" tab -- which may not even be there, depending on what you have selected in the Windows Explorer window. In Windows XP, the feature is similarly hidden behind the cryptic "Folder Options" label.)


    untrue. in windows XP (and i believe win2k), you can simply right click a file, go to "open with" and "choose program."

  210. Re:This is silly... No its most definitely not by The+Raven · · Score: 1

    True, Winamp is not best for playing CDs. Unless you use digital mode to read the CD... then Winamp kicks ass, IMO. You gain access to all the visualizations, plugins, and graphic equalizer capabilities of Winamp at a small cose of some extra cpu time.

    --
    "I will trust Google to 'do no evil' until the founders no longer run it." Hello Alphabet.
  211. On OS X (and maybe 9.1?) by Anonymous Coward · · Score: 0

    open apple-I on the file to get the "Get Info" window and then use the drop down menu and you can change either the extension type or the application to open the file with. Pretty simple.

  212. Yes, Blame M$ and Yes, This IS a Big Deal by Anonymous Coward · · Score: 0

    Blame M$ because they are supposedly making computing easy. They are not, they are chiefly concerned with controling how users operate their computers. We shouldn't be worrring about hacks to get around file extensions and proprietary file formats. We should be focusing on getting our work done. Apple is to blame as well. If we have basic interoperation between apps and progams, which is real ease of use, we can put our energies into pushing the tech envelope.

  213. Perhaps there *won't* be the same situation... by Faust7 · · Score: 1
    When Linux becomes mainstream, the same programmers that made crappy Windows software will begin to make crappy Linux software. Some of it will disturb/disable other programs, take up resources, and open security holes.

    True, but I would predict at least that patches will appear a lot more quickly than they would under Microsoft, simply because there are a hell of a lot of dedicated Linux programmers who, fundamentally, want Linux to succeed through merit. I like to think their dedication runs high enough to keep Linux software in a premium condition.

    Microsoft can afford to leave holes and whatnot in its software because of its monopolistic position. If and when Linux becomes mainstream, I don't think this will be the approach for its software; many of the people seriously developing for Linux will probably have developed for Windows, and will want to take advantage of an opportunity to do things right this time. It's practical as well as ideological: why exchange one buggy set of software for another?

  214. Umm, not on Win2k by Anonymous Coward · · Score: 0

    That doesn't work on Win2k. I just tried it and there's no "open with.." option. But hey, as long as it's in some of the Windoze OSes and is as simple as shift-right-click-select-app-select-box, hey, who am I to complain?

  215. Document/file associations by TheToon · · Score: 1

    Anyone remember Workplace Shell? How every file was just another object that could be associated with any number of apps? How you could - if you wanted to - associate through filename suffixes, but what you really did was to associate through the object class hierarchy?

    Boy, do I miss that!

    A fully CORBA compliant desktop manager.

    GNOME/KDE folks should really spend a couple of weeks to discover all the implications of that.

    --
    //TheToon
  216. three letters just isn't enough by StrawberryFrog · · Score: 2
    This has been aired on Slashdot before and the three-letter system has been stretch until it works no more - the Mac's approach to metadata is better. For e.g.:

    .doc It means 'document' - could be anything - yet it is staked out as Microsoft Word Document.

    .dat It meand 'data. It is used for everything from SQL databases to video files. Double-click one and anything could happen, usually useless.

    --

    My Karma: ran over your Dogma
    StrawberryFrog

  217. Lamest article to date by ToasterTester · · Score: 1

    All it is, is a ease of use feature Apple did with the Macintosh even before MS did it with Windows. The Mac was the first computer I remember that would open an application based on the data file. Don't bitch about something till you make sure you have your fact right.

  218. Porn by DrunknJediKnight · · Score: 1


    Certainly microsoft prefers if you use there software, but if you don't take the time to educate yourself about your computer then it is your own fault. My best example is the following question "How do I remove all the porn from my history and recent docs ?" I know I've answered this question at least 50 times. And it is asked because in this scenario people care to educate themselves so they can cover thier tracks. If you don't ask the question and get caught by your parents or wife it's your fault not microsoft's for making it easier

    --
    I like beer.
  219. File types have good uses too! by indiigo · · Score: 1

    Ahhh, but wait!

    Here's how to get around the RIAA, motion picture association, and the likes.

    Embed mp3's, mpegs, etc, files within standard file types, in particular Word Documents, pdf's, and gif/tiff/jpeg images...

    Doable?

    Ok, do it.

    --
    fslg503-985-8686503-985-8686503-985-8686503-985-86 8650 3-985-fdsg8686503-985-8686503-985-8686503-9
  220. No sh1t sherlock... by Anonymous Coward · · Score: 0

    Then, you're basically at Microsoft's mercy. Because Windows makes you go on a mad hunt through menus and folders and options to find the dialogue box that lets you make any such change.

    Right-click, Open With... I'll go through a mad hunt by spawning new windows for links from your story now.

    It's not in the "add/remove programs" control panel, where you'd expect it.

    And the recycle bin isn't in the start menu, so what? Unlike in Mac land, we mostly separated code from data a long time ago.

    It's not under "properties" when you right-click on a file.

    Wow, we can right click on a file to complain about the lack of application choice under properties but we can't see the Open With... menu command.

    The remedy is obvious: Force Microsoft to make it easy to change registered file types in Windows. It would probably take one of Microsoft's developers a short afternoon to build a simple, forthrightly labeled control panel that sits right on every user's desktop and asks, in plain English, "Which program would you like to open Web pages? Or text files? Or MP3 audio files? Or photo files?"

    ... and convieniently ignore (freeze out) file types the application (or MS) doesn't characterize. Brilliant!

    What makes me think this person's just a frustrated Mac user in PC land.

  221. This only affects boneheads by archnerd · · Score: 1

    It really doesn't take much a surplus of nerurons to figure out how to reassociate the file type. People who can't figure it out probably don't give a damn about Microsoft's stranglehold on them anyway.

  222. If they are stupid to right click then ... by Anonymous Coward · · Score: 0

    If they are too stupid to right click and rename the file to a different extension then they deserved to be forced into what they use and treated like sheep.

  223. Sad Sad Sad by Str8Dog · · Score: 1

    If this guy had bothered to poke around, he would have found the shift-Right Click trick. Simply click the icon so that it is highlighted then hold shift and right clock the icon. The resulting menu will have the option "Open With". Select the option and the resulting dialog will ahve a list of all registered apps and a check box labeled always use this app. Reassociation for the masses.

    Windows 2k even keeps a secondary association list. Once you have forced the file open in a specific app the open with menu will be there with that app.

    Looks like Mr. Mac guy needs to check his references.

    --


    Str8Dog
    using System.Darkside; public
  224. They must be getting low on the list... by acoustix · · Score: 1

    ...of things to bitch about.

    Seriously. This is ridiculous!

    First off, the damn thing IS NOT hidden. The ability to change the associations is in EVERY SINGLE explorer window that is open. I found it in less than a minute the first time I tried to use it.

    And guess what else: Its mentioned in the HELP program too! (that was a tough one, wasn't it?)

    Also, the reason why its the last option is probably to deter morons from changing mp3s to opening with Notepad or Fdisk.

    I could go on, but I'll spare you this time.

    --
    "A plan fiendishly clever in its intricacies"- Homer Simpson
  225. File extensions by Kanasta · · Score: 2

    Well, u know, the concept of file extensions was invented/patented by an independent company way before MS DOS. In fact, I believe MS pays a licencing fee for using it in Windows.

  226. Someone's never been to annoyances.org.. by Inoshiro · · Score: 2

    Customize those context menus. Or just change the assotiation on the fly. When I used Windows, I read all of the site (mainly around 1995/1996).

    (Aside) MS really did pack in a lot of useful features (even if the UI never tells you things like F2 = rename in explorer). The closest file manager tool I've found for Linux that's as useful on the get go as Win95 Explorer is Midnight Commander, which I spend most of my time using (even in Gnome/KDE). No GMC, Konq, or Nautilus for me :)

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  227. XP makes it easy by Anonymous Coward · · Score: 0

    With WinXP just right click any file, choose Open With and a list of possible programs shows up and you can choose any program you want. It actually works very well.

    Oh, and this has NOTHING to do with FAT32 or the filesystem in general. I'm not sure what the original poster was talking about when he mentioned FAT32. Windows could easily be patched to recognize files based on file magic rather than extension.

  228. Re:This is silly... No its most definitely not by Anonymous Coward · · Score: 0

    No. Real have been steaing associations for a long, long time.

  229. As much as I hate Microsoft... by Anonymous Coward · · Score: 0

    You CAN control what programs open which file extensions.
    Have people become so lazy and stupid they can't change the preference themselves?

    I know the people of Salon have mental disabilities so I won't get after them.

    People should be tested before they can buy computers.

  230. Start-Help-Index, type 'file' by Mike+McTernan · · Score: 1

    > The trouble is, even if some court orders Microsoft to throw Real Player into the Windows
    > package, it doesn't make much difference if most users can't figure out how to switch the
    > default player of music files from Windows Media to Real.

    I really don't think that this is possible. While most users probably don't know 'of the top of their head' how to change the config, windows does have extensive help and various guides are available (I got a manual with my copy of win98 for example) that detail how to do this.

    e.g. (Win98)
    Start->Help->Index
    Type the word 'file' in the box and a short way down the list the topic 'file extensions' appears with sub-topic 'associating with programs'.

    Also, it is easy for programs to check file associations themselves and question the user whether to change them, as we all know (Preferably with an option to disable such a feature).

    Now if Microsoft removed the API calls to do this...

    Sounds to me like the reporter had a bad day with this in the office and decided to moan to the world.

    --
    -- Mike
  231. Re:This is silly... No its most definitely not by mcjulio · · Score: 1

    Hear, hear! RealPlayer is the most diseased, bloated, sick-cow of an application to ever come slouching out of WA, and it gets worse every revision. Sneaky always-on behavior that rewrites the autoload reg key even if deleted by the user unless explicitly disabled through a nest of buried dialogs and a very official-sounding warning and a lengthy installation process that includes the app phoning home (checked on by default), mounds of ad-driven "content" (checked on by default), and mandatory registration.

    When it's all said and done, the thing sucks up resources, harasses you constantly to "upgrade" to the for-cost application, and spews out horrible video and audio.

  232. Moose here... by A_Non_Moose · · Score: 1

    Heh, watch my own reply to a story I submitted be modded as a troll (Just kidding...kinda).

    Have not seen anything posted about "iron fisted control" of MS extensions a la the windows file manager.

    (side note: did not read very far, forgive me...600+ replies in ~3 hours. I love this place).

    (Anywho) Just do a Start->run->winfile, then do a File->Associate and pick any extension and its program. The association will *never* be broken.

    Heck, winfile is even in windows NT (IIRC) and supports LFN's oddly enuf. (not sure about win2k having winfile).

    You see; the whole point of all this is:
    A) we're geeks, we do this for a living and don't carry much "inertia" as it was put in the article.
    Average users aren't going to know this stuff.

    B) Hijacking of extensions by Microsoft (If my memory serves me properly, .doc was synonymous with *WORDPERFECT*, first) is only a minor foot note amongst all of the other "Bad Stuff"(TM) they have been convicted of. But, if anyone that "gets" the mind/market-share or memes (sp?) that leads to the "Bill Gates owns Apple" type of think (don't laff, I've heard it uttered before).

    C) It is scary to think that with all these "minor" offenses coming into light, no on has thought of bringing it up in the current trial or even into a different trial(s) (or heck, more of them...yeah, I know, I want to smack me to for saying it, but bear with me, pls).
    Reason being, unless remedies take care of things like this extension issue, bootloader issue, "me too'ism" like copyright violations, theft of IP, copyright theft ad infinitum... it ain't going to stop. It is like Kudzu, it is just going to "grow back" only much stronger/faster.

    Think about it. Seriously, think about it. Unless Microsoft is brought to the brink from "death by a 1,000 cuts", the bad blood will still be there. Not like the current court case has done anything to modify their behavior.

    Moose.

    I'm talking and I can't shut up.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
  233. Re:This is silly... No its most definitely not by Anonymous Coward · · Score: 0

    Since I have USB speakers (and no sound card) it should be obvious that I ALWAYS use digital mode.

  234. This Article is the biggest... by 19Buck · · Score: 1

    piece of broiled shit that i've ever read. I won't even waste my breath trying to rip this retarded article to shreds. It's not my fault that the average Joe Shmoe isn't smart enough to figure it out on their own, or ask someone that does. Check the file properties, open the file types tab in folder properties. use the "open with" choice on the alt menu to pick a new program to open the file with. Use the programs file associations tab in the properties panel. That's 6 different ways to accomplish a file association change. What's the problem? to make things even easier, programs ask you what file associations to use when installing, and a good amount of progams even actively check their file associations settings, and PROMPT you to correct them if they have been changed. It's the users fault for not paying attention if the associations get changed. How many of us can honestly say that they actively do anything during an installer routine but look to see where the "next" button is. I'll admit it. At one time, I didn't know how to change file associations either, but I had the capacity of mind to use the tools provided to me to find out how. It's not my problem, or MS's if Joe retard is too stupid to simply open the help system (hint, it's right on the start bar) and type "File associations" in order to get instructions on how to do what he wants.

    1. Re:This Article is the biggest... by Jesus+IS+the+Devil · · Score: 1

      That's going a bit too far.

      When I first started using windows back in 96 (win95), I had no idea what it meant when that "what you want to open this file with" dialog popped up. And it's not because I don't have the capacity for understanding it. It's that I've never been exposed to this concept of associating files with programs. Eventually I learned it, but at the time it was about the most frustrating thing for me. And I'm sure for the thousands of people who aren't computer savy, it's even worse.

      --

      eTrade SUCKS
    2. Re:This Article is the biggest... by 19Buck · · Score: 1

      But that's what i'm saying. First time you'd seen it, and eventually you puzzled it out. Sure I know it's annoying, i was there once too :) It's a "Hey, I don't know this, so lets try to find out, or ask someone that does" thing. My problem is with the dills that curse and cry "this is too complicated, make it easy , waa, waa" (you think setting file associations is hard? try quantum mathmatics! heh. Hell I still don't fully get Calculus for cripes sake. ) the guy is just way off base with his wild claim that MS is using the file associations as some sort of monopolistic practice by making it "hard" to use. it's really not.

  235. Re:File Extension ".WTC" by creepy_chris · · Score: 0

    Double Click this 8==D - - -

  236. I tried to email the writer, but it bounced by Kris_J · · Score: 2
    550 Mail transport denied by rule.
    554 5.0.0 <scottr@salon.com>... Service unavailable

    Apparently he's not allowed to receive messages with a clue.

    (Possibly also, messages are blocked if they contain; "stupid", "truly dreadful article", "suck", "say you're sorry" or "computer illiteracy is a pre-requisite for management positions".)

  237. My letter to the author of this article: by ColGraff · · Score: 4, Interesting

    If I may ask: In a postscript to your article "The Devil is in Windows' Details", you point out that it is irrelevant that the program used to open a given format can be changed by right-clicking on a file of that type, because there are many users who don't even know what right-clicking is.

    That's certainly true, but at the risk of sounding like an elitist, why should we (the computer-literate people) care? It is really not that hard to learn about the "hidden" features in windows, through one's own experience or research on the Internet, or even in the Dummies books. I agree that the concept of hidden features is anti-competitive, but why should we lose any sleep over people who are, for whatever reason, unable to learn enough to make windows do what they wish? Isn't it best for them that they aren't faced with choices that could tax their limited understanding of technology beyond the breaking point? You and I, sir, and the legions of other competant users, will use whatever software and operating systems we like, no matter what Microsoft does. It just seems to me that people who are being hurt the most by "hidden" features are those who shouldn't really be playing with them anyway, because they have no idea what they are doing.

    I know that sounds - well, assinine, to put it mildly - but I'd like to cite an example from my work. I am a part-time computer tech at my high school, and one of my duties (and hobbies, when I am not on the clock) is to assist teachers when they have technical problems. About half the calls I get that don't boil down to "You didn't plug in the power cord" are related to incidents where teachers install some new word processor/media player/whatever that a friend (or email spam that sounded "friendly") recommended. All of a sudden, "My Microsoft looks different!" they cry, and they are hopelessly confused.

    Most users really do benefit from using an OS that limits what they can do, because most users lack the initiative to learn how to use a less constricting system. Being held by the hand allows computer illiterates to do, for the most part, what they want to do (word processing/games/web browsing). For those who are capable of a greater degree of computer literacy, the modern versions of windows are simply not appropriate - they are not targeted at us. For computer-literate users to complain Windows over-limits the user is like a racing bycyclist to complain that training wheels greatly limit his/her speed - it's true, but what the heck is he doing with training wheels?

    BeOS and Linux are both more powerful, inexpensive operating systems without the penchant Windows has for assisting Microsoft megalomania. I would assert that a user who feels constrained by windows should simply switch - and if he/she has documents or other files Linux or Beos can't run, to complain is inappropriate - find or start a project that is working on what you need, and help it however you can. Don't just sit there.

    --
    I'm the stranger...posting to /.
    1. Re:My letter to the author of this article: by Jesus+IS+the+Devil · · Score: 1

      Good point, but remember, some people aren't interested at all in computer science. They just want to do a report and print it, or look at stocks and what not. They could care less about the M$ monopoly, how to regedit, search using wildcards, etc. Still, that doesn't mean they are not intellegient or that they deserve to be put in some cave with no electricity.

      It's like a computer programmer who doesn't know a thing about dancing but goes to a club to have fun anyways. He might look funny there, but so what? He's there for his enjoyment. And why not?

      --

      eTrade SUCKS
  238. File manager by srichman · · Score: 2
    In Unix, they are just ordinary parts of the filename, and don't mean anything special unless a particular program is written to parse the filename for "stuff coming after the last period".
    This is silly. Most every graphical file manager for Unix (e.g., the one that's probably displaying icons for your "desktop" files right now) uses associations based on extensions to determine what application to open a file with. This is no different from in Windows Explorer. The physical layout of filenames in the filesystem is a tremendous red herring, particularly since it hasn't applied (as others have pointed out) since LFNs were introduced almost seven years ago.
  239. Application-specified associations by srichman · · Score: 2
    I couldn't agree more.

    However, I was a little annoyed to find out last night that I couldn't set a WinAmp association for mp3s in Explorer ("Always use this program to open this type of file") because the newest version of Windows Media Player overrides whatever preference you set in Explorer; you have to go into Windows Media Player's application preferences and explicitly tell it to not associate itself with mp3s. This means that other programs cannot "reclaim" mp3 association or set it in an installer because wmplayer overrides the setting externally.

  240. I believe he has a point by huh69 · · Score: 1

    It seems arcane to think that most users are to ignorant, or so unwilling to learn the OS in more depth, but it is true. Most computer users that actually have a clue about how to manipulate the OS will be inclined to do so. I personally always set the defaults to be what I want them to be, but not everybody knows how... that's just a fact, and a fact that covers a HUGE percentage of computer users. I think his solution has a valid point, even if it doesn't acomplish anything. Users are not given the choice obviously enough for most of them to figure out how to switch default applications for file types, and knowing M$ history, I would think that most people here would believe that they (M$) would be inclined to take advantage of this. Once again, it's M$ taking advantage of user's ignorance, just like that have all along. I'm not saying that if the court ruled his way on this subject, that it would change things, but it would give people more control over the applications they use without having to do additional learning of the OS. Just my .02, flame away if you must.

  241. Re:It is easier.. MacOS X 10.1 example: by Anonymous Coward · · Score: 0

    in windows 2000, it's similar. if I wanted to use gvim to open all perl files, for example, I can:

    1. right-click on a .pl in windows explorer
    2. choose 'open with...'
    3. find gvim in the applications listing
    4. select that app and then check the box 'always use this program to open these files..'

    now prior to 2000 (NT4, 95, maybe 98), it was much more difficult, step one becomes:

    1. hold SHIFT, then right-click on a .pl file in windows explorer

  242. Online Services by superpeach · · Score: 1

    Yes, that little thing that always got installed (I dont know if it still does). In Windows 95, the Online Services folder was always there, on your desktop to "help" you choose an ISP that microsoft liked.. later on, in windows 98, there was an option in the installer to choose whether or not the Online Services thing got installed... It didnt matter if you ticked it or not it was there anyway. So, even if Microsoft did add an easy to use/understand method of changing what opens what would it make any difference? They could add that feature, but then just as easily add some code to revert back to the microsoft program which can load those files once a week.

  243. I see a problem with the story. by Drakin · · Score: 1

    Fact is, in windows 2000 professional it's beyond easy to change the file type assiciations.

    In fact, while the artical mentions that you should be able to change the file association by going into the properties of the file... well, truth is, in Windows 2000 Professional... you can.

    Nice little thing. First page of properties... filename, type of file, and "Opens with" listing the application associated with it... and then a nice sized "Change" button.

    I haven't a clue if this is the same on ME or XP, but it's certainly there on 2k Pro. `

  244. Not too smart around here by sunconscious · · Score: 0

    You guys sound like a bunch of morons. "The second mouse button is too complicated" "Context menus are too complicated" "Open With... is too complicated" How did you guys manage to get to this website?? I'm not even gonna ask if you installed Linux yourselves.

  245. Article Brings up Real Player, that lame player by Jesus+IS+the+Devil · · Score: 1

    The article brought up Real Player vs. Windows Media Player. I for one HATE Real Player like the black plague. Every time I upgrade it I get ALL of the following added to my system:

    - 2 icons in the quick launch area next to the "start" menu
    - a folder in the "start -> programs" menu
    - a system tray icon that launches every time windows starts
    - an icon on my desktop
    - 2 links stuck in my "Favorites" folder. One in the main folder and another in my "Links" folder.
    - a stupid control panel applet dedicated to real player configuration. why do I even need it there?
    - a lame pop-up ad when I close real player

    Now is THAT going too far? I really dislike this Real Player. I hope they go to hell with Bin Laden fast.

    --

    eTrade SUCKS
  246. true, but it's still amazing... by duckygator · · Score: 1

    how many of my colleagues (in the software development field) still have a Microsoft property for their home page. Many immediately click out of it, but many also eventually get tired of that and instead follow the customize links and customize their homepage on msnbc.

    Just cause it's in the OS, doesn't mean its better. Unfortunately, convenience matters most to all but the most vigilant users.

  247. Word 2000 doesnt like AbiWord by jessh · · Score: 1

    A while back I was setting up some computers at school. I was told that MS Office needed to be on these machines for various reasons so I went ahead and installed Office 2000, I also installed abiword because it is my wordprocessor of choice. I was feeling like I should shove my opinions on those who didnt know the difference so i tried to associate .doc files with abiword. Whenever I tried to change the association from MS Word to AbiWord MS Word ran and changed it back. If this isnt an unfair business practice I dont know what is. If anyone needs proof of this for a good reason I can try and reproduce it.

  248. this pisses me off by ziplux · · Score: 1

    Ok, wtf! First of all, it's really easy to change file type associations. If you can't, then maybe you just don't CARE what program opens your documents. Secondly, the author compares the system of associating files with programs on Windows to that of the one on Macs. I must say, it is damn near IMPOSSIBLE to change the program that opens certain file on a Mac. You need a program like ResEdit and more than basic knowledge of Macs.

  249. This journalist has never used Windows XP by zbuffered · · Score: 1
    My central point remains: What Windows needs is a plain-English set of choices, in plain view, one that any novice user can easily find and understand, to tell the computer which program to use to open different kinds of files. There is no good reason under the sun that Microsoft has not provided such an option.

    Not only is this guy extremely biased about the point he's making here, he's also wrong. I assume because nobody here who's complaining about MS has actually used XP, nobody here seems to have brought up this point yet:

    In Windows XP, it is easier to choose which program opens which file than ever before.

    All you gotta do is right click, and choose Open With. All programs that have registered their ability to run the file you've selected will be listed, right there. And if there's a program that didn't register itself for a file type, you can select Choose Program and it'll let you select the one you want. No holding shift, no hunting through menus. Right-click, move mouse, click. Now if you're saying Microsoft is monopolistic because this isn't easy enough, apparently you've not noticed the progression from Windows 3.x to Windows XP. Which means you're uninformed. Which means you shouldn't be writing columns bashing MS. Quit blowing smoke, and admit that you've never even seen XP in action. You call yourself a journalist. I wrote better-researched articles in grade school.

    ZB

    note: although I, for one, have actually used Windows XP, I don't like it as much as Windows 2000, whose file associations are much harder (read: have to hold shift button when right-clicking) to change.

    --
    Synergy is your friend
  250. The real problem... by modemboy · · Score: 1

    is that MS changes the terms they use and the way the menus are arranged in each succesive version. This is what prevents casual users from being familiar with the OS. Programs have options, settings, and preferences, all of which are the same thing. Win98 to Win2000, well, find changed to search, Dial up networking lost it's icon status and is now a hyperlink called Network and Dial up settings. etc. , etc. There are so many changes that it makes it prohibitive to even know the full vocabulary you need to operate a computer.

    1. Re:The real problem... by 19Buck · · Score: 1

      It took me about all of .02 seconds to figure out the change. "oh, there's no Dial up settings folder here. Look, that one says "network and dial up settings" ,guess they combied the two into one cpl" All they did was intergrate the dial up cpl applet with the Network cpl applet, and why shouldn't they? they are both the same thing really.

    2. Re:The real problem... by jeff13 · · Score: 1


      Wow, you're a well trained little monkey.

      I don't have any patience to relearn where settings are. I certainly don't have patience about what word on the menu even MEANS settings!

      Is is Options? Folder Options? Settings? Accounts? Admin? Services? Network Settings?

      Why should these change with every "new" version?

    3. Re:The real problem... by J.+Random+Software · · Score: 1

      You forgot "Preferences", "Setup", and "Configure", and whether it goes on the "File", "Tools", or "Edit" (huh?) menu. Do UI guidelines not cover this, or are app authors just being brain-damaged?

    4. Re:The real problem... by modemboy · · Score: 1

      Trust me, I work at a university helpdesk, and while I guess you can't say much for the intelligence of college students, they should at least be familiar with computers. Instead they are like confused sheep. Many think WinME and Win2000 are the same thing. And have no idea where to begin setting up a dial up connection even though it seems obvious to you and me.

  251. Hey Slashbots! by Anonymous Coward · · Score: 0

    yhbt. ywl. hand.

  252. ...works in WinMe too... by anuj · · Score: 1

    for the record, this works in WinMe too.

    ~A

    --
    Linux, Vai, Satch and Guitars.. that is the life ICQ# 7357858
  253. Useful tidbid. by Anonymous Coward · · Score: 0

    I may be going out on a limb here by actually giving out useful information about an M$ product, but what the hell...

    If you want to change file types and associations from the command line in NT, you can do it with the FTYPE and ASSOC commands. It's especially useful since I don't use Windows explorer at all (I even play MP3's via CMD).

    Even though I think Microsoft is rather monopolistic I don't think that this is a deliberate attempt. They just suck at user interface design.

    To prove my point: Mr. Clippit (Clippy) the talking paper clip. Need I say more?

  254. Re:How does the MacOS do it? Other OS's? by Tsuzuki · · Score: 1

    As mentioned before, you can use drag and drop to open the file in whatever application you want. In addition, if the application you want to use is already running and you double-click a document, it'll open in said application. Works great for opening PDF files in Acrobat instead of Acrobat Reader!

  255. this is unbelievably stupid by Anonymous Coward · · Score: 0

    This is so stupid I'm surprised those morons at slashdot posted this story, its unbelievable that this made it as far as to the front page of a website real people actually visit. Ehh, i dont know what else to say, its just stupid, moronic...etc..

  256. Really simple/easy/obvious 17+ year old solution by Herbmaster · · Score: 3, Insightful
    • Make all applications keep a list of types of files that they can open, as well as a unique identifier associated with things they "want" to open.
    • Make all files keep a type code and a seperate code associated with what application it "wants" to be opened by, a creator code if you will.
      • Don't pollute this information in the namespace of the filename, where it does not belong and can be changed for the wrong reasons (there are plenty of valid reasons to give a filename a suffix, none of which have anything to do with this file metadata).
      • Don't even allow this data to be stored in a centralized registry where it could be molested by programs automatically without a user's intent.
      • For both the applicaton's lists and the file's codes, the operating system can read and manipulate these codes, because it is stored in a standard, easily located, structure.
    • Files are automatically opened by the program that matches their "creator" code, but can be opened by anything that matches their type code.
    • Applications can open any files that match their type codes.
    • Files, which are always created by applications, are given type codes to match their content, and creator codes to match the application.
    • There could be 1st party solutions to map files without useful metadata by user-specified preferences to native metadata by outside standards which are weaker (MIME types, file extensions).
    • There could be 3rd party solutions to forcably remap files to applications other than the one which they want to be opened by, even if the wanted one is available. I'm talking about both on a per-file basis and a universal setting independent of files which may not even exist yet.
    --
    I'm not a smorgasbord.
  257. Easy on XP by TummyX · · Score: 2, Insightful

    Right Click -> Open With -> Choose Program

    Select your program and check "Always use the selected program..."

    How much easier can it get?

    This is the dumbest article I've read. I'm not suprised Taco posted it.

  258. Uh...Yea, Scott...Absolutely... by averyjt · · Score: 1

    -- until you want to switch the program you use for a particular file type. Then, you're basically at Microsoft's mercy...

    "Uh...Yea, Scott...Absolutely..."

    Scott Rosenburg is smiling because he is being payed to write spoo for tech consumers with point and click anxiety. I doubt he gives a hoot about file extensions or monopolies. It's his job to succeed in "informing" you with this kind of rump roast.
    Sorry, but a "call to arms" over file extensions?
    Scott, I'll assume you don't really care what you write as long as someone takes you seriously.

  259. Brief history lesson...and the point. by A_Non_Moose · · Score: 2, Interesting

    Ok, did anyone realize that windows 3.1 had a registry? Yes, it did. In the heady days of win 3.1, I found a text editor (shareware) that would, ironically, open up a 5Meg text file of MS's ftp site. (would note pad do it...oh, hell no).

    Well, after figuring out that this text editor sucked, I un-installed it. Double clicked on a text file...shareware editor is not installed.
    Associated it via the file manager ... shitware editor is not installed, please re-install (ok, this is the exception, not the rule to winfile rules all).

    Ok, so I write the programmer and bitch him out saying "WTF did you do to my machine?"
    I de-installed your program and *IT REFUSES TO GO AWAY*.
    Well the response was a walk thru into the registry to remove the association.
    (he was offended by my language, but that was the point, however could not refute my claims of screwing up my machine...let me repeat *MY MACHINE*)

    Back then the registry was just another idea to give *programmers control of machines* not the person who owned/used the fricking thing.

    These were in the days when if a program, oh, say deleted critical dll's (like a solitare prog that would delete vbrun*.dll) if you fiddled with it or tried to fool it. Malicious intent, I believe it was called.

    Yes, I know I can "right click, open with or drag and drop or drag a file from explorer, hover it over an open programs taskbar icon and drop it on the title bar {did you know about that one? probably not} to open the file". 1001 and one ways, same goddamn cat gets skinned over and over.

    I know that, most of /. knows that...guess what, people...most people don't.
    Case in point: 2 graphics artist I used to work with...one was a "mac veteran" the other a windows user, on a mac @ work... neither one knew you could drag a file (just about any) onto a program/alias(aka shortcut) and have it launch/open the file.

    I was dumbfounded... the "newbie", ok, the "mac vet"... You're kidding.

    Hell, 90% (and this is being kind) of the users I've run across will find a file in windows explorer and then run their program to open it and do the "File->open" and *renavigate* instead of double clicking on the *file*.

    OMG... the shame, the shame...

    I ask why? Why? the answer is usually along the lines of "that is what I know".
    No matter how many times I show them the easy way...the always go back to what they know (right, wrong or indifferent).

    (Sigh)

    And what is even more appalling is the /.'ers are so far removed from the real world/ the 'trenches' / the 'average user' that they *conveniently forget* what being a newbie is about. It is about fear of the unknown, or at minimal, not knowing what to do and hoping for some guidance.
    With mac's, it is there to an almost zealous extent.
    Unix? there is some community nature, ignoring the RTFM's/flames ... some one is usually helpful.
    Windows? Hah! It is an *industry standard*, on 9X% of computer in the world...you should be *born* with the knowledge! Seems to be the opinion even from windows users themselves.

    Yeah, mucking with extensions is not high treason.
    But, we've been here before (at least I have).
    Usability and Control over your own system (or that of the average user "we" seem to be wanting to protect and help and free from being a "slave to MS/dmca/sssca/riaa/mpaa" are the same one we are shunning with "they should know this..."

    Tell me how many unix systems you could run from the CLI less than a year after birth?
    Uh, huh.

    I don't know all the answers, but dammit, some of us are trying to find the right questions.

    Moose.

    "You ain't pretty, and you ain't strong. So, dammit you better be *smart*.
    Elenor Roosevelt's Mother to her daughter.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    1. Re:Brief history lesson...and the point. by 19Buck · · Score: 1

      you make some damn good points, and bring some bad memories back to me. My god, how many people have I watched (INCLUDING freaking support professionals) that cut and paste by "right click, click cut/copy, click, right click, click paste". And i'd show them over and over again "hey look, ^x is cut ^c is copy, and ^v is paste, see how easy" come back later, and they are STILL doing it in the annoying mouse method. Hell i know people that still use the edit menu for cut/copy/paste, and the frigging hotkey shortcut is written right there! You ask me, I think it's a fear of learning. Like you said, it's what they know, and they are afraid of doing it any other way, regardless of how many times they are shown an easier/better/faster way. people like that simple don't know how to memorize, so they just do what they know. shit people, write the shortcuts down on a stick it note, and stab it on the edge of your monitor till you remember it.

  260. This guy has a point but his article is way off by SPeW · · Score: 2, Interesting

    it is very simple to associate file types with programs ... there are even many ways to go about this task ... hold shift and right click pick open with ... or click properties on a file and then click the button that says Opens with X Change ... and of course in the registry and in the folder options ... i don't think there is some sort of attempt to hide these options ... however there is software (not necessarily by MS) that is very persistant about modifiying these assosciations.
    And as far as elegance goes it's a much better sytem than on a mac ... mac files never want to open with the right program unless they were created on that computer and you have the software installed.
    there is nothing wrong with file extensions , they are a standard, and i don't believe MS overly takes advantage of file type assosciations.

    --
    MoRe... LaTeR... -=PJK=-
  261. Ummm... wha?? by Kasreyn · · Score: 2

    Ok, first off, I don't get how this article is "worth a read". Maybe you don't realize, Taco, that MS is designing an OS for total incompetents. I have worked in an office full of middle-aged women who were so computer illiterate, they were almost to the point of calling the mouse the "pointy clicky thingee". Changing file extensions is something that can hose the system up, not in a dangerous way, but it can prevent files from opening properly. I think it's just right in W98 - it's hidden from the lusers and anyone with any curiosity will easily find it under folder options.

    Secondly, I don't see how you "honestly never thought about" is before. I'm "honestly" disappointed in you, Rob. =P

    Forcing MS to quit hiding OS functions won't help things. Forcing them to stop embracing, extending, and crushing open standards, WILL.

    -Kasreyn

    --
    Kasreyn: Cheerfully playing the part of Devil's Advocate to hairtrigger /. flamers since 1999.
    1. Re:Ummm... wha?? by Anonymous Coward · · Score: 0

      I agree with the argument that most users A) Would still screw it up if it were easier to change (more so, in fact), and B) That most users don't care what opens the file, as long as it opens and they can "do stuff with it." Actually, I believe if MS did make it dead simple to change associations and nifty bits like that, their per-incident support revenues would skyrocket.

      Clueless: "I can't open music files anymore!"
      Technician: "Oh no! Did you modify your file associations?"
      Clueless: "I think so, and I can't remember what it said before!"
      Technician: "Alrighty, I can take care of that. I'll just need your credit card number for this incident..."

      And so MS makes some quick cash for a 5 minute phone call, and they get their progs. back in the default associations anyways. Sounds like a rollicking plan to me!

  262. Fixing realplayer by shepd · · Score: 1

    I hate that piece of trash too. I only install realplayer, well, cuz there's always some moron who thinks its the best (and only) way to distribute video/audio via the net.

    Here's how you can stop it being so hoggy (RP8 in this case):

    - Click View
    - Click Preferences
    - Click the Geneneral tab
    - Click the Settings button under start center
    - Uncheck the Enable StartCenter checkbox
    - Click OK
    - Tell RealPlayer that you know your computer will set on fire for doing that
    - Exit RealPlayer

    - Free Bonus: If you choose "remind me later" as the registration option twice, the third time it will add an option "Do Not Register". Click it and enjoy. This also works with the plus players, BTW.

    --
    If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
  263. Agree With Problem But Not The Solution by Captain+Chad · · Score: 1
    I understand that setting the initial file associations (and changing them whenever you run Windows Update) is a very powerful ability that enhances Microsoft's dominance of the market. I'm not sure, however, that I completely agree with the proposed solution. Let's assume, for argument's sake, that Microsoft made it very, very easy to change file associations. We could then break users into 3 groups:
    1. Power users (who aren't really affected).
    2. Novice users for whom the concept of file associations is still beyond the scope of what they can (or want to) understand.
    3. Novice users who fit into the gap between #1 and #2.
    I believe that anyone sophisticated enough to understand and make changes to file associations can already be classified as a power user. I'm thinking that the concept of registered file types is beyond most novice users -- regardless of how easy it may be to change the associations. Let's say that I'm a novice user and want to open an MP3 file with WinAmp, but Windows Media Player comes up if I double-click. What are my options? I can run WinAmp and drag the MP3 file to it. If I'm a persistent novice user, then I may want to change the association. A quick trip to the WinAmp preferences will give me the ability to do that. And what if Microsoft had made it very easy to modify associated file types? Would I right-click? But a lot of novice users don't know much about right-clicking, especially if they were Mac users. Right-clicking is more of a power user thing. Would I go to the control panel? But a lot of novice users don't even know of the existence of the control panel, much less how to use it. The control panel falls into the system administration arena. By the time my hypothetical novice user learned enough about Windows to change the file association, I believe he/she would be well on his/her way to becoming a power user.

    I suggest that group #3, above, is a relatively small percentage of computer users, and the solution presented in the article would not solve the underlying problem of Microsoft's dominance.

    --
    Check out Chad's News
  264. fulla crap by jedir0x · · Score: 2, Interesting

    I think the guy that wrote this article is a weakling. It's easy as hell to change the registered file types. And the people out there that may have problems changing the registered file types are most likely people that are not very computer savy in the first place, and therefore would have no reason to change that registered file type anyway. And when someone wants to open a document in a program other than what was designated to open it, 90% of the time they open that program and go to the file->open menu. You have to remember, windows was made for the idiot user. It was made to let the people of the world that do NOT want to learn what rm -rf, or mkdir, or chown do (didn't want to use dos commands, they are bartely useable anyway), it's for people that like purty buttons and pictures to guide them around the internet and tell them how to do things, and they don't care. Because if they DID care, they'd learn how to change thier registered file types.

    --


    I'm not drunk, I'm just in touch with pi.
  265. So Somebody Should Write This Program by namespan · · Score: 3, Interesting

    Our friend keeps saying there needs to be a way to let YOU decide
    what gets opened with what by default. A program that will let you
    map a file type to whatever application you wish.

    So someone should write this program. Make it freely downloadable.
    License it freely to third party software developers who realize this
    is one of the best things they can include with their program to insure they aren't steamrollered by Windows. Heck, write your own version of Code Red that installs this program on every machine it encounters. Or release a report that tells IT departments how much they can save in terms of time or TCO if they'll just deploy this in their organization (see, there's default installs, and there's default installs).

    Sometimes I've wondered if it would be possible to seriously combat how microsoft does their dirty work by setting up a website to the effect of "http://www.betterthandefaultinstall.com". Tips, tools, and free software for the user who wants to get the most out of their computer! This app could go on it....

    --
    Libertarianism is rich wolves and poor sheep playing gambler's ruin for dinner.
  266. my plan by sewagemaster · · Score: 1



    we all know that .prn is the file extension for files created when you choose the "print to file" option.

    i was going to the .prn extension for all my porn collection and standarize it. unfortunately it never worked out all because of microsoft! *sigh*

  267. Much ado about nothing by samirkseth · · Score: 1

    File extensions are not a Microsoft ploy to maintain their monopoly. This is a misinformed and ill-researched article that undermines the cause it ostensibly promotes.

    Having said that, the "Open With .." approach doesn't always work. If you have IE on your machine, try opening a ".xml" file using notepad - you will get various error messages. This is because the "Use DDE" flag is set to on for .xml files' default mapping to IE. I agree that any end-user would have a problem remapping xml files to any other application. However this seems to be an evidence of bad design, not evil intentions.

    If the author has picked on file formats rather than file extensions, he would have a much stronger case...

  268. Re:CLI (magic bytes suck) by Anonymous Coward · · Score: 0

    mime types are nice when possible, but I will take extensions/suffixes over magic bytes any time!

  269. XP has the open with available all the time. by Anonymous Coward · · Score: 0

    Guess what MS has listenned :-) In XP the open with menu is always available witha right click wether the file is already associated with a program or not. Even better if you openned it once with notepad and once with IE both are not available to you under the open with menu... along with a 'pick another program'. You could not make it more easy.

    All this 'Ms is doing this and that to strenghten their monopoly' is pure BS when it's done by a stupid I-dont-have-aclue-with-my-mac-and-I-hate-Ms "journalist" who want to get posted on ./

    Nuff said.

    GloP

  270. OSX does this by ZigMonty · · Score: 1
    You've just described the system that MacOSX Applications use. Apps have a file called Info.plist in their application bundle that outlines several things about the application. One of these is which file types it handles and whether it is a viewer or an editor for each. Newly installed applications don't take over associations from your current ones, they simply tell the system what they can handle.

    When you try to open a file that the OS doesn't know how to handle, it presents a window that shows the applications that say they can handle the type and you get to choose. To change an association click on the file -> get info -> Open with application -> then pick from a list of apps that say they can handle the type. If you want the change to apply to all documents of that type instead of just that one file, press the change all button. It's not perfect but it beats MS's system.

  271. This should be very simple to make. by whizzmo · · Score: 2, Interesting

    It should be simple enough to write a program that, upon install, adds an additional key under HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers that gives the user another context menu of "Change which program opens this file".

    The program would bring up an interface perhaps somewhat like "File Types" dialog now, but with simpler options. Something like:

    "This type of file [MP3 music file] is currently set to open with Windows Media Player [insert icon here]. Would you like to change this behavior? "

    If the user clicks "yes", they are presented with a list of programs out of the Add/Remove Programs list (hklm\software\microsoft\windows\currentversion\un install) , perhaps with those known to open the given file type listed first.
    It would have to be AOL-easy, of course, as that would be the target audience...

    Any VB/VC/BP/tk coders out there wanna take a crack at it? :)

    --
    nuclear presidential echelon assassination encryption virulent strain
    Whizzmo
  272. there is an easier way... by hjw · · Score: 2, Informative

    if you on the file, select 'open with', select your app and tick 'always open with'.

    Very easy to do.

    --
    -- hjw http://puzl.info/
  273. Re:Really simple/easy/obvious 17+ year old solutio by Ambassador+Kosh · · Score: 1

    Congratualions you just described the OS/2 System object model. It does pretty much exactly what you said however it had more features then just that. Apps could also register themselves as filters or conversion routines. So you could right click on a au file and convert it to a wav without having to open any application. It was never really taken far enough but damn it kicked ass.

    What I like about kde is that it seems to be growing closer to the os/2 object model over time but with some nice newer additions. However I feel metadata on a file is not likely to appear in linux for a while simple because of lack of good filesystems for it. It looks like reiserfs4 will support that but it is a year off at best.

    --
    Computer modeling for biotech drug manufacturing is HARD! :)
  274. I think MacOS is worse... by Corrado · · Score: 2, Insightful

    ...when it's broken. At least on the Windows machine I can (fairly) easily reset *one* file type (shift-right-click). If the Mac ever gets a file type wrong, or I download a file that has a messed up creator tag, I have to go through hell to get it to work again. Open ResEdit (download it if I don't have it), look up the correct creator codes from an existing file, apply these codes and save the file. Now I can open the file. Sheesh. All I want is a simple way to choose which application should open a file. Is that too much to ask? :)

    --
    KangarooBox - We make IT simple!
  275. Windows2000 already does this by Anonymous Coward · · Score: 0

    Like, almost literally what you suggest. Maybe Microsoft innovates occasionally after all.

  276. You can't change what you can't see! by twitter · · Score: 2

    Having recieved a porn bomb in Outlook yesterday that exploded from my preview pain when I tried to erase it, I'm suddenly interested in the default behavior of certian files. We run NT, service patch 6, here at work, and the company has been very good about applying Nimda, Code Red, Mellissa, I love you and all of those freaking virus patches.

    Well, imagine my disapointment when I could not find file types .jse, .js, .vbs, .vbe, and .wsf, to set the default application to notepad. What a supprise! The default dialog box has hidden those file types from me. Nice security, I can't keep anonymous emails from running as root.

    I imagine this same kind of behavior being pushed onto other filetypes soon. Monopoly? They would like to be, but I tell my friends that Debian is easier.

    Twitter, posting as anonymous because because the auto login did not work. I hope that this post gets through the other 850 denial of service posts stuck onto this article by the MicroTurds. I'll repost as soon as I can.

    --

    Friends don't help friends install M$ junk.

  277. Are you crazy, or just insane? by Anonymous Coward · · Score: 0

    PaintShop Pro has one of the best method of managing file associations. After running it the first time, it brings up a list of all the files it can open and asks you which ones you want to associate with it. At any time you can go to the File menu and relinquish these associations.

    As for the shareware period expiring, I don't know about the latest version, but older version would keep right on working, allowing you to remove the file associations if you didn't like the program.

  278. Windows Managed Installer by Anonymous Coward · · Score: 0

    The Windows Managed Installer is one of the worst things to have ever come out of Redmond! I've had a problem with almost every program I've ever installed under the wmi...and the problem could only be fixed by a reinstall. This became such a problem that I had to copy the setup files of one of my most commonly used programs to our network. Whenever the Office 2000 help system crashed, none of the other programs installed with the wmi worked anymore. ARGH!!

  279. I have seen the future of this abuse. by twitter · · Score: 2
    I'm amazed by the bitter tone displayed by all the Micro$oft appologists here. Calling users "idiots" and "illiterates" for not reading help manuals that don't exist, give me a break. Why all the arrogance? The silly little tricks you know won't do you much good in the future.

    Here at work, I no longer have access to file types .jse, .js, .vbs, .vbe, and .wsf. Why not? Because the little "file types" dialog did not show them to me. So there, a great and grevious abuse you can expect as a MS user in the future. What makes you think MS does not own "Open With", "Send To" and any of those other closed source convenience applications?

    I found this out after getting a mail bomb from a porn site. It opened two browsers and did God knows what else before I could kill it. Yes, the company has applied ALL of the MS patches. NO, I DID NOT DOUBLE CLICK ANYTHING! As a corporate user, I am powerless. XP, I'm sure, will duplicate this situation with M$ as remote Admin, and user as powerless.

    This goes beyond a legitimate argument to just finding something to complain about because complaining about microsoft is the thing to do.

    I don't think so.

    --

    Friends don't help friends install M$ junk.

  280. This Article is poorly researched and out of date by aaron.rowe · · Score: 1

    Windows Me and Windows 2000 make it extremely simple to switch registered file types.

    Right Click on a file,
    choose Open With >
    you are presented with a list of already
    associated programs AND an option to choose a
    new program.

    Also you should note that a similar facility was available in earlier versions of windows when you hold shift and right click on a file.

    So please do your research before you start microsoft bashing. It just makes us look as bad as they are with their speaches likening GPL software to Cancer.

    As an aside:

    I have no idea if this works on Windows XP. And I don't want to know as I never intend to deploy it in my office. Bwahahah!

  281. Re:Anthrax vaccine not available to general public by dpreviti · · Score: 1

    Ever thought the one might have something to do with the other? Their not immuzining everyone cause they don't have enough... Jackasses

  282. Duh by jeff13 · · Score: 1

    Micro$oft has had an ongoing campaign to push their own file types over those of "competing" file types. A distinction only the PR Nazi's at M$ could make. HTML to HTM? DOC incompatibilities? GIF files future a short one?

    The worst thing about the Internet is that it took less than a decade for this publicly created resource to become a commercial battleground for around three giant multi-international-hyper-mega-Net bullocks companies.

    And we customers are the losers.

    Some customers are getting hip to this crap. And they are looking at the technology and beginning to wonder if this is really of any use at all. I mean, why should anyone (anyone laying down his hard earned cash) put up with this sillyness?

    Dear M$, you treated me like a chump once too often, you stole my money, you played games with the Internet (something I cared about) and your products suck. I'll never buy your carp again and should anyone in government, business, or personal life ask me, I'll tell 'em to go Linux or MacOS. Heck, I'll recommend FreeBSD too!

  283. Re:Its not just MS . . . & there are ways.... by webtree · · Score: 2, Informative

    There are several easy ways of doing this when you have had a knowledgeable tech mess with your machine.

    The 2 options I use are to edit the CLSID settings within the registry and give myself an option. Export that registry key and then anyone else just double clicks the .reg file and then on their right click miraculously appears an Open in IE and an Open in NN options for local HTML files.

    The other is a cleverly crafted shortcut in the windows\sent to folder. These are great if you are advanced.

    But can easily be set up so that those not so advanced can easily use for ever more with additional freedom. Not that there are too many non techs who actually want to use more than one product to do any given task. They like one thing to work and they stick with it, (well that has been my experience).

    As always each to their own :)

    --
    "I don't know half of you half as well as I should like, and I like less than half of you half as well as you deserve."
  284. And another DuH by jeff13 · · Score: 1

    I noticed this in the article:"Postscript: Several readers have e-mailed me to outline what they feel are holes in my argument. They point out that in the most recent versions of Windows, a right click on file names will offer you an "Open with" option, and that if you navigate this properly you can check a box that says "Always open files of this type with this program," thus effectively changing the default option."

    This isn't entirely true. I've noticed that with Windows2000 (which I'm forced to use at my workplace) will REFUSE to allow another program to open grahic files from the Outlook email program. I prefer AC/DC to browse GIF and JPG files, but M$ insists on bringing up IE for GIF files.

    Micro$oft has, obviously and once again, hidden code that forces a user to the M$ ways in spite of any efforts the user makes to control his own computer.

    This has always been M$'s arrogant stance. They think it's thier desktop, not yours.

  285. Re:Really simple/easy/obvious 17+ year old solutio by Herbmaster · · Score: 2

    Really? That's interesting. I didn't know.
    For those that didn't catch it the first time, I was describing the MacOS model.

    --
    I'm not a smorgasbord.
  286. Windows, Explorer and Registred File Types by Anonymous Coward · · Score: 0

    I can't believe nobody has told this: the file type are registered for the Windows Explorer, not the Windows itself. That's why they are under the 'Options' menu in Explorer (on my NT box) and not under the Settings in the Windows Start menu. Of course it's somewhat hard to completely get away of the almighty Explorer (think of standard dialogs) but for normal file browsing you can use something like FAR or whatever. May be we should stop take Windows as a bunch of unreplaceable utilities, that thing is still an OS...

  287. dancing programmer by ColGraff · · Score: 2

    As a hobbyist programmer, I have to say that I feel it is my duty NOT to dance - and nauseate the other dancers - unless one of these two cirumstances applies:
    1.)An attractive member of the opposite gender requests that I dance - thus instantly causing me to lose the self-resraint and dignity I normally cling to desperatly, all in an effort to make a favorable impression.

    OR

    2.) I am attempting to impress a member of the opposite gender who has not yet expressed an interest in me.

    Of course, I am only a high school senior, which may have more to do with my opinions on dancing than my sometime-programmer status. Can anyone tell me if this is the case?

    --
    I'm the stranger...posting to /.
  288. Not file types - *default* file types by Hard_Code · · Score: 2

    The UI for changing file type registrations is not the issue. A court can't order that this be made more intuitive (what's "intuitive"?). However, a court CAN order that Microsoft applications play by the same rules as third party applications and don't get any special preference. For instance, a court can order that preinstalled Microsoft applications DON'T get to commandeer file associations by default - just leave them *undefined* until the application launches first. This is what every other third party application has to do at install, or runtime. Why should Microsoft get a special privilege. There is no technical barrier to this (or at least there shouldn't be one), and if there is one, it only underscores Microsoft's ugly integration and promotion of its own applications. If Microsoft wants to own certain file types, it should have to compete with everybody else on a level playing field - not commandeer them beforehand and then force everybody else to try to take them away. The author briefly touches on this point at the end of the article, but is mostly caught up in the muddy UI issue.

    --

    It's 10 PM. Do you know if you're un-American?
  289. Total conspiricy-threory rabid inaccurate drivel by Anonymous Coward · · Score: 0

    1. Explorer is one of the worst Windows applications. This is just an example of it's badly designed user interface.
    2. It's been like this from day one - long before it became an advantage to Microsoft with the introduction of Windows media player
    3. There is nothing at all stopping some one writing a user friendly application to change the registry entries. In fact I would be suprised if this isn't already done
    4. When you install an application with an associated file extension, normally it overwrites the existing asociation. Therefore installing Winamp would probably overwrite the default app for MP3 files (haven't tried it)