Based on Launch Center Pro, Contact Center Simplifies Contact Shortcuts

Contact Center is not for me. The latest product from Contrast, Contact Center is a simplified version of Launch Center Pro that brings a subset of its features to a free iPhone app supported by ads and aimed at a less geeky and power-user audience. I don’t need Contact Center. But, at the same time, I recognize that it’s a great idea from the Contrast team, cleverly executed in this 1.0 release.

Read more


Apple Announces Media Event for September 9

As first reported by Jim Dalrymple at The Loop, Apple today announced a media event for September 9, this time to be held at the Flint Center for the Performing Arts in Cupertino. The keynote will begin at 10 AM, and the invitation image shared by Apple shows the event’s date with the “Wish we could say more” tagline.

Apple is widely expected to introduce the next version of its iPhone at the event, with rumors suggesting that the company will introduce two new devices under the “iPhone 6” name, carrying larger screens than the current generation models. Apple is also expected to confirm the release of iOS 8, first introduced at WWDC in June and set to debut this Fall.

Permalink

CloudApp 3 for Mac Brings Effortless GIF Screen Recording, Support for Teams

CloudApp today launched version 3 of their Mac app and it comes with the addition of a new feature called CloudApp Motion. Behind the fancy name is actually the really useful tool of being able to record your screen and automatically upload a GIF version to CloudApp. Alongside the updated app, CloudApp have also announced CloudApp for Teams, which includes team pricing plans and custom features.

Read more


Connected: The Pasta and The Pizza and The Sauce

This week, Federico, Myke and Stephen follow up on the history of the iPod, then discusses software and hardware that are helping them get in better shape.

On this week’s episode of Connected, I briefly touch upon the launch of Perspective Icons 2, then, after some follow up, we talk about how wearables and iOS apps are helping us achieve healthier lifestyles.

The story about the apps I’ve been using for the past couple of months will become a longer article/series for the site, but, in the meantime, you can get the episode here.

This episode of Connected is sponsored by:

Permalink

Quotebook 3 Brings New Design, Revamped Management of Authors and Sources

Quotebook, developed by the folks at Lickability, has long been my favorite app to save and archive quotes and passages on the iPhone and iPad. Over the years, I’ve tried several solutions to store quotes – I started with Markdown archives in plain text, moved to Evernote, and recently began using Instapaper Highlights, also connected to Evernote with IFTTT – but Quotebook kept striking me as one of those purposeful, well-considered apps that perform one task exceptionally well. I was especially satisfied when I realized that Quotebook had native Instapaper integration and could be connected to my feed reader of choice, Mr. Reader, to save quotes from RSS.

Yesterday, Lickability released version 3.0 of Quotebook as a free update on the App Store, bringing a new design, rewritten iCloud sync, and new features for quote creation and author navigation that make the app easier to use and better suited for large libraries of quotes and sources.

Read more



The Technology Behind Hyperlapse

Very early on in the development process of Hyperlapse, we decided that we wanted an interactive slider for selecting the level of time lapse. We wanted to provide instant feedback that encouraged experimentation and felt effortless, even when complex calculations were being performed under the hood.

This is a technical, but highly fascinating look at the technology Instagram used in Hyperlapse. Not as advanced as Microsoft’s research, but impressive for a mobile device.

Permalink

TextBundle for Markdown

An interesting initiative by Brett Terpstra and The Soulmen: TextBundle is a new file format to bundle Markdown files, metadata, and referenced images in a single file that multiple apps can exchange without asking for additional permissions due to Sandboxing on OS X.

From the website:

The TextBundle file format aims to provide a more seamless user expericence when exchanging Markdown files between sandboxed applications.

Sandboxing is required for all apps available on the Mac and iOS app store, in order to grant users a high level of data security. Sandboxed apps are only permitted access to files explicitly provided by the user - for example Markdown text files. When working with different Markdown applications, sandboxing can cause inconveniences for the user.

Here’s Brett’s explanation:

The Textbundle format is very simple. A folder containing a plain text file, a JSON data file, and an assets sub-folder. An app, such as Ulysses, can write a Textbundle out and pass it to Marked, and all of the necessary components are automatically included. Images, additional text files, and any metadata needed are all there and safe from sandboxing restrictions.

What’s especially intriguing is metadata support: with TextBundle, all kinds of information could be stored in the file and passed across devices and platforms:

This means that data such as revision history, writing statistics, and all kinds of things we haven’t imagined yet can be stored with a file that can move across folders, entire machines, and even platforms.

For new formats to work, they need to be ubiquitous; for Markdown formats to work, they need to be supported by the community of developers who make text editors. Right now, Ulysses III and Marked 2 have added support for TextBundle; developers can check out the official spec here.

Permalink