iCloud: how to sync Contacts and Calendars to Android OS

Android iCloud Sync LogoDon’t worry, I didn’t move away from Apple devices ;) But due to my current job, I got an Android OS based mobile phone. And of course I wanted to be able to access my perfectly organized contact cards there – and for free, not with some kind of costly synch tool.

Turned out to be not so easy – something I generally think about Android so far, but that is another story and shall be told another time – but I got it working anyway in the end. Credits and thanks goes to Jeremy and his blog post “Sync iCloud Contacts/Calendar with Android“.

Here’s what you need to to, in order to sync iCloud Contacts and Calendars to Android OS:

Continue reading

OS X: how-to fix unrecognized User Password

OS X Lion LogoOS X nearly drove me nuts today, as it suddenly stopped accepting my Username/Password combination for authentication. First this happened when I wanted to relogin from the Screensaver, worked again after a hard-restart to login to the OS, just to come back when working inside OS X and trying to authenticate in order to delete a protected folder.

Continue reading

Microsoft Word: Mail Merge into single documents

Microsoft Office Word LogoRecently I had to create a lot of Microsoft Office Word documents based on the same template, so I decided to use Mail Merge. Unfortunately when you generate a document from a defined Mail Merge template in Word, you end up having all the pages inside one huge document. But I wanted to have each form in a seperate word document.

To achieve this non-standard behavior, I wrote a little helper: execute the following VBA Macro on your Office Word Mail Merge template to have Word generate & save every record into a single file.

Attention
There is one thing to do manually, because I couldn’t solve it programmatically: you have to manually set the “Mail Merge Output” setting to “Current Record”! (default is “All”)
Office Word Mail Merge VBA manual output setting

Here’s the VBA code for the Macro:
Continue reading

OS X: How-to remove unknown Login Items

I noticed recently, that I had a grayed out item named “Unknown” in my login items list in OS X Lion, even indicated with a warning icon next to it. But I couldn’t remove this – obviously missing – item from the list, because the removal icon (-) below the login item list was grayed out/deactivated.

OSX Unknown Login Item

After browsing the web a bit, I surprisingly found a solution to remove such items on Apple’s support website itself: just reboot your Mac into Safe Mode (hold down the Shift key when starting up) – and the broken login item will be gone automatically afterwards! It seems like OS X cleans up such things on a Safe Boot – and I am happy again :)

Automator-Service to add Task to Wunderlist

Wunderlist Logo
I started using the fantastic app “Wunderlist” for my personal Task Management on the Mac, of course with synchronisation to iPhone and the web.

Before I used to write all my To-dos simply into the Stickies.app – which worked, but was not too flexible. While migrating all pending Tasks from my notes, I realized that I’d love to be able to use the right-click-contextmenu to send the current text selection to Wunderlist. As I have done similiar things already for image manipulations, etc. using an Automator Service, I knew where to start for my new requirement :)

Continue reading