rusting pipe

The Socialization of Misconjoined Networks

Nov 02, 2006

When visiting a page that is rss enabled, my browser knows that its a feed that I can add to my list. Thanks to xml being developed, we have an open standard for distributing data.

In the near future, our socialization through the web will move away from inside the browser, to being an extension of it, just as news has gone from inside of the browser to being pulled into aggregators. Thanks to our changing perception of hiding information from one another, aggregators will soon recognize events, people and profiles and the interconnection between the three.

Our standards need to be developed cooperatively and openly in order for widespread adoption. Don’t you want to visit a blog, add it to your newsfeeds, look at the author and put him in your list of friends, create an event (like getting together for beers) and ‘feed’ it out to the community? It would eliminate the redundancy of having a different profile on every site you’ve ever been a part of.

There are a lot of high level conversations going on about the future of the online social network, but unless someone can tackle the underlying data distribution and the future of aggregation, we will continue to operate in misconjoined networks.

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…