0
votes
1answer
59 views
searching social networking
How can I organize a search in a social network web application? Searching is done by full name. I want to use stored procedures. Is it the best sollution? What algorithm can be used?
While …
0
votes
3answers
104 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
1answer
42 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 …
-1
votes
0answers
135 views
What Would You Ask: Vark.com [closed]
I'm working on a premium research report regarding technologies classified as "the real-time web." I've spoken to 45+ companies in this space and am now writing up some of the most interesting as …
0
votes
0answers
21 views
Retrive user profile by using the OpenSocial Id
Hi,
In my OpenSocial application i have stored the orkut user id, user name, thumbnail url to my db. I can show the user profile by using these fields. Is there any way to show the user profile by …
0
votes
4answers
52 views
Client Login - how to store credentials securely on client side?
As many APIs provides access remotely to their data through the user/password combination,
I was wondering wich was the best way to store those value, highly secure way (even if 100% is impossible), …
13
votes
22answers
2k views
Where are all the Delphi Developers?
Stack Overflow has a pretty good Delphi community. I am curious however where else Delphi developers are hanging out. I am looking for programming related community sites.
Obviously …
0
votes
1answer
56 views
Which Java framework for building social/collaborative app ?
I would like to get your opinion on this topic : I'd like to build some social/collaborative app : not much media sharing, but mainly tagging, collaborative text content (as wikis), user profile, …
0
votes
0answers
52 views
new guy improving existing architecture [closed]
From Stevey's rant Done Get Things Smart:
You want someone who, when you give them a project to research, will come in on Monday and say: "I'm Done, and by the way I improved the existing …
0
votes
1answer
38 views
How do you exclude certain networks from logging in through Facebook connect
My question is how do you exclude certain networks from using facebook connect on your website. I mean if you want FB connect on your site, can you limit say only people with NYU.edu Emails or people …
2
votes
9answers
245 views
What personal data should never be published on the web?
I have been ask to create a kind of family web site where a relative can publish essays and photos of various family members (mostly ancestors).
Confronted with a mass of personal information such as …
4
votes
2answers
113 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 …
0
votes
2answers
76 views
Social Network Site development
I am developing a social networking website using asp.net 3.5 and sql server 2008. I need reference links, sites or reference books which help on knowing what are the best practices, code patterns and …
5
votes
0answers
305 views
Posting new stackoverflow questions on twitter and identi.ca, useful or useless? [closed]
I registered the accounts http://twitter.com/stack_overflow and
http://identi.ca/stackoverflow and wrote a script to post new questions to
these accounts.
Is this service useful or useless?
import …
0
votes
13answers
369 views
When you’re the new guy and you keep seeing dumb things - do you refactor them?
Do you refactor when you see things like this? Or do you just plug your nose and move on?
public Collection<DataValidationRuleBase> GetFieldValidationRules(String key)
{
…
