Make an online Dictionary that * users can update * with new or alternative definitions of words or phrases or simply with stories, comments, thoughts about the words or phrases.
The first version (not updateable) is now
at:
http://www.massmind.org/dict (now updated to version 2.0 of the WordNet
Database) based on
http://www.cogsci.princeton.edu/~wn/obtain/
the Princeton Wordnet database.
Glossary, Quotes, De fun itions
Mark Twain: "I don't give a damn for a man that can only spell a word one way"
See also:
James Newton replies: Well, just about! wikipedia is a really great innovation and I have used it myself many times. There are some things about it that I don't like or that concern me:
HTML: <body ondblclick="lookup()"
Script:
function lookup() {
if (document.getSelection) {
t = document.getSelection();
opennewdictwin(t);
}
else {
t = document.selection.createRange();
if(document.selection.type == 'Text' && t.text != '') {
document.selection.empty();
opennewdictwin(t.text);
}
}
}
function opennewdictwin(text) {
while (text.substr(text.length-1,1)==' ')
text=text.substr(0,text.length-1)
while (text.substr(0,1)==' ')
text=text.substr(1)
if (text > '') {
document.location='http://www.massmind.org/dict/'+escape(text);
}
}
Style:
.Txt
{ CURSOR: url('http://www.massmind.org/images/curs/add.cur') }
CURSOR: url('http://www.massmind.org/images/curs/dclick.cur')
Interested:
| file: /techref/idea/website/dict.htm, 6KB, , updated: 2007/2/5 17:57, local time: 2008/10/6 16:27,
owner: size111-hotmail-,
38.103.63.60:LOG IN
|
| ©2008 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://www.massmind.org/techref/idea/website/dict.htm"> Dictionary</A> |
| Did you find what you needed? |
Welcome to massmind.org! |
|
.