Tagged Questions

4
votes
2answers
116 views

Object Model of a Social Network

Where can i find resources that describes the strategies and patterns of design of social networks object models? For examples, how to implement relationships between users, how to implement the …
2
votes
1answer
766 views

lovdbyless VS Community engine…which is best?

So with ruby being ushered in as the new programming messiah, I'm wondering if anyone has preferences based upon ease of use, resources needed to run, usability and ease of customization. is there a …
1
vote
2answers
128 views

basic SNA in R? - How to load network data

A few years back I used UCINET for some social network analysis. Theese days I'd like to use SNA again - but this time I prefer a unified analysis framework - which for me is R. I have looked at the …
1
vote
1answer
72 views

What is the best library for generating visual object graphs in PHP (or JavaScript) (e.g. for depicting a social network)

I have a requirement to graphically depict relationships between a set of objects as well as their types in a PHP application. The relatinships would be previously generated. I am only looking for a …
1
vote
3answers
88 views

Making A Website With Profiles

I am working on a social network, and I am doing it with php and mysql, I need to know how to make users have customizable profiles... Like editing status, ect... Also making it so only friends …
0
votes
1answer
45 views

friend inviter api from opensocial

is there any api for pulling contacts of a user from many different site, so they can be invited on the site from a user by a user? btw im not talking about just one site api, i mean like api for …
0
votes
1answer
69 views

How to get vertex eigenvalue centralities in R with igraph

I have a network loaded into an igraph object G that has 198 vertices and 214 edges. If I run: eig<-evcent(G)$vector The resulting eig is a vector with 2172 elements, rather than 198 elements. …
0
votes
1answer
30 views

Should I use a platform or a custom-build solution for my business?

I have an idea that involves social networking (note: it's not just a regular social networking site), and I'm wondering if I should use a social networking platform such as SocialEngine, Elgg, or …
0
votes
3answers
138 views

How to implement the activity stream in a social network

I'm developing my own social network, and I haven't found on the web examples of implementation the stream of users' actions... For example, how to filter actions for each users? How to store the …
0
votes
3answers
165 views

making a bigger image by stitching the others together

I want to make an app that gets your friends profile pics from say your facebook,myspace or twitter account and makes an image out all of them. I already know how to use these social networks' APIs to …
0
votes
8answers
147 views

Software for a social network in a corporate intranet running on LAMP

The company where I work for (1800+ Employees) is looking to enhance the personal relationships between its employees, allow a better collaboration and communication between departments and make it …