All Questions
-8
votes
0answers
21 views
javascripty click event not firing in chrome [closed]
I have a server side click event, which i am calling in my master page javascript
document.getElementById('<%=LinkBtnSaveSession.ClientID%>').click();
This is my control
<asp:LinkButton ...
2
votes
0answers
17 views
Can we get oneboxing for Kickstarter in chat?
I am seeing more and more links to kickstarter projects in chat, at least on The Bridge, and I saw that Kickstarter videos gets embeded when linked on Facebook.
I was wondering if we could get some ...
4
votes
1answer
40 views
How to deal with questionable quality self-answer while being encouraging?
This question was asked a week or so ago and wasn't particularly clear in my opinion. The OP suggested they were trying to provide their own answer for the purpose of sharing knowledge.
The OP has ...
1
vote
0answers
22 views
Comments of deleted/undeleted answer are missing on network profile
I have noticed that on my Stack Exchange network profile, some (2) comments missing that are part of an answer that was deleted and then undeleted.
The workflow of the question was:
Answer posted
...
-11
votes
0answers
26 views
Cannot use a leading .. to exit above the top directory [closed]
I have webpage within a folder. Folder is on root folder. When I Am trying to access webpage , I am getting error " Cannot use a leading .. to exit above the top directory."
my site structure is ...
-15
votes
1answer
52 views
Can I create new account to use while my primary account is suspended?
My account was suspended for voting irregularities. I had created two accounts and voted my main account. This resulted in suspension. I understand it is unfair and I would not repeat it again after ...
-16
votes
0answers
45 views
Profile picture gets rotates 90 degree clockwise automatically when uploaded [closed]
When I uploaded the profile picture on Stack Overflow account, Profile picture rotated 90 degree clockwise automatically.
Please rectify your script.
-12
votes
1answer
51 views
Delete comments with delay
Comments about "deleting comments" with Jon Skeet here (see comments)
http://stackoverflow.com/a/1136406/206730
Some comments don't give USEFUL information, I think MHO, I would prefer delete them.
...
1
vote
0answers
22 views
Issue with live update in asking timestamp in the post
I just noticed that the live update of timestamp of asking date is being updated wrongly (going few minutes back).
Steps to reproduce:
Open any question which is asked less than 1 hour ago.
See ...
4
votes
2answers
54 views
Is there any site on the SE network to ask about song-related questions?
I want to ask some questions about songs.
What is the meaning of that song?
What is the reason for that song is written?
What song cultures are out there?
what about the history of songs cultures, ...
0
votes
0answers
24 views
Conversion to/from Community Wiki not showing up in edit history for some answers
It appears that for some answers that have been automatically converted to community wikis and then reverted, nothing in the edit history shows that the answer was ever a community wiki.
The case ...
-1
votes
2answers
68 views
Is it ever appropriate to give guidelines or hints instead of a straightforward answer?
For one of my earliest answers on Stack Overflow, instead of simply providing a code sample that would explicitly solve the OP's problem, I decided to give a sort of "non-answer" amounting to "do your ...
1
vote
1answer
33 views
“my logins” error in profile page
When I go to my profile page(Stack Overflow), a click on "my logins", i have seen an error, but it just a dialog with red background, so what is this ?
2
votes
2answers
183 views
Why was this +999 answer deleted?
Why was this answer to a very popular question about the --> operator in C++ deleted? It seems to me that it provides good sarcasm and references to solve the question.
Here's the answer (for ...
7
votes
2answers
74 views
Is it kosher to accept your own answer, if your answer expands significantly on another answer?
I asked the question Programmatically swap last two commits. The question got a good answer that gave me the idea I needed to implement my own solution, but that answer is both technically incorrect ...