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.

link|improve this question
7  
rly, you didn't notice the RSS icon in your address bar? – Chris Marasti-Georg Oct 7 '08 at 19:01
18  
Chrome doesn't give the RSS icon on the address bar. – Lakshman Prasad Jun 17 '09 at 4:25
14  
Until you mentioned it, I never noticed an RSS icon in my address bar ever. sigh – Dan Neely Oct 12 '09 at 21:13
5  
See also List of unlinked pages on Stack Exchange sites. – Arjan Feb 5 '11 at 12:01
show 1 more comment
feedback

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

This question came from our site for professional and enthusiast programmers.

35 Answers

1 2
up vote 107 down vote accepted

Attached Firefox/Internet Explorer search plugin. In Firefox, when you are on Stack Overflow, just click on the search dropdown (to the left of the search text field) and hit Add "Stack Overflow".

EDIT: SO-family sites now also support OpenSearch, as described in this question.

link|improve this answer
1  
It has to support the "manage search plugins" option, and have discovery working. I'm using Firefox 3.0.2 on Fedora 9, so it definitely works under linux. It may just be that your version of firefox doesn't autodiscover. – akdom Oct 7 '08 at 19:31
7  
In Opera, you can right click on the SO search box and click "Create Search" to add it to your list of search sites. – Cristián Romo Jan 1 '09 at 2:52
2  
Cool, but nowhere near hidden. Lots of sites have this (more should!). And you can add sites yourself easily by generating the needed XML by searching a site for TEST and entering the resulting URL into microsoft.com/windows/ie/searchguide/en-uk/default.mspx – peSHIr Jan 22 '09 at 13:31
1  
It get's better if you assign a keyword to StackOveflow as search engine for Firefox (e.g. "so"). You can then type something like "so python+hidden" directly as URL into Firefox. – Cyberdrow May 23 '09 at 12:05
1  
Bookmark for quick search in FF/IE (or search engine shorcut in chrome) is, for searching: stackoverflow.com/search?q=%s or for taggeg questions: stackoverflow.com/questions/tagged/%s – streetpc Jun 16 '09 at 17:16
1  
Cool - I just noticed in IE that the little drop down next to teh search box turns slightly orange when you're on this site. Sweeeet. – Sam Schutte Jun 16 '09 at 17:19
show 3 more comments
feedback

If you need to tell someone to do keyboard commands you can use the kbd HTML tag.

Source

<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Del</kbd>

Result

Ctrl + Alt + Del

link|improve this answer
31  
Tried that shortcut, nothing happened, so tried again. But for some reason don't get to see the results as the computer keeps resetting. Shall now go and DDoS on 127.0.0.1 to bring intertubez down. – random Aug 26 '09 at 9:16
7  
Not anymore. =( – Super Long Names are Hilarious Sep 27 '09 at 23:10
4  
Not on meta, anyway. – Macha Dec 18 '09 at 19:15
3  
Macha is right. It still works on SO. I just used it recently: stackoverflow.com/questions/2619228/… – MatrixFrog Apr 17 '10 at 3:56
2  
Argh, I can't flag comments I've upvoted, but this was re-enabled in November so Macha (and MatrixFrog, indirectly) are now wrong. It never worked in comments, though, @Tom, and considering how obtrusive it is, I doubt it ever will be. – Popular Demand Mar 4 '11 at 18:59
show 4 more comments
feedback

You can use:

http://stackoverflow.com/reputation

All the votes ( negatives and positives ) you have had, and the question where you've got them.

Source: Jeff answer here

link|improve this answer
4  
True, and you can also trigger reputation recalc there. – Sha Dow Wiz Ard Nov 9 '11 at 13:15
feedback

Clicking on Days Visited or Consecutive Days on the profile page

clicking on Days Visited

opens a calendar that shows which days the site was actually visited.

shows a calendar

link|improve this answer
2  
@Gabriel - também gostei do calendário e valeu um Badge para mim (I also like the calendar and I got a badge for it) :-) "You've earned the Necromancer badge for Hidden features of Stack Overflow" - this message is great too, just right for Halloween! – Carlos Heuberger Nov 8 '10 at 20:02
show 7 more comments
feedback

You can see recently completed features on Meta Stack Overflow.

link|improve this answer
1  
Good point. Updated the link so it only shows questions tagged status-completed and feature-request. – Patrick McElhaney Jul 26 '10 at 15:06
4  
And when noticing changes: consider adding them to the community maintained Recent feature changes to Stack Exchange. – Arjan Jan 31 '11 at 16:03
show 3 more comments
feedback

#stackoverflow IRC channel on freenode, and the SObot that will post new questions in the channel as they're posted.

link|improve this answer
5  
Quote from mibbit: Connections via mibbit are no longer supported on freenode. You may wish to consider using webchat.freenode.net instead – Bob Jul 4 '09 at 14:32
1  
Except none of the support team is available when you need them :( – George Edison Apr 15 '10 at 5:14
2  
@George: It's not a support channel! It's a mostly off-topic channel for socialising. (I speak as one of the very first people to come to that channel, back when it started in August 2008. It was founded by non-SO-staff, and even now, SO staff coverage is very thin; Geoff Dalgas comes in occasionally, but nobody else.) – Chris Jester-Young Apr 19 '10 at 17:28
2  
<byte_tongue/> – IAbstract Nov 7 '10 at 16:19
show 5 more comments
feedback

URL tooltips

link|improve this answer
4  
talk about hidden, I'm going to use this in every post now just to show it to people who edit them. – CrazyJugglerDrummer Jul 25 '10 at 23:37
feedback

If you have 1000+ reputation, you can click the score of a question/answer and expand the net value to see the total of upvotes vs total of downvotes

Source

link|improve this answer
7  
By misclicking (with the intention to vote). I just discovered it half an hour ago on SO... and wondered why it wasn't working on my meta account, until I found this. – splicer Dec 1 '09 at 19:01
show 8 more comments
feedback

You can search for multiple tags by typing them in the URL separated by %20. This does an AND search, i.e. only questions with all the tags you specified will be shown.

For example:

http://stackoverflow.com/questions/tagged/windows%20com

searches for both the 'windows' and the 'com' tags

Alternatively you can type the following in the search box in the top right for the same results:

[windows] [com]

link|improve this answer
5  
You can also do "tag1 or tag2" in the URL. – Evan Jun 12 '09 at 11:30
2  
In fact, I think the "not" keyword works as well. – Evan Jun 12 '09 at 11:31
1  
[or] is now a tag so you can do [foo][or][bar] in the search box. – Dennis Williamson Feb 18 '11 at 4:21
show 2 more comments
feedback

It's possible to view the markup used to create any question or answer. (This may be useful if you wish to combine answers or quote part of the question with formatting.)

If the question or answer has been edited so that it has an edited X timeunits ago link, you can use that to view the revision history, then use the view source link.

If it hasn't been edited then you can still view the revision history, but you'll have to manually enter the url in your browser's address bar. For questions, take the number in the middle of the page's url; for answers use the link link for the answer to get it's unique number in the anchor of the url (after the # character) and then go to:

http://stackoverflow.com/posts/number/revisions

link|improve this answer
7  
I usually just click "edit". Now that even low reputation users can click edit, this is not very hard to find. – Brian Jan 31 '11 at 16:58
show 2 more comments
feedback

You can see the history of what happened to a post by going to:

http://stackoverflow.com/posts/{postid}/timeline

This also works on Area 51.

link|improve this answer
feedback

The nofollow attribute on your profile website link is removed at a rep of 2000.

Jeff's answer

link|improve this answer
show 1 more comment
feedback

Hm... Most of the things in this thread were by far not news to me. Nevertheless, I recently learned that the Your Question/Your Answer editor has an auto-indent feature (in source code blocks): Try Shift+Enter.

link|improve this answer
13  
Actually Shift+Enter is a continue formatting command: I.e. it doesn't continue extra indenting within code, but it does add the first 4 needed spaces if you're already in code. It also adds the next numeric value for a numbered list, a copy of the first mark for an unnumbered list, and for both of the latter it "fixes" the other numbers/marks to be sequential/the same. It also continues > blockquotes. – Mark Hurd Jul 10 '10 at 3:16
show 1 more comment
feedback

Navigate to the last modification of a post

enter image description here

link|improve this answer
feedback

I just noticed today that asker comments are shaded just like the background for the user box:

enter image description here

This applies in comments to everything for that particular question too. It can be handy for context on larger pages.

link|improve this answer
feedback

Tag links:

Syntax: [tag:tag-name]

link|improve this answer
4  
There's also the [meta-tag:tag-name] syntax, and it might be nice to link to the MSO post in question here – Tim Yi Jiang Feb 7 '11 at 11:42
feedback

Modify tags in question (hidden area at right of tag list):

enter image description here

link|improve this answer
8  
This is only available with 10k rep or more. – Arjan Jan 29 '11 at 9:46
2  
@HuBeZa It's the same function with another user interface. – belisarius Feb 7 '11 at 11:38
show 1 more comment
feedback

When you search for a popular keyword the search gets auto-converted to a tag search.

- results: 6,560 questions tagged

You can override that by prefixing a plus sign.

+hibernate - results: 4,807 search results for posts containing +hibernate
(some of which are not tagged )

link|improve this answer
feedback

Wildcards in tag filters

Adding *C#* to your ignored tags will ignore any tag that contains the letters C#, including C#-4.0 and visual-C#-express-2010. Likewise for favorite tags.

This is useful because there are often questions tagged C#-3.0 but not C#, so just ignoring C# wouldn't catch this. Its a really nice solution to ignoring all questions on a given topic.

You can even use it to ignore all questions not in your favorite tags by just ignoring * :D

link|improve this answer
feedback

Well, not only related to Stack Overflow but also AWESOME: ODATA for all Stack Exchange sites.

There's even some saved queries to know. For example, how much is still missing for me to get the X badge.

This is awesome!

link|improve this answer
1  
It is great, yes. Hopefully Area51 will soon be added. – Wikis Nov 7 '10 at 16:35
feedback

All the editing keyboard shortcuts act as toggles, including add hyperlink.

link|improve this answer
7  
I didn't even know there were keyboard shortcuts! – MatrixFrog Apr 17 '10 at 3:59
2  
what are the shortcuts? where can I find them? – Gabriel Guimarães Nov 16 '10 at 16:07
4  
@Gabriel: Hover over the buttons above the textarea and a tooltip will tell you what it does and what the keyboard shortcut for it is. – Sam Hasler Nov 17 '10 at 20:27
show 1 more comment
feedback

Stack Overflow Meta

enter image description here

link|improve this answer
16  
meta sucks, never go there. :P – CrazyJugglerDrummer Jul 25 '10 at 23:39
feedback

You can determine the total number of active users by looking at how many people have the "Teacher" badge (posted at least one answer):

http://stackoverflow.com/badges/1/teacher

link|improve this answer
14  
Is that right? I interpret the badge description as just users who posted at least one answer that was voted up, which should be number less or equal to the total number of users that posted at least one answer. Right? – peSHIr Jan 15 '09 at 14:22
feedback

On the personal profile page there are a tags list just before badges. There some numbers are written before and after the tag, like

162 php × 302

On hovering on that tag you can see the total statistics of

  • how many questions you have asked on that tag
  • how many question you have been answered for that tag and
  • how many upvotes you get for this tag

For example, if I hover on the PHP tag I see this on the tooltip

Asked 71 non-wiki questions with a total score of 56. Answered 230 non-wiki questions with a total score of 162

302 is sum of total question and answered you have done with php
162 is total votes for the php tag

UPDATE

Recently I found one more hidden feature.

In the comment box, you can not notify more than one user, that is, you can not use @ more than once (until it is inside tilde). Doing so, you will get the warning below.

Only one additional @user can be notified; the post owner will always be notified

link|improve this answer
feedback

You can get a list of all of the questions and answers for which you've gained or lost reputation (along with the points up or down) in JSON format by pointing your browser at:

http://stackoverflow.com/users/###/0/9999999999999

Substitute your user number for the ### in the URL. The 0 and 9999999999999 are the starting and ending times for the report in milliseconds (so this goes from time zero to several hundred years).

[Jun2009] Edit: This feature is apparently no longer supported, or the format has changed. Sorry.

link|improve this answer
1  
it doesn't work for me – Carson Myers Jun 10 '09 at 19:32
4  
But: there's a personal reputation report now. – Arjan May 22 '10 at 11:50
show 1 more comment
feedback

http://stackoverflow.com/review

Shows recently upvoted answers from new users or users with low rep.

link|improve this answer
feedback

Associating your Stack Overflow login with another Stack Exchange site gives you +100 free reputation, just like that. I only just discovered this when I decided to set up a leatherworking site on Area 51, but there's nothing I can find about it in the FAQ or elsewhere. I think they wanted to make sure people weren't motivated just by the reputation, but here I go letting the cat out of the bag. :)

link|improve this answer
1  
+1 because so many people have no idea about this bonus :) – Sha Dow Wiz Ard Aug 4 '11 at 15:11
show 2 more comments
feedback

I can't believe no one has mentioned descriptions of Stack Exchange functions and data hidden mostly in tooltips. This came up most recently in this question about privilege percentages. @Arjan commented "As always on these sites: when in doubt, hover your mouse over the text for more detail."

link|improve this answer
feedback

The Haiku related questions.

link|improve this answer
feedback

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.

link|improve this answer
show 1 more comment
feedback
1 2

You must log in to answer this question.

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