Our Choice: “The Next Generation of Digital Books”

Publishing has had many saviours in recent years. Apple, Amazon and Google have all been touted as potential messiahs by an industry desperate to work out its role in an uncharted digital world.

Big technology companies haven’t been the only saviours. Small independent producers such as Touch Press and Inkling have experimented with the boundaries between books and apps, with interesting results.

Today sees another entry into the Future of Publishing, launched with considerable fanfare by Al Gore and Push Pop Press. Our Choice, the sequel to 2006’s An Inconvenient Truth, claims it will “change the way we read books, and quite possibly change the world.”

Continue reading

Section 3.3.1 and accessibility

I run an iPhone development company.  We’re currently making our UK train times app fully compatible with VoiceOver. We’re being helped by users of the ViPhone Google Group, which is a forum for discussing the iPhone 3GS and its support for visually-impaired users.

I saw a comment from a member of the group the other day, shortly after Section 3.3.1 went mainstream:

Could this mean more accessible apps for VO users?

Note the meaning behind the comment.  Not “how dare they”, or “shame on you”, but “hurrah – this will mean that apps are more likely to be accessible via VoiceOver.”

Making better quality iPhone apps isn’t just about how they look – it’s about how they sound.  And that’s another reason to develop your apps in Xcode.

VoiceOver accessibility programming for iPhone

We’re just putting the finishing touches to VoiceOver accessibility support for our National Rail Enquiries iPhone app. When adapting the app for VoiceOver, we found that Apple’s developer documentation for accessibility was pretty good, but there were still several questions we couldn’t answer. After some help from Apple, and some experimentation and research, we’ve managed to answer most of our queries. I thought it might be useful to share what we discovered, in case other developers have run into the same problems. Here are our questions and findings.

Continue reading

Exporting emails from Entourage to Outlook

I’ve recently had to export a bunch of emails from Entourage and into Outlook, in order to send them to someone in a format they can browse and read on a PC.  You’d think that exporting a selection of emails from one Microsoft email management tool to another would be easy, right?  Sadly not.  Thankfully, a bit of Applescript and a relatively cheap utility got things working for me.  This post describes how.

Continue reading

How to detect if an iPhone OS device can make phone calls

I’ve struggled to find a way to deduce if an iPhone OS device has the ability to make phone calls or not. There is a way to do so in iPhone OS 3.0, but I want to compile my code against the OS 2.0 SDK to enable it to run on as many devices as possible.  I could just check if the device is an iPod Touch or an iPhone, but who knows what weird and wonderful iPhone OS-based devices Apple might release in the future, and I’d like my check to be future-proof.  So I’ve come up with a hybrid way of detecting the device’s ability to make calls.  This post describes the approach I’m using.
Continue reading

QuickTime X plays movies full screen for free

According to the latest reports from WWDC, QuickTime X finally brings the one feature that’s been missing for years: full-screen playback for non-Pro users.  It’s long been a bugbear of QuickTime users and developers that you have to buy QuickTime Pro to play movies at full screen.  It looks as though QuickTime X (currently being demoed with Snow Leopard) finally removes this restriction.