What are some features of this site that you consider "hidden"?

For example, I didn't know about the RSS feeds until Jeff Atwood and Joel Spolsky discussed them on the podcast.

share|improve this question
10  
rly, you didn't notice the RSS icon in your address bar? – Chris Marasti-Georg Oct 7 '08 at 19:01
27  
Chrome doesn't give the RSS icon on the address bar. – Lakshman Prasad Jun 17 '09 at 4:25
19  
Until you mentioned it, I never noticed an RSS icon in my address bar ever. sigh – Dan Neely Oct 12 '09 at 21:13
6  
See also List of unlinked pages on Stack Exchange sites. – Arjan Feb 5 '11 at 12:01
1  
@Chris - I know I didn't, until just now. On my screen there's probably about 70 icons ATM, and I probably use between 5 and 10 on a regular basis. The address bar isn't used in my browser very often because of these things called "bookmarks". If I ever noticed that icon before, I assumed it was some kind of Firefox gimmick for working with addresses and ignored it. – Steve314 May 22 '11 at 23:38

migrated from stackoverflow.com Jul 22 '09 at 19:05

43 Answers

1 2

You can write small text using <sub><sup> trick. For example wrapped with "single" <sub><sup>:

hello world

With two:

hello world

share|improve this answer
show 2 more comments

Comment timestamp is a permalink to that comment: (need to right click it --> copy link address)

In the above example clicking that timestamp leads here.

share|improve this answer

If you click on a question that was migrated, it takes you to the question on the site of migration.

If you then click on the "migrated from blahblahblah.com" it will then take you back to the question stub on the first site.

share|improve this answer
show 1 more comment

It's not a very hidden feature that, on Stack Overflow, the HTML <title> of each question page will have the most popular tag prepended.

What is hidden is that if the person names the question with the tag anywhere in the title:

[Java] How do I do this thing

or

How do I do this thing in Java

It will not also prepend java - at the beginning of the HTML title!

share|improve this answer

You can browse directly to answers you have downvoted using a hidden feature of the stackoverflow.com/questions page if you have the answer's unique ID (available on the Reputation Calculator page).

(NOTE: Why you would do this anymore given that the answers are now hyperlinked directly from the Reputation tab is questionable, but it still works anyway.)

  1. Browse to the Reputation Calculator and locate a line representing an answer vote.

    They look like:

    3 XXXXXX (-1)

    where XXXXXX is the answer's unique identifier.

  2. Browse to http://stackoverflow.com/questions/XXXXXX where XXXXXX is that answer identifier.

  3. You will be redirected to another URL in the format http://stackoverflow.com/questions/YYYYYY/name-of-the-question-here/XXXXXX#XXXXXX

    ...which is a link to the answer that you downvoted on the question YYYYYY. That URL you've been directed to is also the one you'll see if you hover over the "link" hyperlink on the answer that you downvoted.

(This actually works for any answer as long as you know the id XXXXXX, not just ones that you've downvoted.)

share|improve this answer
show 1 more comment

If you hover a username in the comments section of a question you get to see his reputation.

share|improve this answer

I was going to post a request asking for questions determined to be duplicates to be listed on the original question, but I found that there was already a feature request for it and that it was because you can find questions that are duplicates of this one by looking at the "Linked" sidebar. Cool!

(Note: also appearing there, are questions, comments, etc. that link to this question.)

share|improve this answer
1  
As an aside: the "linked" section does not only show things linking to a question, but also links from posts and comments of the question itself. – Arjan Apr 13 '11 at 21:26

While I answered this question in Stack Overflow: How does the Stack Overflow Search Input work?

I found this hidden feature: If you type your search expression than clicking Ctrl + Enter it will open a new tab\window with the results for your search expression.

For some browsers you will need to allow popups in the site to make it work.


For the sake of completeness The keydown (javascript - jQuery)code looks like this:

function(c) {
    if (13 == c.which && c.ctrlKey && d.val()) 
        return window.open("/search?q=" + encodeURIComponent(d.val()), "_newtab"), !1
}​
share|improve this answer
5  
@amanaPlanaCAnalPAnaMA. ummmm. Nope. try it at google. You can see they wrote code to make it work. – user173320 Jun 21 '12 at 19:03
show 1 more comment

Shortcut to the Advanced Search Options

Just search for an empty (or 1 character length) query and you will see the page.

Note: it is not recommended to link to this URL, use it for personal use only as this method of accessing might disappear in the future leaving a bunch of broken links.

share|improve this answer

You can run queries against the database for any Stack Exchange site with the Stack Exchange Data Explorer.

I did not know about this feature, or see it linked, until I read a Meta Stack Overflow post which used this example.

Query for Most Common Comments on Stack Overflow.

*Although now I know it exists. I've found the link in the footer.

share|improve this answer
1  
It's hiding behind a curtain but it's feet are still showing. – Amicable Apr 5 at 10:11
show 1 more comment

Shortening questions and answers URLs

Let's assume the following URL to answer:

http://stackoverflow.com/questions/5988444/why-is-the-llvm-execution-engine-faster-than-compiled-code/7250716#7250716

We can delete the middle text part, change the question to 'q' and leave only the answer number and still have a working URL : :)

http://stackoverflow.com/q/7250716

Just try it!

While this way is not recommended, it is supported and works - according to what @genesis wrote.

share|improve this answer
4  
Hidden feature? You can click on the link button under any question to get this link... – Kobi Aug 31 '11 at 11:45
1  
That's not really "hidden" - try the "link" link below the question! (This gives you an additional /168089 in the end, which can be safely removed - this number is you user number, it indicates that it was you who posted that link.) – Hendrik Vogt Aug 31 '11 at 11:46
show 1 more comment

Start a blockquote with >! for:

spoilers!

share|improve this answer

The Haiku related questions.

share|improve this answer
4  
how is it a hidden feature? I don't see anything special here, but maybe I missed something – CharlesB Jun 21 '12 at 19:54
1 2

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged