-3
votes
3answers
92 views

Posting articles and/or code

Is there any place or site in the world of Stack Exchange where people can post articles and/or code to share with the rest of the world, etc.? Possible articles and code which can be voted up and ...
5
votes
1answer
98 views

Any advice to better optimize scrolling code?

At Why are my sparks not animating?, I have what looks on Mountain Lion like a non-scrolling area of code (without scrollbars until one hovers/scrolls): there are two JavaScript functions included, ...
1
vote
1answer
72 views

How do I allow users to download my code for them to review?

How can I allow someone on Stack Overflow to download my source code so they can review it?
2
votes
1answer
61 views

Code highlighting clarification

In this question, I have marked portion of html code and below another one. But the first code line is not being highlighted. Why are they behaving different?
2
votes
3answers
103 views

Post a question that involves 3 .java files?

I have a project that contains 3 .java files and 1 text file. In order to ask my question I have to post all parts of the project. How do I do that?
10
votes
4answers
2k views

How do I post code in comments?

When responding to potential answers I sometimes like to include a code block to clarify what I'm talking about. Is it possible to have clean code-formatting in comments or only in questions and ...
22
votes
2answers
956 views

Code blocks after a list, but not within a list in markdown. Is it possible? [duplicate]

Possible Duplicate: Code block is not properly formatted when placed immediately after a list item In this post about nesting code-blocks in lists, it is explained that if you want to nest ...
0
votes
3answers
212 views

<pre> tag formatting doesn't always apply properly

I've just edited http://serverfault.com/questions/95353/backup-solutions-for-rackspace-cloud-sites/95368#95368 to add <pre> tags around the shell script, and whilst the live preview showed the ...
6
votes
2answers
104 views

Is there a way to change the default code view size on Stack Overflow?

Do they think we are all working on 1024x768? I'm running two 24" monitors, giving me a horizontal resolution that can only be described as "obscene", and I hate the unnecessary horizontal ...
1
vote
4answers
1k views

How do I add code when replying to questions on Stack Overflow?

I know the answers for many questions but I can't reply because I don't know where to paste the code.
58
votes
4answers
9k views

Is the Stack Exchange engine available?

Is the Stack Exchange engine available to download for use as a enterprise website? I think Stack Exchange's engine is very great and could be very cool to use for internal enterprise patterns and ...
5
votes
4answers
177 views

How do you indent code in the post editor? [duplicate]

Possible Duplicate: How do I format my code blocks? When writing code in SO, I always press Tab to indent my code. It doesn't work. Instead, I lose focus on the question text area. To ...