hCard - ReadWriteWeb http://www.readwriteweb.com/feeds/tag/hCard en Copyright 2009 Richard MacManus readwriteweb@gmail.com Mon, 23 Nov 2009 21:12:49 -0800 http://www.sixapart.com/movabletype/?v=4.23-en http://blogs.law.harvard.edu/tech/rss Yahoo! Pushes 26.5 Million Microformats Into the Wild It was just a couple of weeks ago that Yahoo! announced that it would begin indexing semantic markup language such as microformats in its search engine. That's a huge win for the bottom-up approach to building the Semantic Web, and provides an incentive for publishers to start adopting semantic markup like RDF and microformats. As a publisher, Yahoo! is also eating its own dogfood, so to speak, and putting microformats to use on its own sites.

]]>Sponsor

]]> Yesterday, Yahoo! announced that it had begun using microformats on its European shopping search engine Kelkoo. Specifically, Yahoo! Europe pushed out the biggest deployment yet of the draft hListing format, which is a new format used for marking up classifieds listings.

The actual number of hListing's Yahoo! put out there was 26,456,448, as well as an additional 6,500 hCard listings describing merchants. "This bumper injection of structured data into Kelkoo’s pages makes it ripe for re-use, be that browser extensions to draw out product information on our pages, indexing services aggregating product listings together or mashing up the data for reuse in widgets," said developer Ben Ward of Yahoo! Europe.

Ward also indicated that Yahoo! hoped that other sites would adopt the hListing microformat. "After years of waiting for technology to move the web forward, it’s happening. There’s information our there now to pull of functionality we never had before. As web developers, there’s little to do but slip in microformatted mark-up wherever we can, and start having fun in consuming it," he said.

]]>Discuss]]>
http://www.readwriteweb.com/archives/yahoo_kelkoo_microformats.php http://www.readwriteweb.com/archives/yahoo_kelkoo_microformats.php Products Fri, 28 Mar 2008 10:59:40 -0800 Josh Catone
4 Technologies for Portability in Social Networks: A Primer Today Marshall Kirkpatrick interviewed Facebook CEO Mark Zuckerberg at SXSW, with the main topic of discussion being Data Portability. Later in the day at the festival, a star studded panel discussed building portable social networks. The panel highlighted four technologies that help make identity and data more portable across social networks: hCard; XFN and FOAF; OpenID; OAuth.

]]>Sponsor

]]> This post serves as an introduction to each of these technologies.

hCard: Providing Your Contact Information

MicroformatsUsers are tired of repeatedly entering profile information over and over again. This problem is solved by the microformat hCard. Leslie Chicoine, an Experience Designer at Get Satisfaction, talked about how her company had created a sign up process for their web application using hCard. (see screen shot below)

HCardGetSatisfaction

XFN & FOAF: Who are your contacts

SocialGraphAPIAnother microformat, XFN, and the FOAF project are techniques for embedding relationships in links. This allows social networks to recommend contacts that should be shared, without scraping web based email clients. Recently, Google introduced a Social Graph API, which "index[es] the public Web for XHTML Friends Network (XFN), Friend of a Friend (FOAF) markup and other publicly declared connections".

Something very interesting that I wasn't aware of until today's panel was that both Plaxo & Six Apart were working on something similar before Google announced OpenSocial, according to Joe Smarr and David Recordon. However, once Google started focusing on this they were happy to hand it over to them - because Google "has the web on a hard drive", so it makes the crawling component of this far less difficult. For a good overview on Google's Social Graph API, check out the following introductory video:

OpenID: Authenticating Individuals

Openid Big Logo OpenID is a decentralized framework for allowing social networks (and other web applications) to authenticate users. In other words, it lets users login using shared credentials across different services. It also allows individuals to decide what information they want to share with each application. For example, a user might decide not to provide their postal or email address.

OAuth: Authorizing Access

The final protocol discussed was OAuth. It is a protocol that is less about authentication (OpenID) and more about authorization. The protocol has been developed over the last year. The specification was released in December 2007 and modeled off a number of authorization protocols, including the Flickr Authorization protocol. According to Chris Messina, a number of services have already started using it including:

OAuth
  • Fireeagle
  • Open Social
  • Pownce
  • Get Satisfcation, and
  • Magnolia
  • (and Twitter support will be coming soon)

Chris also pointed to a comment in a recent post of ours about email passwords, that highlighted the need for tools like these. Also there was a comment on RWW from Oren Michels at Mashery, indicating it is the most requested feature for them right now.

Conclusion

DPLogoSecurely moving your data around the web has increasingly become an important concept on the web. Arguably, it was the most discussed meme at this year's SXSW. While not an application, you could say it has been 'this year's Twitter'.

The Data Portability group deserves credit for educating the market. Beyond that, it is also an idea whose time has clearly come. It is interesting to think what applications will be built on top of these portability standards - they might be popular by next year's SXSW!

]]>Discuss]]>
http://www.readwriteweb.com/archives/4_technologies_for_portability.php http://www.readwriteweb.com/archives/4_technologies_for_portability.php SXSW 2008 Mon, 10 Mar 2008 21:39:34 -0800 Sean Ammirati