Slashdot Mirror


Aqua Mozilla OK with Apple

MikeMo writes: "Turns out Apple thinks an Aqua Mozilla is OK, after all. Eric Yang had a chat with them and they made up." This is an update to this story.

314 comments

  1. Is this an overreaction or not? by aussersterne · · Score: 4, Insightful

    I'm not familiar enough with the "real" Aqua products to understand what just went down here.

    It sounds to me like Apple did say it was okay to make an Aqua-like Mozilla -- but only using the "real" Apple tools, and therefore (purely my extrapolation) for Mac OS X users only. Aqua look-and-feel through "emulation" is still strictly forbidden.

    Yes?

    If this is the case, then the Slashdot was not overreacting at all -- it's still a "legitimate Aqua" sues "homebrew Aqua look" issue in which all non-MacOS users are forbidden from using nice shiny sea-blue widgets, etc.

    Or am I misunderstanding?

    --
    STOP . AMERICA . NOW
  2. They want to see Mozilla running on OS X by Anonymous Coward · · Score: 0

    That's why they don't care about an Aqua theme for Mozilla

    1. Re:They want to see Mozilla running on OS X by asa · · Score: 5, Informative

      They want to see Mozilla running on OS X. That's why they don't care about an Aqua theme for Mozilla.

      Mozilla runs well on OS X. It's called Fizzilla and you can get nightly and Milestone testing binaries with the rest of the Mozilla builds at http://ftp.mozilla.org/pub/mozilla/

      --Asa

    2. Re:They want to see Mozilla running on OS X by owenc · · Score: 3, Informative

      I think what he means is a cocoa native web browser using Gecko. Right now Mozilla for OS X is basically the OS 9 app with Aqua Support tacked on

    3. Re:They want to see Mozilla running on OS X by mr100percent · · Score: 3, Interesting

      Yes, it RUNS on OS X, but has noting else in common. The menu bar is pretty bare, the widgets are ugly looking X-windows bareness. A menu is jammed in every open menu, giving it the worst aspect of XWindows and Windows, as global options aren't in the global taskbar.

      My only concern is that the OS X version might be slower to be updated, as platform-specific features to use Aqua are added.

  3. So what exactly does Apple want? by st.+augustine · · Score: 5, Insightful

    From the article: "What Apple objected to was not Aquafying Mozilla, but rather the way I was doing it via emulation, thus not giving Mozilla users a pure Aqua experience. Apple is willing to provide information for creating real Aqua experience for Mozilla."

    Does Apple mean they insist that Mozilla use native OS X widgets if it wants to look like an Aqua application? From my (admittedly limited) understanding of the Mozilla architecture, this is impossible. Mozilla's appearance is all defined at run-time, and everything including its own buttons, menus, scroll bars, is a Mozilla custom component, not part of the OS standard UI toolkit.

    Am I wrong? Please correct me. But it seems like the only thing you could do would be to write your own browser using native widgets, and embed the Gecko rendering engine, ala Galeon. Mozilla's not going to give you a "pure Aqua experience" unless you rewrite it from scratch.

    --

    -- Some things are to be believed, though not susceptible to rational proof.
    1. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0, Flamebait

      Mozilla's not going to give you a "pure Aqua experience" unless you rewrite it from scratch.

      Please! Don't even suggest such a thing!! It's been rewritten and bloated so many times I don't think it'd make it through another rewrite!!

    2. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      That sounds about right. Time for the Maceon or osXeon or Aqueon web browser.

    3. Re:So what exactly does Apple want? by Skuggan · · Score: 3, Interesting

      "Mozilla's appearance is all defined at run-time, and everything including its own buttons, menus, scroll bars, is a Mozilla custom component, not part of the OS standard UI toolkit."

      This was the worst design decision(?spelling?) with Mozilla. Big, bloated GUI, slowing down the good, fast rendering engine. Who wanted this? Had someone had an overdoze of Winamp skins?

      --
      http://www.millnet.se/ GO/U d- s+:+ a C++ UL++++ P- L+++ E W+++ N+ w++ M-- PE+ t+ X++
    4. Re:So what exactly does Apple want? by inburito · · Score: 2, Insightful

      It uses it's own widget library, right? And they were already somehow emulating aqua-look?

      Why not just replace the emulation with native calls. I mean how about..
      #ifdef __MACOSX_WITH_AQUA__
      ..code..
      #else
      ..code..
      #endif
      ..in the widget library. Of course those smart mozilla developers can probably come up with something more elegant but certainly something like this shouldn't be more than minor obstacle..

      And they do have a point about pure Aqua experience which is more than just pretty looks. It would certainly be confusing to have an application that looks like it conforms to the normal aqua guidelines and behaviour but then acts differently.

      Also, it would be quite a burden for mozilla developers to emulate everything instead of just letting the system ui-library take care of all the nasty details.

      This would just make mozilla even better on macintosh and if for some reason there isn't enough interest in making a native aqua implementation you can always use the boring standard look..

      So where's the problem. Apple is just protecting their brand. Just like you can't call any old cola a coca cola..

    5. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      > This was the worst design decision(?spelling?) with Mozilla. Big, bloated GUI, slowing down the good, fast rendering engine. Who wanted this? Had someone had an overdoze of Winamp skins?

      Not sure. I run mozilla on Mac OS X, Windows2000 and freebsd. People run it on BeOS. Others on Mac OS 9.

      If it was a native app, it would probably not be avalaible on every platform.

      (Okay, it is big bloated, slow, buggy. But it works, and each release sucks less)

      Cheers,

      --fred

    6. Re:So what exactly does Apple want? by manic+micko · · Score: 1

      Apple wants them to create a new NATIVE PORT of mozilla for use with Aqua/Cocoa, similar to how Galeon and K-Meleon do it for other platforms.

      This way Apple can keep their stance on having Aqua on only an Apple platform while "appeasing" the public. Personally I'd like to have the theme on a windows/linux box but ah well...

      In reality Apple has changed nothing of their stance at all. They are just stating the obvious: make a native OS X browser with Gecko and it can have the Aqua look and feel.

      --Micko

    7. Re:So what exactly does Apple want? by stevek · · Score: 1

      I don't think that would be feasable with the current product. There are lots of things that rely on the scriptable nature of the UI. Even if it were possible, there are thousands of more important things to be working on as opposed to something so completely destabilizing, and totally unnecessry.

      If someone really wanted to make an Aqua UI for mozilla that Apple couldn't complain about, they might be able to make a skin which dynamically (perhaps at startup, or something) generated the Aqua UI element images, made them into bitmaps, and used those for the skin.

      That way, there would be no copyright violation, as the copyrighted Aqua UI elements would never be copied.

      Wouldn't improve the experience any, but it would make such a thing possible.
      Someone could also make a browser which embedded gecko, with an Aqua UI, (like galeon, etc), which might actually be a good idea for a lightweight browser.

    8. Re:So what exactly does Apple want? by slamb · · Score: 4, Informative

      This was the worst design decision(?spelling?) with Mozilla. Big, bloated GUI, slowing down the good, fast rendering engine.

      I also think this was a terrible decision, but not for the same reason. There is a reason that damn near every program on any given GUI (with the notable exception of X11) looks about the same, and it's not because programmers are unimaginative.

      It's because users are happier when the interface adheres to consistent guidelines. Each platform has its own set of guidelines. A few examples:

      How many times have you been annoyed when you hit the wheel mouse and it didn't work right? That's almost always because of some moronic programmer who decided it would be better to write his/her own widgets. Wheel mice are one of the places this becomes most obvious, because they didn't exist when a lot of these programs were designed. The GUI vendor added support to the native widgets, but the stupid replacement ones in a lot of cases don't have support. Or when they do, it doesn't work quite the same. (I.e., seperate preferences for the number of lines to scroll.)

      Mozilla is one of the worst offenders here, completely scrapping the idea of an interface consistent with anything else.

      (Java is a bit of an exception. It doesn't have a system of its own, so arguably it also violates the other interface guidelines. However, it makes sense to have a single interface for Java, since applications are intended to be very cross-platform. Plus, Java has actually taken on the challenge of designing a good GUI of their own...observe the fact that there is a book out on the Java look and feel. I'm not aware of a similar one for Mozilla.)

    9. Re:So what exactly does Apple want? by BZ · · Score: 2

      Seeing as Mozilla is supposed to be an application platform, the same argument could be made. And such a book on Mozilla is coming from O'Reilley (can't recall the title at the moment).

    10. Re:So what exactly does Apple want? by BZ · · Score: 4, Insightful

      > Who wanted this?

      Mozilla needed a custom widget set to comply with CSS as well. It seemed natural to use it for the interface too, eliminating porting headaches.

    11. Re:So what exactly does Apple want? by inburito · · Score: 2

      So there is no way to write a wrapper for a native aqua ui that would have the same interface as the original ui-code?

      I'll admit that I have no idea of the design of mozilla and don't really care how it looks on mac but just for the sake of an argument from a software design point of view..

      Oh.. I do agree that having a stable base and functionality is a lot more important than silly eye-candy..

    12. Re:So what exactly does Apple want? by bwilson · · Score: 5, Informative

      The decision to make the interface custom was a result of the incredible mess that became of the previous cross-platform version. It is also necessary to provide custom controls to comply with CSS, which allows web pages to define button and scrollbar colors, for example.

      IE defines its own controls for this reason (no kidding!), they just look like the Windows ones by default. Microsoft Word (and possibly the rest of Office) have all custom controls that look like the Windows ones. Sometimes the look is slightly off and if you look at the window hierarchy in Spy++ you'll notice that the buttons are not actually Windows, which is what you'd get with native widgets. So people shouldn't single out Mozilla for their criticism of its custom controls.

      I used Mozilla on a Mac a while ago and I swear (much to my surprise) that it was using native widgets. Of course, it uses native menus, but the buttons and scrollbars seemed to be native as well, I played with the system configuration and the changes (like for scroll bar button configuration) seemed to be reflected in Mozilla. If this is the case, it should be easy to use native Aqua controls. Can somebody with a Mac confirm this?

    13. Re:So what exactly does Apple want? by JamieF · · Score: 1

      Another possible interpretation is that Apple is OK with a non-native Aqua implementation as long as its look and feel are *exactly* like the native implementation, thereby providing a 100% consistent experience. Just a thought. I don't think Apple cares as much about APIs as they do about user experience, so it seems they would be more concerned about a half-assed Aqua clone annoying users than they would about a perfect Aqua clone that didn't happen to make the right API calls under the covers. So the info they would be giving would be the spec for how Aqua behaves, not the API docs which are already available.

    14. Re:So what exactly does Apple want? by Daa · · Score: 1

      Except those are _not_ ports of mozilla, they are native browsers build ontop of the gecko rendering engine. gecko is the basic html renderer under mozilla, it doesn't do javascript, plugins, mail/news, prefs, or any of the rest of the stuff that makes a browser

      dave

    15. Re:So what exactly does Apple want? by Jah-Wren+Ryel · · Score: 1
      Just like you can't call any old cola a coca cola...


      But if you are in the South you can call any old soda a Coke!

      --
      When information is power, privacy is freedom.
    16. Re:So what exactly does Apple want? by slamb · · Score: 2, Insightful

      Seeing as Mozilla is supposed to be an application platform, the same argument could be made.

      True, but I don't believe Mozilla will ever have even a fraction of the support Java does. Java is a very well-thought-out lanaguage with some interesting concepts (the first widespread VM and really widespread GC), a really good API, a huge install base, and lots of resources on it available. As much as apples and oranges can be compared (a programming language vs. a web browser, although they both are more than that), Java comes out far ahead.

      And such a book on Mozilla is coming from O'Reilley (can't recall the title at the moment).

      Interesting. News to me.

    17. Re:So what exactly does Apple want? by jesser · · Score: 2

      Did the decision to make Mozilla an "application platform" come before or after the decisions to abstract the user interface and have Mozilla draw its own widgets?

      --
      The shareholder is always right.
    18. Re:So what exactly does Apple want? by EvlG · · Score: 4, Insightful

      mod this up, he is dead on.

      Crossplatform HTML sucked in Navigator because the widgets for Win32 acted just different enough from Mac and from X Window that it got ugly trying to make it look and act consistent.

      Mozilla fixes that problem, and kudos to them for it.

      (Not to mention being able to write apps for hte Mozilla platform. That's a nice benefit as well)

    19. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      I have to agree with you. If i remember correctly Apple has a set of guidlines for user interfaces. But I may be mistaken as all I use my Mac for is running Yellow Dog and KDE.

    20. Re:So what exactly does Apple want? by mr100percent · · Score: 2

      Maybe we should think of the bind Apple was in. You could give it an Aqua skin, so long as it would only run on OS X. They don't want it as a linux theme or Windows theme.

    21. Re:So what exactly does Apple want? by luge · · Score: 1

      Actually, I'm fairly certain gecko does do javascript, and it at least provides the bindings and /some/ of the architechture for plugins and prefs. However, in general, you are correct- wrapper is a much more accurate term for what galeon and k-meleon are than port.

      --

      IAAL,BIANLY

    22. Re:So what exactly does Apple want? by gehrehmee · · Score: 1

      I'm sorry, but I don't quite understand this.
      1) Why does mozilla need its own widget set for CSS compliance?
      2) Why does it make sense to use a widget set designed for the web for the application UI?

      --
      "You know, Hobbes, some days even my lucky rocketship underpants don't help" -- Calvin
    23. Re:So what exactly does Apple want? by luge · · Score: 1

      Certain widgets that can be expected to behave in a standard way across all platforms (like scrollbars and some buttons) are in fact native on all moz problems. For example, moz on linux uses some of the gtk libraries for certain widgets. They're just pulled into moz and use their own theme so they appear to be integrated with moz and not your gtk theme.

      --

      IAAL,BIANLY

    24. Re:So what exactly does Apple want? by mj6798 · · Score: 4, Insightful
      Some of the most highly visible and successful applications on MacOS (QuickTime client, Finder) and Windows (Office, VC++, various media applications) violate the UI guidelines of those platforms in numerous ways. If users minded "inconsistent" UIs, they wouldn't choose to put so many different applications with inconsistent UIs on their desktops, under Windows, MacOS, or X11.

      And when it comes to Mozilla, you have lots of choices for UIs--the Mozilla engine embeds easily in other UIs, as Galeon, Skipstone, and QtZilla have shown.

    25. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      No, let them go ahead with it. Then perhaps people will finally have to face the fact that Mozilla is going nowhere and get on with working on real Gecko-engined browsers.

    26. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      My guess is that they got caught up in all the hype surrounding Swing at the time, and tried to copy the basic idea. And we all know how well Swing turned out.

    27. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      OK, once and for all, mail & news are not "stuff that makes a browser". Mail and news just happen to be *other* apps that Netscape happens to bundle with a browser.

    28. Re:So what exactly does Apple want? by mike_sucks · · Score: 1

      Maybe because Mozilla is a cross platform browser. It's designed to work under anything under the sun that has a c++ compiler.

      Now, CSS puts some very strenuous demands on form controls: the ability to specify border styles, sizes and colour, for example. No native widget set (except XUL - the widget set Mozilla uses today) can do all this.

      So for every platform Mozilla would support, it would need that platform's native widget set modified and extended to support CSS's requirements. Win32, MacOS, GTK, Qt, Xt, OpenMotif, BeOS, OS/2, yada, yada, yada.

      That is a huge amount of work, and the result would be that Mozilla would only be available on one platform: Win32.

      --
      -- "So, what's the deal with Auntie Gerschwitz et all?"
    29. Re:So what exactly does Apple want? by RestiffBard · · Score: 2

      i thought the idea of mozilla was to get a good browser. not an application platform. well, now i can adjust my expectations for mozilla. they can now take all the time they want. I'll just use the gecko engine.

      --
      - /* dead coders leave no comments */
    30. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      Yup, it's not like there haven't been widespread (for their period) VMs for Pascal, BASIC, LISP, Smalltalk, and countless others for decades.
      Or garbage collectors for LISP and Smalltalk for nearly as long.
      Java merely leveraged the increase in tech zombies by being similar to C++.
      Java's API is crufy as a result of the language lacking certain important features, like parametric polymorphism.
      Also using classes where a signal/slot method selection mechanism is better suited makes the class library needlessly bloated, and a result, a huge fucking waste of memory.

      Also how 'popular' something is, really gives little metric to importance of consistency.
      Mozilla and Java both strive to be platforms. They do so in a different manner, but it is the same. Of course whether or not either doing so was a good idea I don't care to address, really.
      Though I will say that it makes little sense for the web client to be the platform.

    31. Re:So what exactly does Apple want? by dnmetz · · Score: 1
      I used Mozilla on a Mac a while ago and I swear (much to my surprise) that it was using native widgets. Of course, it uses native menus, but the buttons and scrollbars seemed to be native as well, I played with the system configuration and the changes (like for scroll bar button configuration) seemed to be reflected in Mozilla. If this is the case, it should be easy to use native Aqua controls. Can somebody with a Mac confirm this?

      It's quite possible, yes. Apple have done a pretty good job of making Carbon compliant apps take on the Aqua look automajically. If you are interested there is a good link about Mozilla on OSX here.

    32. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 1, Insightful
      This clearly comes from someone who has never programmed Windows.


      Yes, as a programmer I want to give my programs the correct "look and feel" for the system. But it takes Microsoft forever to get the latest widgets from IE or Outlook or Word into the damned OS. They write their own "custom" widgets within their applications, and if you want the same look and feel you must too. The result is as you say: a whole lot of custom widgets which don't upgrade when the OS does. But it's not the programmer's fault, it's Microsoft's. They add widgets in the application groups and they take 2 years to filter into the common controls, where developers can use them. If you're using MFC it takes yet longer before the APIs are properly wrapped in a new MFC version.


      So although I agree with what you say - and I agree that the Mozilla design is terrible - I think it's unfair to blame developer hubris. Developers want to conform, and they are unable to.

    33. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      That's a vacuous argument if ever I heard one. There's a lot on a Windows computer that users don't care for. They can't do anything about it. The fact that you have a captive audience is not an excuse for making terrible user interfaces. Believe me, they mind.

    34. Re:So what exactly does Apple want? by Calroth · · Score: 1

      It was a necessary design decision; Mozilla.org simply doesn't have the resources needed to customise the GUI for every platform it supports. I see it this way: if they had to use native widgets, then the only platform that Mozilla would be programmed for would be Win32.

      It's either emulated widgets or no Mozilla at all for Mac OS. (Yes, I believe that Mozilla may always be sub-par for Mac OS, but better that than nothing.)

      Of course, Mozilla is open-source, so if anyone has the resources and motivation to program native widgets, please do so!

    35. Re:So what exactly does Apple want? by AtrN · · Score: 1
      Before. Remember Netscape was the platform Microsoft did all that stuff to kill. And all that ActiveX vs. Java stuff.

      But implementing your own widgets isn't as bad as its made out. It all depends on how well you do it. Look at MS Word et al or the old "Internet Explorer comes with all new UI DLLs". Many programs want to be able to distinguish themselves from others and often use novel user-interfaces to do so. Kai's Power things for instance. There are however platform standards in certain areas that need to be adopted so as to not confuse the user and sure using the native libraries makes it easier and far less work but also restricts you in the process (depending on the library abilities of course).

      The popularity of skinning applications such as media players and having reconfigurable menus and toolbars in applications is pretty strong evidence that people do not always want a standard user-interface. They often want to be able to tailor their environment. If they could tailor more of their environment some of them will, it's really related to the ease of use of the tools (or lack of tools) for mucking with the UI rather than any lack of desire. If UI's allowed users to radically alter the presentation and input mechanisms we would see a far greater variety of personal interfaces. The functions of the systems would have some commonality of course.

      An ex-colleague (I changed companies) often used to say "Imagine if people complained that all houses were different... The toilet's in a different place in all of them!"

    36. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      This isn't about "Windows" or "MacOS" but about the set of applications people choose to run on any one platform when they do have a choice. And the choice is clear: many people voluntarily pick different UI styles on any platform--otherwise, WinAmp, QuickTime4, Kai's tools, etc. wouldn't have succeeded. The only people who whine about this seem to be UI designers, foremost, Apple UI designers.

    37. Re:So what exactly does Apple want? by Osty · · Score: 1

      the choice is clear: many people voluntarily pick different UI styles on any platform--otherwise, WinAmp, QuickTime4, Kai's tools, etc. wouldn't have succeeded.

      All the applications you mentioned are "creative" applications in one form or another (media players, image manipulators). Skinning is an accepted method of bringing forth this creative side. Even Windows XP has acknowledged the usefulness of skinning with its new Visual Styles. However, if you look at productivity-type applications (office suites, text editors, fax apps, etc), you'll notice that most do not deviate significantly from the published guidelines for their target OS, and those that do fail miserably (IBM had a suite of apps that had "real-life" skins, like a fax app that looked like a fax machine, a phone that looked like a phone, a PIM that looked like a day planner, and so on. The suite failed because the interface was awful. The metaphor of the real object did not carry over to the application).


      The important thing to get from this is that Mozilla is not a media player, or a fanciful image manipulator. It's a productivity tool, and differentiates its UI for no other reason than simply to be different. The code had to go into the XUL backend to support each OS anyway, why not simply make it a light wrapper around various toolkits (win32, aqua/carbon, gtk, qt, whatever) and gain the benefits (performance, consistency) of native widgets? There's a bug in Mozilla right now that is a direct result of their decision. And unless I'm mistaken, there are only two solutions to the bug -- 1) duplicate the behavior inside the mozilla code itself, in which case you run the risk of being inconsistent if the native widget behavior changes; or 2) wrap the native widgets (with owner-drawn code, for instance, if you must have themes). I'm obviously ignoring the, "Don't worry about it," response, and it's pretty unlikely that response 2 will happen at this late stage, so expect more bloat and future inconsistencies.

    38. Re:So what exactly does Apple want? by ZigMonty · · Score: 3, Insightful
      I don't mind people using their own widgets. It makes cross platform development easier. What pisses me off is when they do a piss poor job of it. I know this is a volunteer effort and I'm not criticizing them really, but if you do go the custom widgets way, please try to make your widgets look and feel like the native ones. The MacOSX version of Mozilla's custom widgets look like MacOS Classic. The scroll bars are especially bad.

      Also, platforms have interface guidelines - read them. Too often programs get the look right but the FEEL is very wrong. An example would be buttons. On a mac, buttons that are clicked but while the mouse is still down the mouse is moved away, should not act as if they were clicked. This is so a user can change their mind. Too many programs act on a mouse down when they should be acting on this mouse down, if still over button on mouse up then act combination.

      Linux users, and to some extent Windows users, are fairly used to programs that don't comply to the guidelines. Because of this, they often don't understand mac users griping about a program not being consistent. If you've never had consistency, you don't miss it. Mac users, on the other hand, are used to well written, compliant programs.

      Consistency is one of the things that the mac sold on in a time of custom MS-DOS applications. The mac introduced the idea of a universal interface toolbox that all applications should use. Developers embraced it because it made writing their apps easier by not re-inventing the wheel. Because of this, and a strict set of User Interface Guidelines, the mac is the most consistent computing environment. Consistency is important! Because of the macs consistency, a user can typically use a new program without so much as picking up its manual. Inconsistency is why Linux is having so much trouble being user friendly to new users.

    39. Re:So what exactly does Apple want? by uberdood · · Score: 2, Insightful

      > How many times have you been annoyed when you hit the wheel mouse and it didn't work right?

      Or more importantly, how many times have you hit CTRL-C/CTRL-V in Windows only to *NOT* have the application cut and paste.

      Standards are a good thing. You're right on the money.

      --
      "Population 1,656"
    40. Re:So what exactly does Apple want? by T.Hobbes · · Score: 1

      Please excuse me if I sound snide, but this seems like a case-in-point for the argument that easier often = better overall. Having the things you do all the time automated to a greater degree, all without any high degree of concentration required, throughout your computing experience can be a simply beetter way to do things. the GUI is easier than the command line, but it's also more useful in many ways. There is a reason why mac people are so defensive of their history and present (and i'm one of them): the macos is simply better-desinged, more 'elegent' than many other solutions. You do lose much nuts-and-bolts functionality, but 99/100 times that dosen't matter. But what do I know. MacOSX has introduced me to many new ways of doing things. But I'll shut up now, I'm stoned and my instant noodles are congealing rapidly. Sionara,
      Thomas Hobbes, Philosophe Extraordinaire

    41. Re:So what exactly does Apple want? by damiam · · Score: 1

      I believe that Mozilla for Mac defaults to a skin designed to look like native MacOS widgets, but doesn't actually use native widgets. However, as someone stated above, Mozilla on all platforms does use some native widgets under certain conditions.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    42. Re:So what exactly does Apple want? by Uerige · · Score: 1

      Indeed you will for example the text change it's color when you change to certain gtk themes (sometimes making the whole thing completely unusable because you cannot highlight the text).

    43. Re:So what exactly does Apple want? by Uerige · · Score: 1

      "because you cannot highlight the text"

      Sorry I lost my brain somewhere. I wanted to say that you can only read the text when highlighted.

    44. Re:So what exactly does Apple want? by MaxVlast · · Score: 1

      > The popularity of skinning applications such as
      > media players and having reconfigurable menus
      > and toolbars in applications is pretty strong
      > evidence that people do not always want a
      > standard user-interface.

      And it's ghastly! I have to re-learn the MP3 player every time I use another computer. How dumb is that?

      > Kai's Power things for instance

      And it's a total headache to use. Who wants a graphics tool that takes over the whole interface? How pretentious can you be?

      > An ex-colleague (I changed companies) often used > to say "Imagine if people complained that all
      > houses were different... The toilet's in a
      > different place in all of them!"

      Better analogy: "Imagine if all of the stairs in the case had different gaps." We'd all fall down a lot.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    45. Re:So what exactly does Apple want? by MaxVlast · · Score: 1

      I'm hoping you're joking -- you're happy to have a shitty browser because someone just told you that your browser of choice wasn't actually meant to be a browser?

      That's like learning that your oven was actually meant to be a clothes dryer and then accepting that it never actually cooked your dinner!

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    46. Re:So what exactly does Apple want? by MaxVlast · · Score: 1

      I'm also pretty sure that mail/news are not part of a browser.

      Hell, they're not even part of IE.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    47. Re:So what exactly does Apple want? by MaxVlast · · Score: 1

      I'd rather that my widgets acted like my OS, and not my browser. I use a few OSs on a daily basis, and when I switch machines/platforms, I think in the context of the OS at the time, not the problem. That way I have to keep three contexts on hand (OS X, Linux, Windows), not fifteen (Mozilla, Office, IE,\ OmniWeb, [don't even talk to me about StarOffice]). It strikes me as the Correct way to do it. Once we have hideous hybrid widget sets showing up everywhere, the concept of your browser being consistent across platforms will get lost in the morass of just trying to get accustomed to your computer. Ick.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    48. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0

      Don't get me started on winamp skins... What kind of contagious brain damage is it that every bloody MP3 player has to implement its own kewl widget set??? At best those things can be made to work almost but never quite the same as the platform native widgets, causing endless annoyance and cursing...

    49. Re:So what exactly does Apple want? by BZ · · Score: 2

      Well... it's a platform on top of which we have at the moment the following applications:

      1) browser
      2) mail client
      3) irc client
      4) AIM client
      5) addressbook
      6) whatever's on mozdev.org

    50. Re:So what exactly does Apple want? by tlipcon · · Score: 1

      It is not very hard to give software the perfect Aqua look without using GIFs when running in OSX. There is a section of Carbon called the AppearanceManager, which includes calls for drawing every single widget that Aqua provides, without actually adding a "real" widget. I haven't looked at the Mozilla code (ever), but they could probably use these calls from the Appearance Manager to draw anything they need.

      --


      --
      - It ain't easy, being green.
    51. Re:So what exactly does Apple want? by Anonymous Coward · · Score: 0
      You are wrong on three counts:
      • The division into creative/productivity apps doesn't work. Image processing, as found in Kai's tools, is every bit as UI intensive as Office.
      • Applications like Office have some of the most serious deviations from published style guidelines (until the style guidelines get retrofitted to reality).
      • Inconsistencies are generally not (just) skinning but differences in behavior.

      Again, users don't seem to care much, as long as the application is easy to use. The world of UIs would be a lot poorer if some dreadful pedestrian UI guidelines were actually followed.

    52. Re:So what exactly does Apple want? by EvlG · · Score: 2

      I disagree, because I really don't see so much difference between how Win32 widgets work versus OSX versus Mozilla that it poses a problem.

      To me, widgets are pretty simple. Click on buttons, expand drop downs, scroll through lists, type in text boxes, etc...

      I can do all of those tasks pretty easily, without even thinkin about it, in any of the environments I use.

      Thus, I prefer Mozilla to have its own widgets that work consistently (remember, the Web-as-a-platform implies consistent widgets in the browser, much as Java-as-a-platform does.) Expcting web designers to cater to each OS is a hindrance. The result of that assumption is designers catering to one OS, and one browser at that.

      Who really wants that?

    53. Re:So what exactly does Apple want? by armb · · Score: 1

      > IBM had a suite of apps that had "real-life" skins, like a fax app that looked like a fax machine, a phone that looked like a phone

      And, almost unbelievably, a CD player that looked like a CD case. http://www.iarchitect.com/realcd.htm

      --
      rant
  4. Re:Let me get this straight... by JMJ · · Score: 0, Offtopic

    So when are people allowed to discuss something else then? Will you forgive me if i get on with my life and don't think of the New York attack at least once a minute?

    Strangely enough, many of the stories on Slashdot have nothing to do with the attack. Have you just noticed? Perhaps you should go and read CNN instead. I'm sure it'll be much more to your liking.

  5. This is good... by Anonymous Coward · · Score: 0

    Because I was about to start boycotting Apple products too. I think companies don't realize that consumers these days really DO have an opinion on the things they buy, and if the business participates in disagreeable business practices, lots they will indeed lose customers. Responsible consumerism is getting popular, and it's nice to see a company like apple that isn't so arrogant that they won't change their minds abot something so trivial.

  6. /.ed, it seems by wrong · · Score: 4, Insightful

    Slashcode really needs to automirror anything mentioned in a story that isn't set to expire...

    1. Re:/.ed, it seems by jeffehobbs · · Score: 5, Informative

      from the site, good news up top:

      01/09/28/12:41

      This morning, I finally talked to Apple on the phone. I admit that I over reacted to the whole situation. There was a forwarded email from my employer from Apple, which I misinterpreted. What Apple objected to was not Aquafying Mozilla, but rather the way I was doing it via emulation, thus not giving Mozilla users a pure Aqua experience. Apple is willing to provide information for creating real Aqua experience for Mozilla. Right now, my efforts are focused on an Aqua interface for Tenon's iTools, so work on Mozilla for the moment is in abeyance. I apologize to anyone that I have offended.

      regards,
      Eric

      01/09/27/22:11

      This evening, I went to visit /., and found myself on the front page of /.. There were mix feelings about my Aqua projects. I only wanted a browser that works well under Mac OS X, and looks like Aqua. Too bad, I am unable to share that joy anymore. I did not expect to get paid for fixing cocoa, but I felt bad that I helped Apple to write a interface library. Then I was denied to use this interface unless I used their library. In essence, why should I bother to help them with the interface when I am denied to use the interface. I just begin to enjoy working with Apple software, but Apple isn't making it easy for their developers. Anyways, I only hope that Apple would write cocoa UI for Mozilla, then I will not need this project. (OmniWeb is not good enough, yet)

      01/09/27/11:34

      You might notice that Aqua Mozilla was not updated recently, and the main reason was that Apple contacted my employer in attempt to shut down this project. After a few talk, I am forced to take down this project. Now I think of it, I went to Apple to test cocoa for Mac OS X 10.1, and found a drag and drop problem with NSPopUpButtonCell. They didn't even pay me for my effort, yet they try to shut down my project. Isn't that ironic? For you Mac OS X fans out there, if you want to use a good Mac OS X browser. You can only use IE or OmniWeb now. It sucks for us, but life goes on.

  7. Next steps for Slashdot readers by macsox · · Score: 0, Redundant

    OK, now that we have this update, there are two courses of action, beloved Slashdot posters:

    - Complain that Apple isn't open-sourcing the OS, so they suck anyway.

    - Suggest that Apple sucks because you can't run OS X on non-Apple machines.

    Have at it!

    1. Re:Next steps for Slashdot readers by Anonymous Coward · · Score: 0

      Actually, Darwin is distributed under the BSD license. But thanks for playing, loser.

    2. Re:Next steps for Slashdot readers by jglow · · Score: 0, Offtopic

      but the keyboard mouse connection makes up for the single button :)

      --


      There's no "I" in Linux.. err..
    3. Re:Next steps for Slashdot readers by Anonymous Coward · · Score: 0

      They won't let you buy bare PowerPC motherboards on pricewatch.
      They promised "copeland" for my PMac 6100, and never delivered.
      They charge $20 for shipping & handling for a CD.
      They no longer ship OpenStep for Solaris.
      I can't boot directly into NetBSD on my SE/30.
      They abandoned OpenDoc.
      My system didn't boot once because of a corrupted font.
      I'm still pissed about the IIvi price cut.

      Think that about covers it :)

  8. Might make Aqua better... by jeffy124 · · Score: 1, Flamebait

    As it is now on the OS X system, Aqua is very limited in preferences like color schemes and such when compared to other GUI systems like Windows or KDE. By having it elsewhere, it opens the door for more customization. If others like that ability, it may encourage Apple to add such features to Aqua.

    At least I hope so. The link above appears slashdotted and I cant see it (yet). I hope Apple left the door open for those kind of customizations.

    --
    The One Rule Of Chess You'll Ever Need: Don't play someone who carries a kit in their bookbag.
    1. Re:Might make Aqua better... by Anonymous Coward · · Score: 1, Interesting

      That's the point. Apple wants a consistent look and feel with their products. It's all part of the Apple experience.

    2. Re:Might make Aqua better... by tomdarch · · Score: 1

      I think that there are issues about the interface that a lot of people dont' get. From Apple's point of view, they have done a lot of work to design a really good UI and they simply don't want you screwing around with it. There are many things to not like about that approach, but that's how they see it.


      The designers at BMW do not really want you painting their cars in hippie rainbow colors, adding neon underneath and gluing crap to the hood. They design beautiful cars (in their opinion) and having non-designers tacking crap onto the cars probably irritates them. Apple sees it the same way - they carefully designed the UI and they don't want you changing the colors to who-knows-what.


      You can't begin to know the pain of being a designer who has to put their design in the hands of 'the public' only to have them screw it up, rather than worship your genius!

    3. Re:Might make Aqua better... by Arandir · · Score: 5, Insightful

      The designers at BMW do not really want you painting their cars in hippie rainbow colors, adding neon underneath and gluing crap to the hood.

      But the designers at BMW aren't going to sue me if I paint the Virgin Mary on the hood!

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    4. Re:Might make Aqua better... by instantkarma1 · · Score: 1

      Yes, Aqua is currently limited in color schemes; however, once Aqua becomes more robust (and it will), applications which are built using the proper tools will automatically take advantages of the new options when they are added. This maintains a consist look and feel as well. Needless to say, the current KDE/Gnome environment is a hodge-podge at best.

    5. Re:Might make Aqua better... by WildBeast · · Score: 1

      I don't like Apple because of the obvious reasons but I agree that a consistent look and feel is important.

    6. Re:Might make Aqua better... by Anonymous Coward · · Score: 0

      "The Apple Experience"?? It's a computer, for God's sake, not a rollercoaster ride! Who do they think they're fooling? If their theme is the be all and end all of the OS, they're in more trouble than they realise.

    7. Re:Might make Aqua better... by Anonymous Coward · · Score: 0

      You're right. It is a computer. An APPLE computer. The whole thing. The OS, the hardware, the mouse, and lots of the software, even. Thus, your computing experience is an APPLE EXPERIENCE.

      It's quite different than the hodgepodge blend of hardware and software. Your inexperience with Apple stuff really shows.

    8. Re:Might make Aqua better... by Anonymous Coward · · Score: 0

      So please explain to me why Microsoft is vilified on the site because they refuse to let OEMs change the look and feel of the Windows desktop? What your saying is that it's OK for Apple but not MS?

      BTW, I thought MS fought the look and feel battle with Apple ages ago when Apple took them to court over Windows looking like Apple's OS. Didn't the judge rule in favor of MS, and wouldn't that still apply to everyone copying Aqua's look and feel?

    9. Re:Might make Aqua better... by Anonymous Coward · · Score: 0

      True, they won't even sure you if you setup shop next to a BMW dealer custom painting them.

    10. Re:Might make Aqua better... by sarhjinian · · Score: 3, Insightful
      So please explain to me why Microsoft is vilified on the site because they refuse to let OEMs change the look and feel of the Windows desktop? What your saying is that it's OK for Apple but not MS?

      Because Apple doesn't have OEMs making Macintosh clones. Apple makes the hardware and the software. If Apple still allowed clones (which, depending on your opinion is either a good thing or bad thing) then maybe this arguement would be valid.

      Apple is very much concerned with selling a "tight" system. Apple sells a branded product; as a result, look and feel is more important to them then, say, Dell (who sells a commodity product where a consistent interface takes a back seat to power and/or price).

      Now I'm not sure if its such a good idea for Apple to lean on developers who produce products with a non-standard (or just plain ugly) interface. Its really up to the developer to make his/her/their product look like a Mac app, especially since Mac users are more intolerant of un-Mac like products.

      On the other hand, maybe Apple should've slapped Microsoft down for Word 6 for Macintosh. :)

      BTW, I thought MS fought the look and feel battle with Apple ages ago when Apple took them to court over Windows looking like Apple's OS. Didn't the judge rule in favor of MS, and wouldn't that still apply to everyone copying Aqua's look and feel?

      That suit was more generic: it was more like "the concept of a GUI". Protecting Aqua is about protecting a brand or an image. Its the same thing that prevents one car manufacturer (Daewoo, for example) from rampantly poaching another's body design (say, Porsche's Boxster). What Apple wants to avoid is

      • Someone outright cloning the whole interface (and maing money off Apple's design and interface work)
      • Making an application that weakens Aqua as an asset (either by using it outside the Mac OS or by creating an Aqua app that grossly violates the UI guidlines and makes the system harder to use).
      That's what Apple wants. Whether this is wrong or right depends on your own views.
      --
      --srj/mmv
    11. Re:Might make Aqua better... by itachi · · Score: 1

      They might sue you if you make a body kit for a Geo Metro that makes it look just like an M Coupe. Especially if it's a bad body kit - clearly wants to be the slick looking reality, but just a bad copy.

      itachi

    12. Re:Might make Aqua better... by Anonymous Coward · · Score: 0

      bmw's fucking suck

    13. Re:Might make Aqua better... by MaxVlast · · Score: 1

      > On the other hand, maybe Apple should've slapped > Microsoft down for Word 6 for Macintosh. :)

      Man -- that was an abomination. But that came out when Apple was still the anemic illegitimate brother. MS could have said "okay fine, we'll pull the product" and Apple would have died away.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
  9. Re:Next steps for Slashdot readers (Ignore prev) by sulli · · Score: 0, Redundant

    Don't forget: - Bitch that Apple sucks because they only use a one button mouse - Squawk that Apple sucks because OS X has those annoying "Dock" icons and transparent windows and weird red, yellow, and green buttons and anyway the interface was better in system 6 - Mutter that Apple sucks because you lost a lot of money on their stock - Grouse that Apple sucks because they just fucking suck Have I missed any?

    --

    sulli
    RTFJ.
  10. Aqua by ZaneMcAuley · · Score: 0, Offtopic

    Didnt they make a track called "Barbie Girl"?

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    1. Re:Aqua by Anonymous Coward · · Score: 0

      Yeah, and Danish Se&Hør printed nude pictures of her! Hah. They're out on the Intetnet.

  11. And Apple never "borrowed" from MS? by Tide · · Score: 1, Offtopic


    But who says Apple never ripped off MS?
    The custom toolbar in IE 5 for Mac was taken and tweaked to be used in the custom finder for OS X!

    I think little things like this go both ways.

    --

    People think Microsoft is the answer. Microsoft is just the question, "No" is the answer.
    1. Re:And Apple never "borrowed" from MS? by Darchmare · · Score: 3, Insightful

      Ever consider that Microsoft had advance access to Aqua and decided to make IE5 'fit' that appearance ahead of time?

      --

      - Jeff
    2. Re:And Apple never "borrowed" from MS? by k_187 · · Score: 4, Insightful

      yes well, I ripped this off from mackido.com (mmm, flamey goodness)

      1981 - 1983 (Lisa and Mac Development teams)

      * General User Interface
      * Mouse
      * Menus
      * Controls
      * Windows
      * Desktop Metaphor
      [1989 - Win31 first usable system but didn't get it working mediocre until Win95 - still not as consistent or good]

      * Files -
      * multi-forked filing system [WinNT 1993 - still not used]
      * long file names (with spaces & special symbols) [Win95, not as versatile]
      * automatic typed icons (type + creator) document centric filing mechanism [Win95, not nearly as complete or seamless]

      * Design and Programming [Win3 - 1989, not as versatile]

      1984

      * Desk Accessories (copied in IBM-compatible world as "TSR")
      * multitasking: Desk Accessories [Win3 - 1989, not as versatile]

      * Sensible System folder organization [Win95 - not as clean, consistent or versatile]
      * Dynamic, user-accessible system extension (fonts, INITs, control panels, DA's) [TBD]
      * Drag-and-drop Application installation [TBD]
      * fast and easy access to international characters [TBD]
      * User-extensible font manager [TBD]
      * Plug-and-play printing; page setup & print dialogs [TBD]
      * Built-in clock with backup battery; reliable file dating. [about 1987]
      * Sound
      * Built-in speaker, 4 voice sound synthesizer, full digitized sound samples [SoundBlaster about 1987, but it wasn't common until about 1989]

      * Speech
      * Speech synthesis (Macintalk). [SoundBlaster about 1987, but not as widely used and not a system function]

      * Floppy 3.5" floppy (400K) [about 1988]
      * with automounting and auto-eject. [TBD]
      * Also added a floppy disk cache [TBD]

      * hot-swappable peripherals
      * keyboard, mouse [1997 with USB, TBD popularized]

      * MacPaint, MacWrite, MacDraw [Win3 - 1989, not as versatile]
      * First person mainstream networked game (first person dungeon like game -- MazeWar, initially created at Xerox) [Wolfenstien or DOOM - 1992? far better graphics]
      * Mac128K was an Ergonomic All in one Machine, semi-portable [1983 Osborn, sorta, some Compaq's in about 1993]
      * Use of icons to label ports (all ports keyed to prevent mistakes) [1994?]

      1985

      * LaserWriter printer with Postscript (Apple also helped Adobe get off the ground as a company) [Win31 - 1991 was when Windows first supported Postscript, before then support was spotty]
      * Networking (plug & play, integrated -- AppleTalk/LocalTalk) [1993 / TBD, WinForWorkgroups offered some networking as "option", not as easy or as integrated. Win95 improves it -- still not as easy, or ubiquitous as MacOS in 1985]
      * Direct manipulation Resource Editor [TBD]
      * Desktop Publishing (actually came from Mac Application called ReadySetGo, then Adobe Pagemaker, also Scoop, Xpress and a few others at about the same time, because of what the Macs WYSIWG capabilities) [Win31 - 1991 was when it first started working well on PC's]
      * OOP / OOD (Object Oriented Design and Programming)
      * Object Pascal (later borrowed by Borland) [1993]
      * MacApp (first mainstream Object Oriented Framework, MS copied poorly with MFC) [1992 - MFC popularized]

      * Movable Palettes
      * Lifelike Interface [1994 - Bob]
      * (forget the name, but there was a Finder Replacement that had an actual picture of a desktop, with a little assistant. Microsoft copied this about 8 years later as "Bob").

      1986

      * Plug-and play peripherals (SCSI) - ability to handle volumes/partitions to 2GB [1995+]
      * Hypercard (simple object programming -- precursor to Visual Basic) [1990]
      * Hypercard (simple hypertext linking -- precursor to the Web) [1993]
      * First personal computer with 4MB linear memory space (Mac Plus) [1993 WinNT]
      * Kanjitalk
      * More versatile "Wavetable" sound manager [1989 SoundBlaster popularized]
      * Memory Modules (SIMMS) instead of installing RAM chips [1988 - 1990]
      * Dial in modem service. Apple create AppleLink communication service -- GE used the software to create AOL.
      * Scroll speed throttle for uniform user experience regardless of processor speed. [TBD]
      * ADB (Apple Desktop Bus): extensible, auto-config low-speed peripheral bus (precursor to USB) - [1997 with USB, TBD popularized]

      1987

      * Plug-and-play bus expansion (NuBus) [1995 PCI + PnP, 1997-98 popularized]
      * Multifinder application multitasking [1991 Win31, 1993 WinNT]
      * Ability to assign labels to files [TBD]
      * Multiple monitor support: single large desktop [1998, TBD Popularized]
      * Color QuickDraw, 256 color 640x480 graphics (same year as VGA with 16-color 640x480 or 256-color 320x200) [1991]
      * Accelerated video cards [1991?]
      * Full Page Display [1993]
      * Dual Page Displays [1991]
      * GWorlds (off screen graphics images used) [1992 - 1997, WinG didn't get working until Win95, and really working until DirectDraw]
      * Built in masking, antialiasing and Dithering of images (actually masking and dithering was earlier). [TBD -- Done by programmers]
      * Industrial Design: Snap Open Case (no screws) [TBD]

      1988

      * SCSI plug-and-play CD-ROM [1995 for PnP, not as easy or good]
      * Ethertalk
      * Superdrive, can read and write Mac, DOS, OS/2 files [TBD]

      1989

      * photo-realistic images (32-bit QuickDraw)
      * 32 Bit Clean OS and 32-bit clean computers (software patches fixed older machines, no BIOS replacements) [1993 WinNT -- 2000 with Win2000]
      * A/ROSE real-time operating system for smart cards [TBD]
      * Multiprocessing (using cards like YARC and Radius Rocket) [1993 WinNT -- 2000 with Win2000 to popularize]
      * Mac Portable, first mainstream portable with an integrated trackball and active matrix screen

      1990

      * Sound input [TBD]
      * Built-in Ethernet (Quadra) [TBD, usually a low-cost extra]
      * Publish and Subscribe and early work on Object Embedding (later to be borrowed and become OLE) [1992 - 1995]
      * Aural feedback for controls (Sonic Finder) [Win95]
      * Ability to assign custom icons to Finder objects [1989 through hacking, TBD]

      1991

      * Powerbook 100: first laptop with keyboard in back, trackball in front. [1993 - 1994]
      * TrueType outline font technology (licensed to Microsoft)
      * Balloon help (with contextual feedback) [1991 - Still not as versatile]
      * Built in File sharing [1992 WfW, Win95 popularized]
      * Robust aliases (unlike Windows' fallible "shortcuts" that came years later) [TBD]
      * QuickTime [1992, Authoring not Available until 1995]
      * Multimedia -- Apple created the term. They had been the first to integrate Sound, Speech, Text and Graphics (multiple medias), then expanded to include video (and later 3D) and pushed with CD-ROMs [1993 - 1995 until things worked right]
      * Virtual Memory [1991 Win31 - 1993 WinNT, 1995 to popularize]
      * Appletalk Remote Access [Extra]
      * AppleScript: application and system scripting [1981 poorly, 1995 VBfApps, TBD]
      * Integrated eMail [Win98]
      * Integrated Keychain (Security) [TBD]
      * Encryption and Security [1993 WinNT -- 2000 with Win2000 to popularize]
      * Network Browser [Win95]
      * Trash you have to empty (item in trash survive power down) [Win95]

      1992

      * Powerbook Duo: first dockable (e.g. "port replicator") but much more elegant [TBD]
      * Global text input support (WorldScript) [TBD]
      * ColorSync color matching [1999]
      * Built-in CD-ROM's [?? 1994]
      * Video Input - AV models
      * Integrated DSP [1989 NeXT, 1996 with MMX]
      * Industrial Design: Slide out Drawer [Some servers, rare]

      1993

      * Next generation speech synthesis
      * Speech recognition (Speakable Items) [1996 - Win95 add-on, 1997 as powerful add-on, TBD to be popularized]
      * Integrated telephony (Geoport) [Win98]
      * First PC with built-in TV
      * PDA [WinCE -- 1997 - 1998, but not as nice]
      * Handwriting Recognition (Newton) [TBD]
      * Gesture Recognition [TBD]

      1994

      * Powerbook 520: first widely-available laptop with trackpad.
      * Power Macintosh: PowerPC RISC chip [1993 WinNT, most RISCs killed, TBD to popularize maybe 2001 - 2004 with Merced/McKinley]
      * 68K emulation for seamless backward compatiblity. [TBD -- Alpha tries but not mainstream or as reliable]
      * Graphing Calculator: real-time equation visualization, 2D and 3D.[TBD]
      * MacOS on Unix (MAE)
      * "Most Recent" folders
      * Hierarchical menus
      * Windowshade (collapsable windows)
      * AppleGuide (help system with coachmarks) [TBD]
      * PC Exchange (cross platform file compatibility) [TBD]
      * Macintosh Easy Open (can open PC files)
      * DOS/Windows compatibility cards and emulation software
      * Threads [1993 NT, TBD to popularize]
      * TCP/IP support
      * Powerbook file synchronization [TBD]
      * Continuous speech recognition and input (Cantonese dictation)
      * Bento - Object Oriented Document model [TBD]
      * IEEE-1394 (FireWire) [1998 as option (Sony), TBD popularized]

      1995

      * QuickTime VR, Conferencing
      * Open Transport Networking (streams)
      * QuickDraw 3D [1994 OpenGL, 1998 to popularize with Direct3D]
      * Plug & Play PCI bus (PCI Only -- no ISA or older bus) [1995 Win95 was PnP support, general PCI earlier, PnP didn't work fully until 1997]

      1996

      * OpenDoc (Fully document centric interface model) [TBD]
      * Integrated Browser (CyberDog) [Win98]
      * Web as a data-type (CyberDog) [Win98]

      1997

      * Popup folders [TBD]
      * Spring loaded folders [TBD]
      * reorganized system folder [Still not as clean]

      1998

      * Sherlock full-text indexing and internet searching [TBD]
      * Titlebar icons to represent the folder itself for dragging etc. [TBD]
      * Appearance manager (Themes) [Limited in Win95, TBD]
      * Audio Themes (Sonic Finder finally ships in 8.5) [Limited in Win95, TBD]
      * Tear off Menu (Application Menu. Also Apple and NeXT merged, NeXT created them) [TBD]
      * Resizable Menus [TBD]
      * Customizable scroll bar behavior [TBD]
      * Integrated System Wide antialiasing [1996 Win95 OSR2?, Win98]
      * iMac - clear case, return of all-in-one, simplified design, ALL plug & play I/O, floppyless design [TBD]
      * USB (Universal Serial Bus): this is a copy of the Apple Desktop Bus (ADB). Apple was also the first to make it ubiquitous and standard.[Added in 1996, support in Win98, TBD popularized]

      1999

      * Industrial Design: Handles + Door [TBD]
      * AirPort -- Wireless networking made easy [TBD]

      --
      11 was a racehorse
      12 was 12
      1111 Race
      12112
    3. Re:And Apple never "borrowed" from MS? by Tide · · Score: 1


      Finder customization didn't make it publically until Mac OS X Public beta (Sep 2000), it wasnt even in Mac OS X DP4 which shipped in May of 2000. IE 5 for Mac shipped a few months prior to that and was even included as a carbon app on the developer disc.

      --

      People think Microsoft is the answer. Microsoft is just the question, "No" is the answer.
    4. Re:And Apple never "borrowed" from MS? by raynet · · Score: 1

      Some remarks on these Mac milestones:

      * long file names (with spaces & special symbols) [Win95, not as versatile]
      - only 32 chars

      * multitasking: Desk Accessories [Win3 - 1989, not as versatile]
      - Hindered by using only one menubar instead of every application having its own menubar in the window

      * Speech synthesis (Macintalk). [SoundBlaster about 1987, but not as widely used and not a system function]
      - Amiga had speech synthesis and even Commodore 64 had speech synthesis programs and modules

      * Multiprocessing (using cards like YARC and Radius Rocket) [1993 WinNT -- 2000 with Win2000 to popularize]
      - required special support from programs.

      * Virtual Memory [1991 Win31 - 1993 WinNT, 1995 to popularize]
      - Never works on Mac. Eg. iMac with 96MB memory + virtualmemory and running IE and Netscape swaps the whole browser to swap when switched to background (this due to bad memory management)

      Fortunately Mac OS X is changing these things to better.

      --
      - Raynet --> .
    5. Re:And Apple never "borrowed" from MS? by BitwizeGHC · · Score: 2

      Flamey goodness indeed. Turning to mackido.com for objectivity in computer innovation is a bit like asking the Taliban for an objective stance on women's rights.

      --
      N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
    6. Re:And Apple never "borrowed" from MS? by mj6798 · · Score: 2
      yes well, I ripped this off from mackido.com (mmm, flamey goodness)

      I'm not sure what you are trying to show. Almost every item on your list was invented at institutions other than either Microsoft or Apple, often decades earlier. Apple copied a lot of other people's technology and put it on the Mac on premium priced hardware, and Microsoft copied a lot of other people's technology and put it on Windows once PC hardware caught up.

      Microsoft didn't need to copy from Apple, they just copied from the same people Apple had copied from.

    7. Re:And Apple never "borrowed" from MS? by amRadioHed · · Score: 1

      I still think that despite what Steve says, MS did have previous access to Aqua when they designed IE 5.

      IE 5 was a complete design, and it suddenly became far to much like Aqua before they supposedly had access to it. When OS Public Beta was finally released, the carbonized IE fit in perfectly with the new interface without changing at all from it's OS 9 design. No way that was just a coincidence.

      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    8. Re:And Apple never "borrowed" from MS? by ckd · · Score: 3, Informative
      But who says Apple never ripped off MS? The custom toolbar in IE 5 for Mac was taken and tweaked to be used in the custom finder for OS X!

      And that was borrowed from NeXTStep's File Viewer's Shelf, which dates back a lot farther than IE5/Mac. Who's zooming who?

    9. Re:And Apple never "borrowed" from MS? by Anonymous Coward · · Score: 0

      This is fucking insiteful????

      What are you anti-MS crackheads smoking? Talk about slashdot-hypocrisy. If MS does something they must have stolen it from someone else because god forbid they ever did anything themselves.

      Using this logic then the argument "Well Steve Jobs' great-great-great-great-grandson must have used a time machine to go back to the past and tell Steve that MS really invented the Desktop UI, while also giving him the instructions on how it was done." therefore altering the true history.

      Fucking gay-ass MAC users and there pitiful OS envy.

    10. Re:And Apple never "borrowed" from MS? by Anonymous Coward · · Score: 0
      Might I add, that floppy drives with auto-eject are a hardware issue, and MS don't make the hardware - which is why it's much harder to write Windows than it is to write Mac OS X which is a fact people seem to forget.

      And there have been common print dialogs in Windows for a long time [Win95?] so the list needs updating.

    11. Re:And Apple never "borrowed" from MS? by itachi · · Score: 1

      Hardly a out-there, inspired idea, the custom toolbar. Customizing aspects of the GUI is a pretty old idea, and drag and drop is a pretty old idea. Even if the two didn't evolve seperately, the prototyping time lines of Aqua and IE5 suggest to me that Aqua probably was designed first, even if IE5 was released first. Consider how long OS X (in it's various forms) has been in the planning and development stages... Personally, I'd chalk it up to an obviousness of design rather than anyone stealing anything.

      itachi

    12. Re:And Apple never "borrowed" from MS? by jchristopher · · Score: 2
      - Hindered by using only one menubar instead of every application having its own menubar in the window

      I'd argue that this is a benefit, and the "right" way to do things, not a problem.

      Currently I'm a Windows guy by necessity, but the way Macs handle the menus is way better - the menu is always at the top, so it's easy to jump to it with the mouse, and you can't overshoot it, since it's at the top. Using the "windows way" I'm always overshooting windows and switching apps unintentionally.

    13. Re:And Apple never "borrowed" from MS? by k_187 · · Score: 1

      I agree, but I was falling in line with most of /. and knee jerking.

      --
      11 was a racehorse
      12 was 12
      1111 Race
      12112
  12. Speaking of K-meleon by Anonymous Coward · · Score: 0

    They just released version 0.5 and it is just great. Solid browser, fast and easy on memory. Cool features in security prefs to turn off pop-ups without turning javascript off.

    1. Re:Speaking of K-meleon by daviddennis · · Score: 2

      I believe that was invented by the Omni folks for OmniWeb, which was developed especially for MacOS X and is, therefore, entirely Aqua compliant :-).

      I just wish its JavaScript worked well; I have to use IE (for MacOS X) to see JavaScript-crazy sites, of which there are all too many in the world :-(.

      D

  13. So the question then is... by AKAImBatman · · Score: 1

    ...where are the skins? I didn't see them on his site, did you?

    1. Re:So the question then is... by Anonymous Coward · · Score: 0

      seriously, someone must have downloaded his work so the community can take it underground, I'd love an aqua skin for mozilla

  14. What is needed by Anonymous Coward · · Score: 0

    is a native browser for OSX ala Galeon on linux. In other word we need a new project called something like Aqueon or cocoaeon Or is there a project like this already.

    1. Re:What is needed by Anonymous Coward · · Score: 0

      cocoaeon == cockaeon
      cocoaeon != coco + aeon

  15. Re:Ok I take everything back.. by Anonymous Coward · · Score: 0

    That's a good question. They do publish a few php books (er, more accurately they print the help files and faq and sell them), but I think they also publish some asp books.

    I talked with their IS people about this once, and they use Windows NT/IIS since it's more secure than linux/apache, is faster, works under high loads, and doesn't go down like a cum-guzzling queen.

    PHP is available for IIS, though. I think they're using ASP since PHP can't interface with MSQL databases, but I'm not sure.

  16. Where are the 'Skins? by Anonymous Coward · · Score: 1, Funny

    0-2, they've only scored one field goal thus far, and they just cut Jeff George. In case you wondered.

  17. But I say, "Nay nay." by rice_burners_suck · · Score: 2, Interesting

    This upsets me a little. I understand where Apple is coming from on this issue of "look-and-feel" because I can wholeheartedly respect the amount of work that goes into a successful user interface. It is very difficult to get everything working correctly, seamlessly and most of all... I hate it when I forget words. The word I wanted to use means that something can be operated with little instruction, using only common sense. You get the picture.

    IMO, the user interface is the most difficult part of the system to make. There are so many rules and exceptions to those rules, and components have to interact with each other in ways that really don't make any sense. Design from a user's perspective is difficult, especially if you're trying to be (I hate to use this cuss word) "innovative." Design from a programmer's perspective is hell. Implementation is nothing short of a nightmare.

    So when they get upset over someone using Aqua on a system that isn't Mac OS, I can totally understand. However, on the other hand, if I understood this story correctly, the Aqua interface was implemented as a theme FOR Mac OS. Now what upsets me is this: yes, I respect the work they put into Aqua, but they, on the other hand, clearly do NOT respect the colossal amount of work the Mozilla folks put into their browser. Why should it matter to Apple what Mozilla does? If Mozilla was a commercial product, and source code was not available publically, would Apple ever know or care how it was implemented? They say they want to be a part of the open source community and stuff, but I say "nay nay."

    As a side note, I honestly prefer a simple command line interface, because it's so much easier to make and use. Personally, I don't know why the Windows and MacOS interfaces are mimicked so widely as they're clearly far from optimal. Windows is good for nothing. MacOS (I've used versions 7.x through 9) is great for running graphical applications where 99% of the input comes from the mouse. Its keyboard interface, on the other hand, is terrible IMO--even if you know all the shortcut keys. I might give OS X a try someday, just because it's based on BSD (I swear by the BSDs). Personally, I like to use the keyboard for 99% of the input, and the mouse as a supplimentary input device for when it's more convenient to click. I remember shipping air freight through Delta. Up until six months ago or so, they had old computer terminals with keyboard-only interfaces and old-school textual displays. The folks who worked there frankly didn't care how the text screen looked as long as it got the job done. And it did. One day, I stroll in there with a few packages and their system was changed... to Windows. It was probably one of those glossy sales presentations that got those things in there. The employees weren't even told about it--they came to work that day and their system was different, and there were no instructions. I remember how the guy had to click on a hundred different things with the mouse, move to the keyboard and punch in a few things, move back to the mouse and click on another hundred or so pretty pictures... in short, what used to take a minute or two by pushing a few keys now took about ten minutes, with most of the time spent clicking on things and moving between the keyboard and the mouse. Not only did Delta spend Lord-knows how much money on that new "system" but they lost productivity too. For what?! To be "user friendly?" To be "easy?" (Like AOL.) Why not just use the alleged "unfriendly" system, and just teach new employees the keys before putting them in front of that thing. The point of this side note is that graphical systems were originally invented for doing graphical work. Nowadays, this graphical system is used in places where a text one would actually be a better choice.

    1. Re:But I say, "Nay nay." by passion · · Score: 2

      It is very difficult to get everything working correctly, seamlessly and most of all... I hate it when I forget words. The word I wanted to use means that something can be operated with little instruction, using only common sense.

      intuitively?

      some people might also consider that to be a "usable" element.

      --
      - passion
    2. Re:But I say, "Nay nay." by Wouter+Van+Hemel · · Score: 0


      I guess you mean 'intuitive'? :)

    3. Re:But I say, "Nay nay." by JesseL · · Score: 1

      "Intuitive" I think is the word you seek.

      --
      "Prefiero morir de pie que vivir siempre arrodillado!"
    4. Re:But I say, "Nay nay." by rice_burners_suck · · Score: 2

      Yes! That's it: intuitive! Thanks!

      I hate when that happens: when the word is on the tip of my tongue but I don't remember what it is... and the harder I try to remember, the more it escapes me. I think it'd be cool if there was a reverse-dictionary: one where you look up the definition and get the word. A thesaurus wouldn't really work, because all the words of the English language are in it except the one you need. No... maybe a computerized version of a reverse-dictionary will be possible in a few years. Just type in a bunch of words that mean something similar and the computer will search for a word like that. Actually, it's probably not possible. :-( Oh well.

    5. Re:But I say, "Nay nay." by mr3038 · · Score: 0, Troll
      Windows is good for nothing. MacOS (I've used versions 7.x through 9) is great for running graphical applications where 99% of the input comes from the mouse.

      I fail to see what makes MacOS better running graphical applications with (almost) only input from mouse. Is that because you only have one mouse button and you have to use CTRL to emulate missing second mouse button? Is that because the lack of proper memory management that requires you to select beforehand how much memory you need? Or is it missing pre-emptive multitasking joined with almost zero memory protection that practically quarantees lost work when you're running multiple applications at the same time?

      I'm not saying that Windows 95/98/Me/2000/XP is much better, but definately they are at least equal for a given application (like Adobe Photoshop or something like that that exists for both platforms). In addition to multiple mouse buttons I have mouse wheel and 200Hz refresh rate for my mouse movement, even though it's not the default. In the end I must admit that MacOS has better color management, but I take it you didn't mean this with your comment.

      If you want to make MacOS to look better you should probably compare it to X11...

      --
      _________________________
      Spelling and grammar mistakes left as an exercise for the reader.
    6. Re:But I say, "Nay nay." by MaxVlast · · Score: 1

      I agree with much of what you said, except for the Photoshop example. As someone who's had to use Photoshop and QuarkXPress on both platforms, the Mac wins, each time, hands-down. Those sorts of programs were designed for Macs, and somehow, the UI just doesn't "make" the jump.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    7. Re:But I say, "Nay nay." by Anonymous Coward · · Score: 0

      Maybe it's all in what platform you started out using a given app on.

      I have always used Windows and have also used Photoshop for several years. When I sat down at a Mac machine to do some Photoshop work, several little things (mostly having to do with relocated menus and a single mouse button) made the experience feel weird in general.

      It's ok to say that it is because it's what you grew up on. No need to claim objectivity in a rather subjective experience.

    8. Re:But I say, "Nay nay." by MaxVlast · · Score: 1

      Maybe, but I used InDesign first on a PC. Then I moved to a Mac, and it was much more fluid and natural. Other programs (Word, some 3D apps) seem more at home on a PC or UNIX. (i.e., telnet on Macs -- though I used it there first -- is awkward and awful.)

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    9. Re:But I say, "Nay nay." by Anonymous Coward · · Score: 0

      like this?
      http://www.c3.lanl.gov/revdict/

    10. Re:But I say, "Nay nay." by pressman · · Score: 1

      I know Mac and Windows and have used Photoshop, Dreamweaver, Flash, XPress, Freehand, Illustrator and all other standards on both Platforms and while, yes, I can do the job in Windows, I can always get it done faster on a Mac. Always. Font management and PostScript implementation in Windows is just awful and don't even get me started on color management.

      As a contractor, I'll use whatever platform my employer requires me to work on, but give me a Mac and I can get creative work done faster. Period.

      --
      Pooty tweet
  18. Boycotting Apple? by 2nd+Post! · · Score: 2, Troll

    Man, is there even enough consumer support for people *to* boycott apple?

    I mean, I own a Mac, but I was wondering how many other people do...

    1. Re:Boycotting Apple? by TheInternet · · Score: 1

      I mean, I own a Mac, but I was wondering how many other people do...

      About 25 million. Apple sells about 5 million machines per year and grosses about $6-8 billion annually.

      Not that I understand why one would be boycotting over this issue. Apple takes unix mainstream. Off with their heads!

      - Scott

      --
      Scott Stevenson
      Tree House Ideas
    2. Re:Boycotting Apple? by OnsightFlash · · Score: 1

      silly....

  19. Priorities by daceaser · · Score: 3, Interesting

    What worries me most is Apple's sense of priorities. They seem quite happy for someone to re-implement QuickTime for Linux as a third-party, yet they sue someone who creates a skin that looks like Aqua.

    Does Apple think that colourful buttons are more valuable intellectual property than their video layer which they've spent the last 10 years developing?

    Not that I mind QT for Linux, but the point stands. They'd rather have people buy a Mac for the shiny interface than the powerful graphics tools, or other _real_ technological assets.

    I'm an Apple fiend, but sometimes the bods at Apple really leave me wondering...

    --
    -- There are three kinds of mathematicians: those who can add and those who can't.
    1. Re:Priorities by Anonymous Coward · · Score: 1

      Yeah, maybe professionals buy Macs for the technological assets and things like Photoshop and FCP, but that's not what the average consumer is looking at. People don't choose to buy Macs for QuickTime either, seeing as it is also available for Windows. For the average consumer, it's the ease of use of the system and the design of the interface that lulls them in. And why wouldn't Apple be happy to have QuickTime on Linux. It's just more of a market share for them. They don't make any money on free downloads of QuickTime software, so it's not hurting their business at all.

    2. Re:Priorities by znu · · Score: 2

      You picked a bad example. Nobody is really reimplementing QuickTime on Linux. People are trying to reimplement QuickTime playback, but QuickTime is far more than that. Apple wants media playback formats to be as open as possible (which is why Apple is so supportive of MPEG-4), because the company feels it provides the best tools for creating such media (stuff like Final Cut Pro), and content creators benefit from standardized distribution formats.

      Aqua, on the other hand.... I don't see how Mac users benefit from having pseudo-Auqa interfaces on other platforms, or pseudo-Auqa interfaces on OS X, rather than the real thing.

      --
      This space unintentionally left unblank.
  20. these are long-known problems by Anonymous Coward · · Score: 3, Insightful

    All of this stuff was discussed a year or two ago on MozillaZine. The intellectual property issues were flagged and pooh-poohed, the impossibility of matching the Aqua widgets and behavior with XUL was discussed, and the problems with ignoring the native widgets in favor of a custom widget set were argued endlessly.

    None of the custom-widget defenders could find any particular examples of required CSS behaviors that couldn't be done with native widgets. In fact the people who were claiming there were problems of this type seemed very ignorant of the graphics layer capabilities in MacOS (9 and X) and in Windows as well.

    The fact is Mozilla went down the wrong path, a bunch of us tried to get them to reconsider, and they just wouldn't budge.

    So surprise, everything we predicted has now come to pass.

    Sigh

    1. Re:these are long-known problems by Anonymous Coward · · Score: 0

      Mod thie UP!!!

      Just because Mozilla is open source doesn't mean it isn't CRAP. It takes more memory than 5 Internet Explorers, or 3 Netscape 4.7s, and it's all because some bozos decided they needed to implement an entire widget system incompatible with every other widget system that's already out there.

    2. Re:these are long-known problems by Anonymous Coward · · Score: 0

      Gratifying to have an AC post get three mod points! Unfortunately MozillaZine deep-sixed their search engine or I could point out the threads.

      No one here has pointed out any CSS features that couldn't be done on Mac or Windows with native widgets either. There was one reference to the alleged impossibility of changing out the background under a widget, which is of course totally false. If nothing else you could use bottleneck procs but it's unlikely to be even that hard.

      For Linux fans, it should be noted that the lack of support for Enlightenment themes was one of the big objections to using custom widgets.

  21. He got threatened by Anonymous Coward · · Score: 0

    I'm sorry but his explanation of how he "misunderstood" and "overreacted" and how apple was only mad because he wasn't providing a "pure" experience sounds like a bunch of crap to me. I'm sure they just politely explained to him how he must have "misunderstood" because otherwise he would be getting a real good "screwing" from apple. "thank you, goodbye."

    Apple probably saw the reaction on slashdot and decided they could backpedal, slightly, get the victim to agree that there had been a misunderstanding (read: coersion), and save some face with the only communities that gives a rats ass about their pretty (read: annoying) interface.

    1. Re:He got threatened by TheInternet · · Score: 1

      Apple probably saw the reaction on slashdot...

      Oh please.

      - Scott

      --
      Scott Stevenson
      Tree House Ideas
  22. Some interesting items by Anonymous Coward · · Score: 0

    Look at how much modding has been going on. Look at how more than 30 of the posts have been moded down to minus one. Yeah. Looks like the trolls are in force now. What out mods you have lots of work to do now. Yeah go troll. Trolls are powered up. Yeah linux sucks oh yeah you know it does. Yeah bsd is dead yeah you know it is. Keep trollin trollin trollin yeah keep trollin trollin trollin mod down mod down mod down some more yeah! And hey taco you think that 72 hour ban stopped me from posting this message. No way! I saved it and moved to one of hundreds of 'puters at my disposal. So try again. he yeah. Moderation really works well doesn't it. Slashdot sucks ass yeah mod this shit down come on mods. Get going!

  23. Re:... by Anonymous Coward · · Score: 0

    Cars still have pistons and steering wheels. Good design doesn't age.

    The design of Windows is almost irrelevant since the software engineering that goes into it is so poor. What it takes advantage of is modern computer users.

  24. What is OS X? by 2nd+Post! · · Score: 5, Informative

    If you want your shiny blue widgets... you can have XP.

    I'm a little more scared of Microsoft, .NET, Hailstorm, Windows Media Player, DirectX, and the XBox, all under the same roof...

    What evils lurk in the Microsoft Future?

    Aqua is *the* OS X experience. It's more than just widgets; more than just a semitranslucent title bar, or glassy buttons, and drop shadows.

    It's about an uncluttered 'Start bar' (called the Dock). Each App gets a single entry in the Dock, with access to the multiple open windows available through a single 'Window' menu; or if you right click on the app in the Dock, you get a list of the available windows.

    It's about a the Apple Menu and a single menu, instead of a menu per Window. This has carried over from the previous OS 9; the foreground App, with User focus, controls the single available menu bar. There doesn't exist a menu for each window (which not only takes up screen real estate, it provides for too many available targets when all you use is a single target) but only a single global menu bar.

    It's about minimizing screen clutter and noise. Instead of borders around each window you get a drop shadow; you delineate forground from background apps because the foreground App casts a shadow behind it. The background apps also have transparent title bars. You don't get every open Window listed in the Dock-the OS X Start bar. You don't get a menu bar attached to every window. You don't get a empty grey parent window containing all the child windows of Word or Photoshop.

    It's not perfect, certainly, and it is, after all, the vision of a single person, a single company, quite unlike Linux and the Open Source/Free Software community.

    There are little things, but mostly it's coherent. Most of the OS widgets are grayed out and monochromatic except when they are in focus or require attention; good visual cues. If you mistype your password when logging in, the login window shakes itself to both clear itself and to let you know you've failed to log in.

    It's really, really, nice. Too bad most people are too cheap, or cannot otherwise afford, to play with Macs.

    1. Re:What is OS X? by Anonymous Coward · · Score: 0

      nicely put ;)

      I call Aqua 'elegant'

    2. Re:What is OS X? by 2nd+Post! · · Score: 1

      So do I; but most people argue about the application of the word, but cannot argue so easily with a description of the product and it's goals :)

    3. Re:What is OS X? by geekster · · Score: 0, Flamebait

      Too bad some idiot thinks he can pantent a basic idea... and that he's right too

    4. Re:What is OS X? by NeMon'ess · · Score: 2, Interesting
      Your description sounds very interesting and I would like to play around with aqua while someone explained the features to me as well as you did. All of your descriptions led me to one conclusion however; aqua still isn't perfect for multitasking. Comparing Windoze to a desk, I would say it lets me get out plenty of items from the drawers, but the drawers remain open until the item goes back. Aqua lets me take out all the items but closes all the drawers until the items go back, so to put something back I open the drawer again then close it. I think I'm missing something though because that would be too cumbersome. I never really cared for the unified top bar because it seemed like it took more effort to switch apps or navigate instead of having everything laid out in front of me.

      I'm assuming I can customize Aqua however so plenty of stuff stays out in front? Bottom line Windoze is for those whose real desk is a mess but they know where everything is, while Aqua is for neat-freaks.

      Feedback?

    5. Re:What is OS X? by Anonymous Coward · · Score: 0

      "It's about an uncluttered 'Start bar' (called the Dock). Each App gets a single entry in the Dock, with access to the multiple open windows available through a single 'Window' menu; or if you right click on the app in the Dock, you get a list of the available windows."

      enough already!, I miss the hope of a real BeOS eough already....

    6. Re:What is OS X? by itachi · · Score: 2, Interesting

      I'm assuming I can customize Aqua however so plenty of stuff stays out in front? Bottom line Windoze is for those whose real desk is a mess but they know where everything is, while Aqua is for neat-freaks.

      Oh, aqua is for both. The dock can be both the cluttered, every single windows represented (1). It can also be really really tidy. I'm almost to the point where I prefer it to NeXT/After/GNUstep, although it would need autoraise to really win me over completely. The parent post is right though, it's easy to tell what window is live, and the dock is much nicer than the start bar, once you get used to how to use it efficiently. It still needs work, though, and it is getting better with revisions. There is not a lot of customization available with 10-10.0.4. (2) 10.1 looks like it doubles the amount of customization that you can do from the GUI, and of course there have always been lots of 3rd party GUI toys for the Mac. It's really a nice GUI.

      itachi

      (1) - except, ironically enough, the window in front. Minimized windows live on the right side of the dock next to the trash, meanwhile applications that are running live on the right
      (2) - not entirely true, there are some undocumented changes you can make through the CLI. Mostly picking between widget options, as far as I've seen, rather than turning widgets on and off, so tuning the GUI for speed vs. glitter is not quite an option yet.

    7. Re:What is OS X? by 2nd+Post! · · Score: 3, Informative

      Hmmm, you already have a pretty insightful response, so here's my addendum.

      You could have 15 Netscape windows open. They take no space on the dock except for 1 Netscape App icon.

      Minimize all 15 Windows (there is that option in the 'Netscape' menu) and you have 1 Netscape App icon and 15 Netscape window icons, each a tiny 'live' representation. Supposedly running Quicktime windows keep running even when 'minimized' too

      The dock has a separator to divide applications and documents. So it has everything the Windows start bar has, and more. The foreground window cannot be lost in the Dock because it doesn't show up in the Dock unless it's minimized. The application can never be lost because it's always in the same place in the Dock.

    8. Re:What is OS X? by maxpublic · · Score: 1

      Too bad most people are too cheap, or cannot otherwise afford, to play with Macs.

      Or simply don't like Macs and would rather play with Linux.

      Max

      --
      My god carries a hammer. Your god died nailed to a tree. Any questions?
    9. Re:What is OS X? by 2nd+Post! · · Score: 1

      Somehow I doubt that that there are more Linux people than Windows users :)

      I use Linux myself, on my web server.

    10. Re:What is OS X? by Anonymous Coward · · Score: 0

      Someday you'll grow up.

      OS X > win32

      FreeBSD > linux

    11. Re:What is OS X? by Telek · · Score: 2

      Windows XP has this feature too, BTW.

      If you have many of the same application's windows open they will collapse into a single window icon on the bar, you click on it and get a list of all of the windows.

      And for everyone else, the second that I see "windoze" or "M$" or "micro$oft" I stop reading your post. If you can't even have the maturity to type the names properly...

      --

      If God gave us curiosity
    12. Re:What is OS X? by gowmc · · Score: 0

      Yeah, when you minimize a Quicktime (playing) video, it not nlycontinues to play, but the thumbnail icon of the window playes the video.

      This just shows that the Dock is verycapable and powerfull, but , as stated before, needs a few refinments.

      --
      -- If it aint broke, fix it till it is. --
    13. Re:What is OS X? by 2nd+Post! · · Score: 1

      Does it count that I'm using OS X on my laptop?

    14. Re:What is OS X? by Frymaster · · Score: 1
      here's my desktop as of right now. you'll notice:

      a. it's somewhat customized (the dock on the left)

      b. it's messy :)


      os x is "unix the musical". all singing, all dancing, all unix.

    15. Re:What is OS X? by Arker · · Score: 2

      Most of this stuff is fine, lots of good ideas and UI nuances. Which are already being ripped off by various competitors, including of course most prominently MS, in their usual half-conscious, never quite grokking the idea way. And Apple is understandable trying to prevent this from happening. Understandable that they would want to at least. The problem is they can't. Oh, sure, they can scare private citizens working on open source projects for the common good with a few cheap threats, but that's not going to do jack about the real threat.


      Back to their interface, though, it is really disappointing to me. Yes, there are quite a few nice features as I always expected (given the origin of the codebase it could be assumed,) however two decisions they made strike me as utterly hideous - the whole overdone gumdrop pastel nonsense, along with the decision to adopt the MS window control widget layout (after all these years of correct criticism of it) stick out like a sore thumb in an otherwise fairly well done gui. Why they made these decisions I'll probably never know. The silly gumdrop crap I guess is supposed to drive sales of new hardware, but the window widget layout is truly incomprehensible. Unecessary animations, unecessary and basically useless drains on the system resources may drive hardware sales I suppose, but they certainly are not good things from a UI design point of view. And I know that the points may sound fairly minor, but when a product has that much evident attention to the UI to begin with, those things stick out like the proverbial sore thumb.


      This is supposed to be an improved NeXT/Mac fusion, yet in this particular respect both NeXT and Mac did things in a defensible way, while MacOS10 doesn't. There is just no defensible reason to place a button with any other function next to the "kill" button from a UI design point of view. Mac people have talked for ages about how incredibly stupid it was for MS to do this (and they're right) and now they turn around and do exactly the same thing? I just don't get it... has Jobs got alzheimers or what?

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    16. Re:What is OS X? by spyro · · Score: 1

      I call it what Acorn had about 14 years ago...

    17. Re:What is OS X? by Gummbah · · Score: 1

      KDE 2 has this too, in the panel preferences (well, duh, of course it's in the panel settings, but otherwise my comment would have been too short... blah.)

      ad

    18. Re:What is OS X? by macshit · · Score: 1

      Gnome does this as well (at least the version I'm using does).

      It's horribly annoying...

      --
      We live, as we dream -- alone....
    19. Re:What is OS X? by SoupIsGoodFood_42 · · Score: 1
      You could have 15 Netscape windows open. They take no space on the dock except for 1 Netscape App icon.

      Do any of those icons have text, that you can see without having to hover over the icon?
      I know that this is a broblem with the docker, but not sure if it affects it's submenus.

    20. Re:What is OS X? by SoupIsGoodFood_42 · · Score: 1
      I agree.

      OS X has alot of potential. But it seems it will just remain exatly that. Potential to be an excelent OS, and not reality.

      It's seems to me that Apple has sold-out, and decided to go with a 'cool' OS, to draw in the $$ as opposed to making a decent OS.

      I have to say. It does look cool. But I can't really imagine working with it. The whole reson I wanted an Apple was for the nice, slick, mostly bug free interface.

      • White BG with grey lines that make it hard to tell a B from a 8
      • Aliased fonts and small sizes
      • Big, candy-like buttons, that take up screen space
      • no text on the docker without rolling over a icon
      • GUI controlls that rely on color, or position when using the graphite theme
      • taking away customization from the start menu
      These are just a few things, that apple need fix up, and at least include as a standard option.
    21. Re:What is OS X? by MaxVlast · · Score: 2, Informative

      White BG with grey lines that make it hard to tell a B from a 8

      Not a problem.

      Aliased fonts and small sizes

      Fixed in 10.1

      Big, candy-like buttons, that take up screen space

      User-configurable.

      no text on the docker without rolling over a icon

      What would you prefer? A taskbar? If you can't recognize your apps, you should pack up and go home. If you need a reminder, it's there.

      GUI controlls that rely on color, or position when using the graphite theme

      Bzzt, wrong. There are graphics.

      taking away customization from the start menu

      Huh? It isn't windows. (Hint: there is no start menu!)

      Pay closer attention next time.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    22. Re:What is OS X? by DavidRavenMoon · · Score: 2, Interesting
      I'm assuming I can customize Aqua however so plenty of stuff stays out in front? Bottom line Windoze is for those whose real desk is a mess but they know where everything is, while Aqua is for neat-freaks.

      You can, if you want, have one window from five different apps open on the screen next to each other.

      The way the classic Mac OS works, is if you click on a window in the background (since you can see them, as there is no patent window for the app) it would bring all the open windows from that app to the front, covering all the other open windows. To bring all the windows of one app to the front in OS X you click on that app's icon in the dock. You can also right click the icon to see and choose which window you want, or use the Window menu in the main menu bar.

      In OS X clicking on a window in the background, brings only that window to the front, and not all the windows from that app.

      You can hide an app and all it's windows, and it's icon in the dock gets grayed out, or you can minimize the individual windows from that app (and when you hide the app... they hop over to the apps icon...). Minimized windows show up as dock icons of the window. Moving the mouse over the icon tells you the name of the window.

      I really enjoy Aqua. I use Mac OS 9.1 and NT 4 at work all day, but at home I mostly stay in OS X... can't wait to get the 10.1 update!

      --
      -- if it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic - Lewis Carrol
    23. Re:What is OS X? by DavidRavenMoon · · Score: 1
      There is just no defensible reason to place a button with any other function next to the "kill" button from a UI design point of view.

      Are you talking about the window close button? Because the real "Kill" button, Force Quit, doesn't.

      I didn't like this either... but I've gotten used to it, and it is a bit faster having them on one side. My thinking is that Apple did this so that Windows users would be able to find their way around OS X easier. I know my Windows using friends have a problem on Macs because of thinking the windowshade button is the close button... and they think closing the window quits the app.

      Which brings me to the second point. The window close button, most of the time doesn't kill the app. I wish it would for most apps though. OS X certainly is a departure of UI guidelines for Apple. I was lost for about a week on it, but maybe because I also use NT and Linux (I like Gnome...) I got used to it after that. ;-)

      --
      -- if it was so, it might be; and if it were so, it would be; but as it isn't, it ain't. That's logic - Lewis Carrol
    24. Re:What is OS X? by 2nd+Post! · · Score: 1

      Unfortunately that seems to be a missing option; the Finder windows give you a choice between Icon/Text/Icon+Text, but the Dock does not.

      On the other hand, all the minimized windows are 'live' renderings of the respective web pages, so can convey much more information than 'Netscape-http://...'

      The submenus *do* display the full title bar, at least.

    25. Re:What is OS X? by drinkypoo · · Score: 0, Troll
      It's really, really, nice. Too bad most people are too cheap, or cannot otherwise afford, to play with Macs.

      I could be sitting at a G4 right now. I turned it down, because I *wanted* a PC.

      It's not just the price; It's the open system, it's the easy availability of hardware and software, it's knowing that I'm not depending on a company known for screwing its users and partners for support.

      I'd rather see Microsoft rule the world than Apple. At least under the Microsoft system they'll allow a black market. Apple would destroy it utterly - Witness their jihad against the various Aqua-themed software packages out there.

      Don't make your arrogant assumptions about people not using your silly platform for monetary reasons. My reasons are practical, but have nothing to do with cash -- Or very little.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    26. Re:What is OS X? by 2nd+Post! · · Score: 1

      That's certainly a fair reason to not use Macs :)

      I hope, for both our sakes, that no one company rules the world and that competition makes for a stronger market and future.

    27. Re:What is OS X? by Anonymous Coward · · Score: 0

      like we give a shit

  25. Troll faster by Anonymous Coward · · Score: 0

    I must troll even faster than ever before cause Slashcode mod Autobots (da da da du daaa) mod even faster than ever before. Hey mods eat shit. Ok continuing typing crap until that 2 minute counter is up. Remember it is that the quality but rather the sheer quantity of trolling you can do that makes the difference.

  26. You are the weakest developer by Anonymous Coward · · Score: 0

    GOODBYE yeah that is what these lamo slowzilla linsux guys are. Apple actually has a software buget and spends money and quality time. These guys hack shit to pass the day. Who is going to come out on top?

  27. OSX and Mozilla by Anonymous Coward · · Score: 0

    Now here is the interesting thing about Mozilla and OSX, NOT! Yeah I am getting around that stupid Salshdot 72hour bullshit ban by quickly trolling at very regular 2 minute intervals. I find that the mods can't quite keep up with that pace.

    1. Re:OSX and Mozilla by Anonymous Coward · · Score: 0

      i 0wnz safeweb.com and got safeweb.com banned. lol

  28. Aqua, and Mac Widgets by mindstrm · · Score: 5, Informative

    You know.. some things just don't work that well in an anarchy. Witness the failure of the unix desktop. Now.. I'm not slamming it, or trolling, I use it every day, and have for years... but unix still lacks a coherent desktop, even one as poor as Windows has. Why? Because nobody dictates what anyone else has to use. Now.. I'm not a fan of dictatorship.. however...

    Apple has a point. They have *always* insisted on using proper API's for the Mac. Why? Because it ensure things WORK, and ensures they can bring out future versions of their OS without breaking stuff. IT's a GOOD thing.
    Unlike MS, they don't use their proprietary widgets to corner the application market; the information on how to use them is free to all, no royalties.... no licenses (afiak).. nothing.
    All they insist upon is that you use them. AND YOU SHOULD.

    1. Re:Aqua, and Mac Widgets by WildBeast · · Score: 1

      Oh you're right, they only insist that we use their hardware. No big deal.

    2. Re:Aqua, and Mac Widgets by Anonymous Coward · · Score: 0

      So what ? It is theirs to do with as they please. Again, Apple is a US company and you are free to support ( purchase and use ) or not support ( don't purchase or use ) there products.

      The market will decide. The only decent desktop to make it to market in mass is MS and MAC. Outside of that most others have failed.

      Even KDE and Gnome at there best suck compared to those two.

    3. Re:Aqua, and Mac Widgets by TheInternet · · Score: 1

      Unlike MS, they don't use their proprietary widgets to corner the application market; the information on how to use them is free to all, no royalties.... no licenses (afiak).. nothing

      For that matter, all of Apple's Mac OS X application development tools are free.

      - Scott

      --
      Scott Stevenson
      Tree House Ideas
    4. Re:Aqua, and Mac Widgets by Anonymous Coward · · Score: 0
      Unlike MS, they don't use their proprietary widgets to corner the application market


      Well, they do actually.

    5. Re:Aqua, and Mac Widgets by Lumpy · · Score: 3, Insightful

      Ok I'll bite...

      What exactly do you call Gnome and GTK? I have it in use by morons, idiots, and people that seem to have an I.Q. of less than 40 (sales people, Marketing people, Human Resources people) It is very useable, very effective, and hamper's no one here. The transition period was 2 days for all employees. Everyone understood that the foot was start menu and weren't crying in their hands because the foot scared them.

      The transition to staroffice was as smooth also. (openoffice would have been smoother but we cant use beta office apps) Email is as easy except for people bitching that they cant just click on the attachment to run it. "I respond with GOOD! I finally stopped you people from doing that!" then they shut up, copy to desktop and then open it.

      If the linux desktop is a failure, can you please show me why so I can tell all the employees here to stop using it.

      Coherent desktop.. Gnome is a 96.95% copy of the windows desktop. Windows from version to version change their desktop to add confusion (why does network neighborhood change it's behaivoir from NT4.0 to 2000? is that coherency? how about the 40 other basic items that no longer work the same or in the same place?)

      Over the past 3 months, the Unix/linux desktop has surpassed windows. and every test I try with non-linux users (windows-heads) is sucessful and they like it. (espically ximian which acts more mac like than windows like)

      I can see your point on Widgets... but forcing mozilla and openoffice to use GTK will piss off the KDE people.. which will piss off the blackbox people... etc...

      my biggest gripe is dummies that make the copy function something other than CTRL-C and paste something other than CTRL-V. if you cant make hotkeys standard then leave them out, if you cant use standard widgets then dont program....

      If you cant use the standard OS then ...
      The important thing is that Linux/Unix is like NT4.0 regular users are too dumb to manage it , but they can use it well if the managing personell configure everything and choose software that isnt confusing. (Using davewidget 4.3 with new spinning icons)

      --
      Do not look at laser with remaining good eye.
    6. Re:Aqua, and Mac Widgets by superpeach · · Score: 1

      Well, now that gtk and gnome are around, X apps are starting to look more "coherent" to me. This is probably the same for the KDE side of things, but I have never used it.

      The fact that there is more than one popular GUI toolkit available means there are still going to be strange looking apps out there, but it is definitely getting better than the "everyone designing their own GUI using Xt" days..

    7. Re:Aqua, and Mac Widgets by MaxVlast · · Score: 1

      You encapsulated the other side of the argument: "Gnome is a 96.95% copy of the windows desktop." Ick!

      I get the crappy desktop, and half the apps.

      (Disclaimer: I don't want the crappy desktop or half the apps. I want the stability. I don't get so much of that with Gnome.)

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    8. Re:Aqua, and Mac Widgets by pressman · · Score: 1

      What exactly do you call Gnome and GTK? I have it in use by morons, idiots, and people that seem to have an I.Q. of less than 40 (sales people, Marketing people, Human Resources people)

      Again, until the Linux mindset changes to developing for end users needs from "My way or the highway", it's never going to be a truly viable desktop environment. If you were my IT guy and told me that I had to use Linux, I'd laugh in your face and explain in depth why I need a Mac to get my work done (I'm a graphic/web designer) and go straight to my manager and explain my case in terms of how it will affect my efficiency and the department's bottom line.

      All you're proving with your statements is that you think you can train monkeys to do your bidding, thus expanding your ego.

      --
      Pooty tweet
    9. Re:Aqua, and Mac Widgets by Anonymous Coward · · Score: 0

      you cannot satisify everyone's whim. and any IT person would be foolish to even try (mandatory profuiles to keep users from moving icons,changing backgrounds,adding/deleting software)

      every one of the PC's here is 100% identical. everyone's desktop is the same, and that is not negotiable.

      as for a graphic designer needing a MAC to do the work, funny, I see Graphic designers using SUN, and Intel boxes doing the exact same work.

      you dont need a mac, you need application software that does the job. and more than likely in today's world you'd be replaced with someone who doesn't bitch about silly things. (we fired 3 prima-donnas... err laid them off... from the graphics department... they were the first to go because they whined and thought they could dictate their working conditions.... well sorry, the CEO dictates that :-)

      P.S. : I really love to screw with the artsy people, they get all pissy real-easy and most think they are god's gift to mankind.. fun to set their virus scanner to delete instead of clean... GRIN

    10. Re:Aqua, and Mac Widgets by Lumpy · · Score: 2

      and coupled with current massive cost cutting measures from corperation standpoints you'd get nothing. you dont need a mac. you need tools to do your job a SUN or Intel box can do as well as any MAC and are used every day. there are no mac's here, we eliminated all of them 2 years ago and the creative department whined then... funny how everything still works and things are getting done even today with even tighter deadlines and less employees in that department did their productivity suffer? no. The point is that anyone can make the transition to a different desktop instantly, humans are funny that way, we can recognize things that dont look the same. we can easily adapt. Anyone that would say " I have to have it the old way or I cant work!" is lying. They can do it and they will do it. It's laziness that makes us want what we've used all along. and that laziness will only be removed by forced changes (as if any IS/IT change is otherwise!) you cant leave betsy's computer running windows 3.11 because she likes it. you piss off betsy and give her what is the company standard.

      --
      Do not look at laser with remaining good eye.
  29. Or how about by Anonymous Coward · · Score: 0

    Aqzilla and it would be pronounced ACK!-zilla which would be quite appropriate.

  30. Now here is something by Anonymous Coward · · Score: 0

    Time to troll really hard after all this is a Mac vs Linux story. I mean you can't get two bigger sets of weenies together -- oh wait maybe that should be two smaller sets of weenies yeah.

  31. Something is happening by Anonymous Coward · · Score: 0

    The mods have slowed down condsiderably. Mods have crashed yeah. Sent them into "im out of point" land. Well that how it goes when you mod early mod often.

  32. intuitive? by renard · · Score: 1
    The word I wanted to use means that something can be operated with little instruction, using only common sense. You get the picture.

    I think you mean "intuitive."

    < Insert witty quip here>

    -Renard

  33. Ok everybody by Anonymous Coward · · Score: 0

    I have only 15 more minutes to troll so I had better make em count. Hey the mods have really died off. That good! Now I can work on getting that troll to nerd ratio back up where it belongs. Now m o d t h i s s h i t d o w n !

  34. Apple wants interface builder, and it is possible. by Aqua+OS+X · · Score: 1, Informative

    Apple wants developers to use interface builder. By doing this you help cut down on various GUI inconsistencies.

    The Aqua mozilla project was attempting to build an Aqua GUI buy using GIFs and animated GIFs and whatnot. as most of us know, this was not working very well. The scrollbar didn't quite fit right, defualt buttons were not capable of throbbing without sync problems (since they are made up of multiple parts), yada yada yada, Aqua mozilla kind of looked like an OS X app, but the GUI didn't quite function like one. I imagine that was Apple's #1 problem.

    Currently there is a project at Source Forge that is trying to slap a native Aqua UI on top of Mozilla builds. It is possible. http://sourceforge.net/projects/qbati2

    Mozilla is actually quite dynamic, and system specific stuff like this is not really a big deal. It's being done all the time with platforms like the MacOS.

    --
    "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
  35. Wait a minute by infiniti99 · · Score: 2

    Why does Apple approve of Qt/Mac then? I brought this up in the previous article. Qt/Mac uses an emulated Aqua style, just like all QStyles.

    For Apple to say now that they don't want Mozilla using an emulated style makes zero sense. Unless Apple thinks that the Mozilla team can't do it right. According to a recent interview with Trolltech's president (quoted in this post), Apple worked with Trolltech in Qt/Mac development, maybe to ensure it is done correctly. Either that or Apple specifically gave Trolltech permission through a business deal.

    I think there is something we are missing here.

    1. Re:Wait a minute by Spy+Hunter · · Score: 2
      I think the real problems with a Mozilla Aqua theme are:
      1. Mozilla themes are just pixmaps and can't do as much as QStyles, so they won't fit in very well at all (don't the buttons in Aqua pulsate and stuff?)
      2. A Mozilla theme is cross-platform by definition, while the QT Aqua style is binary-only for the Mac.
      Both of these problems could be solved by a native Mozilla port to Aqua, but it would involve a LOT of work.
      --
      main(c,r){for(r=32;r;) printf(++c>31?c=!r--,"\n":c<r?" ":~c&r?" `":" #");}
  36. yet another chance for discussion by rebug · · Score: 3, Informative

    ruined. it's a damned shame how some people just can't handle even the smallest of freedoms. Apple has always been protective of their designs. Can you blame them? Ever since the justice department decided that it's ok to rip them off, anything they design is fair game for poachers.

    --

    there's more than one way to do me.
    1. Re:yet another chance for discussion by roffe · · Score: 2, Informative

      actually, it's not a matter of _anybody_ being allowed to rip them off - Microsoft is allowed to, and that's because Apple _gave_ them that right in contract.

      Jim Carlton's book on Apple gives the story: in order for Microsoft to port their apps to the Mac, they were given the right to copy Apple's look-and-feel. Apple sued because they felt Microsoft went too far in their interpretation of the contract, but they didn't - the contract, ubelieveably, essentially gives Microsoft unrestricted freedom.

      --
      -- Rolf Lindgren, cand.psychol
    2. Re:yet another chance for discussion by Anonymous Coward · · Score: 0

      >the contract, ubelieveably, essentially gives Microsoft unrestricted freedom.

      Only because John Scully had all the technical knowlege of a can of pepsi.

  37. An Aqua port of Mozilla by Anonymous Coward · · Score: 0

    Now that would be interesting but I am afraid it would not work. For one thing mozilla code is just not written properly to interact with Aqua or Cocoa and other high-end Apple tech. Apple is working on making there code working well with there tech. Mozilla is interested in porting to every possible platform. It just isn't going to work. The best course is to keep mozilla out of apple and vice versa

  38. So Apple's okay with it... by Scoria · · Score: 1

    ... but that doesn't matter anymore, because the site is Slashdotted and inaccessible.

    Maybe Apple figured that Slashdot had taken care of it for them. :)

    --
    Do you like German cars?
  39. Re:... by Anonymous Coward · · Score: 0

    You summed it up perfectly.

    People who like to work for their computer use Linux, and associated pre-alpha quality software.
    People who like their computer to work for them use Windows, and associated polished software gems.
    People who get rejected by whores use Macs (particularly the G4 towers with holes on the front), with their shiny interfaces but no software.

  40. two birds, one aqua blue stone. by A_Non_Moose · · Score: 1

    Ok, as someone who hops platforms on an hourly basis..hell even a minute by minute depending on the day this is a *good* thing.

    Why? Glad you asked.

    One of the things I *like* about mozilla/fizilla is that it is *compliant* with good code where I.E on the mac FSCK's it up because I.E allows for mistakes (plus it can never get anchors right on the OS X side...never could figure it out. Mozilla did it perfectly)
    But, when you compare the Icons and UI you are confronted yet again with the fact it is a kludge to run under X.

    First "bird" is the excellent under pinnings but the *gack/choke* look/feel of Fizilla.
    The second "bird" is X/Aqua...same thing as before..excellent underpinnings, but pretty and lackluster speed/function.
    (bear in mind that 10.1 is on the launch pad and takes care of the speed issues, so I understand...can't wait, as I type this on X on a G4-400...hehe)

    By allowing/showing/inviting/forcing the Mozilla team to Use Cocoa/Aqua's calls the "fuglies" of Fizilla will be banished, stability improved (I hope) and speed increased (and, again, decrease the CPU time the darn thing takes up...almost SETI quality as a benchmark utility...for a web browser? c'mon!!).

    Yeah, I'm Using I.E. at the moment, but am a die hard netscape 6 fan (Kmeleon on windows kicks major butt, IMO) as some mac users are. Just looking for that one "good" reason...and it is coming: Aquafied Netscape.

    (Kiki voice) Ooooo---pretty!!! (/kiki voice)

    Moose.

    Huh-huh-huh...you said sig.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    1. Re:two birds, one aqua blue stone. by MaxVlast · · Score: 1

      Try OmniWeb. It makes websites look like works of art, and it's a joy to use. I can't even load up IE any more, it makes my head throb so much.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
  41. Who the hell cares? by PeePee · · Score: 0, Flamebait

    Uhh. Note. OS X has Omniweb, An opera that doesn't suck, and Internet Explorer. Of which the first two inheirt the Aqua widget set. IE has basic aqua widgets. Mozilla has its own widget set which is fugly and themes aint going to fix that. Now... Why use it? IE on Mac is still incredibly better than IE for windows. Opera is faster than both and its not as ugly as the Linux version of opera (Why in the sam hell do people still use Linux?) Oh well.

    --
    Groovy
    1. Re:Who the hell cares? by Anonymous Coward · · Score: 0

      "IE on Mac is still incredibly better than IE for windows"

      Care to back up this statement? I've used and supported both versions of IE (like it or not) and I've not seen any reason to say that the MacOS version is better than the Win32 counterpart.

      In fact, I can probably rattle off a dozen sites that don't work properly on the Mac version of IE, but work fine on the Windows version. Sure, that's Microsoft's fault, but still counts as a MAJOR strike against the MacOS version.

    2. Re:Who the hell cares? by ekrout · · Score: 0, Flamebait
      Why in the sam hell do people still use Linux?

      You could, quite possibly, be the most unintelligent nimrod ever to post on Slashdot. Get a friggin' clue.

      --

      If you celebrate Xmas, befriend me (538
    3. Re:Who the hell cares? by sarhjinian · · Score: 1
      Care to back up this statement? I've used and supported both versions of IE (like it or not) and I've not seen any reason to say that the MacOS version is better than the Win32 counterpart.

      IE 5 for the Mac was (once) the most standards-compliant browser. This was about a year ago, give or take -- Mozilla has probably since tied or eclipsed it. It wasn't any faster or more capable than IE for Windows, but it did do better in compliance tests.

      Its a very nice browser, if a little long in the tooth and in need of an update. Progressing rendering would be nice.

      --
      --srj/mmv
    4. Re:Who the hell cares? by Anonymous Coward · · Score: 0
      IE on Mac is still incredibly better than IE for windows.


      I keep reading this all over the place. I find it strange as I always consider IE for Mac to be inferior. Sure it may be more standards compliant, but I can't tell that by looking. What I can tell is that if I have a page open and hit "New" on the Mac it always goes to the homepage, on Windows it goes to the page I currently have open. The latter is *much* more useful - you can always hit home (or open a new window by clicking the "e" application icon on the taskbar and it starts at home) but depending on what the websites use, you can't always copy and paste the url from window to the next and get that page and you'd have to copy and paste again (and again and...) to get a copy of the form you have partially filled out. In itself, the way "New" works on Windows makes the Win version much more useful than the Mac IMO. Other than that all I notice is that the beta for OS X once again proves that Microsoft has no clue what most programmers and managers mean by the term beta*. In all honesty, I'm just wondering - what makes the Mac version of IE so good? Is it features I don't happen to use or the standards compliance that I don't notice?


      *Every time I use it I get pages with images that don't load, I have to force quit it about every 5 to 10 minutes, it can't copy and paste from URLs or from textfields, and best of all - it can only have one window load at a time and you're lucky if you can do anything else in any other window. Oh, and the one I'm hitting now - if the textfield has enough text to be scrollable it often misrenders the text so you see lines two or three lines above or below where they really are. Yeah, I'd call that a beta. Actually I guess it's closer to a beta of a "Proof of Concept" version than a production version. Microsoft really needs to be taught terminology.

    5. Re:Who the hell cares? by sydsavage · · Score: 1
      You could, quite possibly, be the most unintelligent nimrod ever to post on Slashdot.

      No, that honor undoubtedly goes to the guy who's sig proclaims friendship with Britney Spears.

    6. Re:Who the hell cares? by MaxVlast · · Score: 1

      ...or you could provide a reason...

      (ask Britney)

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    7. Re:Who the hell cares? by TheInternet · · Score: 1

      I find it strange as I always consider IE for Mac to be inferior. Sure it may be more standards compliant, but I can't tell that by looking.

      Whether you can tell or not by just glancing at a few dozen pages out of several billion is not the most important issue. As a user of a non-Windows platform, W3C standards support is essential to your independence on the web. Browsers simply need to have complete CSS support.

      Formatting with nested tables, single pixel spacers and bazillions of font tags is insane. CSS remedies this, but OmniWeb's CSS support is not complete. This causes problems for performance, accessibility, managability and appearance. Visit the home page of A List Apart in both MacIE and OmniWeb for a demonstration of the difference in CSS support.

      I'm just wondering - what makes the Mac version of IE so good?

      It can render significantly more content than OmniWeb -- that's the underlying issue. A browser's job is to render pages. If it can't do that well, how nicely it renders text (thanks to Quartz) isn't nearly as important. CSS content is becoming increasingly common. OmniWeb's CSSP support is totally incomplete.

      it can't copy and paste from URLs or from textfields

      If this is the case, you're using an outdated version. The one released in March had this problem. It has since been fixed.

      - Scott

      --
      Scott Stevenson
      Tree House Ideas
    8. Re:Who the hell cares? by Anonymous Coward · · Score: 0

      Thorough HTML support is essential. The point of CSS is describing your content separately so that several different renderings are possible, especially the default rendering of a browser that ignores CSS entirely (a perfectly reasonable thing to do on any hardware that doesn't support an elaborate graphical UI). A document that doesn't work without one specific stylesheet being applied is fundamentally broken.

  42. Apple Has More Than Guidelines by jone1941 · · Score: 2, Informative


    Apple's point translates further than just using widgets. Anyone who has used their "Interface Builder" knows that it attempts to force certain things on the developer. There are 'strict' guidelines about how things should line up and how far they should be from the edge of the screen etc etc. The interface builder does more than suggest, it actual has 'snap to' rulers and has very specific rules about window resizing.

    Basically they figured that if they are going to have a design spec for an application they might as well make it easy for the developer to follow.

    --
    Fear trumps hope and ignorance trumps both
  43. Code exists to do this in the mozilla tree by lordpixel · · Score: 5, Interesting
    Mac OS will create a button for you, if you ask it, but, like most modern OSes it will also just "draw" a button without any of the logic behind it, there is an API for that sort of thing.

    So you get the look of a button without any of the native widget.

    I once spent some time with a guy at netscape implementing a new protocol which basically took advantage of that.

    You wrote something like:

    theme://button?title=OK

    and it returned a GIF containing a perfect looking OK button in the present Mac OS theme, be that Platinum on OS 9 or Aqua on OS X.

    The code to do this is here:
    http://lxr.mozilla.org/mozilla/source/netwerk/prot ocol/theme/

    Finshing this work would allow very high quality Aqua themes, as it wouldn't be "as" emulated. The OS would be drawing all of the controls.

    This would also satisfy Apple - they don't really care about Aqua themes so much as making sure those themes *only* work on Mac OS. As the theme: protocol needs native code to work, it will only run on Mac OS (9 or X)

    The theme protocol might also be needed on Linux (window manager theme support) and to do Windows XP properly.

    --

    Lord Pixel - The cat who walks through walls
    A little bigger on the inside than out

    1. Re:Code exists to do this in the mozilla tree by Anonymous Coward · · Score: 0

      True however it isn't curently compiled into the mozilla builds for mac or os x... and building os x isn't all that simple (or cheap... last time i checked you need two different version of codewarior one running under x and another under classic to build differnt things)

  44. Who cares if Apple ok'd it? by Penguinoflight · · Score: 1

    It seems from the comments that nobody cares about the fact that Apple is overstepping their bounds. I can almost see them not wanting to integrate Aqua into another "theme" But into other applications, such as Mozilla is totally rediculous. It's like if you patented a car which used a motor that you didn't create, you could sue someone for making a motorcycle wich used the same motor. Though Apple was the first to use this Theme, it's useless without a application, or GUI to put it in, Just as a Motor is useless without a car or a motorcycle.

    --
    "And we have seen and do testify that the Father sent the Son to be the Savior of the World"
    1 John 4:14
  45. breaking stuff by mattdm · · Score: 1

    [...] and ensures they can bring out future versions of their OS without breaking stuff.

    Huh. If I remember correctly, Apple has been pretty consistant with saying "Oh, that app needs to be updated to run on our new OS" -- not to mention "Oh, our new OS only runs on our newer hardware".

    1. Re:breaking stuff by OnsightFlash · · Score: 1

      you forget that apple is a hardware company. they design the software around the hardware. controlling the interface has resulted in an environment that is easy for users to adapt to as times change. OS X represents a major change in the mac environment to exploit the future needs of hardware for users. the mac OS underwent similar change with System 7 and the power PC upgrade. no problem here.
      by the way the OS X enviroment is expected to last about 15 years, but it will probably be unrecognizable by that time as we know it.

  46. So I guess what Apple is saying is: by A_Non_Moose · · Score: 0, Troll

    Can't Beat the Real Thing?

    Heh...who needs lawyers, just rip off Coke's slogans.

    Moose.

    --
    Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    1. Re:So I guess what Apple is saying is: by A_Non_Moose · · Score: 1

      Yes, I know it is poor form to reply to one's own post, but to be modded a troll?

      I thought it was pretty g**damn funny..."Can't Beat the real thing"...heh, all the corporate slogans that float around in our heads and in
      jest I said that, thinking maybe, just maybe someone would get it.

      Oh, well.

      Moose.

      parting shot:
      Don't mod people down just because you can't get up to someone else's level of humor.
      Double and triple entendras probably leve this moderator saying "I don't get it" all the time.
      Takes all kinds, I suppose. And a little metamoderation, too.

      --
      Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
  47. Fair Enough by PhunkySchtuff · · Score: 2, Informative

    Apple seem to be saying "Don't use a skin to emulate Aqua, as the appearance, and behaviour, of Aqua is subject to change [may just be small tweaks, but changes none-the-less]. If you're going to have an app that looks like Aqua, damn well use the proper way (ie APIs) rather than making bitmaps that just happen to look like the current implementation of Aqua."
    Apple have a very long history of trying to make sure apps on the mac all behave the same way (wherever possible). This leads to a smooth user experience. Apple also don't charge you the earth to get their guidelines. Go see This Page for an example of the excellent work Apple have put into the field.
    I don't have a problem with someone insisting that something is done the correct way. It's less likely to break further down the track and is going to be easier to adapt to any changes Apple make to their [First Generation] Aqua GUI.

  48. Project on Sourceforge by Tachys · · Score: 3, Informative

    The Q.Bati seemed to be trying to put a Mac OS X interface in front of gecko. Unfortunately it seems to be vaporware :(

  49. Re:They want to see Mozilla running on OS X But by alfredo · · Score: 1

    It has a way to go before it can beat OmniWeb. I love that browser.

    --
    photosMy Photostream
  50. Hey by Anonymous Coward · · Score: 0

    There was stuff to download from there site. Thats not vapor. Vaporware is the sourcforge projects that got nothing to download.

  51. Consistency by Anonymous Coward · · Score: 0

    Consistency is of paramount importance in UI design. Without consistency your HCI is completely useless to the first time user.

  52. Give me Cross Platform Auqua by BroadbandBradley · · Score: 0, Flamebait

    Or shove it up your ass Apple!!!

    Also, let this post serve as an announcement of my new 'BlueNose' look.
    I paint a shiny blue Dot on my nose.
    Don't let me catch you using my "blueNose" look unless it's to be used on my face!!!

  53. Haven't we seen this before? by dafoomie · · Score: 1

    Didn't Apple already lose a lawsuit about look and feel already?

    1. Re:Haven't we seen this before? by gamgee5273 · · Score: 1

      Only because Sculley was foolish enough to "license" the Mac look-and-feel to MS when Windows 1.0 came out. The "license" was for Windows and future upgrades. Apple lost the lawsuit you're referring to because of the fact that MS proved, and probably rightfully so, that each new version of Windows was an "upgrade." I think Jobs is just trying to cover Apple's ass better than Sculley did...

    2. Re:Haven't we seen this before? by dafoomie · · Score: 1

      Yeah but you still cant copyright "look and feel." If you steal the actual files and use them thats something else entirely but making something similar in appearance shouldn't get you sued...

    3. Re:Haven't we seen this before? by gamgee5273 · · Score: 1

      It's called "trade dress." There is a point where you can copyright look and feel, and Apple would have had a case against MS with Win 95 if they had taken a hard line with Win 1.0. Now, with Aqua, Apple's covering its ass. I think it's a little paranoid with the extent they're going to, but I can understand the idea of "no tolerance."

  54. i can definitely understand this by Anonymous Coward · · Score: 0

    people download an aqua theme for whatever, use it for a week, get tired of it and go to another. there is a *big* difference between an aqua theme and aqua running on quartz. see the screen shots and it looks very annoying, use it and it grows on you fast.

    mostly the look of aqua is unecisary. if the windows widgets were ported to quartz, it would be a much better experience than windows 2000 (haven't used xp).

    i am sure alot of slashdotters have tried out some of the themes since this story went up, found them borring, and are loudly wondering why apple is standing by such a lousy interface. they are not, they are trying to kill (or help to be better) a cheap knock off.

    i must laud the mozilla theme author, but the theme sucks--mozilla was never meant to keep up with quartz/aqua. one of the comments i remember from his progress log was trying to get a button to throb, and mozilla doing it horribly. apple might have supported more of these themes had they worked cross platform and as well as aqua/quartz, as a teaser, but as they were they were not going to make any converts.

    even (especialy?) on os x modern3 is better than the aqua theme, but a good aqua/quartz interface to mozilla would be great.

    ...wonder what is possible with svg once it lands?

  55. linux is the choice for publishing and web dev! by Anonymous Coward · · Score: 0

    a brief discourse on the viability of Apples in future workstation enviroments.

    By: a 31337 slashdot user.

    Apples suck!!! They suck because there is no command line interface like the one I use in the terminal box in Xtrees86 and they ripped off linux.

    in his new book, "I am not a gay scandinavian, okay maybe just a little.", Linus clearly states: "aPPles SuQUE d00dz!!!"

    Apple MaCinSUCKZ also suck because my friend mike told me they suck. Mike is so cool, he has a tattoo and has sex with a real girl.

    w00t w00t w00t!!!

    OSX Sucks because it is slow. Mike said it is slow. when i am... um.. compiling... um.. CODE! yeah, i demand speed. also, graphics distract me. i need to focus all my attention on pr0n... NO! I mean CODE! Coding and compiling that is what i do. It not only ripped off linux but it is so slow because the guys at apple are dumb, far less capible then any 31337 slashdot user like us! right d00dz?! They messed up when they ripped off linux.

    I used to be an 31337 Windows HaX0r, but then mom got rid of aol and my aohell programs didn't work any more. But then Mike showed me astalavista and there were programs that made me a 31337 HaX0r again.

    Apples suck!!

    Avie who?

    Then once MaximumPC (the only magazine worth reading except from NextGen) had put Mandrake Linux on the free CD.

    I knew installing Linux would make me a HaX0r.

    But it was hard, and I could not get the stuff my mom bought with this computer from the gateway store like the printer to work. Mom was mad she lost all the MicroSUCKS Word files she needed and got fired.

    Mom is a bitch. I am an 31337 HaXor.

    Apples suck because they do anything and nothing works on them and they suck.

    So my mom and my sister went out to get a computer for themselves. I have drilled a blowhole in my gateway AMD 700MHz Athlon and installed a 500watt powersupply to drive the 54 fans. I overclocked my "DREAM MACHINE" to 1.9 GHz. It may only run for 18 minutes max, but it fucking RULZ.

    ALL OF YOUR BASE ARE BELONG TO US!!!! RIGHT GUYZ??!!

    They bought a shitty Imac on sale for $700, IT IS SO GAY!!!!! FAG APPLE SuckyMac is what I call it.

    It is a G3 (whatever the fuck those are) 500MHz (heh so 1999)... and it is a piece of shit.
    Oh sure my sister says that she uses it in college to "edit digital Video". She is a stupid slut.

    My sister will never be 31227 haX0r.

    Oh what the fuck is a macromedia flash?

    W00t!

    And um. Can anyone tell me where I can find some new HaX0r CoDZ?

    please mod me up.

    1. Re:linux is the choice for publishing and web dev! by pressman · · Score: 1

      Wow! This is either the funniest thing I've ever read or the most the most pathetic. I can't figure out which!

      --
      Pooty tweet
  56. i didn't think you could by Anonymous Coward · · Score: 0

    right click things on a mac, given the 1button mouse? is this the "right" button, or are 2button mice used now? this is not meant to be anything but a question, it is not spam.

    1. Re:i didn't think you could by ajna · · Score: 1

      You can either use control-click, or use a mouse that really has 2+ buttons.

    2. Re:i didn't think you could by 2nd+Post! · · Score: 2, Informative

      anja has it mostly.

      You can 'ctrl click'
      You can 'click' and hold it for half a second
      You can use a two button mouse and right click

    3. Re:i didn't think you could by dhamsaic · · Score: 4, Informative

      neither of 'em got it *quite* right :)

      i'm typing this from internet explorer beta on mac os x 10.0.4 on my new dual 800mhz g4 system (pretty zippy)...

      mac os is pretty usable with 1 mouse button, but i appreciate it infinitely more with 2. (note that i'm talking about os x - i'm not really interested in os9 - another unix geek here, but one that's not so cheap that they didn't just get a new ibook and g4 tower)... the way it works is like this:

      with a 1 button mouse, ctrl+click is the equivalent of the windows right-click. it brings up contextual menus.

      in some applications (i.e., internet explorer), if you hold the mouse button for about a second, the contextual menu pops up. they did this as a convenience - it is not standard across the gui (although it should be).

      if you have a 2 button mouse, right clicking will do the equivalent of the ctrl-click, which is bring up the contextual menu. this *is* standard across the gui, which is really really cool.

      now, in os x, some other things you *can* click-hold for the menu (like app icons in the dock), but right clicking makes this faster. so it's all really a matter of preference. if you prefer the apple pro mouse (and it is quite nice - i plan to keep it in my laptop bag for use on my ibook), you can certainly very easily get around the operating system. but if you'd like a little more power, pick up a two button mouse (i'm using an intellimouse explorer for the time being, until i get another boomslang) - that will do the trick for you.

      i might as well also note this: scroll wheels now work in mac os x *kinda*. in mac os 9, if the drivers for the mouse have been released (and most companies have), the scroll wheel and right mouse button will work anywhere. in mac os x, while the right mouse button is default, because of different widgets in the different types of apps, and the lack of drivers for os x (though some day, i imagine), the scroll wheel doesn't always work. here's how it goes:

      in carbon apps, which are written to run both under os 9 and natively under os x, the scroll wheel will *not* work. in cocoa apps, which are written for mac os x natively and will only run under mac os x apps, the scroll wheel *will* work. so, for instance, my scroll wheel works in Mail, Internet Explorer... but doesn't work in Finder (?), iTunes, etc.

      that's the scoop on mousing under os x (i hope :) )

      --
      Every once in a while I like to masturbate a new word into my vocabulary, even if I don't know what it means.
    4. Re:i didn't think you could by MaxVlast · · Score: 1

      > wheel works in Mail, Internet Explorer... but
      > doesn't work in Finder (?), iTunes, etc.

      The finder is Carbon. As Apple put it, "we eat our own dogfood." (i.e., developers should be comfortable with Carbon, we made the damn Finder in it.) Though, oddly, the scroll wheel does work in the Finder in 10.1. Just not other carbon apps.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
  57. Re:the mods are gay by Anonymous Coward · · Score: 0

    Now, I thought we had been through all this. I thought you had grown a brain and learned to at least Troll intelligently without being such a whiner.

    What, all that cold air up there freezing your brain? No one wants to hear you whine, cheesehead. If you don't like Slashdot, don't come here. If you don't want to get modded down, post comments that are on topic without whining .

    Otherwise, piss off!

  58. Re:the mods are gay by bigbadwlf · · Score: 1

    If you're going to troll, please leave my country out of your sig. You're giving the rest of us Canadians a bad name.
    Thank you.

  59. Re:I bet... by Anonymous Coward · · Score: 0

    Tell it like it is? Okay!

    Your lame and half-assed attempt at insightful humor reveals you to be a substandard intellect.

    I recommend you continue with your silence. Fag.

  60. Fucking idiot moderators by Anonymous Coward · · Score: 0

    How is posting the contents from the linked article in a Slashdot story Informative??

    Hey, idiots: We all went there! We all read the story! I wasn't informed by the above post, BECAUSE I READ THE ARTICLE!!

    That post is nothing more or less than Karma-whoring at its simplest and worst.

    *whew* Yes, I feel better now, thank you.

  61. I haven't seen this yet... by SkullMac · · Score: 4, Insightful

    Its not that fact that he was trying to "Aquafy" it through "emulation" that pissed off Apple, its the fact that this Aqua theme would be available to users on other platforms (Linux/Windows).

    Apple's aim with Aqua is brand identiy. They want Aqua instantly associated with Apple. They don't want there to be any question about it.

    This follows the same logic they used when they sued three companies over iMac knockoffs. They wanted the "look and feel" of an iMac to be instantly recognizeable and associated ONLY with Apple. Even if you thought the iMac was butt-ugly, it stood out from run-of-the-mill beige PCs. It cried out that the Mac was alive and well, and assured that people would remember the design.

    Granted, there have been a number of iMac inspired computers, but Apple has choosen its battles well.

    The same goes for Aqua. I've seen a number of "Aqua inspired" designs, but the ones where an author obviously went in and copied and pasted Apple's UI elements into a theme file have all been brought to a quick end.

  62. Am I an idiot? by Anonymous Coward · · Score: 0

    Ok, maybe I'm stupid (flame away!), but can you really download the Enterprise pilot? I just searched around on google for a bit and couldn't find it. I forgot about it, had other plans, didn't tape it, would love to watch it.

    He'p me!

    1. Re:Am I an idiot? by Anonymous Coward · · Score: 0

      irc, dalnet, #enterprise-central is the place to get it for lame newbies like you... and me :(

  63. Others should follow OmniWeb's example by ZigMonty · · Score: 1
    Damn right. I'm typing this on OmniWeb right now. It is the prettiest browser around and its anti-aliased text is very easy on the eyes. It has slightly broken CSS support but you know what, the look of the browser is more important to me. I haven't hit a page that it has rendered incorrectly. It supports every nook and cranny of MacOSX and the MacOSX developer documentation even has a link to their developer site on every page! Large sections of the lower parts of OmniWeb are open source (not GPL though). I looked at Mozilla but quickly came back to OmniWeb.

    Here are some screen shots of OmniWeb. Even if you are a Linux user go anyway and admire it! This one is good for showing off MacOSX's interface as well.

    1. Re:Others should follow OmniWeb's example by Anonymous Coward · · Score: 0

      "slightly broken CSS support" and "haven't hit a page that it has rendered incorrectly" in the same breath. Another Macintrash luser.

    2. Re:Others should follow OmniWeb's example by sydsavage · · Score: 1

      I couldn't agree more. I don't know how I ever had a satisfying web experience without it. I am however looking forward to the few improvements to be made. (fixed CSS, full Flash compatability)

      It should be the reference app for The Right Way To Do It, at least in Cocoa.

  64. I doesn't have to be Aqua by delta0 · · Score: 1

    I run machines that are not OS X. I run Linux and BSD for instance. Are the Aqua libs available for these platforms? What am I suppose to do to get Aqua L&F and function for Mozilla under KDE on my BSD machine now? (If I wanted to say...)

    Never mind the fact that I don't know if Aqua is enough. Maybe we need to make a better Aqua that is open??

    Earlier in the last article some one stated that this project was only theming over a "half-assed" GUI and not true Aqua, so Apple is objecting to this.

    The "half-assed" GUI is KDE and GNOME? They are making their way to becoming cool. What starts half-assed soon becomes cool. (Think terminals -- the "emulated" ones, started becoming really cool after the DEC original vt's started advancing and a standard was assumed.) Some of the features of Aqua will likely start to show up in KDE. That is how software is written. Eric was helping KDE and Mozilla become cool on all platforms both aesthetically and functionally! Apple shut this down.

    Not only was Eric's Aqua stuff a theming exercise, but the authors of the base packages should understand it was an attempt to unify UI under these environments and help out in furthering a common themed interface that looks good and has been proven to work. Most of all that is consistent!

    It is unfortunate that someone doesn't start a project to do this with-out using Apple's property. We really do need a common and deliberate unification of functional, and look and feel elements with innovation in our X GUI environments, frameworks and applications. We can do this with-out Apple!

    --
    --- Delta0.. makes no difference.
    1. Re:I doesn't have to be Aqua by Listen+Up · · Score: 1


      Wow, this is really interesting reading your post. You really, and I mean really, didn't read the article/website and are completely blowing smoke straight out of your ass. You are amazing. You are trying to start a fight about something this entire story has nothing to do with. Okay, "half-assed" was NOT some sort of direct attack on your precious KDE and GNOME. Why are you going off about something completely unrelated to anything in this story? This is hilarious. Apple was only complaining, and has EVERY right to complain, that this guy wasn't using native OSX widgets for Mozilla. That is perfectly fine...Without using exact native widgets your UI guidelines might as well go straight out the door along with Apple brand recognition resulting from that UI. I don't want Linux to copy OSX. Try being original. Invent something Apple and MS haven't done yet. What, OSX is very, very beautiful and nice to use? Exactly, and that is why Apple objected. Pretty simple. Try reading the story before posting stupid and uninformed shit like you did.

    2. Re:I doesn't have to be Aqua by delta0 · · Score: 1

      Eric's Aqua work was more than Mozilla theming... did you visit his site before he removed the Aqua projects?

      --
      --- Delta0.. makes no difference.
  65. Steve's behind by Anonymous Coward · · Score: 0
    (*) Steve Job's behind.
    That was Steve Jobs's behind BEFORE the AOL-Time Warner merger talks. Now it looks like this:

    (O)

    Hemos
    Posting anonymously to preserve my precious karma.

  66. Anarchy or democracy? by delta0 · · Score: 1

    The solution is easy... we're not an anarchy but a democracy in the *nix desktop world.

    We get to vote which framework our apps will be in. We have a choice. In fact, we can switch leaders after a certain amount of time.

    We don't have a dictator. But we have a challenge because there is more than one government. The consequences are our responsibility as we made the decision of which to use.

    When we decide which to use, that will make or break certain features of our environment.

    But the beauty is, we can have both running at the same time or on different machines, chose a a different government! Try doing that in the real world.

    --
    --- Delta0.. makes no difference.
    1. Re:Anarchy or democracy? by mindstrm · · Score: 2

      Right. You can. I'm not trying to take that away from you.
      I'm just pointing out... that the very freedom you talk about is why every unix desktop app doesn't work with every other one, why drag and drop doesn't work as transparently and full-featured as it does on windows or a mac, and why we have so many different desktop standards, and hence, why potential developers are wary of using anything but good old Xlib.

      I'm not saying we should abandan this freedom.. it's great.. it's what it's all about... but there are consequences as far as marketability. Linux doesn't exist to be marketed... that's the difference between Linux and OS-X. Apple needs to market it, which means they need to be more careful. They hae to be accountable.

  67. Re:the mods are gay by Anonymous Coward · · Score: 0

    Nobody cares about your whining you AC coward. Anonymous Pancake brings up many good points. Now go to hell

  68. Already Gone OT was Re:What is OS X? by Arker · · Score: 2

    And for everyone else, the second that I see "windoze" or "M$" or "micro$oft" I stop reading your post. If you can't even have the maturity to type the names properly...

    Well I can type out those names "properly" just fine - the quality required is not maturity. At the same time I rarely do. Because giving them the names that the Co. behind them prefers grants them an illusion of legitimacy they do not deserve.


    Want to talk about maturity? Whatever you may think of my opinion of Microsoft, it is certainly mature. I converted from Apple to DOS at version 3.0. (Before I used Apple I hacked, in the oldest meaning of the word, involving soldering irons and opcodes, on hardware I'm sure you've never heard of.) I've used every Microsoft OS since DOS 3, either personally or professionally or both. I've had the time to study the MS way in action, over many many years and many many upgrades. And I don't think they deserve the courtesy of typing out there name "properly" on a regular basis. If that means you won't read my posts... oh, hurt me. Your choice, your loss.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  69. Actually, found in Hypercard first... by cirby · · Score: 1

    Dragging buttons around to customize an app is over a decade old. MS just appropriated it from Apple before Apple put it in OS X.

  70. Ah, bullshit. by Anonymous Coward · · Score: 0

    Either the author is right or the author is wrong. So, is the author right, or is the author wrong, genius? All this 'objectivity' crap is a red herring.

  71. Moz on a Mac [Re:So what exactly does Apple want?] by ermineshay · · Score: 1

    It kind of uses the native Mac appearance, but not the exact widgets...what I mean is that the pop up menu does use the system font as set in the control panel and the scroll bars will match the configuration set in the appearance control panel, but Mozilla's still doing most of the work. And this is something that's been improving over time, as in previous milestones, there was no popup menu if you held down the mouse button on a page -- you had to right-click or control-click, and the menu font was always Charcoal (the default mac system font), no matter if you were using something else system-wide. Now it's a simple click-and-hold, just like Netscape 4.x or IE. So I'd bet that Mozilla can be made to use native Aqua widgets to a large degree; it may not use them everywhere (like buttons, etc.) but then neither does IE under OSX (it uses, for example, rounded-region quick-draw style buttons in forms) or even iTunes, which insists on using blue as its highllight/scrollbar color even though I have the system set to use graphite...whew, unintentionally long post. Here's a screenshot if that made no sense.

  72. [OT]Re:Quicktime by greenrd · · Score: 2
    Yes, QuickTime Player 4.0 was not only gratuitously non-conformant, but an all-round atrocious design. One of the worst ever examples of gloss winning over usability. And Apple still doesn't seem to have admitted its gross errors.

    1. Re:[OT]Re:Quicktime by damiam · · Score: 1

      Maybe it hasn't admitted them, but it did fix a lot of them. Quicktime 5 is much better than Quicktime 4 was.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
  73. [OT] Formatting by QuMa · · Score: 1
    use the
      (
        text)...
      luke...
  74. Tempest in a Teapot by yusing · · Score: 1
    Couldn't Slashdot manage a separate page for ongoing squabbles that *really* worthy of the front page?


    I mean, Aqua, c'mon... we're talking eye candy here....

    --

    "You must try to forget all you have learned. You must begin to dream." -- Sherwood Anderson

    1. Re:Tempest in a Teapot by delta0 · · Score: 1

      It's a small part of a more important picture, agreed. However, it's not wise for us to ignore this. Every small thing adds up to the entire picture of what makes our environment. This runs parallel to the (internet) ages old, closed vs. open argument. And that is a squabble we all value.

      I think the lesson is (and people seem to agree with me): we need to do this ourselves. We can't risk wasting time on making our desktop compliant or emulating a commercial environment, because then we face IP issues, and haven't built anything better in the process.

      --
      --- Delta0.. makes no difference.
  75. Okay.. I'll bite back. by mindstrm · · Score: 2

    As I said.. I'm not knocking it. Sure... gnome or kde are decent desktops. Sure they are. But they are not A STANDARD. There are TOO MANY STANDARDS for unix.. and that's why the desktop is just not as friendly as it could be. Sure... gnome is great.. but does *everyone* write gnome apps? No, hardly. Same for kde.

    I'm not saying a particular desktop is no good.. only that, in general, there is no proper standardization. There are plenty available, yes.. but the community does not agree.

  76. Please let me clarify. by mindstrm · · Score: 2

    I'm not saying that Gnome or KDE or (insert new desktop project here) sucks, or that it's not good enough. I use both, and they are fantastic. Yes, you can get your users to use them. They are good.
    But there is still too much variation in the unix world for the desktop to be truly standard. Yes, there are lots of great potential standards.. but the community at-large doesn't pick one. I mean.. in linux, it looks like gnome will be it eventually, maybe... but still. What should a linux developer use for his apps? Gnome? Kde? All? How do you pick?

    I'm also not saying that Apple isn't being a bully.. I'm not speaking as to whether, legally, they have a leg to stand on with their 'look and feel' stuff.

    What I'm saying is that I agree wtih the concept that certain things, if dicatated properly, should be controlled centrally. If they say these are the widgets you should use for writing apps, it keeps the playing field level and fair. Apple doesn't hide things from you, or keep some secret for themselves so they can make better apps than you.. that's Microsoft's ballgame...The devloper kits are free.. and Apple has a very good GUI.

    To the guy who talks about apple telling people to upgrade their apps to the new OS for the new hardware? GOOD. Otherwise, you end up with the god-awful mess we have with windows, where nobody is sure exactly what will run where.. or exactly what a new upgrade will do to their application.

    And if you use their API's, such requests are easy.

    If apple can exert a bit of pressure, no matter which way, and get people to stick to the same desktop interface.. good for them.

  77. Coherent Unix Desktop? Gnome ueber alles by moorewr · · Score: 1

    I agree with your comment that UNIX failed as a desktop; the problem was not coherence, but the dated ideas behind the CDE, which every distro but Linux went to it seems. The CDE looks dated next to Windows 3.1 in my opinion.

    However, with Sun adopting (or saying they'll adopt, this is Sun after all) Gnome, Linux and Solaris will be largely on a consistent platform that can mature in to a good environment. I've used Sun's pre-release build of Gnome (and we provide it in our CS lab) and it certainly is "coherent" with Gnome on Linux.

    Linux and Solaris are the lion share of the workstation market, so if people are doing the same on both platforms that will have a lot of momentum.
    NO KDE v. Gnome flames please. :)

  78. Kill All Muslims. Destroy Islam. Destroy. by Anonymous Coward · · Score: 0
    Our beloved dead cry out for justce:
    • Kill all Muslims.
    • Kill all Mohammedans.
    • Kill all Arabs.
    • Kill all Towel Heads.
    • Kill all Camel Jockeys.
    • Kill all Sand Niggers.
    • Kill all Dune Coons.
    • Kill all Islam.
    • Nuke their countries to hell.
    • Nuke them again.
    • Death to Islam.

    I piss on Mecca. I menstruate on the Koran. I shit on Mohammed.

  79. Subtle UI differences that make Macs easier by yerricde · · Score: 2, Interesting

    you dont need a mac. you need tools to do your job a SUN or Intel box can do as well as any MAC and are used every day.

    The Macintosh interface has subtle features that make things more efficient. For example, to access the menu bar on an interface patterned after that of the Mac OS (mac or kde2), I can just flick the mouse upward; the top of the screen keeps my mouse pointer in the menu bar. To access the menu bar on pretty much everything else (windows, gnome, irix, cde, etc.) where the menu falls inside the window, I have to aim for a tiny portion of the screen; aiming in two dimensions instead of one slows me down about 500 milliseconds per menu access, which adds up rapidly over a work day.

    --
    Will I retire or break 10K?
  80. I associate Aqua with Mattel and Nintendo by yerricde · · Score: 2

    Apple's aim with Aqua is brand identiy. They want Aqua instantly associated with Apple.

    Sorry, I associate the word Aqua with "Barbie Girl" and Mattel toys, and I associate the look of words written on blue vitamin pills with NyQuil products and the game Dr. Mario. In fact, I once did an Aqua-themed clone of Dr. Mario called Vitamins, part of the freepuzzlearena package.

    --
    Will I retire or break 10K?
  81. Re:They want to see Mozilla running on OS X But by gvsu_snow_lord · · Score: 1

    I think you have it backwards... OmniWeb has awhile to go before it can match Mozilla in anything other than looks.

    Really... name something other than looks (which is user taste) and java support that OmniWeb has over Mozilla. Not a single thing.

    (oh i did use OmniWeb and loved it till i started to use Mozilla)

  82. Here, have some more of my karma by drinkypoo · · Score: 2

    I had a story moderated to +5 and I'm feeling generous. Vent your rage upon me, O Brother, and I shall succor you. Hell, you can even have the +1 Bonus.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"