The tag has no wiki summary.

learn more… | top users | synonyms

51
votes
1answer
1k views

Dissecting the Stack Overflow views counter

The last couple of days I've been trying to understand how the Stack Overflow page views counter works. I wish to add a views counter to a project of mine and investigating the options. Stack Overflow ...
38
votes
5answers
1k views

Suggested implementation for Generalist badge

Take the set of 500 of most popular tags on the site in question. Find and store the correlation of pairs of these tags, e.g. the proportion of the time that a question tagged c# is also tagged ...
8
votes
0answers
193 views

How are Stack Exchange engine updates deployed to production? [duplicate]

Possible Duplicate: What is Stack Overflow's deployment process? I'm just wondering, how does the Stack Exchange team deploy updates to production? As you have multiple servers, what ...
6
votes
1answer
65 views

Details on how search map in careers is implemented

On the search page http://careers.stackoverflow.com/employer/search the map is just great. I am interested in technology behind it. What is used to draw the markers client-side? Where aggregation ...
5
votes
1answer
126 views

How does Stack Exchange handle a unified user database?

I was wondering how a site like Stack Exchange manages to have a unified login system for all of their sites. Is the login/user management system kept separate from the sites?
4
votes
1answer
99 views

How many views does the Stack Overflow solution contain?

How many views does the Stack Overflow solution contain? I'm just curious, I want to compare with my MVC web app.
4
votes
0answers
43 views

Query about the structure of the flagged posts review page

I'm writing a WPF app, and I've been pondering for a while on how to show a preview of an HTML page then when the user clicks on a glyph the display expands and shows the full HTML page. So to cut a ...
3
votes
2answers
242 views

Stackoverflow-like text editing

We use a markup style system in a CMS. It works in a similar way to the system used for asking questions on stackoverflow (though it uses a different syntax). I am curious if the text editing system ...
3
votes
2answers
455 views

How does Stack Overflow do caching?

I'm writing an ASP.NET MVC site where I'm running into a dilmena on how to set up proper caching. I'm trying to achieve something similar to how Stack Overflow works with caching, in that all pages ...
2
votes
3answers
282 views

Is it wrong to ask how a Stack Overflow feature is implemented on Stack Overflow?

I really like the notification system that Stack Overflow has in place. For example, when I am typing in an answer to a question and someone else answers that same question, an orange notification ...
1
vote
2answers
154 views

How is the Stack Exchange CAPTCHA system implemented?

How does the CAPTCHA system in the Stack Exchange platform work behind-the-scenes? Specifically, after the system decides to display a challenge to the user, how is the result URL stored? ...
1
vote
1answer
35 views

Regular expression for hyperlinks used by SO/SE

What is the regular expression SO/SE sites use for making the hyperlink active? There is a problem if the hyperlink is in the sentence, that it might be followed by interpunction. I see that if there ...
1
vote
1answer
314 views

I want to create a site like Stack Overflow

Is there any quick way to get a social Q&A site up? Is there open sourced code allowing this?