active questions tagged community-building - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T15:09:15Z http://stackoverflow.com/feeds/tag/community-building http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/261654/building-an-addictive-site 26 Building an Addictive Site Mr. Matt 2008-11-04T12:03:12Z 2009-11-06T01:05:19Z <p>What aspects of a site (such as SO) make it addictive? I'm looking to build features into one of my own community sites that get people hooked - something to bring them back for more each day and to help drive participation (posting, commenting, etc...), and I'm trying to get a consensus as to what types of features can help achieve this. Any thoughts?</p> <p><em>EDIT</em></p> <p>Note that this is not just about SO, rather I'm looking for ideas as to how to make a community site addictive regardless of it's audience.</p> <p><em>EDIT</em></p> <p>I've done a little reading around this, based on some of the answers - it seems that making a site addictive is very similar to making a game addictive.</p> <ul> <li>Constant, small rewards for contribution (reputation, points)</li> <li>Larger rewards for remarkable contributions (badges, ranks)</li> <li>Public confirmation of your score (high-scores / reputation)</li> <li>Exploration rewards (access to features / secrets / weapons as you contribute / play more)</li> </ul> <p>By adding features that pander towards these desires, a user can be drawn in and always have a goal that is slightly out of reach, causing a feedback loop of constant improvement and contribution.</p> <p><em>EDIT</em></p> <ul> <li><a href="http://www.codinghorror.com/blog/archives/000722.html" rel="nofollow">Speed as a feature</a></li> </ul> <p>Are there any other aspects of making a site addictive?</p> http://stackoverflow.com/questions/362376/why-did-you-choose-programming-as-a-profession 14 Why did you choose programming as a profession? Adeel 2008-12-12T10:18:46Z 2009-10-02T10:34:48Z <p>What was your objective/reason behind choosing programming as a profession.?</p> http://stackoverflow.com/questions/211360/orders-of-magnitude-what-was-the-lowest-level-code-you-have-worked-on-the-highe 2 Orders of Magnitude: What was the lowest-level code you have worked on? The highest level? pookleblinky 2008-10-17T08:05:51Z 2009-07-04T08:01:33Z <p>Dijkstra once noted that a programmer can reasonably expect to have to work within a range of at least thirty orders of magnitude- from dealing with individual bits all the way up to gigabyte-sized units.</p> <p>Let's test this. In your career, what was the smallest level of data manipulation you have worked on, and the largest? In which direction has your career moved: toward the bare metal, or toward inhumanly large constructs?</p> <p>Extra kudos to those brave punch-card veterans of the days of <a href="http://catb.org/jargon/html/story-of-mel.html" rel="nofollow">Mel</a> who have survived and even thrived in the transition from raw binary to massive software architecture. We salute you.</p> http://stackoverflow.com/questions/439417/what-is-your-opinon-about-community-server-like-platforms 0 What is your opinon about Community Server like platforms ? Moran 2009-01-13T15:38:49Z 2009-01-13T16:59:10Z <p>if can choose a platform to work with , when you build a new application would you prefer to build it from scratch or use platform like Community Server ? </p> http://stackoverflow.com/questions/214605/the-best-way-to-familiarize-yourself-with-an-inherited-codebase 10 The best way to familiarize yourself with an inherited codebase pookleblinky 2008-10-18T05:05:39Z 2008-11-04T12:22:43Z <p>Stacker Nobody asked about the <a href="http://stackoverflow.com/questions/214452/what-surprised-you-the-most-about-the-software-industry">most shocking thing new programmers find as they enter the field</a>.</p> <p>Very high on the list, is the impact of inheriting a codebase with which one must rapidly become acquainted. It can be quite a shock to suddenly find yourself charged with maintaining N lines of code that has been clobbered together for who knows how long, and to have a short time in which to start contributing to it.</p> <p>How do you efficiently absorb all this new data? What eases this transition? Is the only real solution to have already contributed to enough open-source projects that the shock wears off?</p> <p>This also applies to veteran programmers. What techniques do you use to ease the transition into a new codebase?</p> <p>I added the Community-Building tag to this because I'd also like to hear some war-stories about these transitions. Feel free to share how you handled a particularly stressful learning curve.</p> http://stackoverflow.com/questions/9977/what-do-you-look-for-from-a-user-group 1 What do you look for from a User Group? 1kevgriff 2008-08-13T15:50:56Z 2008-11-02T15:14:13Z <p>I'm in the process of starting a User Group in my area related to .NET development. The format of the community will be the average free food, presentation, and then maybe free swag giveaway.</p> <p>What would you, as a member of a user community, look for in order to keep you coming back month to month?</p> http://stackoverflow.com/questions/29633/what-is-the-important-aspect-of-creating-online-communities 2 What is the important aspect of creating online communities? paan 2008-08-27T06:43:43Z 2008-11-02T15:13:44Z <p>What features do you think can help foster creating an online community.<br /> From my own observation i think what is needed:</p> <ol> <li>community involvement<br /> (let people contribute to the community by giving them control on the community, for example able to vote stuff up/down)</li> <li>low entry barrier<br /> (for example, stackoverflow allow you to do stuff without even login.. so that people can involve in the community early)</li> </ol> <p>What other things do you thing that I need to do, is there any other important points that I am missing.</p> <p>I am working on a small, web commnunity and I want to start on the right footing... </p>