Apple gives the finger to New Zealand Mac users

Posted to Mac, by curmi on the September 30th, 2007

In April this year, the New Zealand government announced that Daylight Savings in New Zealand would start 1 week earlier than previous years, and end 2 weeks later.

Microsoft got on board and released a fix for Windows users. Apple ignored the announcement (and pleas from New Zealand Mac users).

As I’ve said before, Apple’s support for non-US countries has been poor at times, and this is probably Apple’s biggest insult to the people of New Zealand. Too bad if you’re a New Zealand Mac user using your machine in a corporate environment. As if it isn’t hard enough trying to use a Mac in a corporate world full of Windows machines!

Such a small fix that could have been included in one of Apple’s many updates since April. Surely with all the money they’ve made from the iPhone and iPod they could have spared a resource to implement and test a fix that would have been no more than a few days work?

What was the reason? New Zealand too small a market? Was Apple too busy with their iPhone and iPod touch to bother caring about existing customers and existing products?

Apple should be ashamed.

Mac OS X Leopard – Intro Remix

Posted to Mac, by curmi on the September 23rd, 2007

A month or so ago, Apple released a new beta of Mac OS X Leopard. It came with a new Intro video and music.

In the last few days Apple have released another Leopard beta. This time it came with the same Intro video, but a different set of music.

Over the last 24 hours this space theme has spawned a new Internet game – adding new soundtracks to the Intro video. Here are the ones I’ve found so far:

If I could vote, and convince Apple to go with a new theme, I’d go with Buck Rogers – followed by UFO. Fantastic work guys!

Improving Mac OS X: #8 – Zoom

Posted to Mac, by curmi on the September 23rd, 2007

Zoom controlOn Mac OS X, the Zoom button is the green button in a window title bar that has a “+” sign on it when your mouse approaches the button. If you are new to the Mac, you probably call it the “Maximise” button – that’s what you call it in Windows, and what the behaviour is in Windows. However, this isn’t what it is called on the Mac, and isn’t how it is supposed to behave either.

Apple’s Human Interface Guidelines describe the functionality of this button as follows:

Your application also sets the values for the initial size and position of a window, called the standard state. Don’t assume that the standard state should be as large as possible…

If the user changes a window’s size or location by at least 7 pixels, the new size and location is the user state. The user can toggle between the standard state and the user state by clicking the zoom button. When the user clicks the zoom button of a window in the user state, your application should first determine the appropriate size of the standard state. Move the window as little as possible to make it the standard size, and keep the entire window on the screen. The zoom button should not cause the window to fill the entire screen unless that was the last state the user set.

If you are wondering what all that means, in general terms it is saying that if I am displaying, say, a web page, and I click “zoom”, the window should expand horizontally and vertically just enough to fit the contents of that page without scrolling (if possible).

Try it on Safari, say. Resize this window so a scroll bar appears at the bottom of the screen. Then click Zoom. The window will grow to take up the entire screen vertically, and just enough horizontally so that there is no scroll bar.

Why Zoom, not Maximise?

If you watch a Windows user at work, you’ll find that much of the time they have their applications full screen. The Mac, on the other hand, encourages you to only use as much space as you need. You can have other applications open in the other parts of the window, and you can drag and drop between them. What’s the use of having a 30 inch monitor if your Word Processor takes up the entire screen, with 70% of that screen being white space?

The Zoom feature is actually very clever. When it works as described.

The current problem

The trouble is, the Zoom functionality is inconsistent – even within Apple’s own applications! Here’s a list of some Apple applications, and how they behave when zoomed.

Safari Zooms correctly.
Mail Maximises the window.
Dictionary Maximises the window regardless of content. Search for “mac” for example, then Zoom the window.
Address Book Sort of works correctly, but often forgets the user state.
Finder Sort of works correctly, but often forgets the user state.
Preview Sort of works correctly, but sometimes moves the window position for no reason
iCal Maximises the window.
iTunes minimises the user state to a mini control window

The end result is that Windows users who are new to the Mac complain that the “Maximise” button doesn’t maximise, and many seasoned Mac users have stopped even touching the Zoom button because they give up trying to guess what behaviour it will have.

More confusion abounds

Where things get more confusing is determining whether you are currently in a user state, or a standard state. The Zoom button icon is a “+” regardless. And if you don’t know what state you are in, you can’t always be sure what behaviour you’ll get.

Further, the symbol used to represent “Zoom” is a “+”. To most people, that would suggest “expansion”. So when an iTunes window shrinks to a tiny control, you can imagine the confusion that causes.

iTunes Zoomed
iTunes window after pressing the Zoom button

Why does this happen?

The trouble is that having intelligent zoom requires the developer to work harder. The default behaviour for the zoom button is simply to expand to fill the screen (Windows style) – you have to do some coding to make it work according to the Human Interface Guidelines. Even my own software maximises instead of zooming – just because it was easier than writing the code to zoom properly (and yes, I’m embarrassed, I should fix this, and promise I will in my next release of any of my products).

But I want Maximise!

Then you should go back to Windows. :-)

Seriously though, because Zoom is not the same as Maximise doesn’t mean it is bad. Most people who want Maximise are just used to it on Windows. You need to try and use Zoom, and make use of that extra window space to do Mac-style drag and drop between applications. Exposé is great for dragging between windows too.

Some applications have attempted to add a Maximise behaviour. For example, OmniWeb correctly implements Zoom, but if you hold the Option key down while clicking the Zoom button, OmniWeb maximise the current window.

However, this behaviour is actually wrong based on what appears to be Apple’s unwritten guidelines for Option-click. If you hold down Option while clicking on any of the window controls (Close, Minimise, Zoom) the application should apply that functionality to ALL windows in that application. So to close all windows, Option-click Close. To minimise all windows, Option-click Minimise. To zoom all windows, Option-click Zoom. So using Option-click for Maximise is not a solution, and developers should not implement it this way.

Consistency

Apple needs to lead here with a consistent behaviour across all applications. I am not suggesting all applications should maximise like Windows – that is the easy way out, and Zoom when functioning correctly is a superior feature. But if Apple provides a mixed bag as they currently do, it is no surprise that third party developers don’t bother with Zoom, and users get confused or complain about it being “not like Windows”.

The use of a “+” sign for zoom was never a really good idea – but that horse has bolted. I can’t see Apple fixing that, and I’m not sure what simple shape they could use in its place. Showing whether a window is in user state or standard state is also an issue – currently the zoom button does not reflect state – and if it did, would that confuse users?

With Apple improving consistency though with their own applications users will understand that this isn’t “Maximise”. And third party developers will be encouraged to properly implement Zoom functionality.

This is part #8 of my “Improving Mac OS X” series. For other parts in this series, please click below:

Improving Mac OS X: #1 – Finder Selection
Improving Mac OS X: #2 – The Desktop
Improving Mac OS X: #3 – Trash Triggers
Improving Mac OS X: #4 – Trash and Shred
Improving Mac OS X: #5 – International English
Improving Mac OS X: #6 – Copying Bundles
Improving Mac OS X: #7 – Ejecting Removable Media

QED

Posted to Miscellaneous, by curmi on the September 23rd, 2007

QEDI work with a number of younger software engineers, so occasionally I’ll say something that demonstrates a sizeable generation gap. Usually it is because I’ve mentioned the lyrics of a song from the 80s, or some early 80s television show.

The other day I found myself more than a little surprised. I was explaining something to some of the boys, and at the end of my explanation I said, half in jest, “QED“. The conversation that followed went like this:

SE1: “What’s QED?”

Me: “Hey?”

SE1: “What does QED mean?”

Me: “What the? QED. You know, abbreviation for a Latin phrase that means something like ‘it has been demonstrated’”

SE1: “Hey?”

Me: “Used at the end of a mathematical proof! Come on – you studied Maths at Uni!”

SE1: “Maybe you used it back in the 1940s when you were at Uni!”

Me: “Hey? What the hell did your lecturers use to indicate the end of a mathematical proof?”

SE1: “Der – we used the EQUALS sign. Maybe you’ve heard of it?!”

Ok, we laughed a lot – the conversation was quite funny. But I was also disturbed by it. I kept thinking about it and mumbling “QED? What the?” a lot. Then I said something like:

Me: “I can’t believe it. What are they teaching kids at Uni these days?”

SE1: “Sure, back in your day, after you used your abacus to calculate something, I bet you wrote down ‘QED’”

Yes – I get it…I’m old. 38 to a 25 year old must seem ancient. Hilarity all round.

So, I asked two other younger software engineers. They also didn’t know the phrase! So on to Instant Messaging, where I spoke to another software engineer at another company who knew me and the younger guys in question. He is a little older than them, and clearly a little wiser (he knew the phrase). His response to me was this:

SE2: “Don’t be too hard on them – they did study at RMIT after all”

You are currently browsing the Curmi the Blog weblog archives for September, 2007.

Categories

Archives

Admin