contacts

Can anyone suggest a good employee directory system?

We are looking to setup an employee directory with the usual information (name, number, department, job desc etc) and would like to give the users the functionality to update their own record as and when their details change. I'm struggling to find a suitable system, can anybody recommend? We are running IIS and the cms in use is Immedi...

Gmail,Yahoo, Facebook, Twitter contacts importer in PHP

Which is the greatest, cheapest application in PHP that I can buy to import Gmail, Yahoo, MSN, Facebook, Twitter contacts from my user's accounts if they wish to invite their friends? I have gone through: http://www.improsys.com/importer.htm http://www.octazen.com/demo.php and http://www.iplussoft.com/product/iplusinvite_pricing Octaz...

getting gmail contacts, can't figure out what to set content length to

I'm trying to retrieve my contacts using curl. I've succeeded in getting my authToken, and now am getting an error stating that I need to set the content-length in the header, but when I set the content length to 0 I get a "bad request" error. Does anyone know what the content length is? Is it the length of the Auth key? or the length o...

server for email, calendar and contacts

I'm looking for a solution like an exchange server for email, calendar, contacts, etc. I would prefer to use a open source solution. Any suggestions? The client PCs are using Mac/Unix and Windows, so the server must be accessible from all platforms. I prefer to used a non-Web-based solution, but i'm open to web-based suggestions if they...

Change firstname/lastname sortorder in Outlook and WindowsMobile

I have been using Microsoft Outlook and WindowsMobile devices for some years now. But I keep getting frustrated about the way the "contact manager" adds new contacts. It always puts the "lastname" first as if thats a global-standard for every Outlook/Windowsmobile user? I want to edit/change/setup the default way a new contact is added/...

source code of contacts - application of iPhone

I have seen the Contacts in iPhone Simulator. I want to create an application similar like that. Does apple provide open source of that " Contacts " application. Similarly, Does apple provide source code of " Safari ", So we can create our own browser. ...

How to create similar behavior as Gmails Contact manager

Hi all, I would like to create something similar as Gmail's contact manager. I'm not very experienced with Javascript, I understand the basic concepts of AJAX and know my way around jQuery. But that is as far as it goes. Book/blog recommendations are greatly appreciated. Thanks! ...

CardDAV and OS X Server

My intention is to build our company intranet, and store the contacts centrally on our Snow Leopard Server using the Address Book Server functionality. However, I can't for the life of me figure out how I'm supposed to modify the cards. CardDAV seems to be a new standard, and there's little documentation out there. Apple's Administratio...

Ruby Gem: Contacts for importing fails on ubuntu

I have the gem working nicely for gmail on my mac. I switch to production and the stuff stops working. Also, Blackbook doesn't work at all with gmail accounts. Any suggestions for a solid way too import contacts in Ruby on Rails? ** pls note that Ubuntu is running 1.8.6 vs 1.8.7 on my Mac. I wonder if that is causing different bahavior...

Wordpress And Zend

Hey all, I am wanting to do stuff with the Google Data API, the contacts specifically. The easist method i have found so far is using Zend. The problem I am having is adding the Zend framework. Does anyone know how to do this with WordPress? Thanks ...

Flash Web Contract

Can anybody suggest a good standard contract for a development of a small flash web site? Thank you! ...

can you query contact info from gmail programatically from csharp

i have a asp.net mvc webpage that queries a SQL server database for contact info. I have now migrated all of this contact info into gmail. is there anyway i can replace the model section of the asp.net mvc site to query my gmail contact info ? is there an example code to access this via some API? ...

postal address parsing with gmail contacts

i am using gmail contacts api but the address is all in one string. is there any standard parser to parse a single string into a proper address object with the following fields: Street Address 1 Street Address 2 City State Zip ...

Using google shared contacts api locally and on GAE

Hi, I noticed something strange when creating shared contact using google contacts api. This is code i am using to create contact: def AddEmail(name ,email): new_contact = gdata.contacts.ContactEntry(title=atom.Title(text=name)) new_contact.email.append(gdata.contacts.Email(address=email, ...

BlackBerry - Is it possible to change the status of the BlackBerry messenger programatically?

Hi Is it possible to change the BB Messenger's status programatically? As of now I could just find how to get contacts from the BB Messenger instance. Thanks for any help ...

How to read contacts on Android 2.0

Hi. I'm working on Android 2.0 and am trying to receive a list of all contacts. Since android.provider.Contacts.People is deprecated, I have to use android.provider.ContactsContract, But I can't find a proper example of how to use it (ex: retrieve a list of all contacts on the phonebook). Anyone knows how to implement it? Thanks! ...

Extend Contacts application on Android to provide encryption

Hi All, I want to encrypt individual contacts stored by the Contacts application on Android based on user's preference. So, I am thinking I'll have to hook/extend the Contacts application before the it stores data into the database and decrypt it when the user wants to view it. Also, I am assuming I will have to store the key for encryp...

Exporting contacts from an application.

I am maintaining an in-house ASP.NET web app, part of which includes a Customer Relationship Management module for our sales team. One of the things they want is to be able to export all their contacts out of our database into their wide variety of email clients (Outlook on Windows, allsorts on Mac) and phones (IPhones, Blackberries - pr...

How to import email contacts from various email service providers in a website?

Hi, I am trying to implement a email invitation tool that can be used by a member in my website and invite his contacts over email to review blogs. But I am not able to find a way to design the tool for multiple email service providers so that I can reach out to a maximum crowd. I have experimented with Google Contacts API in JavaScript...

Contacts created with Android emulator (2.0) not beign seen

I created contacts with the emulator for v 2.0. However, my i am unable to see these contacts. One of the Errors i get even before my code that executes the read contacts is; Cannot determine the default account for contacts compatibility See below for full stack: E/ContactsProvider( 109): Cannot determine the default account for con...