Forum Moderators: bakedjake

Message Too Old, No Replies

Best way to make Contacts portable?

         

pixeltierra

5:17 pm on Feb 22, 2008 (gmt 0)

10+ Year Member



Currently comparing options for making my contacts mobile and portable. 2 years ago found nothing so wrote my own appplication that parses delimited text files for my personal use on my web server. This is a little unwieldy.

My latest idea was to maintain the contacts in Thunderbird, and programatically parse the data file on a web server for various uses: through the web, from mobile phone, etc. Only it seems that the data file thunderbird uses is a serious bi*ch to parse, or really do anything with programatically. Many documented attempts can be found on the web, that ended in suicide or homicide. Well not really...

But even the thunderbird contacts list doesn't work with imap, so that list is only available from one computer as far as I know. I guess one option is to have startup scripts that check upload the contacts datafile from a main machine, and download it at startup from other machines. Kindof a pain, and prone to all kinds of annoyances.

Are there any good options for having portable, mobile, maintainable contact info?

stajer

5:33 pm on Feb 22, 2008 (gmt 0)

10+ Year Member



For $10 a month you can get a hosted Microsoft Exchange email account. Exhcnage will manage your email, calendar, contacts, todo list, notes, etc. You can use Outlook or Entourage (Mac) as your mail/PIM client. There is web access that gives you full access. Get a blackberry, treo, windows mobile or any phone that supports activesync and you will have always up to date contacts on your phone - no syncing required. Better yet, update a contact on your cell phone and it will be automatically updated on your computer.

jtara

6:08 pm on Feb 22, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thunderboard can't export in vCard format?

Not sure why you are using your own proprietary format. There ARE standards for contact data. vCard, iCalendar, etc.

There's also the hCard microformat, which defines a format for embedding vCard data in a web page (you could use a password-protected page), and an XML vCard format.

It sounds like maybe you want a WebDav or iCal server.

Not sure if anything is currently available for WebDav. It looks like there are several proposals to use WebDav to serve vCards, one called CardDav.

[chandlerproject.org...]