Tagged Questions
13
votes
6answers
345 views
How can Stack Overflow users be encouraged to use jQuery only when appropriate?
This question is a serious question for anyone who believes there is still just as much importance in understanding the core JavaScript language, even in the post-jQuery world.
In the last seven ...
2
votes
1answer
60 views
Which graph library is used by stackoverflow?
Viewing reputation changes on Stack Overflow produces a nice graph which can be 'zoomed in' on to view more detailed reputation changes. Example. Is this using a library or custom written ? If using a ...
4
votes
1answer
64 views
Should pure CoffeeScript questions tag JavaScript?
This question is related to Coffeescript tag in javascript library questions?, but I do not think it is a duplicate.
If a question is asking about CoffeeScript (which compiles into JavaScript) but ...
-5
votes
3answers
227 views
Why close the discussion “Good JavaScript IDE with jQuery support”?
I'm talking about the discussion Good JavaScript IDE with jQuery support, alledgedly closed by you... Here's why I think this should be open:
It's a question a lot of people ask about ...
1
vote
0answers
63 views
Stack Overflow requires external JavaScript from another domain, which is blocked or failed to load [duplicate]
Possible Duplicate:
“Stack Overflow requires external JavaScript from another domain” message
I just can't use StackOverFlow website due to this JS issue. What is wrong?
Edit:
...
0
votes
0answers
75 views
StackExchange is not defined [duplicate]
Possible Duplicate:
JS broken in Chrome 18
When loading any StackOverflow page in Chrome (Ubuntu), some navigation elements (js-based) don't work.
In Console I see the following:
...
4
votes
4answers
200 views
How do I respond to a Stack Overflow request for an answer with a complete code sample?
How do I respond to a Stack Overflow request for an answer with a complete code sample?
Ideally, I could just upload the HTML file with the styles and JavaScript embedded. Is this possible or ...
1
vote
4answers
761 views
Why is Stack Overflow using <noscript>?
The question is not about how <noscript> works, and why it's used, I'm fully aware of that.
Knowing that:
<noscript> only works when JavaScript is disabled by something browser-related ...
1
vote
1answer
166 views
Stack Overflow mobile CSS and JavaScript framework
What CSS framework (if any) does SO use for mobile devices? Do they also use jQuery?
17
votes
4answers
508 views
JavaScript answers using ES5 features: Warn or not?
I recently saw an answer to a JavaScript question where the answer used Array#filter without mentioning that it's a new feature of JavaScript as of ECMAScript 5th edition (aka ES5), so I commented ...
4
votes
1answer
250 views
“Stack Overflow requires external JavaScript from another domain, which is blocked or failed to load.” [duplicate]
Possible Duplicate:
ajax.googleapis.com blocked by OpenDNS. Confirmation?
I'm not sure if this is the right place to ask this, but since this morning when I opened StackOverflow that error ...
7
votes
1answer
144 views
Canonical “Ajax is asynchronous” answer?
I see a lot of questions (e.g. here or here, just in the past couple of hours) where the poster is making an Ajax call within a function (and doing something with the results in a callback) and ...
7
votes
1answer
293 views
Why would the SO developers use `document.write`?
This is a spin off of this question: Why is the SO system message written in by javascript?
Why would they use document.write?
Current Code on page:
<div id="system-message-temp">
...
4
votes
1answer
86 views
Login dialog of StackExchange doesn't offer fields for email and password in WebKit based browsers
I don't use Google, Facebook, Yahoo or OpenID. So I login to my new StackExchange-Account via the login-dialog of StackExchange itself.
Don't have an account?
-> click here to sign up
If you’ve ...
2
votes
2answers
112 views
Does anyone know what kind of tools Stack Overflow is using to manage javascripts and CSS? [duplicate]
Possible Duplicate:
Which tools and technologies build the Stack Exchange Network?
When I search for
javascript CSS management stackoverflow
I get lot of interesting stuff but I'm ...
2
votes
1answer
395 views
How does SE determine the CSS and JS version parameter?
According to the source, the JS and CSS files I'm loading are:
stub.js?v=e922af98260a
all.css?v=b7ced9688c61
Just wondering how those "v" parameters are generated. On my websites I generally just ...
-1
votes
2answers
144 views
How can I derive a Q&A from an existing Q&A in Stack Overflow?
I've been wanting to derive a question from an existing question because the current question is close, but maybe it is missing a specific aspect I am interested in using in my programs. Should I ...
4
votes
0answers
101 views
What does Stack Overflow use to keep track of edits?
I am wondering how Stack Overflow keeps track of edits.
Does anyone know how it is done? I am talking about the characters added, etc.
I think Stack Overflow uses this Javascript diff algorithm:
...
1
vote
2answers
196 views
What's this virus threat on Google Chrome when editing a Stack Overflow post?
When editing my previous post I got this:
How does it come? It seems it only occurs on this particular post, Running Exe in Firefox why do I get an error, not on the one I am writing here for ...
-11
votes
3answers
161 views
Why my account is not there?
I had some ideas in javascript template engine, and had implemented a beta version of javascript lib, which I think, can serve as an alternative way to javascript engine.
I posted in three different ...
0
votes
1answer
466 views
What syntax highlighting library is used on Stack Overflow? [duplicate]
Possible Duplicates:
Is Stack Overflow's code color-coding script available?
What syntax highlighter does Stack Overflow use?
How does Stack Overflow syntax highlight citations so well?
...
2
votes
2answers
478 views
4
votes
8answers
1k views
Does JavaScript and jQuery mean the same thing? [duplicate]
Possible Duplicate:
Is it okay to post answers using libraries/frameworks/extensions not already mentioned?
When is “use jQuery” not a valid answer to a JavaScript ...
4
votes
2answers
134 views
How does Stack Overflow persist the granular edits to the posts?
When you view a post's edits, it shows a very granular level of change monitoring (down to the character). My question is, is this done client-side as part of the WMD editor JavaScript code, or is it ...
8
votes
1answer
112 views
Policy on third-party JavaScript integration on SE sites
Topic
Should Stack Exchange sites utilize third-party scripts or libraries to augment the user experience on the SE sites in such a way that they provide additional information without the need for ...
0
votes
0answers
56 views
wmd-new has serious lag after typing in my implementation [closed]
I'm implementing the wmd editor on my site, and no matter what I try I get serious lag as you type into the textarea. I'm using the version forked from wmd-new. Looking at the timeline tab of the ...
9
votes
2answers
112 views
How are the “New Answer” notifications implemented in stackoverflow.com?
Somebody knows if the "There are new answers" notifications appearing at the top of the page while answering a question are retrieved using periodic polling or making use of some kind of ...
0
votes
1answer
148 views
How does Ctrl + K work in Stack Overflow?
I am very curious to know how to implement the Ctrl-K (code sample) feature against code.
For example:
public static void main(String args[]){
System.out.println.out("welcome");
}
Will ...
66
votes
15answers
14k views
When is “use jQuery” not a valid answer to a JavaScript question?
How many JavaScript questions can be answered with "use jQuery"?
Looking at JavaScript questions, all too often the answer seems to be "use jQuery," sometimes in as few words. We can end up with ...
3
votes
2answers
108 views
Why are “interesting” tags highlighted using JavaScript?
I assume everyone has used the "interesting tags" feature. You select a tag and the questions with selected tag are highlighted by addition of the CSS class tagged-interesting.
The highlighting is ...
11
votes
3answers
353 views
Why did Stack Overflow use onclick JavaScript on the homepage?
This is a technical question about the way SO implements a feature.
Why does SO use JS to direct the user to the question page if they click on the votes/number/views on the question list on the ...
7
votes
4answers
2k views
Is there an official SO version of the WMD editor available for download? [duplicate]
Possible Duplicate:
Where's the WMD editor open source project?
I'd like to know if the version of Markdown that SO uses, with the same header with blank background and the same help ...
4
votes
1answer
683 views
Allowing framing on Stack Overflow with Greasemonkey
I'm using Stack Overflow with Google Reader and the Better GReader plugin for Firefox.
When I try to open a question with the preview function I see the message
For security reasons, framing is ...
