<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    >

<channel>
    <title>Webmonkey &#187; Contacts</title>
    <atom:link href="http://www.webmonkey.com/tag/contacts/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>New Standard Hopes to Unify Your Address Book</title>
        <link>http://www.webmonkey.com/2010/08/new-standard-hopes-to-unify-your-address-book/</link>
        <comments>http://www.webmonkey.com/2010/08/new-standard-hopes-to-unify-your-address-book/#comments</comments>
        <pubDate>Wed, 18 Aug 2010 17:19:27 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=48353</guid>
        		<category><![CDATA[APIs]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Contacts]]></category>
		<category><![CDATA[W3C]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2010/08/w3c_main.png" type="image/png" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/w3c_main.png" alt="New Standard Hopes to Unify Your Address Book" /></div>If you&#8217;re like most of us, you probably have contact and address book data spread all over the web &#8212; friends on Facebook, contacts in Gmail, followers on Twitter, and names in your local address book application. Wouldn&#8217;t it be nice if all that data were available in one place where you could see it [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><a href="http://www.webmonkey.com/wp-content/uploads/2010/08/w3c_main.png"><img src="http://www.webmonkey.com/wp-content/uploads/2010/08/w3c_main-300x45.png" alt="" title="w3c_main" width="300" height="45" class="alignnone size-medium wp-image-48365" /></a>
<p>If you&#8217;re like most of us, you probably have contact and address book data spread all over the web &#8212; friends on Facebook, contacts in Gmail, followers on Twitter, and names in your local address book application. </p>
<p>Wouldn&#8217;t it be nice if all that data were available in one place where you could see it all, control which sites have access to it and manage your on and offline friends?</p>
<p>The truly unified address book is still a ways off, but there is hope it will be especially useful once it arrives thanks to some emerging standards.</p>
<p>The Worldwide Web Consortium (W3C), the governing body that creates and oversees web standards, has <a href="http://www.w3.org/News/2010.html#entry-8878">published a working draft</a> of what&#8217;s known as the <a href="http://www.w3.org/TR/2010/WD-contacts-api-20100817/">Contacts API</a>. The goal behind the Contacts API is to provide a way to unify your address book, pulling from both local and online sources, and to allow you to better control how third-party websites access your data.</p>
<p>The latest draft incorporates feedback based on the earlier draft, first published back in January of 2010. It builds upon the work being done on <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> and <a href="http://portablecontacts.net/">Portable Contacts</a>, among other contact systems already being used on the web. The final version is penciled in for mid-2011.</p>
<p>The Contacts API is part of a broader initiative at the W3C called the <a href="http://www.w3.org/2007/uwa/">Ubiquitous Web Applications</a> activity. The purpose of the group is to develop underlying infrastructures web services can take advantage of to make web apps more powerful and more useful. The Geolocation API, which lets a web app learn your location, and the Devices API, which lets a web app access a camera or microphone in your hardware, are also part of the same initiative. It also fits into the ideals outlined by the W3C&#8217;s vision of <a href="http://www.w3.org/standards/semanticweb/">a semantic web</a>.</p>
<p>So what will the Contacts API standardize? Currently, if a site wants to access your contacts list it generally does so by grabbing, say, your whole Gmail contacts list. Even with standards like OAuth, which gives you control over which sites can access your contacts list, you still don&#8217;t have much in the way of fine-grained permissions.</p>
<p>Say you want Facebook to only grab contacts that you&#8217;ve put in the address group &#8220;friends&#8221; in your Gmail address book. With the current controls, you&#8217;re out of luck. But if and when the Contacts API is ratified and adopted, that&#8217;s exactly the sort of thing it would allow you to do.</p>
<p>The Contacts API would also give the browser a method of unifying all your various contacts lists &#8212; for example your contacts from Gmail, Facebook and your local address book all merged to single list.</p>
<p>It sounds grand, no doubt, but the Contacts API is a long way from reality. Mozilla has experimented with the API (along with other tools) to create the Labs project <a href="http://www.webmonkey.com/2010/04/mozilla-contacts-helps-firefox-discover-your-social-web/">Contacts</a>, but like the APIs it uses, Contacts is still very much a work in progress.</p>
<p><strong>See Also:</strong><br/></p>
<ul>
<li><a href="http://www.webmonkey.com/2010/04/mozilla-contacts-helps-firefox-discover-your-social-web/">Mozilla Contacts Helps Firefox Discover Your Social Web</a></li>
<li><a href="http://www.webmonkey.com/2010/03/mozilla-labs-seeks-to-tame-your-address-book-with-contacts/">Mozilla Labs Seeks to Tame Your Address Book With ‘Contacts’</a></li>
<li><a href="http://www.webmonkey.com/2008/03/new_google_contacts_api_taps_your_gmail_address_book/">New Google Contacts API Taps Your Gmail Address Book</a></li>
<li><a href="http://www.webmonkey.com/2008/07/access_your_gmail_contacts_from_any_site/">Access Your Gmail Contacts From Any Site</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2010/08/new-standard-hopes-to-unify-your-address-book/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    
    <item>
        <title>Gmail Fixes Auto-Contacts Feature Again</title>
        <link>http://www.webmonkey.com/2008/10/gmail_fixes_auto-contacts_feature/</link>
        <comments>http://www.webmonkey.com/2008/10/gmail_fixes_auto-contacts_feature/#comments</comments>
        <pubDate>Tue, 21 Oct 2008 23:57:57 +0000</pubDate>

                <dc:creator>Scott Loganbill</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/blog/gmailfixesautocontactsfeatureagain</guid>
        		<category><![CDATA[Software & Tools]]></category>
		<category><![CDATA[Address Book]]></category>
		<category><![CDATA[Contacts]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
        <description><![CDATA[Gmail has refined a fix to its online address book Tuesday to automatically add email contacts by usage, but allow more manual organizational control by user. The release is slowly rolling out to all accounts. The fix refines a previous one where it would automatically sort previously used email addresses into a &#8220;Suggested Contacts&#8221; group. [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><img class="blogimg" src="http://blog.wired.com/monkeybites/images/gmail.jpg" />Gmail has refined a fix to its online address book Tuesday to automatically add email contacts by usage, but allow more manual organizational control by user. The release is slowly rolling out to all accounts.</p>
<p>The fix refines a previous one where it would automatically sort previously used email addresses into a &#8220;Suggested Contacts&#8221; group. If you continually used addresses more than five times, addresses would be automatically added to your &#8220;My Contacts&#8221; group.</p>
<p>The previous fix would offer a checkbox to turn off auto-adding from the Suggested Contacts group entirely. This option has been turned on, thus turning auto-adding off, for everyone. Furthermore, all contacts auto-added to the My Contacts group have been returned to the Suggested Contacts group permanently. The only contacts in your My Contacts group should be those you&#8217;ve manually added. However, addresses in both the Suggested Contacts  and My Contacts groups will still auto-populate in the &#8220;To&#8221; field when addressing an email.</p>
<p>It&#8217;s a minor fix, but one that addresses a common complaint and a growing need for a reputable address book in the cloud. As more people start syncing their iPhones and other devices to Google contacts and ultimately caring about how it looks, the more it becomes depended on as a primary address book source. What was once an add-on afterthought to Gmail is now, arguably, a feature many rely on.</p>
<p><strong>See Also:</strong></p>
<ul>
<li><a href="http://www.webmonkey.com/blog/Gmail_Stops_Automatically_Adding_Contacts"> Gmail Stops Automatically Adding Contacts</a></li>
<li><a href="http://www.webmonkey.com/blog/New_Google_Contacts_API_Taps_Your_Gmail_Address_Book">New Google Contacts API Taps Your Gmail Address Book</a></li>
<li><a href="http://www.webmonkey.com/blog/Access_Your_Gmail_Contacts_From_Any_Site">Access Your Gmail Contacts From Any Site</a></li>
<li><a href="http://www.webmonkey.com/blog/GMail_Users_Report_Speed_Boosts_And_Better_Contact_Management">Gmail Users Report Speed Boosts and Better Contact Management</a></li>
</ul>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2008/10/gmail_fixes_auto-contacts_feature/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    </channel>
</rss>
