|
Http://www.s3fm.com/ is really useful for uploading/viewing files for personal viewing.
I was wondering if there was something good for social networks (using Amazon s3 or something similar), where it will only show the subset of files uploaded by a specific...
Started by chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can of course ....
What you use doesn't really matter, you could use S3, Azure, etc as your base storage "cloud."
There is no method of authentication on S3, it only serves files publicly .
I believe you would need to build your own system to do this .
|
|
I want to create some kind “social” connection/interaction in an application that I am creating.
The application is for a restrict group of professionals, that would benefits for social connection/interaction with each other.
So now I don’t know what ...
Started by Jlouro on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But there are other aspects of a social network site that you maybe want.
You want a social network site for professionals so we can rule out the fluffy bits.
Functionality you want in your application.
|
|
It's quite some time that I'm trying to figure out this problem and from googling around many people have similar problems.
I'm trying to model a User in a Social Network, using Hibernate, and what is more basic to a social network than to map a friendship...
Started by cdecker on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Currently yours....
Edit:
It seems as if a many to many relationship needs to be accessible from both ends .
In any case, see the docs.
I guess something like
@ManyToMany(mappedBy = "friends")
might work.
The ManyToMany annotation has a mappedBy parameter.
|
Ask your Facebook Friends
|
What are your preffered types of website.. forums or social networks?
Started by whosfrank on
, 20 posts
by 17 people.
Answer Snippets (Read the full thread at adminforums):
Forum is better but twitter is the only social network I....
Like my post networks move too fast its hard to keep up.
An option for forums with social network features? Forums, social networks are too big.
|
|
I am working on a social network type site in PHP, I have done this once before and the site outgrew my coding ability to keep up, this was a couple years back and now I am wanting to tackle this project again.
Basicly on my network there is a friend_...
Started by jasondavis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Id also recommend looking at the source code for the open source PHP based social network Elgg at http://www.elgg.org/.
Efficient tools.
|
|
This question is inspired by the article " Why are Facebook, Digg, and Twitter so hard to scale? " on highscalability.com
So what database systems(however obscure) are out there that would be able to handle this type of data better?
Thanks for you help...
Started by Jeff on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Social networks article at the Neo4j blog on how to represent social networks in a graph database, with the examples with a graph database....
Is tailored for the data structure you are trying to represent is often advantageous .
|
|
Its true that when we think of social networks we only think of Facebook and twitter I guess. But if you had to rank your top 5 social networks what will they be ?
Here's mine
1. Facebook
2. Twitter
3. Google+
4. Runfaces
5. Joindiaspora
What's yours ...
Started by mkenana on
, 19 posts
by 18 people.
Answer Snippets (Read the full thread at digitalpoint):
About this new hot social network "Pinterest"? If anyone know how to register on it, then please let1) facebook
2) linked in
3) google plus
4) tagged
5) twitter If we talk about 5 best social, a different concept with every social....
|
|
What social networks do you use for promotion? Share your username if you like, let's do some networking here!
Answer Snippets (Read the full thread at adminaddict):
:)
It'....
I currently use very welcome.
I dont know how to use social bookmarking sites What is virb? I've never heard of it.
It brings 1 user every..
I dump a RSS feed to twitter.
For making facebook best site of social networks...
|
|
Which social networks do you use to promote your websites?
I use twitter, facebook, google plus and Digg to promote content on my forum.
Started by Moving In! on
, 15 posts
by 14 people.
Answer Snippets (Read the full thread at adminforums):
The Blog.
Not such an avid social media user anyway.
With people and twitter for some promotion.
|
|
Hi,
we are currently developing a website which will heavily involve connections to several social networks. I name a few (facebook, youtube, flickr, google contacts, windows live contacts, twitter,...)
i know (from collegues) that a library exists for...
Started by Sander on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
At doing with the Social Networks, you might want to check out YQL - Yahoo! Query Language - this allows.
|