Skip to content

Monthly Archives: November 2008

How to transfer outlook contacts and addresses to your Mac OSX Address Book for free

20-Nov-08

This one needs to be written because I recently noticed tons of software that claims to do this with ease, and obviously some expense. This info will also help you transfer thunderbird contacts to mac os x.

Here is the free and easy way to transfer your outlook express, or outlook contacts and addresses to your Mac OSX Address Book;

Download and install Thunderbird from Mozilla (google it) on your windows machine, it will ask you to import your account from outlook, go ahead and do it. Then export the newly created address book in Thunderbird using the LDIF method. Then move the exported file to your Mac, launch Address Book, and import that file using LDIF, then pat yourself on the back.

Tags: how to, LDIF, OSX, outlook, Thunderbird

Related posts

Mount external drives without user login in OSX Leopard, and Tiger

20-Nov-08

Download this file, save it as autodiskmount.plist, move it to /Library/Preferences/SystemConfiguration/ and reboot.

-or-

Create a blank text file, and past this code in:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AutomountDisksWithoutUserLogin</key>
<true/>
</dict>
</plist>

Save the file as autodiskmount.plist
move the file to /Library/Preferences/SystemConfiguration/

Note: The second line is all one line.

reboot, done.

This will mount your drives without logging in.

works in Tiger, and Leopard in my experience.

Tags: autodiskmount.plist, AutomountDisksWithoutUserLogin, code, how to, Leopard, OSX, tiger

Related posts

Right click in windows boot camp on a MacBook

16-Nov-08

I just researched this; How to right click in windows boot camp on a MacBook, and have come up with a few ways:

Easiest: place two fingers on the trackpad, then use your thumb to click the button

Other solutions: (these will help you remap the whole keyboard)

KeyTweak
Input Remapper (this will also help getting the eject CD button working)
Apple Mouse Utility

Tags: boot camp, how to, input remapper, MacBook, mouse utility

Related posts

How to move iCal to a new Mac in OSX Leopard

15-Nov-08

I recently started using a new OSX Leopard install, and wanted to move my iCal calendar without migrating my entire account, or using a sync method. To be fair, I probably could have used a sync method such as mobile me, or the iPhone, or whatever, but I chose the challenge of learning how to transfer an iCal calendar without any syncing, just moving some files.

The answer is in two files and a folder. You need to move two files:

~/Library/Preferences/com.apple.iCal.plist
~/Library/Preferences/iCalExternalSync.plist

replace ~ with the path to your account, example:

/Users/your-user-name-here/Library/Preferences/iCalExternalSync.plist

You also need to copy the contents of this folder:

~/Library/Calendars/

To be safe, make a copy of both your old and new files first, then remove the existing two files, and the contents of ~/Library/Calendars/ in our new install, replace these with the files from your old install, and then repair permissions when you are done.

This worked flawlessly for me.

Have fun.

Added by David Jan 2010:

On Snow Leopard, it’s much easier to do this. With iCal open go to File > Export on the computer whose calendar you want to copy. Then save the file to your network, a flash drive, or your desktop and email it to yourself. On your second mac, open up iCal and go to File > Import. It’s as easy as that. I went nuts trying to find that com.apple.iCal file with no luck, only to find they’ve made this easier in Snow Leopard. Hope this helps someone out there.

Tags: calendar, how to, iCal, iCalExternalSync, Mac, OSX, sync

Related posts