rusting pipe

OpenID and the Future of Virtual Communities

Dec 10, 2006

OpenID is an interesting idea that has come about in recent years. Here’s a quick overview to what it currently does and how it could change the future of our virtual communities.

The whole purpose of an openID is to never have to create a login and password for every site that you sign up to. Instead, theoretically, you can just enter in a link to your own URI and the site will automatically recognize you.

Currently openID is not quite where it should be, because the ID is stored through a site that you have to sign up for (pretty retarded right now) but eventually all the information will be stored through your own server and not someone else’s.

How will this impact our current social networks? Let’s say you find a site of artists, you join by pointing to your unique URI and that site will pull in all your friends through your own XFN list (also stored on your own site), your CV, hCard and Profile (through your own microformats), creating a much greater open connectivity between networks. Soon sites won’t host all this information for you and will only work as an application to connect users of certain interests.

Comments

Brad's AvatarI'm Brad Cooper, a user experience designer and front-end programmer with a passion for actualizing visions. I strive to create a piece of art in each site that I put together both visually and technically.

I'm an advocate of web standards and open source.

I work outside Philadelphia, PA and live in Marlton, NJ.

Learn more about me

Contact Me

bradleyjcooper@gmail.com or (856) 316-7128

Previous Tutorials

Unobtrusive Expand and Collapse Navigation

Create a vertical navigation that will expand and collapse to show and hide sub-navigation using only unordered lists and as few class/id names as possible…

Forcing New Windows on Users Script

Launch new windows for PDFs and External Websites without having to add anything into my (x)HTML – a pure behavior that should be separated from my core structure. There have been many attempts at tutorials on this, but I’ve never been happy. Here is my attempt – check out the finished demo.

Shorten document.getElementById

Do you write document.getElementById or document.getElementsByTagName too many times in your javascript to count? How about shortening them into their own easy to use functions?…

Google Feed API Tutorial

Using Google’s new Feed API, I wanted to be able to read in a single feed that pulls all of my blog, twitter, del.icio.us and digg posts…