PearsonartphotoI'm going to argue that Area 51 is not the optimal solution for Stack Exchange. Right now, as it stands, the following occurs: Someone, probably an expert or at least a strong enthusiast, proposes a site. People randomly follow this site. These people aren't committed to the proposal at all. Th...
I'm a sysadmin, I'm full of BS. Marc GravellUntil a few days ago, the calculation was: default 10 per day one bonus flag per 1000 reputation maximum 100 But we have now tweaked this to consider previous flagging history: flags by people who flag well are OK so: default 10 per day one bonus flag per 2000 reputation (capped at 100k re...
Jeff Atwood About This user script disables the default behavior of the enter key submitting a comment. With this script installed, you must explicitly click the Add Comment button to submit your comment. Source If you have Firefox+GreaseMonkey, Opera, or Google Chrome, try this GreaseMonkey script t...
Jeff AtwoodIf you find this behavior inconvenient, I recommend enabling the below GreaseMonkey script. Here's a step by step walkthrough for Google Chrome (which I continue to recommend as the best currently available browser). please note this script applies only to *.stackexchange.com so edit to taste i...
Jeff Atwood I've said a hotrillion times that any major feature changes get blogged on http://blog.stackoverflow.com and to date I have written .. let's see .. ~440 blog posts. We are also extremely diligent about marking things [status-complete] here on meta as they get done or added. Go query that, as I'v...
NikhilRathodI am planing to build a website using php which will be on Internet with decent amount of users (between 1000 to 5000). I am using freeBSD as a server and I configured apache php and mysql from scratch. With proper configuration, is it safe to use such a server on Internet or should I go with som...
$('<span class="lsep"> | </span>').add($('<a>auto</a>').click(function () { })) // ==UserScript==
// @name AutoReviewComments
// @namespace benjol
// @version 1.0.0
// @description Add pro-forma comments dialog for reviewing
// @include http://*stackoverflow.com/*
// @include http://*.stackexchange.com/*
// ==/UserScript==
function with_jquery(f) {
var script = document.createElement("script");
script.type = "text/javascript";
script.textContent = "(" + f.toString() + ")(jQuery)";
document.body.appendChild(script);
};
with_jquery(function ($) { /review page « first day (202 days earlier) ← previous day next day → last day (5390 days later) »