TELECOM Digest OnLine - Sorted: Build Your Own Social Sites


Build Your Own Social Sites


Eric Auchard, Reuters (reuters@telecom-digest.org)
Tue, 27 Feb 2007 19:08:23 -0600

Build your own social sites, Netscape founder says
By Eric Auchard

Ning, the latest startup of Netscape co-founder Marc Andreessen, is
looking to get a jump ahead of MySpace and Facebook by giving
consumers free tools to create and operate specialized online social
networks of their own.

The two-year-old Silicon Valley-based company said the new service, to
be introduced on Tuesday, allows casual Web users to create, within a
matter of minutes, a highly customized social network for one's
friends, family or acquaintances.

Social networks have caught fire in recent years among active Web
users who use them to connect to people with shared interests. Popular
sites range from hangouts for teenagers and their friends to video
game fans or business professionals.

Sites like MySpace offer Web users individual profile pages they can
use to connect to friends, but typically keep control of the
underlying network, including advertising sales.

By contrast, users within each Ning network can select the latest Web
features for watching videos online, creating a photo slideshow,
listening to music or publishing a blog. Members have far greater
flexibility over the look of their personal profile pages, buddy lists
and site color schemes.

"Other social network sites ask you to join their world. We are about
people creating their own worlds," said Ning Chief Executive Gina
Bianchini, who co-founded Ning with Andreessen.

Bianchini and Andreessen took part in a joint interview.

Ning sites can be public or private, with the company retaining rights
to run targeted advertising on member sites. But users can pay sliding
monthly fees for the right to run their own advertising, substitute
their own Web address, or add storage or bandwidth for high-traffic
Web sites.

SOCIAL NETWORKS IN AN INSTANT

Ning http://www.ning.com is part of a new class of companies that
analysts call the "do-it-yourself" Web.

Startups like Ning, Coghead and Teqlo give online users control not
just over individual Web pages or sites, but the ability to create new
Web applications for themselves, even if they have little or no
software programming experience.

Ning focuses on consumers while the others are more business oriented.
Another such company, JotSpot was acquired recently by Google Inc. as
part of the Web search leader's push into the software market
dominated by Microsoft.

Ning made a splash 18 months ago among Web enthusiasts when it
introduced its first set of basic online applications like restaurant
reviews and celebrity fan sites that it allowed users to clone in
order to create Web applications of their own.

"The whole point of providing customization and freedom is that you
want to give people something super simple at first but then, as they
get more sophisticated, you want to give them the ability to get more
creative," Andreessen said.

It's a shift that could take years, but eventually prove as important
as the take-off of blog publishing tools five years ago, said
Forrester Research analyst Charlene Li. "People are just getting into
this idea of having more control over the environment in which they
use the Web," Li said.

Bianchini said her company will begin releasing a steady flow of new
features, every two weeks. Functions can be added to established Ning
social network sites with a simple drag and drop motion, she
demonstrated in the interview. Upcoming features could include a
calendar or e-commerce capabilities.

"If we do this right there will be hundreds of thousands of Web sites
that look different from each other," said Bianchini, who previously
founded a Web marketing firm and sold it to Japanese advertising giant
Dentsu Inc. in 2003.

Copyright 2007 Reuters Limited.

NOTE: For more telecom/internet/networking/computer news from the
daily media, check out our feature 'Telecom Digest Extra' each day at
http://telecom-digest.org/td-extra/more-news.html . Hundreds of new
articles daily. And, discuss this and other topics in our forum at
http://telecom-digest.org/forum (or)
http://telecom-digest.org/chat/index.html

For more news and headlines, please go to:
http://telecom-digest.org/td-extra/newstoday.html

[TELECOM Digest Editor's Note: I am very confused about
something. Suppose I want to embed a Windows Media Player into a web
site I have built and allow the user to either listen or not, and to
choose one of several radio stations if they choose to listen, and to
be able to change stations as they are listening to the radio, subject
to buffering, etc. Exactly how do I pass the URL/file name from the
'FORM' where I 'SELECT' the stations from an 'OPTION' list of same to
the media player? To make this as simple as possible, I am going to
use Windows Media and IE-6 for the whole thing.

Now I *think* (and there I go, trying to use my diseased brain to
think with once again!) I could use lines of code something like
these:
<xmp>
<div align=center>
<SELECT id=cancion onchange=document.all.music.filename=document.all.cancion.va\lue;size=1 name=Music>
<OPTION selected>:::::::::Choose Program Here:::::::::</OPTION>
<OPTION> put URL here >describe it</OPTION>
<OPTION> a second choice here>describe it</OPTION>
<OPTION> maybe a third choice>describe it</OPTION>
... and so forth ...
Then eventually add this code:

</SELECT><BR>
<OBJECT id=music height=48 width=295
classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95>
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="Balance" VALUE="0">
<PARAM NAME="DisplaySize" VALUE="0">
<PARAM NAME="Filename" VALUE="">
<PARAM NAME="Mute" VALUE="0">
<PARAM NAME="SelectionStart" VALUE="-1">
<PARAM NAME="SelectionEnd" VALUE="-1">
<PARAM NAME="ShowControls" VALUE="-1">
<PARAM NAME="ShowAudioControls" VALUE="-1">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowPositionControls" VALUE="-1">
<PARAM NAME="Volume" VALUE="0">
<PARAM NAME="AudioStream" VALUE="-1">
</xmp>
Followed by a truck load of other PARAM NAMES and values for same, but
my problem is _how_ do I pass the URL from earlier to the player, when
I do not control the player itself, which is on the user's computer?
Now I am assuming the user has Windows Media and I.E. 6 or greater.

My experiments thus far have gotten me to the point that with a fresh
window, I can get any of my choices to play correctly, but to swap
and start listening to another selection either the player or the
form (or both) is getting confused somewhere. I do not want to tell
the user 'please re-draw your screen to make another choice'. There
must be a way to use an html form to feed an already running player?
And I am not yet going to get into the myriad of versions of Windows
and media players. Tell me what to do. PAT]

Post Followup Article Use your browser's quoting feature to quote article into reply
Go to Next message: Linda Deutsch, AP : "NY Youths in Plea Deal in MySpace Case"
Go to Previous message: Joseph Pine: "Re: Morton Grove, Illinois (was Party Line Dialing)"
TELECOM Digest: Home Page