Slashdot Mirror


Windows 7 Taskbar Not So Similar To OS X Dock After All

cremou brulee writes "Redmond's photocopiers have been unusually busy for the last couple of years, with the result that Windows 7 copies a lots of Mac OS X features. First and foremost among these is the Dock, which has been unceremoniously ripped off in Windows 7's new Taskbar. Or has it? Ars Technica has taken an in-depth look at the history and evolution of the Taskbar, and shows just how MS arrived at the Windows 7 'Superbar.' The differences between the Superbar and the Dock are analyzed in detail. The surprising conclusion? 'Ultimately, the new Taskbar is not Mac-like in any important way, and only the most facile of analyses would claim that it is.'"

101 of 545 comments (clear)

  1. So, it's different ... by ScrewMaster · · Score: 2, Interesting

    but is it better?

    --
    The higher the technology, the sharper that two-edged sword.
    1. Re:So, it's different ... by i.of.the.storm · · Score: 4, Informative
      I share your sentiments about the OS X dock and the 7 taskbar, but

      it's still vaporware

      How is it vaporware if it exists in beta form? I think you need to look up what that word means.

      --
      All your base are belong to Wii.
    2. Re:So, it's different ... by Korin43 · · Score: 3, Insightful

      Isn't Windows 7 coming out earlier than originally planned? I think that's pretty as non-vaporware as you can get.

  2. The real difference is that by gravos · · Score: 5, Insightful

    every Mac application is an MDI application, only the outer "application" window is always maximized and always transparent, with its menu always at the top of the screen.

    The crux of the issue is that the Mac UI (and the NEXTSTEP UI) has always been application-centric from day 1. All multi-document Mac applications work in the same way: Alt+Tab to switch applications, Alt+` to switch documents.

    Document-centric UIs, on the other hand, don't scale well, and that has led both the Windows OS and its applications to try to fake it one way or another, by grouping task bar icons, staying alive in the sys-tray, etc.

    1. Re:The real difference is that by Anonymous Coward · · Score: 2, Informative

      CMD+Tab to switch applications, CMD+` to switch documents please.

    2. Re:The real difference is that by BrokenHalo · · Score: 5, Insightful

      every Mac application is an MDI application, only the outer "application" window is always maximized and always transparent

      I don't know how clear that is to some of us, but regardless of how one switches windows or applications using hotkeys, the Mac windowing system (as the article makes clear) is essentially document-centric - each window corresponds (with some exceptions) to a document, which is sort of why closing the last document window doesn't terminate the application - i.e. it doesn't make this assumption, since your next action might be to open a new document.

      This can be a bit counter-intuitive to those of us more familiar with X11 or Windows, but I can see where Apple is coming from. It does at least make for a more compact menu than that huge thing we see in recent MSOffice versions, which has obvious advantages if you are using a laptop.

    3. Re:The real difference is that by lysergic.acid · · Score: 4, Interesting

      hrmmm... the Ars article gave me the impression that one of the benefits of OS X (and shortcomings of Windows' MDI model) is that you can overlap "documents" from different applications. so, for instance, i should be able to easily drag-and-drop a vector shape from an Adobe Illustrator document into an already open Photoshop document. likewise, i should be able to have multiple Word documents, Firefox windows, and Photoshop documents all on my desktop at the same time (and in any layer order i want). are you saying that this isn't correct, that in OS X i would only be able to view the workspace of a single application at any given time? if so, then i don't see much of an advantage to having windows represent documents.

      part of what i don't like about windows representing applications is that there's no easy way to drag-and-drop objects/text from one application to another. so if i have multiple programs running with multiple documents open in each, i have to switch applications, switch documents, copy the object/text, switch applications again, and then paste into the correct document.

      it's even more frustrating with Adobe CS3 as all the applications are basically transparent MDI windows like you describe. so i'll have an Illustrator document open with a Photoshop document visible in the background. yet i won't be able to drag-and-drop objects from the Illustrator document to the Photoshop document like i would be between 2 Illustrator documents or 2 Photoshop documents.

    4. Re:The real difference is that by Nabeel_co · · Score: 2, Interesting

      every Mac application is an MDI application, only the outer "application" window is always maximized and always transparent, with its menu always at the top of the screen.

      Thats actually not true. The file menu at the top of the screen is all handled by the SystemUIServer daemon. It's not that the application opens a full screen window and makes it transparent.

      My understanding is that the Mac OS UI has (more or less) 3 basic parts: loginwindow (sorta like x server), SystemUIServer, and Dock. Each of these are a separate daemon process.

      The application then uses APIs to populate the menu items that SystemUIServer handles.

      Those three elements are essentially what make up the Mac OS UI from what I understand.

    5. Re:The real difference is that by Zarel · · Score: 2, Informative

      Unless you've plugged in your Vista Business Keyboard becaue the apple supplied one was crap. Than it's 'alt.'

      Unless you've reconfigured your keyboard in OSX, it should be WLK, not alt. OSX maps WLK to Cmd. Alt gets mapped to Alt/Option, and Ctrl gets mapped to Ctrl. Although this rearranges the positions a bit, it makes it easier to remember that Alt=Alt and Ctrl=Ctrl.

      --
      Want a high quality FOSS RTS game? Try Warzone 2100!
    6. Re:The real difference is that by fireman+sam · · Score: 5, Funny

      There are several Vista keyboards. They are the Basic vista keyboard, Basic home vista keyboard, home vista keyboard, basic business vista keyboard, business vista keyboard, and professional business vista keyboard.

      The basic vista keyboard looks just like the professional business vista keyboard, but you cannot use more than a single key at once and you have to call microsoft hardware support to activate your end user license before all the keys work. Also if you do not activate it before the 30 day trial the only text written to an application upon use of the keyboard is "activate.microsoft.com"

      --
      it is only after a long journey that you know the strength of the horse.
    7. Re:The real difference is that by hairyfeet · · Score: 2, Interesting

      Wow, you must have been buying some REALLY shitty boxes. Because in my experience one of the few good things you could say about most OEMs was that the keyboards were decent. Hell I am typing this on a circa 1998 Compaq keyboard that has had so much abuse it ain't even funny but the damned thing just keeps right on typing away. I have 3 or 4 more keyboards from the likes of Dell, IBM, and HP and the things just don't die. I think in all the years I have been repairing PCs I have thrown away maybe 3 OEM boards. Two were chewed on by customers pets, and one was a funky Netropa that had been rebranded by HP for their multimedia boxes.

      So while I don't know about Apple keyboards, and I can give you a nice long list of what I hate about OEM PCs, their keyboards is one of the nice things about them. Hell sometimes (Gateway Astro) they are the ONLY nice thing about them.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    8. Re:The real difference is that by hairyfeet · · Score: 2, Insightful

      Well I'll be the first to admit that if you are looking for the lap of luxury you ain't going to find it with OEM ANYTHING. The margins are just too tight to spend on stuff that the vast majority will never appreciate. For 99.9% of your home and business users if it types they are happy little campers. The keyboards that come with OEM boxes remind me of the 1983 Chevy Citation I had. Fugly as hell, and it sure didn't ride like no Caddy, but it was tough as nails and just kept on going.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    9. Re:The real difference is that by mobby_6kl · · Score: 2, Informative

      Are we still talking about Windows? I don't have Photoshop installed here, but I do have both InDesign and Illustrator, and I can drag and drop any object (path, bitmap, text or even a graph) from a document in Illustrator into a document in InDesign and vice versa. It works exactly as you describe for dragging objects within an application, and is functionally identical to copy/paste.

      I can even drag any object into MS Paint which accepts the drop, but of course can't interpret the content. What does work though is dragging text from Word into InDesign, the text just appears on the workspace. So in conclusion, the app just needs to handle drag and drop to accept it, and then understand the format the data is in.

    10. Re:The real difference is that by cbhacking · · Score: 2, Informative

      You know the Office 2007 (and other apps using that interface) ribbon can be minimized, right? Double-click on the currently active ribbon tab. Single-click on a tab to have the ribbon temporarily appear until a button is pressed or you click elsewhere (like pressing Alt to access the menu bar) or double-click to restore the ribbon permanently. When minimized (the way I usually have it) it's actually thinner than the the collection of toolbars I would have on Office 2003.

      --
      There's no place I could be, since I've found Serenity...
    11. Re:The real difference is that by danieltdp · · Score: 2, Funny

      ...and there is a cap on 10 words per minute. If you type faster than that, you get a warning on license violation. Three strikes and your keyboard bricks until you call Microsoft and upgrade.

      --
      -- dnl
  3. so, to summarize... by Cyko_01 · · Score: 4, Insightful

    ..the article in one sentence:
    Mac OSX displays a button for each application open, and Win7 displays a button for each document that is open and then groups them by application.

    nah! that's not the same at all!

    1. Re:so, to summarize... by spoco2 · · Score: 5, Insightful

      And Windows never had a TASKBAR with BUTTONS for APPLICATIONS before Mac even had a dock.

      Noooo.

      For god's sake, grow up, OSX is not some holy friggen grail of OSes that everyone copies you know.

    2. Re:so, to summarize... by larry+bagina · · Score: 4, Informative

      It's called "nextstep". Look into it.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:so, to summarize... by Moridineas · · Score: 4, Informative

      Actually no, you're wrong--OS X displays a button every application that you decided to put in the Dock, whether they are running or not. Additionally, there is a document shortcut area of the dock which also shows minimized document/application windows (if document, independent of which app they are part of).

    4. Re:so, to summarize... by calmofthestorm · · Score: 4, Insightful

      But when Apple copies something it's innovation. When Microsoft does it, it's child porn.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    5. Re:so, to summarize... by The+Great+Pretender · · Score: 5, Interesting

      The funny thing about this was that the OSX dock concept never worked for me while windows works fine. I was a windows user for years, I'm not even sure if I started before 3.0, but I remember most my grad work being done on 3.1. So Windows is engrained into my skull. When I moved jobs recently they had me use OSX (Leopard). I thought what a great time to check this out. After 1 year I insisted on going back to Windows, and Vista no-less. I'm not saying that OSX was bad, it was in my opinion as unstable as Vista and just as annoying with updates, hibernate, length of time for shut-down/start-up etc. What really did it in for me was the work flow, I was so used to Windows that I could never really jive with the Mac GUI and especially dock. I had lived for years off of the quick launch bar and instant document jumping via the task bar. Now likely I wasn't using OSX effectively, but I can tell you from an empirical 12 month test that clicking on a word tab at the bottom of the screen was more efficient for me than minimizing the document so that I could find it later as it went to the dock or hunting around all tiny images when using the Expose button. In addition the ugliness of having all those application 'listed' along the bottom of the screen by icon was not great either. To me the major space on the dock should have been for very quickly finding the document of choice, and the whole Stacks concept...it was just a fancy short-cut to the desired folder. I suppose that I came to the conclusion that I wasn't "metrosexual" enough to use a Mac. However, there was a bunch of things that Windows should be stealing from the Mac

      --
      A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
    6. Re:so, to summarize... by spectre_240sx · · Score: 3, Insightful

      Personally, I don't necessarily care if one company copies a good idea that another company has. What I don't like is when that company comes out and acts as if they were the first ones to have the idea and that it's better than anyone else's. Going a step farther, if they bastardize what they're copying and still proclaim its greatness, that's just utter bullshit.

    7. Re:so, to summarize... by Anpheus · · Score: 4, Interesting

      It's called "Windows 1.0." Look into it.

      I did for you:

      http://blogs.msdn.com/blogfiles/e7/WindowsLiveWriter/HappyAnniversaryWindowsontheEvolutionoft_1365F/clip_image002_2.jpg

      See that at the bottom? 1985 called, they want their dock back. (Nextstep "innovated" that in 1989, four years later!)

    8. Re:so, to summarize... by nschubach · · Score: 2, Funny

      I don't know. Jim Carey got a lot of attention by talking out of his ass. I think he tried to make it part of his bit.

      --
      Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
    9. Re:so, to summarize... by calmofthestorm · · Score: 2, Insightful

      I agree, but enough companies do it often enough that I stopped caring that much. I favor openness and innovation over complete compliance with patent law/spirit of fair attributation, and though I think both are important, I feel it's more important to err on the side of innovation.

      --
      93rd rule of Slashdot: No matter how obvious my sarcasm is, my comment will be taken seriously by someone.
    10. Re:so, to summarize... by ogdenk · · Score: 2, Informative

      One, they both ripped off Xerox PARC's Alto. Two, Apple genuinely does it BETTER most of the time. It's not just a desperate attempt to win back users with a poor blatant clone that's just different enough to not get sued.

    11. Re:so, to summarize... by Moridineas · · Score: 3, Interesting

      You're not weird--some of the original MacOS Human Interface Guide (HIG) designers agree with you (e.g. http://www.asktog.com/columns/044top10docksucks.html -- many of your criticisms mirror his).

      When I got my first Apple laptop (10.3 powerbook) it took me awhile to get used to OSX. Probably because I was used to FreeBSD/Linux desktops, I adjusted fairly fast, and almost always have a Terminal window open. I remember a lot of frustration initially though, when I couldn't do things the windows way.

      Stacks (introduced in 10.5) were one of those things I didn't like at first, but now LOVE for my Downloads folder only. Making the screen corners hook to Expose were another thing that took some getting used to, but I now seriously miss when I'm using Windows/etc.

      I would say that OSX and vista re equally STABLE rather than unstable...though to be fair, I haven't had stability problems with windows since Win95/98/ME...

    12. Re:so, to summarize... by macraig · · Score: 2, Informative

      You were: I worked for a company that produced one of the first commercial browsers for Windows, and which predated anything commercial for Macintosh AFAIK:

      http://www.highbeam.com/doc/1G1-17043026.html
      http://skypejournal.com/blog/2005/12/skype_status_report_part_3_by.html

      It was built on a license for Spyglass' Mosaic, just as was Internet Explorer, but preceded even that to market; it may have even beat Netscape to market, I can't recall for sure. Note that Quarterdeck's browser also had "tabbed browsing". I don't think the Macs got a commercial browser until later.

      Quarterdeck also had the Sidebar product, a paradigm which has often been copied in the decade and a half since.

    13. Re:so, to summarize... by shmlco · · Score: 3, Informative

      Actually, the Xerox Star had a dock for applications, printers. tools, and so on.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    14. Re:so, to summarize... by Anpheus · · Score: 4, Informative

      Ok, let me clarify that I posted like that to mock the guy above. Figuring out who invented what is obviously a useful UI paradigm and then pointing fingers at everyone else for copying is childish, immature, adolescent, etc.

    15. Re:so, to summarize... by DurendalMac · · Score: 3, Informative

      http://en.wikipedia.org/wiki/Mosaic_(web_browser) Mosaic was on Macs at the end of 1993.

    16. Re:so, to summarize... by guruevi · · Score: 2, Informative

      This post smells like flame-bait but I'll bite anyway:

      The way Windows works might be *ingrained* in your skull but Windows before 95 didn't have a task bar so you wouldn't have learned it from before then. Even so, there have been a total of maybe 10 updates that required reboot since Leopard came out and I don't see what's so annoying about them, they all come in at the same time and require 1 reboot. I recently updated a Windows machine, first I had to update a set of packages, reboot, upgrade to latest service pack, reboot, update another set of packages, reboot (why can't they do it all at the same time).

      So after 1 year you went to Vista (a system you couldn't have possibly tested out before since it wasn't out yet) and you call it just as unstable? Unless there was a problem with the machine hardware I have never seen a BSD system act up. Length of time to start up: it takes 10-15s to start up my PowerPC G5, Mac's simply don't hibernate unless you run your battery empty (which you wouldn't have on a desktop and laptops run empty batteries in sleep mode after ~7 days) and any Mac I've ever seen wakes up in about a second from sleep again, unless something was seriously wrong with your hardware.

      The dock is there for the same reason as the start bar. It gives you quick access to programs, Windows is Start -> Programs -> Vendor -> Program [click], Mac is Dock -> Program [click] and if you can't read it or you have an awful mouse there is the magnification feature. As far as open documents go, click F9 (or the button for the window sorting thing) or F10 to show all the windows for the current program or F11 to clean it up to your desktop or click and hold the icon of the program on the Dock similar to how Windows groups applications and then allows you to select the window by document (although Microsoft's programs seems to deviate from all pre-defined standards even on their own platform). You can also use Alt-Tab. All these and more can be found on the Apple websites, Mac OS X for Dummies, (10, 100, 1000) tips for Mac or by reading the booklet that came with the computer or by asking anyone that has used Mac's for more than a week.

      As far as organizing: I don't really want a set of documents on the bottom of my screen nor on my desktop. You can't really see anything in a huge set of documents no matter where they are organized and Windows' task bar is imho less space efficient than a single icon but you can effectively have to start up or switch between 20 programs that run. Stacks is great IF you keep your documents somewhat organized or alphabetical, I rather use it for sets of Programs (like OpenOffice, just drag it's folder in the Dock) I use Spotlight (and it has also a lot of shortcuts) to find my documents.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    17. Re:so, to summarize... by AppleOSuX · · Score: 2, Informative

      As Anpheus said above:

      It's called "Windows 1.0." Look into it.

      I did for you:

      http://blogs.msdn.com/blogfiles/e7/WindowsLiveWriter/HappyAnniversaryWindowsontheEvolutionoft_1365F/clip_image002_2.jpg

      See that at the bottom? 1985 called, they want their dock back. (Nextstep "innovated" that in 1989, four years later!)

      http://tech.slashdot.org/comments.pl?sid=1101639&cid=26569921

    18. Re:so, to summarize... by root_42 · · Score: 4, Informative

      http://blogs.msdn.com/blogfiles/e7/WindowsLiveWriter/HappyAnniversaryWindowsontheEvolutionoft_1365F/clip_image002_2.jpg

      See that at the bottom? 1985 called, they want their dock back. (Nextstep "innovated" that in 1989, four years later!)

      That's no moon! Err... I mean, that's no dock. Those are just the minimised Icons on the desktop from other applications. That was the way up to and including Windows 3.11. The taskbar was introduced in Windoes 95.

      --
      [--- PGP key and more on http://www.root42.de ---]
    19. Re:so, to summarize... by wish+bot · · Score: 4, Insightful

      God, I don't know what I'd do without Expose nowdays. On my windows machine I compensate by having a few huge screens that I leave everything scattered around. But Expose + Spaces works much quicker for me, especially with limited screen real estate.

      --
      lemonade was a popular drink and it still is
    20. Re:so, to summarize... by mikael_j · · Score: 4, Informative

      I'm assuming you're one of those kids who think you're "old school" because you used to play Half-life on daddy's computer in 1999. Because honestly, those are (as others have pointed out) minimized applications, Windows didn't have a task bar until Windows 95.

      /Mikael

      --
      Greylisting is to SMTP as NAT is to IPv4
    21. Re:so, to summarize... by gknoy · · Score: 2, Interesting

      Using a virtual desktop manager (like VirtuaWin, which I adore) has made my computing life much more enjoyable. At work I have dual monitors, but effectively have ~6. It lets me context-switch without needing to re-hunt through all the closed stuff.

      Old hat to any Linux user, of course, but ... if you've never used one, I highly recommend it. {Win}+Number key combos are the bees' knees.

    22. Re:so, to summarize... by dunkelfalke · · Score: 2, Informative

      microsoft wasn't allowed to, thanks to an apple lawsuit.

      --
      "It's such a fine line between stupid and clever" -- David St. Hubbins, Spinal Tap
    23. Re:so, to summarize... by drsmithy · · Score: 4, Informative

      Mac OS X used to be called NeXTstep, and NeXTstep had a dock which Windows 95 copied to create the task bar.

      If you had actually used NeXTSTEP, you would know that its Dock and the Windows 95 Taskbar behave very differently. Much like the taskbar and the OS X Dock behave differently.

      The Windows 95 look which came to be called the Windows classic look which was in fact a shameless but inferior copy of the NeXTstep look from 1988.

      Rubbish. Application launching, task switching, menu interaction, window management - all these things were quite different in NeXT compared to Windows 95. Indeed, you'd struggle to find ways they were similar, that weren't also shared by every other GUI.

    24. Re:so, to summarize... by Xest · · Score: 4, Insightful

      It's funny because it's true.

      I find the iPod's wheel is often described as a revolutionary peice of design and used as an example of the amazing things Apple does.

      Unfortunately, the Creative Zen had a side scroll wheel years earlier that you'd scroll up and down to scroll through songs and click in to select etc. etc. The wheel on the iPod is different only in that you move your finger round the wheel straight on rather than having a physical wheel you scroll up and down- the concept is identical, only the implementation is different.

      If anyone truly believes Apple is some great innovator and that there ideas didn't stem from existing ideas then they're pretty oblivious to how just about all businesses work. Apple did what Apple do well, they made the idea popular, making it popular doesn't necessarily mean they innovated and invented in the first place though.

      The usual hypocritical response by what I can only call the extremist element of the set of all Mac fans would probably be "the wheel is different because it's used front on therefore it's innovation" but to take that stance the hypocrisy is that one could equally argue that the Windows 7 sidebar is different enough to be classed as innovation rather than immitation then also, which you can be sure the most extreme of Mac fans simply would not accept. When they're forced into a corner of applying the same principles to Microsoft as to Apple or choosing hypocrisy, they choose hypocrisy.

      I don't hate Apple, I don't hate people who love Apple, I hate people who can't be objective and realise things for what they are.

    25. Re:so, to summarize... by mdarksbane · · Score: 4, Insightful

      Obviously it's an evolution, but it's a big one.

      Scrolling on the front wheel is a single continuous motion. On a side scroll wheel you have to stop, come back, and scroll again.

      Innovation doesn't meant that no one thought of pieces leading up to something, it means you made some jump in how those pieces were used that makes a significant difference in final quality/usefulness.

  4. Re:Astroturfing by Macthorpe · · Score: 4, Insightful

    By 'astroturfing', do you mean 'having a differing opinion to the groupthink'?

    I'm still yet to see a single mote of evidence that Microsoft bothers to astroturf Slashdot. Can you honestly think of a community of individuals (save, say, BoycottNovell) that are less likely to either:

    a) Switch to Windows, or
    b) Do anything at all on the whim of a commenter?

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  5. Disappointing by drsmithy · · Score: 5, Informative

    Normally Ars stuff is pretty good, but that article is *very* ordinary, with a lot of conceptual, functional and historical errors.

    The main thrust is correct, however, the Windows 7 Taskbar is clearly a descendant of its Windows 95 Great-great-grandfather, not the bastard child of NeXT and MacOS.

    1. Re:Disappointing by rm999 · · Score: 5, Interesting

      As a Windows user, I found this article very informative. Every time I have used OSX in the past, I have been frustrated with the application/window behavior. Understanding the motivation behind the way the operating system UIs work will probably go a long way to reducing my frustration in the future.

    2. Re:Disappointing by Kent+Recal · · Score: 5, Interesting

      Understanding the motivation behind the way the operating system UIs work will probably go a long way to reducing my frustration in the future.

      Good luck with that, didn't work for me.
      I still use my macbook occassionally and I still hate their separation between window and application switching.
      In general, when I "ALT-TAB" (or "CMD-TAB" fwiw) then I want to quickly browse through all windows that are available to me. The UI is invited to provide a smart ordering for me (i.e. show other windows of the current application first) but the mental effort of distinguishing between a "window switch" and an "app switch" never worked for me.

      But frankly OSX as a whole just isn't for me - even though I really wanted to like it and literally worked for 2 months straight only on my MacBook in an attempt to learn it. The semantics of the dock are still counter-intuitive to me and showstoppers like mandatory click-to-raise or the absurd "magic titlebar" ultimately made me go back to my linux desktop.

    3. Re:Disappointing by EnglishDude · · Score: 2, Informative

      Hence I use Witch - it gives me a choice between window switching, or application switching. I set alt+tab as window switching and cmd+tab (default OS function) as application switching. Works lovely.

      http://www.manytricks.com/witch/

    4. Re:Disappointing by strabo · · Score: 2, Informative

      As a long-time Mac user, I have the same complaint-- OSX doesn't work well for keyboard-centric users. I miss being able to do Alt-F-Whatever on the keyboard to do things that there aren't shortcuts for.

      Quicksilver.

    5. Re:Disappointing by kinabrew · · Score: 3, Informative

      I couldn't disagree more strongly.

      As a heavily keyboard-centric user, I find using OS X from the keyboard much easier than using Windows from the keyboard.

      On OS X, keyboard shortcuts are generally apple plus the first letter of whatever you might want to do.

      In OS X, if I want to search for anything on the system, I can hit apple f to bring up a search window, or apple space to bring up a quick search in the search menu at the top of the screen. Onn Windows I would have to mouse to the start menu and choose search, or navigate a lot.

      If I want to rename a file in the Finder, I hit return/enter, rename the file, and hit return/enter again.

      In Windows Explorer, if I want to rename a file from the keyboard, I'd hit F2, rename the file, and hit enter. F2 holds no significance for me.

      If I want to delete a file on the Mac, I hit apple delete. We could argue about whether this is better than Windows' deleting files by just hitting delete, but to empty the trash on a Mac, I hit apple shift delete. I don't know of a keyboard shortcut on Windows to empty the Recycle Bin.

      If I want to create a new window on OS X, I hit apple n. Because that combination is already taken, if I want to create a new folder in OS X, the shortcut is apple shift n. I know of no keyboard shortcut on Windows to create a new folder in Windows Explorer.

      If I want to open the preferences for any(all but a few very early) Mac OS X application, I hit apple ,.

      I don't think most Windows programs have any keyboard shortcut available to quickly access preferences/options/whatevertheparticularWindowsprogramauthorwantstocallit.

      If I want to quit a program in OS X, I hit apple q. If I want to close a window in OS X, I hit apple w. How is Windows' alt f4 more intuitive?

      If I want to hide all documents from a particular application in OS X, I hit apple h. And since to do the opposite in OS X is typically the shortcut plus shift, if I want to show *only* documents from the front application, I hit apple shift h.

      Then there are the features for which Apple has keyboard shortcuts where Windows doesn't even have the feature. This would include Exposé, where f9, f10, and f11 can display "all open windows", "windows for the front application", or "hide everything and show the desktop", respectively. Or apple ` to switch between only windows of the front application.

      And OS X has individual keyboard shortcuts to bring up the equivalent to Windows' Process Viewer, Log out, et cetera. OS X's keyboard shortcuts can even be changed, for every application at once if you like, from the Keyboard Shortcuts tab in the Keyboard & Mouse panel in System Preferences.

    6. Re:Disappointing by Stormwatch · · Score: 2, Informative

      The way the mac is described to me seems to imply that if I have, say, two safari windows and a word editor open, switching between the safari windows is done differently than switching between the word editor and one of the safari windows.

      Yes, that is correct: I press command + ` to move from window to window in the same program; and command + tab to move from an application to another.

      And again, the Mac way is the best. Using your example: I have two web browser windows open, and a word editor. Now, I am reading one of the browser windows, and want to read the other. I just press two keys and I'm there - no chance to move to a different program unless I want to.

      But just two programs? Let's make the example more realistic. You may be running a number of programs at once: text editor, graphics editor, audio editor, web browser, instant messenger, torrent client, whatever. Each program may have several windows. What to do... wade through a list with perhaps dozens of windows? The Mac way enforces a logical hierarchy: first the programs, then the documents that belong to each program. You want a "flat" system, that just gives you all every document at once. For me, that's a pain. I mean, when I use XP, I always change the taskbar to two rows, because one is just not enough.

    7. Re:Disappointing by cbhacking · · Score: 2, Informative

      On OS X, keyboard shortcuts are generally apple plus the first letter of whatever you might want to do.

      This is true on Windows as well, except for the larger number of meta-keys. The general rule is that the WinKey is the meta key for a global action (not related to the currently active app) while the Ctrl and Alt key chords generally interact with the currently active application (and are often the same app to app, though that is at the developers' discretion).

      In OS X, if I want to search for anything on the system, I can hit apple f to bring up a search window, or apple space to bring up a quick search in the search menu at the top of the screen. Onn Windows I would have to mouse to the start menu and choose search, or navigate a lot.

      WinKey-F. On Vista, it's actually much faster to just hit the WinKey itself, then type - your text automatically goes into the search box.

      If I want to rename a file in the Finder, I hit return/enter, rename the file, and hit return/enter again.

      To the best of my knowledge, this paradigm is not used anywhere else in the known world. All the way back to the days of console-based file managers, Enter has meant "use this" not "rename this" and furthermore, Enter (with a selected item) is usually the same as double-clicking that item. Does OS X have a way to actually run a program or open a document from Finder using only one keystroke (or even a chord)?

      If I want to delete a file on the Mac, I hit apple delete. We could argue about whether this is better than Windows' deleting files by just hitting delete, but to empty the trash on a Mac, I hit apple shift delete. I don't know of a keyboard shortcut on Windows to empty the Recycle Bin.

      I don't know of any such shortcut for the Bin either, but then I've never needed one. Shift-Delete deletes an item permanently, which makes emptying the Recycle Bin such a rare need that I honestly don't care. Out of curiosity, what does just hitting "Delete" do on OS X?

      Then there are the features for which Apple has keyboard shortcuts where Windows doesn't even have the feature. This would include ExposÃf©, where f9, f10, and f11 can display "all open windows", "windows for the front application", or "hide everything and show the desktop", respectively. Or apple ` to switch between only windows of the front application.

      Expose is great if you like to use the mouse, but I find Alt-Tab both quicker and simpler, and the thumbnails that are shown in Vista are fully sufficient for identifying the window I want if it's not the most recent one used. It doesn't have the distinction to show only windows from a given process, but it orders windows in the order last used, which more than compensates for this, I feel. Also, Windows has two ways of hiding all open windows: WinKey-D (Show Desktop, a toggled mode) and WinKey-M (Minimize All).

      Additionally, it's easy to access the menu, and any option under it, from the keyboard. For example, Alt-T-O (in sequence, not chorded) will open the options display for the vast majority of Windows desktop applications. Similarly, between the Start menu (especially with Vista's search, but even without it) and WinKey-R for Run, it's easy to run any installed program from the keyboard alone. Finally, it's possible to bind any application or app shortcut to a globally-recognized key chord using the Properties page (Alt-Enter).

      While some of the difference is clearly just a matter of UI paradigm, Windows is an OS where it has always been possible to do literally everything with the keyboard (admittedly not always simple - emptying the recycle bin without the mouse appears non-trivial, though still easy if you're used to keyboard navigation). If some of the specific key combos are less intuitive than they might be (Alt-F4 is a fair example) I submit that's simply because there are so very many in use.

      --
      There's no place I could be, since I've found Serenity...
    8. Re:Disappointing by KrimZon · · Score: 2, Insightful

      Best of the two maybe, but not best overall.

      Grouping by application isn't quite as helpful as grouping by task, as often an application is in use for more than one task simultaneously. I've found a good solution to this to be virtual desktops. I prefer Gnome's implementation of this, particularly the thumbnails always being visible on the panel, and the ability to make the window list only show the windows on the current desktop - preventing things unrelated to my task from distracting me.

      For example:
      I might have an IDE open with a browser window viewing API documentation, and a couple of terminal windows. At the same time I've got some messenger windows and IRC open, some browser windows of articles being discussed on IRC, or screenshots of games. I might also have another chat window open with my boss and and another browser logged into our FTP server, and a few local folder windows open.

      I use the virtual desktops to group things by task, letting me first choose the task, then cycle through its associated windows with Alt-Tab (or whatever key combination I bind it to).

  6. So there's the proof! by hyades1 · · Score: 4, Funny

    It waddles. It quacks. It's a camel!

    --
    I've calculated my velocity with such exquisite precision that I have no idea where I am.
  7. KDE by Anonymous Coward · · Score: 5, Funny

    Windows 7 - KDE4 for Windows ~

  8. Fecal analysis? by erroneus · · Score: 2, Funny

    'Ultimately, the new Taskbar is not Mac-like in any important way, and only the most facile of analyses would claim that it is.'

    If by that he means to say that "the way it looks, feels and acts" are not important criteria for comparing the Mac OS X dock and Windows 7's Superbar, then I have to agree with him completely and whole-heartedly. I imagine the source code of each are completely different right?

    1. Re:Fecal analysis? by samriel · · Score: 2, Insightful

      If it looks like a duck, and it quacks like a duck, and it flies like a duck... then it must be a rare Mongolian tsetsefloofle birdmolester! No way it could possibly be any kind of, you know, DUCK...

  9. "Superbar"? Who wants to kill marketroids? by jonaskoelker · · Score: 5, Funny

    Windows 7 'Superbar.'

    I'm going to get rich when I invent a machine that lets me stab people in the face over the internet.

    Except there wont be anyone to run my marketing campaign :(

  10. Re:Astroturfing by Captain+Splendid · · Score: 5, Insightful

    less likely

    Yeah, we're all Linux zealots here. *rolls eyes* Seriously, might have been true 10 years ago, but today? Not so much.

    --
    Linux, you magnificent bastard, I read the fucking manual!
  11. Re:Only the most facile... by Virtual_Raider · · Score: 4, Informative

    Not that one should take at face value what Microsoft or Apple announce at their conferences, but in their developer conference the MS guys explained this evolutionary path. I saw several videos about it around the time.

    The underlying tech is quite different between the Dock and the Taskbar, also they have similar but not equal philosopies behind them. I have been using XP's toolbars in pretty much the way Microsoft has done with the Taskbar.

    --
    +Raider of the lost BBS
  12. Translation by Anonymous Coward · · Score: 5, Insightful

    We arrived at the pretty much same place after starting somewhere else, so that makes it very, very, very, very different. Very.

    1. Re:Translation by hey! · · Score: 3, Insightful

      The suggestion elsewhere that an open source version of the dock might be called "SpackleMonkey" is apropos. If you patch leaky paradigms often enough, they begin to resemble each other: big balls of spackle.

      For me, the pre-OS X version of the Mac were about as good as things get. It was like those Japanese sedans that are alike as peas in a pod because their design was very task centered. I have found OSX just as annoying as Windows. Although it looks fabulous, it does so at the expense of getting in the way.

      This is the down side of Jobs' recreation of Apple. It is no longer a computer company. Yes, its still a user interface leader on its music players, but it's focus is on doing an impressive job on fine details. That works fine for iPods, but it doesn't work for computers, which users ask so much more of. The Dock is a prime example of a clever, obtrusive solution to a problem which had been handled with quiet competence before. In its jolly, gleaming, bouncy default state, it hogs huge amounts of real estate, jiggling and wiggling and generally calling attention to itself whereas everything it does was accomplished in less space, with less obtrusiveness in older versions of the operating system. You can tone it down, reduce it, and hide it, but aside from the fact it pops out when you don't want it, the Dock was designed to work best when it's just sitting there with a few big, fat icons. I do admire the magnification effect, which is a clever bit of UI spackle, but it would have been better to make it easy to launch/select with smaller widgets.

      The key, pre OSX user interface principle that Apple followed was deference to the user, and one aspect of that is that when the user arranges things a certain way, they should stay that way. This, of course, is impossible when you combine the functions of launching and switching. Once you've gone down that route, you've thrown away the user's ability to put launch functions where he can find them without thinking. To my way of thinking, anything that takes a user's attention away from what he wants to do is bad.

      After using OSX for about a year, I've concluded I'd rather use Vista, although it's frustratingly paternalistic, insisting on doing things on my behalf because it thinks it knows better. No, I don't want you to automatically install an udpate and reboot at 3AM by default, ruining a calculation that has been running for two days. But once you've fought it into a workable configuration, and thrown enough hardware at it, you can live with it.

      It's not that I'm anti-Apple. Their iPod user interfaces are clearly superior. While iTunes has serious defects, there's no question they're light years ahead on making the whole music store to player business work. They're just no longer a company that produces a great computer user interface, from the perspective of somebody who spends well over a thousand hours a year working on a computer. Gnome, KDE and Xfce are all better to work with on if you have to do complex things, hour after hour.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  13. It is similar... by Junta · · Score: 4, Informative

    Yes, the fundamental philosophy each inherited is different, but in effect at the 'dock' or 'taskbar' representation, Windows 7 and OSX end up presenting things similarly.

    He makes the point that the OSX dock is for applications and that Windows is for each window, though Microsoft is heavily encouraging grouping that makes it seem as much like the dock as possible. True, in Windows this can be turned off, but that doesn't do anything to disprove the intent is to acheive the model the Dock presents. He says that when you close the last application window, it dissapears from the taskbar. The issue there is it behaves the same on Windows 7 and OSX, if an application exits, then the dock icon or taskbar presennce will disappear unless persistantly set.

    He mentions things like the presence of the notification area as proof of difference, but all it really proves is that MS had a few different design ideas as they went and they must support all of them as a consequence.

    Just like WindowMaker largely deals with non-GNUstep applications and makes them seem NeXT like through some of the best window group identifying methods in an X system, Windows is trying to fight clutter by removing quicklaunch and taskbar redundancy, and enabling the taskbar presence to be manipulated to replace system tray presence.

    --
    XML is like violence. If it doesn't solve the problem, use more.
    1. Re:It is similar... by Jeremi · · Score: 4, Interesting

      The only problem I can see is if Microsoft copies it too well, that Apple's lawyers would be on them like ugly on a bulldog.

      Wasn't the whole "look and feel" thing decided in Microsoft's favor, back in the 90's?

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
  14. Re:"Superbar"? Who wants to kill marketroids? by Sponge+Bath · · Score: 5, Funny

    I would like to believe an OSS equivalent might be called "Open Bar",
    but experience tells me it would be named something impenetrable like
    "SpackleMonkey" or a difficult to pronounce word from a long dead language.

  15. Who cares? by Opportunist · · Score: 4, Insightful

    Did they copy it? Did they not? Do I care?

    Is it useful? Does it do what it should? Does it make my work easier? That's what I care about. There are things that are clever. And, bluntly, I'd rather have them copy a good concept than come up with a completely moronic one (Office 2007, I'm looking your way!) just to be "different", just to have nobody claim they "Xeroxed something else".

    Honestly, why should I care whether Windows, Mac, KDE, Gnome or whoever else copies anything from whoever? Ain't the damn patent lawyers not busy enough already, do we have to start with the same crap? What I care about is whether the system is reliable, fast and easy to use. Where they got the idea for it, I do not care.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:Who cares? by SirSlud · · Score: 2, Insightful

      You probably shouldn't care, because you don't. But some people do care, and some people work in fields where they *have* to care (well, more likely, they *like* caring about stuff like this which is why they work in UI and OS GUI development, either in programming or design fields.)

      Honestly, why should I care whether Windows, Mac, KDE, Gnome or whoever else copies anything from whoever?

      The article asked "is it a copy (ie, is it very similar)?" not "did MS copy Apple?" Those are two very different questions, and the only reason you might care is because you're interested in learning about the difference in how MS and Apple has historically treated the applications vs window GUI question.

      If you already knew, then of course, don't be interested. If you didn't, then maybe you might be interested (but only if it was a personal or professional interest of yours.) I always find it weird to hear people say, "Why should I care?" Maybe the more important question is, "Can anyone actually convince me to care?" If the answer is no, then it's probably not worth commenting.

      There isn't a single programmer or UI designer out there that is worried about dudes on websites saying that they Xeroxed something. Nobody can hold down a job if they're primary motivation is to avoid being told that they copied something that has been accepted in the market place.

      --
      "Old man yells at systemd"
  16. Windows in more environmentally friendly than Mac by EmbeddedJanitor · · Score: 5, Funny

    Windows has a recycling bin but Apple still has trash.

    --
    Engineering is the art of compromise.
  17. Windows never had an "application switcher" by JoshHeitzman · · Score: 2, Insightful

    Windows never had an "application switcher". It was always a window switcher. It just seemed like an application switcher when the processes all consistently only put up one top level window.

    --
    Software Inventor
  18. My wishlist for the taskbar by JoeyBlaze · · Score: 2, Interesting

    For as long as I remember now, I've wanted a way to do the following with the Windows Taskbar:

    1. Reorganize the order of what windows I have open

    2. Send windows to background taskbars (desktops), so I could be using different sets of apps at once

    Hopefully they could add some minor usability features like this; I feel like I'm regularly working against the taskbar to get things done.

    1. Re:My wishlist for the taskbar by zippthorne · · Score: 3, Interesting

      I think he means, as basic functionality of the OS. i.e. without having to download any sketchy third-party apps.

      One thing is sorta ok, but if you have to download a special app for every one of your UI niggles, you end up wasting far more resources than ordinary feature bloat wastes. I know because I've tried it.

      It's much better to just try and figure out the "windows way" or the "mac way" or the "x way" for your taskload; the taskflow their developers envisioned for your use case, with as few personal modifications as possible.

      Plus, using stock OS features means you won't be all used to a specialized way of doing things when you have to use other computers.

      --
      Can you be Even More Awesome?!
  19. Re:Astroturfing by BrokenHalo · · Score: 2, Informative

    I'm still yet to see a single mote of evidence that Microsoft bothers to astroturf Slashdot.

    Nor do I, and I am certainly not going to audit every post to find out. I've got getter things to do.

    But in this case it is hardly the point; the article referenced by the OP is actually reasonably balanced, and certainly doesn't qualify as a shill or an attempt to astroturf.

  20. Re:Windows VII ? by seachnasaigh · · Score: 2, Informative

    Pretty straightforward, actually. Ignore the 95 - 98 - ME taxonomy entirely. Windows NT 4.0 ("NT4" - at MS) Windows 2000 ("NT5") Windows XP ("NT6") Windows Vista ("Oops1") Windows 7 ("NT7") See how nicely that works? --ckr

    --
    Irish by birth, Southern by the Grace of God.
  21. Re:Windows VII ? by bu1137 · · Score: 2, Informative

    Actually, Windows XP is NT5.1 and Vista is NT6

  22. Re:Wendy's was first by gbarules2999 · · Score: 4, Insightful

    You would care if those three movies that were all similar if those were the only three movies that year.

  23. Slight exaggeration by atraintocry · · Score: 3, Informative

    Windows 7 Taskbar Not So Similar To OS X Dock After All

    C'mon, this has to be flamebait. The article pointed out some differences, and mainly tried to make the window-centric-vs-application-centric distinction we all know about already. It didn't say that they "weren't so similar after all", because that's clearly false.

    The new taskbar is nice and it has a couple of features that the dock doesn't have and probably won't ever pick up. Specifically, the window thumbnails and the fact that "jump lists" (aka contextual menus) stay behind even when the app is closed.

    I'm not accusing MS of taking ideas. I am accusing them of taking too long to implement what was the optimal solution to a design problem. Having an icon on the desktop, in the start menu, the quick launch bar, and possibly the notification area...none of which correspond to the actual open windows, which are instead listed in the task bar: stupid. Not that anyone these days has a problem with it, but still, from a design standpoint it's wasteful and annoying.

    Ars is fishing for objectivity points here, and at best is running this as a dog-bites-man story (that is, "we know the new taskbar acts like the dock, and MS has a history of playing catch-up in this area, but you'll be surprised at what we think is the truth"). The fact that the headline on Slashdot exaggerates this further pisses me off quite a bit.

    If it looks like the dock, walks like the dock, and quacks like the dock...you know the rest.

  24. Oh come on, now by spitzak · · Score: 4, Insightful

    The obvious change in the new Windows Taskbar is that there are icons for non-running-applications. I don't care how you try to word it, that is the major difference between the OSX Dock and the Windows Taskbar. So Damn right it is copying it.

    But is that really bad? Yes they copied good ideas, and perhaps made their own improvements to it. But that is how we get better software! Is this somehow wrong when Microsoft does it? You mean you really want Look & Feel Patents and Lawsuits? Don't be idiotic!

    And the Microsoft astroturfers should not be showing such knee-jerk stupid reactions. Why not say *proudly* "we copied good ideas and improved on them even more!" instead of convoluted arguments that somehow they did not copy it.

  25. Look carefully at "Application"... by SanityInAnarchy · · Score: 4, Interesting

    I was using a dock in WindowMaker before I saw OS X -- WindowMaker was, of course, "inspired" by the same source in NextStep.

    The difference is, the dock is not only about running applications, it's meant to just be about applications. So, if I want to go to the Web, I click Firefox (or Safari), and if it's open, I get a window of it. If it's not open, it opens, and I get a window of it. I no longer have to think about whether stuff is open or not.

    In fact, Leopard seems to even further de-emphasize the ability to know whether an application is running or not.

    This is both good and bad -- good, because we really shouldn't have to care; bad, because there is still a concept of an application "running" or not at the Unix level. I really feel that this should be transparent, even to the application developer.

    But I digress...

    It's not just grouping windows. After all, you can still minimize a window on OS X, and it will become its own Dock icon. And you can put other things on the Dock.

    No, it's all about mirroring the way users actually think, which is "I want to go to iTunes", and then "I want to go to Word", not "I want to launch iTunes" or "I want to find the running iTunes window" or "I want to close iTunes, then open Word". They want to go to iTunes until they want to go to something else.

    Once they're in Word, then they can think about which document they want to open or find -- but an intelligent application could even hide that. Autosave with a near-infinite, persistent undo stack, and frequent backups, is much better, I think, than save/revert.

    --
    Don't thank God, thank a doctor!
    1. Re:Look carefully at "Application"... by JoshHeitzman · · Score: 5, Insightful

      Maybe that's the way you think, but its not the way I think. I usually think "It's time for some tunes" (not even caring which one just start playing randomly from all of my music), "What's new on ", "I need to find ", "It's time write some code for project ". The applications are just the means to those ends. Personally I don't want document centric, application centric, or window centric. I want task and result centric. By result centric I mean I get the result of music being played, as that doesn't fall into a the category of at task for me, since I'm not the one playing the music. It is just something I want the computer to start doing (and stop again later when I don't want it any more). To bad for me though, as that's now any of the OSes do it at present.

      --
      Software Inventor
    2. Re:Look carefully at "Application"... by v(*_*)vvvv · · Score: 2

      If you model interfaces from how individuals act, there will be as many interfaces as there are faces. Approximation will result in interface "races."

      We need to decide what is best for us, and what we want. If an OS that has more than 1 person using it forces people to do anything any one way, you will have those who will rebel. And their reasons may not even be logical or anything solvable. Seriously, it could even just be due to a bad cup of coffee they were drinking at that moment.

      If you can find an interface that makes you happy, then someone has done their job, and you should be glad you found what you were looking for.

      In terms of what can be measured, there are a few such as task switching speed, CPU overhead, and statistical learning curves. For example, some interfaces will create more customer support calls than others. That is one parameter a company running a customer support center may focus on. But do not lose focus on the goals, and their nature. Set up impossible goals such as "perfection" and, well, we will all just end up using what randomly results from the pursuit, without ever really getting there. Which just so happens to be what goes on most of the time with these projects, and what we are generally used to.

    3. Re:Look carefully at "Application"... by Anonymous Coward · · Score: 2, Interesting

      Might I recommend Gnome-Do, with its new Docky theme? I wouldn't say its entirely there yet, but I think the same way and it's definitely the closest to "right" for me

    4. Re:Look carefully at "Application"... by wish+bot · · Score: 2, Informative

      What you've just described is why graphic design people, video people, music, etc etc tend to prefer Mac's - the windowing system lets you focus on the task, not the application. Subtle difference, but important enough to workflow for those people who don't just do "Outlook" or "Excel' all day long.

      --
      lemonade was a popular drink and it still is
    5. Re:Look carefully at "Application"... by Lally+Singh · · Score: 3, Informative

      Actually, both of you hit two heads of the same nail.

      The cleanest model for applications running is that you open documents for them, and you close documents for them. Everything else is OS overhead (e.g. is it running?)

      BUT, some apps aren't doc-centric. iTunes shares your music when it's open, and the window is the app -- closed = gone, open = running. There's some opportunistic fuzziness with multiple playlist/store windows open, but it's really more of a desktop accessory than a normal file-editing program.

      Question is, is it a problem? Application startup/shutdown for doc-editing apps usually isn't a problem until you want to free up some resources. iTunes runs or it doesn't run, usually not a problem unless you forgot it was open on another virtual desktop.

      --
      Care about electronic freedom? Consider donating to the EFF!
    6. Re:Look carefully at "Application"... by MtHuurne · · Score: 3, Interesting

      In fact, Leopard seems to even further de-emphasize the ability to know whether an application is running or not.

      This is both good and bad -- good, because we really shouldn't have to care; bad, because there is still a concept of an application "running" or not at the Unix level. I really feel that this should be transparent, even to the application developer.

      In Android, whether an application is running or not is managed by the OS. If there is enough memory, applications are left running; if the system is short on memory, applications are automatically shut down. An application must be able to save and restore its state to disk, so even an application that is in use can be kicked out under memory pressure and restarted when the user switches back to it, without losing state.

    7. Re:Look carefully at "Application"... by mario_grgic · · Score: 2, Informative

      In fact, Leopard seems to even further de-emphasize the ability to know whether an application is running or not.

      I don't know about that. If an app is running, its icon will be in the doc and it will have blue dot under it.

      If you CMD+Tab you will get a list of all apps running as well.

      UNIX processes and daemons will not be there of course, but that's why you have terminal and ps (or even activity monitor).

      --
      As the island of our knowledge grows, so does the shore of our ignorance.
    8. Re:Look carefully at "Application"... by Sean0michael · · Score: 4, Funny

      Actually, both of you hit two heads of the same nail/

      That has to be the oddest analogy I have seen yet on Slashdot. I have never heard of a two-headed nail, nor can I really conceive why such a nail would be at all better than the standard one-headed nail.

      But taking into account your 4-digit ID, perhaps you are old enough to remember a time when we used two-headed nails and were lucky to have them, or were grateful for them, or something like that.

      --
      Funtime Candy Wow! - my plan for eventually conquering Japan.
    9. Re:Look carefully at "Application"... by stewbacca · · Score: 2, Informative

      "Subtle" is not a term I would use about the differences between OSX and Windows. OS wars aren't steeped in "subtle" differences!

  26. Re:Windows in more environmentally friendly than M by EMB+Numbers · · Score: 2, Informative

    Microsoft copied the recycle icon from NeXTstep which of course became Mac OS X.
    http://www.andrewnotarian.com/blog/images/win95nextStep.gif

  27. Re:Astroturfing by Dhalka226 · · Score: 4, Interesting

    There are two basic options for people here, as it pertains to the astroturfing claim:

    1. People use Windows, or
    2. People use something else.

    Obviously #2 can be expanded into a zillion other different options, but #1 is the important one to break out. If somebody already uses your product, you don't need to preach to them about how great your product is. It's the people in #2 that you have potential to change. That brings it back to the grandparent's point: the people here who don't use Windows aren't likely to change their mind about it as the result of some random commenter. Most of them have very specific qualms about Windows (or Microsoft) that drive their decision not to use it, and most of those people also have equally strong like for whatever OS they do use.

    In that sense I have to agree with him. This seems like a really bad place to astroturf.

  28. Spaces by shmlco · · Score: 3, Informative

    You needed to use Spaces. Group any number of applications and windows into the same or adjacent spaces, then use control-arrows or control-numbers to immediately jump into the correct space.

    See: Confessions of a Space-o-holic

    --
    Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
  29. Re:My memory may be a bit rusty, but... by jkoke · · Score: 2, Insightful

    "didn't Apple swipe their docks from NeXT OS"

    Actually, Apple purchased NeXT in 1997 for $427 million. OS X was released in 2001.

  30. All must bow to 1973 by Anonymous Coward · · Score: 2, Insightful

    And the Xerox Alto. Sure, it didn't have a fancy taskbar, or many of the features of todays GUIs, but it is still the paradigm from which nearly every current GUI has spawned from thus far.

    Yes, the "Superbar" and the OSX Dock aren't terribly original, but they are quite useful evolutions of the idea. I'm pretty sure I remember that many pundits were saying that the Dock was ripping off Windows when it first turned up on the OSX Public Beta in late 2000.

    Now, it seems that the Mouse, Icon and Window GUI is approaching it's logical conclusion, that there isn't much else you can add without making things more complicated than they need to be. The Big Two aren't really innovating so much anymore, rather they're fine-tuning and optimizing their existing products as much as possible rather than adding feature bloat. Both have evolved into very similar products with regards to "look & feel", functionality and performance.

    Who will really create a completely new way of interacting with data that really works? Multi-touch looks promising, but needs new ideas and refinement. Voice recognition is still pretty weak, it has improved steadily with increase in computing power. With todays processing power and connectivity, isn't it time for something as radical as graphics and a mouse were in the times of text based computing?

  31. Re:Astroturfing by Nazlfrag · · Score: 3, Funny

    Ok, they're either Linux zealots or daemon worshippers then.

  32. Re:Here's what Apple has copied by DurendalMac · · Score: 4, Funny

    Is your monitor really that reflective, AC?

  33. What outer window? by Anonymous Coward · · Score: 2, Insightful

    every Mac application is an MDI application, only the outer "application" window is always maximized and always transparent, with its menu always at the top of the screen.

    Why do you think so? The Mac always - since Macintosh 128k - supported window independent menu bars. Certainly I never created any transparent windows.

    Document-centric UIs, on the other hand, don't scale well, and that has led both the Windows OS and its applications to try to fake it one way or another, by grouping task bar icons, staying alive in the sys-tray, etc.

    Document-centric is the natural way for humans to work. Everything else has been trained upon us like you can train a left handed person to write with the right hand.

    Don't believe me? Well have you ever started Acrobat-Reader just for the fun of it? No - you want to read a PDF! Apart from system tools everything out there is about documents of one type or another.

  34. Re:"Superbar"? Who wants to kill marketroids? by word_virus · · Score: 2, Interesting

    Okay, the Internet-face-stab machine is quickly becoming a meme around here. Is there a Wikipedia page in place yet? Because if not, there should be. I look forward to tracking the spread of this meme, especially if it should become a reality :)

  35. "I want to go to iTunes" by krischik · · Score: 3, Insightful

    So you start iTunes just for the fun of it? Interesting. I usually want to play some Music and iTunes is just the means to do it.

    Note that I once used OS/2 which had a different approach: You would not launch applications at all. You would double click documents and the application would launch for you.

    Ok, you can do that any OS these days. But there was a difference here. The reason why you would not do that with i.E. music is that Finder does not browse music folders all that well. In OS/2 an application could/should provide a plug in for the Workplace Shell (the Finder equivalent) to make browsing easy.

    And then you have true document centric interface where applications are just there in the background. But this won't happen ever - and for vanity reasons. Vanity? - Yes: Have you ever noticed how many icons the Acrobat-Reader installs on a Windows system? And have you ever used one of these? I don't - I double click PDF files. Vanity - there are just there for Adobe to show off.

    1. Re:"I want to go to iTunes" by daveime · · Score: 2, Interesting

      The thing is with Adobe Reader, it is just that ... a reader.

      It's infinitely more likely that you will only ever use that application to read an existing PDF, because let's face it, it's not as if you can actually use that application to make a "new" document. So double clicking on the document rather than opening the PDF Viewer and choosing "open..." will always be more intuitive.

      Office tried to do something "document-orientated" by integrating "make a new ...." into the context menus, but it doesn't really work for me. It simply makes a blank placeholder file on the system, and then you still have to double click to open it in the correct application. If they'd done that properly, i.e. create the blank file, AND auto-opened the application, so you can just work right away, I think it would be a great improvement.

    2. Re:"I want to go to iTunes" by SanityInAnarchy · · Score: 2

      The reason why you would not do that with i.E. music is that Finder does not browse music folders all that well. In OS/2 an application could/should provide a plug in for the Workplace Shell (the Finder equivalent) to make browsing easy.

      To some extent, this is done.

      I think the main reason this isn't done now is, an application can be organized and built around a task, or set of tasks. That's more than just looking for documents, or thinking in terms of documents.

      For example, iTunes is not built around documents. It's built around songs, albums, artists, etc.

      this won't happen ever - and for vanity reasons. Vanity? - Yes: Have you ever noticed how many icons the Acrobat-Reader installs on a Windows system?

      Are you seriously suggesting this won't happen because Adobe is so vain about the number of icons they use? I must be missing something.

      --
      Don't thank God, thank a doctor!
  36. Re:Astroturfing by ozphx · · Score: 2, Funny

    Twitter is that you? Hasn't there been a court order to stay on the meds yet?

    --
    3laws: No freebies, no backsies, GTFO.
  37. You would have loved OS/2 by krischik · · Score: 2, Informative

    If they'd done that properly, i.e. create the blank file, AND auto-opened the application, so you can just work right away, I think it would be a great improvement.

    Which is almost what OS/2 did. You could have so called templates - when you double clicked them a new document based on the template would open. When you dragged and dropped them a new document would be created at the destination. A bit like the "New Printer" icon on windows.

    Need you own Template. Easy: prepare a document with the desired content and then mark it as template. The mark would be added to the extended attributes of the document - no special extension needed - works with any application as the whole mechanism was provided by the Workplace Shell.

  38. It's quite different actually by snowwrestler · · Score: 2, Insightful

    Unfortunately, the Creative Zen had a side scroll wheel years earlier that you'd scroll up and down to scroll through songs and click in to select etc. etc. The wheel on the iPod is different only in that you move your finger round the wheel straight on rather than having a physical wheel you scroll up and down- the concept is identical, only the implementation is different.

    Yes, the "concept" of a wheel to scroll through lists is the same. But the physical experience of the interface is actually quite different. On an edge-contact scroll wheel, you can only move the list as far as the length of your thumb (or finger) pad before you have to pick up and reposition. This limits how fast you can move through the list. On a flat-contact scroll wheel, you can scroll through an infinite list continuously, which is faster. And (crucial detail) the iPod software actually scrolls the list faster the faster you move your finger (the relationship between fingertip speed and scroll speed is not linear).

    The real predecessors to the iPod scroll wheel, at least physically, are the scroll wheels used in the video industry for fine frame scrolling. Like the iPod these were flat-contact wheels that allowed continuous smooth scrolling for as long as you wanted. They just were physically moving parts as opposed to a touch-sensitive surface like the iPod.

    I won't claim that Apple is an amazing inventor for what they did with the iPod. I will say that they did a very good job tweaking and combining existing ideas to produce a very compelling product. Yvon Chouinard draws a difference between invention (the creation of new ideas) and innovation (the application of inventions to create a good product). By that definition I would say that Apple is an innovator.

    --
    Build a man a fire, he's warm for one night. Set him on fire, and he's warm for the rest of his life.
  39. This ArsTechnica article is kind of dumb by bonch · · Score: 2, Informative

    The starting premise is that, even though everyone thinks Windows 7's taskbar is cloning the Dock, it's not. It then goes on for several pages explaining the history of Windows' document management. ...and that's it. Somehow, explaining the history of the taskbar for several pages is supposed to be enough to convince you that the Windows 7 taskbar is not a clone of the Dock, even though it tries to behave the same way as the Dock.

    Seriously, there's no real explanation of any differences between the Windows 7 taskbar and the Dock. You're just supposed to accept that they're not the same because of the history of the Windows taskbar that was given over the last several pages.

    I don't get it.