Top Questions - StackExchangemost recent 30 from http://meta.stackexchange.com2010-03-20T22:19:47Zhttp://meta.stackexchange.com/feedshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://meta.stackexchange.com/questions/4694/redirecting-a-url-from-site-a-to-site-b-without-effecting-url-for-site-aRedirecting a url from Site A to Site B without effecting URL for site Ashahzaibkhan2010-03-02T21:06:37Z2010-03-20T21:16:04Z
<p>i want to redirect a site A to site B without changing the url for Site A.</p>
<p>Can any one help me do that?</p>
http://meta.stackexchange.com/questions/5012/why-dont-asksci-and-science-stack-join-forcesWhy don't AskSci and Science Stack join forces?ripper2342010-03-20T16:18:46Z2010-03-20T19:43:57Z
<p>Both sites don't seem to be taking off the ground (judging by the number of times the "Community" users appear on the front page). Why not join forces and make one really good site?</p>
<ul>
<li><a href="http://asksci.com/" rel="nofollow">http://asksci.com/</a></li>
<li><a href="http://sciencestack.com/" rel="nofollow">http://sciencestack.com/</a></li>
</ul>
http://meta.stackexchange.com/questions/4896/trackbacks-to-mathoverflow-on-the-arxivTrackbacks to MathOverflow on the arXivJosé Figueroa-O'Farrill2010-03-11T12:17:29Z2010-03-20T19:33:55Z
<p>Many of the answers/comments to questions in MathOverflow contain links to eprints from arXiv. The arXiv accepts trackbacks from a white list of sites (and we're pretty confident that MO would make it into the white list). I was wondering whether this feature could be implemented. The idea would be that every link to an arXiv preprint automatically generates a trackback. For example, if one is linking to <a href="http://arxiv.org/abs/1003.2173" rel="nofollow">http://arxiv.org/abs/1003.2173</a> or <a href="http://arxiv.org/pdf/1003.2173" rel="nofollow">http://arxiv.org/pdf/1003.2173</a> would generate a trackback to <a href="http://arxiv.org/trackback/1003.2173" rel="nofollow">http://arxiv.org/trackback/1003.2173</a>. In this way someone browsing the arXiv who comes to a page of an eprint which has been discussed on MO would be able to see a link to the relevant MO content, as it happens already for the "whitelisted" blogs that arXiv allows trackbacks from.</p>
http://meta.stackexchange.com/questions/5005/2-in-markdown-turns-into-1"2." in markdown turns into "1."Tomasz P. Szynalski2010-03-20T10:34:45Z2010-03-20T18:47:26Z
<p>When you type "1.", "2.", etc. in the editor, it creates a numbered list. But it always
creates a list that starts from 1, no matter what number you type.</p>
<p>So, when you type:</p>
<pre>
> 1. Item number one.
Commenting on item number one.
> 2. Item number two.
Commenting on item number two.
</pre>
<p>You get this:</p>
<blockquote>
<ol>
<li>Item number one.</li>
</ol>
</blockquote>
<p>Commenting on item number one.</p>
<blockquote>
<ol>
<li>Item number two.</li>
</ol>
</blockquote>
<p>Commenting on item number two.</p>
<hr>
<p>Here is a <a href="http://ask.antimoon.com/questions/437/usage-of-the-word-yet/444#444" rel="nofollow">real-life example of this bug</a>. What the code should do instead is use the <em>start</em> attribute of the <ol> tag, e.g. for the second item it should generate <ol start="2">.</p>
<p><strong>It is simply not a good user experience if the user types "2." and gets "1." instead.</strong></p>
http://meta.stackexchange.com/questions/5009/allow-u-tag-in-editorAllow <u> tag in editorTomasz P. Szynalski2010-03-20T14:01:46Z2010-03-20T18:23:06Z
<p>The editor already allows <i>, <b> and <s> (strikethrough). Why not <u> (underline)?</p>
<p>I don't know about other StackExchanges, but on my site (language questions) it is often useful to underline part of a word to indicate stress, mark some sound or syllable, etc. Boldface/italics are not always enough.</p>
<p>For example, suppose I want to draw your attention to the vowel in the word "f<b>i</b>ve". As you can see, boldface is not very readable, neither is italic script ("f<i>i</i>ve").</p>
<p>I don't see any good reason to exclude <u>. The fact that someone might confuse it with a hyperlink is not a good enough reason. First, links are a different color. Second, how real is the possibility of confusion and what's the worst that could happen? I use underlines on my site occasionally (e.g. in the chart <a href="http://www.antimoon.com/how/pronunc-soundsipa.htm" rel="nofollow">here</a>) and there are situations where they are the best option.</p>
<p>All I ask is for someone to remove <u> from the list of disallowed tags.</p>
http://meta.stackexchange.com/questions/5018/reputation-rule-changes-part-2Reputation rule changes part 2.Rich Seller2010-03-20T18:06:43Z2010-03-20T18:06:43Z
<p><a href="http://meta.stackexchange.com/questions/4997" rel="nofollow">This question</a> asks to implement the recent change to change the value of <a href="http://blog.stackoverflow.com/2010/03/important-reputation-rule-changes/" rel="nofollow">question votes</a>, while <a href="http://meta.stackexchange.com/questions/4997/reputation-rule-changes/5017#5017" rel="nofollow">I disagree</a> with implementing that change on Stack Exchange sites, I would like to see the other <a href="http://meta.stackoverflow.com/questions/43004/how-do-i-audit-my-reputation/43008#43008">recent announcement</a> implemented.</p>
<blockquote>
<p>Please note that we have fixed a few long standing bugs with reputation in this new calculation:</p>
<ul>
<li>accepted answers and bounties were only partially immune to the rep cap before depending on the time of day you earned them, but they are fully immune now.</li>
<li>upvotes can now "replace" missing rep lost to downvotes, up to the +200 daily cap</li>
</ul>
</blockquote>
<p>This change simplifies the rep cap processing, so that you can earn 200/day from upvotes, and get your accepted answer reputation on top.</p>
<p>Note it is unlikely to make a huge difference on most SE sites right now, but it is a much more transparent calculation when trying to establish eligibility for <code>Mortarboard</code>, <code>Epic</code>, and <code>Legendary</code> badges.</p>
http://meta.stackexchange.com/questions/4997/reputation-rule-changesReputation Rule ChangesRandell2010-03-19T14:29:19Z2010-03-20T18:00:06Z
<p>From the <a href="http://blog.stackoverflow.com/2010/03/important-reputation-rule-changes/" rel="nofollow">latest SO blog post</a>, Jeff mentioned that there will be several reputation rule changes, which are the following:</p>
<ul>
<li>question upvotes will now grant only +5 rep instead of +10</li>
<li>after casting 300 votes, you cannot downvote non community wiki posts at more than a 2:1 ratio</li>
<li>every user will (eventually) get a full reputation recalc</li>
</ul>
<p>Since StackExchange sites, especially <a href="http://nullpointer.ph/" rel="nofollow">the one we're running</a>, has pretty much the same principles with regards to reputation, I'd like to request those features implemented in SE sites as well.</p>
http://meta.stackexchange.com/questions/5011/feature-request-automatically-display-the-welcome-box-only-on-the-landing-page-fFeature request: Automatically display the Welcome box ONLY on the landing page for unregistered usersDan Dumitru2010-03-20T15:51:17Z2010-03-20T17:41:07Z
<p>I'm talking about the sidebar Welcome box, that is always displayed for unregistered users.</p>
<p>Currently, even after they browse around the site for some time, they still see that box, both on the homepage and on the question pages.</p>
<p>I think the box is useful when the user first comes to the site (on the very first page he sees, like the 'Welcome' announcement) and then it can even show up on the Homepage until he registers BUT, after the first pageview, he shouldn't see that box on the question pages.</p>
<p>It is just wasting page space.</p>
<p>And unregistered users make a big percent of the traffic for a SE site, so it is kind of important how they see the pages.</p>
http://meta.stackexchange.com/questions/3393/list-of-stackexchange-sites-using-twitterList of StackExchange sites using Twitter Rich Seller2009-12-22T20:15:40Z2010-03-20T15:45:53Z
<p>I haven't seen any equivalent to the list of StackExchange sites for those sites using twitter. So here's a question, have you got a twitter account for your SE site? if so add it here.</p>
<p>I've created a <a href="http://twitter.com/home4film/stackexchangesites" rel="nofollow">list of the sites I know of that are using Twitter</a> so I can follow them. I'd like to add some more...</p>
<p>If you have a twitter account for your site please edit the answer below. If you don't have enough reputation to do so, add another answer.</p>
http://meta.stackexchange.com/questions/750/cross-post-questions-to-twitterCross Post Questions to TwitterStopTheSearch.com2009-10-03T23:52:05Z2010-03-20T15:38:48Z
<p>Are you looking to Auto-Post new questions to Twitter? So far I've found two methods (please fill in more as you come across them). In both cases I've used the RSS available at <a href="http://www.yoursite.ext/feeds/" rel="nofollow">http://www.yoursite.ext/feeds/</a>)</p>
<p>RSS2Twitter.com - Site reads in your feed and posts to twitter - admin interface on the site is very slow butit does what it says it does - your feed can be read every 30mins (at best). Stats are kept on the clicks people make on your post but the numbers appear to be heavily inflated - for instance I have one tweet that supposedly had over 30 clicks even though SE itself told me I had onlyu 2 views of the article.</p>
<p>HootSuite.com - a full-featured, multi-twitter admin allowing you to administrate mutliple twitter accounts together. RSS feeds can be read and updated every hour at best. The stats seem real and can partially identify where the click came from - for instance my twitter account cross-posts to facebook so hootsuite shows me how many clicks came from each system.</p>
http://meta.stackexchange.com/questions/5006/is-there-a-stack-exchange-site-to-answer-questions-about-emigrating-to-australiaIs there a Stack Exchange Site to Answer Questions about Emigrating to Australia?unknown (google)2010-03-20T11:22:11Z2010-03-20T11:22:11Z
<p>Hi Folks</p>
<p>The title says it all really..</p>
<p>Is there anything out there?</p>
<p>Thanks</p>
<p>Dave</p>
http://meta.stackexchange.com/questions/3916/strip-spaces-from-tags-in-gettagsselectorStrip spaces from tags in getTagsSelectorCorey Frang2010-01-23T00:45:38Z2010-03-20T03:22:14Z
<p>I've implemented some custom stuff in my JavaScript which will <a href="http://meta.stackexchange.com/questions/1098/pushing-se-to-the-max-some-cool-techniques-you-can-use/1110#1110" rel="nofollow">add images to certain tags</a>... These tags now return " tagname" for .text(). This causes problems with the "interested/ignored" tags being highlighted properly. I have taken the time to rewrite the <code>getTagsSelector</code> function to optimize it a bit, and strip any whitespace. If you wouldn't mind implementing it at some point in the future that would be very handy for me. This function currently exists on line 238 of master.js.</p>
<pre><code>function getTagsSelector(jPrefs) {
var replacements = {
'#': 'JJJ',
'+': 'XXX',
'.': 'ZZZ'
};
// jPrefs is a jQuery set
return jPrefs.map(function() {
var tag = $(this).text().replace(/(\s+|\xa0|#|\+|\.)/g, function(match) {
if (replacements.hasOwnProperty(match)) return replacements[match];
return '';
});
if (tag.indexOf('*')>-1) {
return "div.tags:regex(class,t-"+tag.replace(/\*/g, ".*")+")";
}
return "div.t-"+tag;
}).get().join(",");
}
</code></pre>
http://meta.stackexchange.com/questions/5003/does-should-the-stack-exchange-directory-usage-include-visits-from-crawlersDoes/should the Stack Exchange directory usage include visits from crawlers?Rich Seller2010-03-19T23:22:31Z2010-03-19T23:22:31Z
<p>According to the <a href="http://stackexchange.com/directory/list?sort=7" rel="nofollow">Stack Exchange directory</a>, page views on <a href="http://home4film.com" rel="nofollow">Home4Film</a> have dropped 19% this week compared to last. Whereas according to my Google Analytics stats the views are essentially flat (down 0.66%).</p>
<p>Looking at the usage page in the admin console, I see two days with a giant spike in pageviews, which I don't see on Analytics. This leads me to infer the directory numbers are including hits from crawlers. Is this the case? If so should it be?</p>
http://meta.stackexchange.com/questions/4975/why-is-stackexchange-so-good-as-a-qa-formatWhy is StackExchange so Good as a Q&A Format?Asher Mann2010-03-18T22:14:02Z2010-03-19T22:55:11Z
<p>???????????????</p>
http://meta.stackexchange.com/questions/4957/which-is-the-stack-exchange-site-with-the-best-user-experienceWhich is the Stack Exchange site with the best user experience?Alex Angas2010-03-18T05:23:52Z2010-03-19T20:33:04Z
<p>Inspired by <a href="http://meta.stackexchange.com/questions/4907/which-is-the-stack-exchange-site-with-the-worst-design" rel="nofollow">another meta-SE question</a>, which Stack Exchange sites do you feel have the best <strong>user experience</strong>?</p>
<p>Please consider <strong>custom design</strong> (including logo) and <strong>any features</strong> the site administrators have added to their site in your answer.</p>
<p>One site per answer only please and vote up your favourites! The question has been set to community wiki to allow people to update each answer with what they like.</p>
http://meta.stackexchange.com/questions/4365/welcome-banner-for-new-users-still-shown-after-profile-is-visitedWelcome banner for new users still shown after profile is visited.Rich Seller2010-02-16T15:43:17Z2010-03-19T18:22:15Z
<p>I just signed up as a new user to rooted.stackexchange.com. When I logged in with my openID I saw the new user welcome message in the notify-bar (which is a nice touch by the way):</p>
<blockquote>
<p>Welcome to rooted! Visit your user page to fill out your profile.</p>
</blockquote>
<p>I dutifully clicked the link to enter my details, but the notify-bar remained. I filled out my details and submitted the changes and yet the notify-bar, still it was there.</p>
<p>This seems to be a bug to me, the notify-bar should be dismissed once the link has been clicked, and certainly dismissed once the details have been populated and the form submitted.</p>
http://meta.stackexchange.com/questions/4/list-of-stackexchange-sitesList of StackExchange sitesJohn Rasch2009-09-03T14:32:09Z2010-03-19T14:35:49Z
<p>Below is the current list of public StackExchange sites.</p>
<p>If you own a site, feel free to add an answer to this question describing it. If you also have 100 reputation, you may edit the compiled list directly. If not, someone will add it for you eventually!</p>
http://meta.stackexchange.com/questions/512/how-do-i-entice-people-to-participate-on-my-se-siteHow do I entice people to participate on my SE site?Anton Geraschenko2009-09-22T20:20:53Z2010-03-19T14:05:41Z
<p>I have a sign-up form for people who would like to be notified once <a href="http://meta.stackexchange.com/questions/330#348" rel="nofollow">my SE site</a> is up, but I haven't been advertising it much because it feels silly to push people to sign up for something that doesn't exist yet. I think it's better to wait until I have something real to point them to.</p>
<p>I can think of a few dozen people who are exactly my target audience. Once the site is up, I'd like to get these people to be part of the community. I know all of them (to varying degrees), so I plan to send them personal emails. But I realise that there is a non-trivial barrier to entry on an SE site. If I just point people to the site, they're likely to look at it, but not participate. On the other hand, if I can get them to <strong>ask a question</strong>, then pretty soon they'll earn some rep and get a badge or two, and then be much more likely to actually participate. So my plan is to write emails that go something like this:</p>
<blockquote>
<p>Hi NAME,</p>
<p>Remember that time we talked about X,
Y, and Z? Well, I've just launched a
Q&A site to try to collect musings and
insights just like those. I know you
think about lots of interesting little
questions. If you have a few minutes,
try asking one of them on the site. It
can even be a question you already
know the answer to, so long as you
think other mathematicians will find
it interesting. I'd really appreciate
your feedback on the user interface
(or any other aspects of the site).</p>
<p>Thanks,<br>
Anton</p>
</blockquote>
<p>Do you have any other ideas for how to lure people into engaging with the site? Any advice on what to emphasize in my emails (or what wording to use) to make it more likely that people will actually ask a question?</p>
http://meta.stackexchange.com/questions/4987/should-i-email-users-that-havent-logged-in-in-a-whileShould I email users that haven't logged in in a while?ripper2342010-03-19T08:18:50Z2010-03-19T13:33:22Z
<p>Using the data dump, I can easily find a set of users that used the site (one even had rep over 1000), but haven't logged in for over 2-3 months. My site has probably grown X100 in size since then.</p>
<p>How horrible is it of me to email these users saying "We've grown, please check us out again"? It feels spammish, but perhaps as a one time thing it's acceptable?</p>
<p>At least, I'll ensure I don't ever email the same user twice ... I really don't want to bug them.</p>
http://meta.stackexchange.com/questions/3812/is-there-a-multi-site-purchase-discountIs there a multi-site purchase discount?monocat2010-01-20T09:10:18Z2010-03-19T12:54:44Z
<p>I'm interested in opening at least couple of accounts for two different websites. Is there a discount for multi-account purchases? Thanks.</p>
http://meta.stackexchange.com/questions/4988/when-merging-users-copy-openid-overWhen merging users, copy OpenID over?Scott W.2010-03-19T09:16:06Z2010-03-19T11:06:42Z
<p>When merging users, assuming both user accounts have an OpenID, it would be nice if the system copied the source user's OpenID into the "Alternate OpenID" field of the destination ("master") user. Otherwise that OpenID is lost forever. Right now I'm copying it manually.</p>
http://meta.stackexchange.com/questions/4991/feature-request-option-to-set-how-many-questions-show-up-on-the-homepageFeature Request: Option to set how many questions show up on the homepageTestSubject092010-03-19T10:37:50Z2010-03-19T10:48:33Z
<p>It would be nice if we could set the number of questions that show on the homepage.I think some people would like to have less questions so the home page looks clean and tidy while others would think that more questions on the homepage gives the website more of an information rich feel.</p>
http://meta.stackexchange.com/questions/4980/does-anybody-know-if-theres-a-stackexchange-customization-tutorial-out-thereDoes anybody know if there's a StackExchange customization tutorial out there?MrB2010-03-18T23:56:04Z2010-03-19T08:14:45Z
<p>The editing UI is very terse and there are no help files out there. I suppose I could search on each item that I want to customize but that seems highly inefficient and won't give me the overall concept.</p>
http://meta.stackexchange.com/questions/4985/will-the-reputation-system-change-reach-stackexchangeWill the reputation system change reach StackExchange?ripper2342010-03-19T08:11:55Z2010-03-19T08:11:55Z
<p>Upvotes on questions are +5, instead of +10.</p>
<p>I for one don't want this change yet in my site (instead of changing it, just make it configurable ... don't forget to supply a 'recalc rep' button while you're at it).</p>
<p><a href="http://blog.stackoverflow.com/2010/03/important-reputation-rule-changes/" rel="nofollow">http://blog.stackoverflow.com/2010/03/important-reputation-rule-changes/</a></p>
http://meta.stackexchange.com/questions/4984/requiring-a-specific-email-type-to-ask-a-questionRequiring a specific email type to ask a questionAdam2010-03-19T05:35:42Z2010-03-19T05:35:42Z
<p>I'm setting up a stackexchange site for incoming students to my university program. While anonymous questions are allowed, it'd be great if we could require a @myuniversity.com email address to ask a question. Is that possible? How would I set that up?</p>
http://meta.stackexchange.com/questions/4982/how-do-i-change-the-wording-text-on-the-login-pageHow do I change the wording/text on the Login page? maxfan2010-03-19T01:48:05Z2010-03-19T01:48:05Z
<p>Don't have an account? etc..........</p>
http://meta.stackexchange.com/questions/4944/can-you-restrict-who-can-answer-questionsCan you restrict who can answer questions?Jason Crawford2010-03-17T05:43:30Z2010-03-18T23:52:38Z
<p>If you run a StackExchange site, can you restrict who can answer questions? Like, maybe only moderators can answer? Or any other setup that allows anyone to ask a question, but only approved folks to answer.</p>
http://meta.stackexchange.com/questions/4742/adjusting-tag-limitsAdjusting Tag LimitsWayne Hartman2010-03-04T16:26:03Z2010-03-18T23:22:19Z
<p>Is there any way in the configuration files to adjust the number of tags that a user can associate with a post? I can think of a few reasons why the limit is at 5, but there are instances where it could be appropriate to expand or contract the number of tags a site permits its users to select.</p>
http://meta.stackexchange.com/questions/4970/two-unique-user-ids-who-registered-a-week-apart-shows-same-member-forTwo unique user ID's who registered a week apart, shows same "Member for..."debug2010-03-18T16:44:03Z2010-03-18T22:23:06Z
<p>I am curious why it shows on <a href="http://sfanswers.com/users" rel="nofollow">SF Answers User list</a>, that maxfan has been a member for 7/8 days with <strong>both user ids= 59,60</strong>. If user 59 did register 7 days ago, and user 60 registered yesterday, then it should be able to differentiate this, right? </p>
<p>Both show "Member for 7/8 days" any ideas David F?</p>
<p><a href="http://sfanswers.com/users/60/maxfan" rel="nofollow">http://sfanswers.com/users/60/maxfan</a></p>
<p><a href="http://sfanswers.com/users/59/maxfan" rel="nofollow">http://sfanswers.com/users/59/maxfan</a></p>
http://meta.stackexchange.com/questions/4971/how-can-i-merge-two-user-accountsHow can I merge two user accounts?monocat2010-03-18T16:46:50Z2010-03-18T22:19:27Z
<p>I have two accounts that I want to merge without losing the questions, answers and comments posted. I'm hoping the merge will bring all under one username. Is this possible?</p>
<ul>
<li>Different usernames</li>
<li>One is based on Google OpenId login while the other standard email/password login</li>
<li>Both are assigned as admins</li>
</ul>