4
votes
4answers
198 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
1answer
163 views

Stack Overflow mobile CSS and JavaScript framework

What CSS framework (if any) does SO use for mobile devices? Do they also use jQuery?
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
340 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 ...
3
votes
0answers
33 views

Upvoting comment too frequently, then waiting, doesn't make the original arrow orange again

Steps to reproduce: Upvote a comment. Try to upvote another comment before the 30 (?) s time limit has passed. Wait for the time limit to pass. Mouse-over the second upvote arrow you tried to click. ...
0
votes
1answer
147 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 ...