Tagged Questions
The social tag has no wiki summary.
29
votes
25answers
1k views
Why do 'the others' think you can fix their computer? [closed]
Whenever I'm explaining what I do for a living (software developer, for example on a party and they had to ask), people tend to make a strange neuro-link:
He does something with computers I do not ...
26
votes
23answers
2k views
Advice to improve programmer communication skills [closed]
What single piece of advice would you give to a programmer who can write decent code, but has trouble communicating relevant details of his work to colleagues and users?
25
votes
18answers
1k views
Do you ever try to explain how fun programming is? [closed]
As you all know, there is nothing more fun than writing software. I guess we all remember occasions where we had to force ourselves to get up from behind our monitor to get something to eat or to go ...
18
votes
23answers
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 ...
16
votes
28answers
2k views
What is your best programming experience? [closed]
What has been your best programming experience so far?
Was it the first time you compiled hello.c?
Was it the first time you made your name fill your fathers TV with that 80's home computer?
Was it ...
9
votes
4answers
482 views
Cultural coding differences
I've always been wondering if there are differences between the way to code, let's say, in Germany and in India.
Of course, human relationships are completely different and fit the social context. ...
8
votes
2answers
93 views
Finding fellow open-source coders for various projects?
Does some sort of online marketplace for open source projects/coders exist? I'm looking for a way to find partners before I actually start a project, instead of starting the project alone and letting ...
8
votes
1answer
1k views
Which solution is better for Django social authentication?
django-socialregistration or django-SocialAuth?
For my new project, I'm thinking of having signups only through Facebook (and possibly Twitter). Don't care about OpenID, hence this question doesn't ...
6
votes
2answers
379 views
Looking for a standalone and open source “Social Login” PHP Library
like the Title says, I'm looking for a social Login Library that includes at least Facebook, Twitter, OpenID, Google and maybe Yahoo, for an easy integration into my PHP Website.
Of course Facebook ...
6
votes
3answers
2k views
shareThis vs addThis
ShareThis and AddThis are drop-in bookmarking and social link-sharing scripts you can add to an existing website.
i don't know which one i should use
What are the cons and pros of each?
both ...
6
votes
12answers
565 views
How to deal with someone's ugly code gently?
I've recently been given the task of finishing an incomplete project for my University. It'll count as credit for one Class so I'll shave a month off of my studies!
Here's the thing. The that was ...
6
votes
6answers
705 views
Should programmers do Pro Bono work? where are the code public defenders?
How many projects are people doing based on the Bro Bono publico ideals versus working for the highest wage or potential for a cash-in-buy-out payday?
For years lawyers have been called out for ...
5
votes
1answer
323 views
How to deploy custom Outlook Social Connector Provider
I have developed a simple outlook provider using C# 4.0 and VS 2010 but I am not able to create successfull installation package. I have read a lot of documentation, including links below and I have ...
5
votes
2answers
161 views
Resources/Teaching ideas to teach computers to kids [closed]
A small initiative from my work place plans to teach very basic computers to not so fortunate kids. I was looking for some very basic topics/resources. These kids are very young and have not ...
5
votes
1answer
119 views
Gathering data for social data driven website
I hope this isn't OT.
I've got an idea for a social site where the content is provided by the users. I see two problems:
You open the site, it has very little data to start with
You've attracted a ...
5
votes
8answers
484 views
how to explain to people how difficult your project is
That is something that literally affects any engineer in a bigger organization. You have a project that takes longer than expected, but for a good reason.
Project you depend on did not ship on time. ...
4
votes
1answer
82 views
All-in-one solution for using OAuth2 with Compojure
I am trying to integrate a compojure application with those OAuth2 providers: LinkedIn, Facebook, Google, and Twitter, using an all in one solution. I am aware of some existing java libraries such as ...
4
votes
8answers
353 views
How can a solo programmer become better at working in a group?
Solo programmers can practice good programming habits that will help them with group work (good commenting, coding styles, basic communication skills, version control system use) but there are some ...
3
votes
3answers
57 views
Are there any 'social' extensions for git? Or remotes monitoring tools?
I'm curious whether anyone has written a git extension that handles discussions related to the repository inside the repository itself. It might resemble github's source level comments, or maybe ...
3
votes
1answer
393 views
GWT application with social login hosted on Google App Engine
I´m trying to build an web application with the following requirements:
Hosted on GAE
Using GWT (+ Google Plugin for Eclipse and GWT Designer)
Using social login/authentication
I´m aware of this ...
3
votes
3answers
388 views
Database structure for social login implementation?
In my application, I have a "user" table which have following structure.
CREATE TABLE IF NOT EXISTS `users` (
`userId` int(10) unsigned NOT NULL auto_increment,
`username` varchar(128) NOT NULL ...
3
votes
2answers
178 views
Sharethis Customization
I imagine its a bit of javascript but how do you have the ShareThis widget go straight to the email page like on Mashable?
3
votes
2answers
545 views
LinkedIn Groups and Google Maps integration
Has anyone seen an implementation of Google Maps using LinkedIn group information?
Specifically I would like to plot the location of members within a group as pins on a Google Map.
Any help or ...
3
votes
4answers
136 views
What “non-software” development aspect in your environment that has helped you in creating usable software?
What is the "non-software" development aspect in your environment that has helped you in making your software more usable, secure, robust, and resilient (apart from it doing its job)?
I will ...
3
votes
9answers
334 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 ...
3
votes
3answers
369 views
DotNetNuke: Social Links for Blog Module
What is the best method for adding social links to each blog entry?
I could use sample code of adding links to the ascx files or I am even able to pay a little for a module that will do it.
I will ...
3
votes
5answers
1k views
Hibernate: Mapping User-Friends relation in Social Networks
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 ...
3
votes
4answers
307 views
Are there any good public SAP Business Intelligence developer networks out there? [closed]
So far I just use the SAP Developers' network at sdn.sap.com but I would love something a bit more grassroots with bleeding-edge social features.
Blogs and forums and any opportunity to seek help ...
2
votes
0answers
52 views
Re-parsing a facebook HTML5 comments box
Is there something similar to FB.XFBML.parse() but for the HTML5 versions of the social plugins? I don't want to use XFBML...
Basically, I'm building an one page application that needs to change the ...
2
votes
0answers
61 views
Comments Social Plugin Comments not posting on wall
I am currently trying to use the Facebook Comment Social plugin for comments on my site. Almost everything works, the comments can be seen by people on the site and also viewable using ...
2
votes
3answers
81 views
Does there exist a Google Docs-like site for social programming?
My lead coder and I want to hack a quick python program together tomorrow. Is there a site that will allow us, like Google Docs, to work on a program at the same time and run the code?
2
votes
1answer
34 views
How do I create a Like button for specific web pages within one company
First let me apologize for my lack of knowledge - I'm not a programmer. I'm a staff member of a small non profit that's trying to tackle social media.
We have a FB Like button that we put on our ...
2
votes
1answer
65 views
How to add an ActivityEvent to all users' newsfeed with the ActivityFeedGatherer in SharePoint 2010 MySites
I have developed numerous Event receivers and web parts for the social aspect of Microsoft SharePoint 2010 Social MySites. The next thing I would like to do is place an event receiver on a management ...
2
votes
1answer
366 views
How to dynamically create “Share This buttons” with a custom URLs with a javascript function?
im using the http://sharethis.com/ buttons to give users on a website a simple way to share content.
They have information on "custom buttons" here: ...
2
votes
2answers
238 views
Good ways to social photo sharing on Windows Phone 7
I'm an Android developer recently moved to Windows Phone 7 development. In Android, we were able to share pictures generated in our apps using a common (generic) sharing context menu which lists ...
2
votes
2answers
176 views
Social Network CMS with complex user management
I'm looking for a good OPEN SOURCE cms/framework that allows me to build a complex social networking website.
The complexity of the website that I would like to build will cater more towards user ...
2
votes
1answer
388 views
Google +1 Count for my homepage not for all subpages?
I implemented the fairly new Google +1 Button to a site I've developed. It sits in my footer and I want people to just +1 this page if the think it's a cool page. Since I implemented it already a few ...
2
votes
2answers
832 views
Facebook/Twitter login in my application
I am developing my site and in my site I want users to login through their
social network credentials like Facebook and Twitter.
How should I track these users whenever they do any event on my ...
2
votes
2answers
169 views
Java library for graphs
what is the best Java library for manipulating graphs (specifically, for social network analysis)? I've seen Jung, but I was wondering if you knew anything better (I don't need to visualize networks, ...
2
votes
3answers
3k views
tutorials about creating a social network using PHP & MySQL?
Where can I find tutorials about creating a social network (like db structure, sql query samples eg.) using PHP & MySQL ? I do not need a ready script, I just want to learn how to do it..
2
votes
1answer
295 views
is there an open source social media/network site framework?
I have an app that is made already, but thought of also bringing in social media/network elements like sharing widget, creating widget, creating certain widget social groups, ability to write their ...
2
votes
3answers
481 views
Basic social network functionality
I'm going to develop a social like network using Ruby on Rails.
For this app I need basic social functionality like friends, activities, authentication, user profile, facebook connect, comments. I ...
2
votes
5answers
415 views
Best architecture for a social media app
Im working on promising project that develops a new social media app for web and mobile. We have just started defining functionalities. Nevertheless, I'm thinking ahead on architecture. So I'm asking:
...
2
votes
8answers
423 views
.Net based open source social web site?
I am building a web site like Facebook. Not a competitor of a Facebook, just a mid-sized internal school alumni web site. :-)
Features I like is, each grade/class could organize itself as a group and ...
2
votes
9answers
2k views
Using PHP and MySQL, how to structure a “Friendship” in database for a community website?
For community websites like Facebook, myspace, etc.. They have a feature called "Friendship", means you can add friends, send "add friends request", etc..
How to structure it in database? I means, ...
1
vote
0answers
41 views
How does allauth work when user logs in via social registration
I have been trying to use django-allauth to provide Social registration, but I am having trouble configuring the profiles for the user. There is no documentation of django-allauth which tells
how a ...
1
vote
1answer
97 views
connect.facebook.net/en_US/all.js - Failed to load resource
Is anybody else getting this for their Facebook Like buttons. Tried on Chrome, Firefox, and IE and same thing.
1
vote
1answer
85 views
How do I make a custom Facebook Share button?
OK, so I've got a Facebook page set up for my site, and some nice JS rollovers for my site; all I need to do now, is to have these buttons execute the "Share" script. That is to say, when someone ...
1
vote
1answer
65 views
Changes in the header colour of Facebook Like Box
We have seen there have been some changes in the header colour of the Like Box social plugin:
Anybody knows if it is planned to offer a parameter to set that colour using the API (as with the border ...
1
vote
1answer
152 views
What are the best open-source/free “social network integration” plugins/libraries for CakePHP
I'm trying to add social integration into my web application, I'm looking for a plugin or library that I can use in CakePHP to allow a single API to interface with multiple social networks including ...