Things I like :-)
And Day One is heavily pushed by Apple on the front-page, so I guess Diary will not make it to the top. But second place in less than a week without any ads or help from Apple is pretty awesome…


Things I like :-)

And Day One is heavily pushed by Apple on the front-page, so I guess Diary will not make it to the top. But second place in less than a week without any ads or help from Apple is pretty awesome…

It’s a Browser. And it’s done.

It’s a Browser. And it’s done. I’ve just published the final version. Or the first. The first final version of Browser. Browser 1.0.

So go ahead and grab your copy and let me know what you think…

Browser Website
Download Browser for OS X Lion

Daily Snippet

I needed a way to terminate an application from within another without using Apple Script or old Carbon stuff. I finally found this nifty solution:

if ([[NSWorkspace sharedWorkspace] respondsToSelector:@selector(runningApplications)]) {
for (NSRunningApplication *app in [[NSWorkspace sharedWorkspace] runningApplications])
if ([@"Suggestions" isEqualToString:[app localizedName]])
[app terminate];
}

Prevent tab from closing


Prevent tab from closing

Read It Later, baby!

The upcoming final version of Browser will have Read It Later support directly built in. New Repository items can be automatically synced with the Read It Later list and that list can be also automatically synced with the Browser repository…

Browser Website
Read It Later Website

❝ They say that times changes things, but you actually have to change them yourself. ❞
Andy Warhol
Things I like :-)


Things I like :-)

NotSentCard (transparency)NotSentCard (background)


NotSentCard (transparency)
NotSentCard (background)

Processing for App Store

Unbelievable. It took Apple less than two days to review and approve the major update of Diary. I am shocked. In a very positive way. I even haven’t finished the all new website and its manual yet.

So – Diary 2.0 will be available on the Mac App Store within the next couples of hours and I really hope you will like it as much as I do…

Diary Website
Diary on the Mac App Store

Last Beta Update for Browser

Writing your own browser is exhausting – but fun. And there is so much new to learn. And so much to think about and of course so much to do wrong. But I think and hope that I am doing quite ok so far. Performance is good. No crashes the last weeks, no major problems with websites and this latest update should fix all download related bugs with sites like GitHub, photocase and Co.

The gestures should now work for all of you (if otherwise – please drop a note) and the Safari bookmarks (Bookmarks Bar) can now be included in the suggestions as well. This is of source resource hungry and thus an optional feature.

I’ve also polished the bookmarks view and added an own sheet for editing them.

And most important of all – I’ve worked on the performance. You should be able to ‘feel’ it…

Browser Website
Download Browser for OS X Lion

The Daily Ollerum


Waiting For Review

I’ve just successfully submitted the latest update for Diary and it is a big one. I really hope it will take Apple not long to approve it. Or even worth – that it will get rejected…

Unbelievable!

Hey developer,

please do our job and test 10.7.3 – and hey, we don’t tell you that your doomed if you do so…

Who Needs Process?

Friedrichshain, Berlin, Germany

The upcoming major update for Diary is now able to automatically request the current location and of course one can later search entries by that location or edit it afterwards…