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 current version (not updateable) is now
at:
http://golovchenko.org/cgi-bin/wnsearch?q=
(now updated to version 2.0 of the WordNet Database) based on
http://www.cogsci.princeton.edu/~wn/obtain/
the Princeton Wordnet database.
Also: 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://golovchenko.org/cgi-bin/wnsearch?q='+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:
Questions:
| file: /Techref/idea/website/dict.htm, 6KB, , updated: 2010/12/21 07:13, local time: 2012/2/8 23:50,
owner: size111-hotmail-,
38.107.179.233:LOG IN |
| ©2012 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? <A HREF="http://www.piclist.com/techref/idea/website/dict.htm"> Dictionary</A> |
| Did you find what you needed? |
LCD Front Panel Set: $8.99!
- 2x16 LCD HD44780 controller - 4 push buttons - 3 LEDs - 2x12 header |
.