Bertrand Russell Is the Pope (2010)
ceadserv1.nku.edu
Bertrand Russell Is the Pope (2010)
1–10 of 122 posts
Re: Bertrand Russell Is the Pope (2010)
#2Re: Bertrand Russell Is the Pope (2010)
#3Re: Bertrand Russell Is the Pope (2010)
#4Why does this site open Wikipedia when I double-click?
Re: Bertrand Russell Is the Pope (2010)
#5Axiom 1: ((1=0 && 1!=0) -> Pope(Russell)
Proposed axiom 2: (1=0 && 1!=0)
1&2 modus ponens: Pope(Russell)
Re: Bertrand Russell Is the Pope (2010)
#6Why does this site open Wikipedia when I double-click?
Presumably because of the JavaScript implementing that behaviour in the footer, charmingly pasted in from one of those JavaScript library sites and even still including the original credit:
The code below that comment is -
var NS = (navigator.appName == "Netscape") ? 1 : 0;
if (NS) document.captureEvents(Event.DBLCLICK);
document.ondblclick = dict;
var newwin;
function dict() {
if (NS) {
t = document.getSelection();
opennewwin(t);
}
else {
t = document.selection.createRange();
if(document.selection.type == 'Text' && t.text != '') {
document.selection.empty();
opennewwin(t.text);
}
}
}
function opennewwin(text) {
if (text > '') {
newwin = window.open('http://en.wikipedia.org/wiki/Special:Search?search='+text, 's&go=Go');
setTimeout('newwin.focus()', 100);
}
}Re: Bertrand Russell Is the Pope (2010)
#7Cardinal in pectore? No one could know!
Re: Bertrand Russell Is the Pope (2010)
#8infinite + 1 = infinite
Re: Bertrand Russell Is the Pope (2010)
#9In praise of idleness is a banger. The conquest of happiness is a joy to read. His writings are so clear. The way he elucidates his thought process is sublime. What a cool guy.
Re: Bertrand Russell Is the Pope (2010)
#10Earlier quoted context omitted.
Presumably because of the JavaScript implementing that behaviour in the footer, charmingly pasted in from one of those JavaScript library sites and even still including the original credit:
Neither of those sites seem to be available though. The code below that comment is - var NS = (navigator.appName == "Netscape") ? 1 : 0; if (NS) document.captureEvents(Event.DBLCLICK); document.ondblclick = dict; var newwin; function dict() { if (NS) { t = document.getSelection(); opennewwin(t); } else { t = document.selection.createRange(); if(document.selection.type == 'Text' && t.text != '') { document.selection.e…