« Building Mozilla with VC++ .NET 2003 | Main | Groceries from Hell »
September 22, 2003
Crash Recovery for Browsers
Managed to crash Red Hat 9 today with evil dom code using Mozilla. Upon restart, Epiphany asks me if I want to recover the state I was in (this isn't the wording used), and presto, all my tabs where back.
Mmmm, usefull features in a browser. What a novelty.
Posted by doron at September 22, 2003 9:35 AM
Comments
Opera does something similar.
If you, or anyone else cares, that would probably be:
http://bugzilla.mozilla.org/show_bug.cgi?id=147404 for Seamonkey or
http://bugzilla.mozilla.org/show_bug.cgi?id=174932 for Firebird.
I think there may be an extension that does this as well...
Posted by: michaell at September 22, 2003 10:15 AM
So far in these articles, I have only dipped a toe or two into Aqua's pool. I have covered basic aspects of building an Aqua-compliant application, including the building of photo-illustrative/3D application icons. Now it's time to address other components of our Mac OS X application.
Posted by: Dionisius at January 26, 2004 9:30 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: Adrian at January 26, 2004 9:30 AM
This topic is one we will tackle later in this article, but it refers to making sure that your application and the dock aren't fighting it out for supremacy of the screen.
Posted by: Howell at January 26, 2004 9:31 AM
Adopt Sheets. I really like the use of Sheets in OS X. The use of Sheets lets me know which window my dialogue belongs to without hijacking my system.
Posted by: Blanche at January 26, 2004 9:31 AM
To put my money where my mouth is, in each new article I'll build a hypothetical application that illustrates the guidelines I'm covering. Today's application is called "Paint" and will be based on the photo-illustrative icon I created in my last article. Together we will complete each step, and by the end of the project we should have a well-designed, 95%-100% Aqua-compliant application. I'll leave some room for personal preferences and the fact that Apple changes the OS every few months.
Posted by: Gartheride at January 26, 2004 9:31 AM
If an application is designed well, the reward for users is that they will learn it faster, accomplish their daily tasks more easily, and have fewer questions for the help desk. As a developer of a well-designed application, your returns on that investment are more upgrade revenue, reduced tech support, better reviews, less documentation, and higher customer satisfaction. The rewards of building a good-looking Aqua application are worth taking the extra time.
Posted by: Fulk at January 26, 2004 9:32 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: Goughe at January 26, 2004 9:32 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: Conrad at January 26, 2004 9:32 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: Morgan at January 26, 2004 9:33 AM
But limit your animations to whatever is required to communicate the necessary information. Avoid annoying animations that discourage ease of use. Ask yourself, "What do I need to show the user, and what is the cleanest way possible to achieve that?" A good example is the Mail application for Mac OS X. Whenever a new message arrives, the Dock icon changes appearance to indicate a changed state.
Posted by: Helegor at January 26, 2004 9:33 AM