***DO NOT USE THIS TAG*** If you need to ask questions about the site itself, especially if you are looking for support or reporting a bug, you should do so on Meta Stack Overflow: http://meta.stackoverflow.com/

learn more… | top users | synonyms

0
votes
0answers
4 views

Reg: Internal Storage

I want to store[Write/Read] some text files in internally. But if my app uninstall manually my internal files also removed.So please help me for solve this issue. Thanks&Regards, Ram@@@
0
votes
0answers
14 views

Where is the sitemap.xml file for StackOverflow.com? [migrated]

Searching Google for: filetype:xml site:stackoverflow.com gives you as the first result: Stack Overflow sitemap But clicking on it stackoverflow.com shows you a "Page Not Found" page. Here is the ...
1
vote
0answers
39 views

cannot connenct to the IP address of “stackoverflow.com” [migrated]

This morning,I tried to connect to the "stackoverflow.com",but failed.Then I used the cmd :ping stackoverflow.com.It worked ,got all the four replies and showed the IP address"198.252.206.16".So I ...
-1
votes
0answers
16 views

How can I generate profile picture dynamically like StackOverflow? [migrated]

I am curious how StackOverflow generates profile pictures randomly in cute way. What is the best way to achieve that? What tools or programming knowledge I should know?
0
votes
2answers
39 views

How do i connect javascript to sql database

I have an e-learning module designed using flash(designed by third party) in the sharepoint site.At the end of e-learning ,user has to answer the questions .These answers are printing to a new page ...
1
vote
0answers
22 views

As a new user, how do I gain reputation/participate in SO if all my questions have already been answered? [migrated]

I like the community and appreciate the great service it's been to me over the past few months. Sometimes I want to show my support for a great answer or comment, but I can't because I'm a new user ...
0
votes
0answers
21 views

Can someone explain OpenID on this site? [migrated]

The reason I never used this website is that it has always been impossible to log into. That includes Stack Exchange, which I don't understand at all. I originally signed up with OpenID, but it is a ...
2
votes
2answers
87 views

What algorithm does StackOverflow use for finding similar questions? [duplicate]

I need to create a help desk for customers in a website I'm building and I love the way StackOverflow finds similar questions. Does anyone know what algorithm the site uses and can you provide any ...
0
votes
1answer
39 views

need suggestion for database regarding Stackoverflow related project

I am working on implementing a feature similar to "related questions" feature of SO.I want to suggest the most matching questions for few of the tags like C,C++. Is it more preferable to use a NoSQL ...
0
votes
1answer
25 views

How to maintain list of Favourite questions and answers in stackoverflow? [closed]

How to maintain list of Favorite questions and answers in stackoverflow? Thanks, Kathir
0
votes
2answers
113 views

Auto save form drafts

How does stackoverflow auto save drafts of this form? I presume AJAX... Is there a rails way or gem to use this functionality? Also, is it actually a separate drafts model or is the form auto ...
1
vote
1answer
65 views

How do I get StackOverflow answers inside a terminal? [closed]

Is there a way to query StackOverflow directly from the command line and get back the most upvoted answer to the first question that comes up for that query? I really mislike having to open up my ...
0
votes
0answers
42 views

Universal Profile Edit URL for StackOverflow

Is there a URL that redirects to the "Edit Profile" page of the currently logged in StackOverflow user? Example: Going to http://stackoverflow.com/users/edit/me would redirect to ...
1
vote
2answers
139 views

Stackoverflow Like URLS with Struts2 or JSP

I have noticed that SO generates its url very nicely, let's say when creating a question, the url is like this http://stackoverflow.com/questions/ask or when viewing a question ...
-3
votes
1answer
60 views

Stackoverflow API JSON Returns Nothing in PHP

I am trying to iterate through the Stack Exchange API using PHP and cURL, the code I have returns the first item in the array but when I place it in a foreach nothing is returned? <?php function ...
-2
votes
2answers
85 views

Stack Exchange API cURL

I am attempting to use cURL with the Stack Exchange API but I seem to be getting a null response, any ideas on what's happening? Code: function get($get){ $ch = ...
-2
votes
1answer
155 views

How to create a facebook notifcation header bar ? [closed]

I'm trying to understard what are necessary tools to get notifications from DB in push style. A facebook or stackoverflow itself could be a great style to follow :D 1 -How does the comunication ...
3
votes
2answers
228 views

Infinite Recursion, StackOverError in huffman tree

I am working on a Huffman Encoding program and I am almost finished but I am stuck in an infinite recursion loop. Does anyone have an idea where this is going wrong? This is the error I am ...
1
vote
0answers
52 views

Shuffling the elements across a webpage in Javascript [closed]

I don't know if this question isn't properly titled or should it actually be posted on meta but I saw this link which shows all the sites of stackexchange http://stackexchange.com/sites. My question ...
1
vote
1answer
104 views

How to export a cookie in a file to use with python scrapy

I want to login automatically to SO with my cookie using scrapy and python. But i don't know How to export cookie to what format so that i can use it with scrapy There are many cookies listed in ...
2
votes
0answers
236 views

Bug in Stackoverflow inspired badge system script [closed]

Me and my wife have modified an old Stackoverflow inspired badge system script to work with the latest version Wordpress. You can view the code here (and please feel free to use it if you wish). It ...
0
votes
1answer
27 views

Stackoverflow-esque footer?

This footer on Stackoverflow is a dream: full length footer in color different than body, yet with text that is aligned with the center column AND it's sticky to the bottom of the page. I think I got ...
1
vote
0answers
39 views

StackExchangeapiv2: Get user's unread notification

I came across StackExchange API V2 unread notifications method and though of creating a small cli script which on execution will give me the unread notification count. Now, according to the docs ...
0
votes
0answers
26 views

Questions asked at Stackoverflow [closed]

I have observed that when I go to Questions and click next, I see the same subset of questions that were on the last page. Is it due to the fact that continuous ranking or ordering keeps changing ...
0
votes
0answers
89 views

How to query data according to date and time in LINQ

I am working on a service layer implementation in asp mvc with LINQ. For example there are Users , Posts and Votes something like Stackoverflow. Each user have a reputation gained from upvotes and ...
2
votes
2answers
97 views

integrate stackoverflow into vim

I have started doing review tasks in here lately (editing first posts/late answers etc.). At first I was trying to edit from firefox itself and then I started copying to vim and do the formatting ...
0
votes
0answers
22 views

Why is refreshing stackoverflow.com while bypassing the browser cache invariably faster than a regular refresh?

I intentionally didn't put it on meta, because I'm asking the question out of interest in the technical topic of how any webpage could ever be faster without a cache than with. This has been my ...
-1
votes
1answer
57 views

How to recognize user when logged in using different ways [closed]

SO is using multiple ways for user to get logged in, like using emails addresses from gmail, yahoo, facebook, stackexchange and open ID. User might can use e.g; gmail and enjoy SO for few days and ...
2
votes
0answers
31 views

How can I contribute? [closed]

I've known about Stack Overflow for a while, since it comes up nearly every time I google for the solution to a programming issue I'm having. However, I've only recently created an account and started ...
0
votes
0answers
65 views

Q&A sites for corporate intranet [closed]

I checked SO as possible option for handling question-answers on our intranet. I understand it is not available as intranet licensed version I checked out and understand coordino, Question2answer, ...
12
votes
4answers
324 views

Why would you use 0 > 0 in javascript?

I was going through some of StackOverflow's client side code and I ran across this block of JavaScript in the source-code of http://stackoverflow.com/questions/ask: if ($answerCheckbox.is(':checked') ...
0
votes
1answer
78 views

Q&Answer website : Ideas wanted [closed]

I am developing a Question and Answer website (somehow little similar to SO, but no competition) but I am stuck at one point. How to implement similar question removal from the website ? Currently ...
-2
votes
1answer
173 views

Implementing full text search like Stack Overflow's [closed]

How does Stack Overflow implement searching of answers and questions? When I type in a question title, SO shows me relevant questions; questions matching the words that I typed. How can I implement ...
0
votes
1answer
66 views

How can I do tag-entry field (as done by Stack Overflow). Javascript is ok

Please can anyone show me a proper way to program the Tags field so that it looks like the stackoverflow one. As in: I suspect it is done in HTML/CSS and Javascript. Any suggestions or ideas are ...
1
vote
1answer
164 views

Modifying a Stackoverflow badge system for Wordpress to display badges in author page

I've been modifying a long abandoned plugin project that provides a Stackoverflow inspired badge system for Wordpress. I have upgraded some of its code to function with the new Wordpress version. ...
4
votes
2answers
182 views

How to create a visual diff view like Stack Overflow does?

Stack Overflow's diff view is very good. I want to do this using javascript, but I don't know how to start, who can give some suggestion? such as:
0
votes
0answers
47 views

How to draw an HTML table while posting in Stack Overflow [closed]

Could someone please give me an example for creating a multi-row table while posting questions in SO. I found the example given in The MarkDown documentation unsatisfactory. When I am trying to create ...
2
votes
0answers
129 views

caching techniques using Javascript [closed]

I'm looking into various techniques about caching when I came across this block of code as an inline script node on the home page of this site. (Did an F12 using Google Chrome) ...
0
votes
0answers
72 views

Stackoverflows posting a content [closed]

I really don't know what do you call this But I want to implement this on my CMS using PHP but my question what do you call this function when for example I click the "B" button it will highlight ...
0
votes
1answer
46 views

StackOverflow's Ask Form mechanism?

We all see, When we are in process of writing a question on StackOverflow, before we post our question. If we close the browser or refresh it, we can still see that, all the content we typed in form ...
0
votes
1answer
56 views

How may I use the StackExchange QA editor in my own website template? [closed]

I've been using elrte js library to edit users personal profiles in a web site I made for artists database, but I kind don't like it because users complain about it's complexity and stability. I like ...
1
vote
0answers
87 views

How does StackOverflow implement a pop-up box before you close the tab while you are writing an answer? [duplicate]

Possible Duplicate: How can I ask a web user for confirmation if he really wants to leave the page? When I am writing an answer to something on SE, I commonly stumble on my back button ...
0
votes
2answers
204 views

Create a tags box like stackoverflow's

I'd really like to know how to arrange a tag box like the one we have here a Stackoverflow. I'm almost there, I just need to arrange the tags in a way that when the tags container width is ...
1
vote
1answer
533 views

How to create responsive graph like stack overflow? [closed]

I just love stack overflow and keep dreaming about it all nights. I just want to develop map like http://stackoverflow.com/users/122718/usr?tab=reputation&sort=graph which response based on ...
0
votes
0answers
52 views

Deleted my Google Account, so I lost my login and stats for Stack Overflow [closed]

I already was a member of Stack, and I liked it! Now I deleted my Google Account so I lost my reputation and other stats. Any idea how to recover this? Knowing that loging in to my old account isn't ...
1
vote
1answer
54 views

How to get unique token from OAuth2?

I am building a service in which users do not have to create an account to sign up, but use Google account as exactly does Stackoverflow.com My Question is there is any unique information of an user ...
1
vote
2answers
54 views

Mimic Stackoverflow's effect

Is there any jquery effect to mimic the fadeout of the background color's fadeout when a new comment displays on the stackoverflow's response wall, ideally with Jquery :) Best, Newben
-3
votes
2answers
207 views

Node.js for SO clone?

Would Node.js (which uses a non-blocking I/O) be suitable for building a db driven application like SO? My understanding is that nb I/O is good when the requests don't take much time and db query ...
3
votes
2answers
247 views

stackoverflow technology to push message?

when I have a notification in my top menu appear a small icon, now I'm trying to figure out how SOF do that. I think it could be using AJAX that check the server every second, that make sense, but ...
2
votes
1answer
102 views

How to create stackoverflow type buttons?

I would like to know how to create stack overflow type buttons (buttons like in image below)? Is it possible to create buttons like this using ExtJS?

1 2 3 4 5 6