« Tuesday... | Main | Goodbye and good luck to all... »
July 15, 2003
Mozilla Foundation
Congrats to everyone at mozilla.org for making this happen, its probably the right move at the right time, though my cynical self says "desperate move to save mozilla".
Though the website is fanboyish and bragging too much. Not very professional.
Posted by doron at July 15, 2003 10:23 AM
Comments
Yeah...pretty sloppy, too. Mising attributes, a random tag, no character encoding defined... And still lots of tables. :(
Posted by: MightyMu at July 15, 2003 2:41 PM
Whether native or not, this is obviously one of the first steps on your way to OS X. Keep in mind that often, the functionality of your code has a lot to do with how your interface is designed. How many developers have come up with great functional ideas from working with their interface or looking at their competitors'? Start working on your Aqua compliance from day one. Don't wait until the last minute.
Posted by: Emery at January 25, 2004 12:14 AM
User Assistance. This is helping the user with the proper "next step" when performing a task. Less guesswork for the user on what to do next makes for a better experience.
Posted by: Evan at January 25, 2004 12:15 AM
Adhere to Window Models. Document windows, Utility windows, Click-through, Layering, Drawers, Controls. How do users open windows, how do you properly title windows?
Posted by: Joos at January 25, 2004 12:15 AM
User Assistance. This is helping the user with the proper "next step" when performing a task. Less guesswork for the user on what to do next makes for a better experience.
Posted by: Agnes at January 25, 2004 12:15 AM
In building your amazing Aqua application, one of the most important things to consider is the Dock. There are three things your app needs to be "Dock Compliant." Now, I write this knowing that the Dock will be going through some major changes soon, but for the most part, these should still hold true.
Posted by: Rook at January 25, 2004 12:16 AM
Adhere to File Locations. Make sure that when your users save documents, your application knows where to put them and also gives users flexibility.
Posted by: Alan at January 25, 2004 12:16 AM
To help you become a good Aqua citizen, Apple has created a few guidelines. I've put together a brief overview of them, and we'll be tackling many of them in the months to come.
Posted by: Lettice at January 25, 2004 12:16 AM
For example, if you see an AIM window peeking out from behind your browser and you click on it, that window will come to the front, but the main application window will not. The Mail.app/Activity Viewer is another example. The Aqua system of layers works well in many instances, but not in all. Thank goodness that the Dock is always there to come to the rescue. I know that clicking on an application icon in the Dock will always result in not only the application coming to the front, but also any non-minimized windows associated with it. And if the application is active but no windows are open, clicking on the Dock icon should create a new window in that application.
Posted by: Rose at January 25, 2004 12:16 AM
For my Paint application, I created a series of icons to simulate a rendering algorithm. While the application is performing this CPU-intensive task, you can always see the status of the document by the icon changing in the Dock.
Posted by: Tristram at January 25, 2004 12:17 AM
Clicking an application in the dock should always bring forward an active window. If the user clicks on an open app's icon in the Dock, the application is active and all unminimized windows come along with it. I have found a few problems with windows behaving independently of their application.
Posted by: Samuel at January 25, 2004 12:17 AM