please dont rip this site

Dictionary Website

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.

Include contextual information which provides examples of each idea, and the generic of each. E.g. a "roadster" is a type of car / automobile / etc... and types of roadsters might include "runabout" or "two-seater"

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
https://wordnet.princeton.edu/ the Princeton Wordnet database.

Also: Natural Language processing. 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:


Allowing the user to double click any (non-linked) word to look it up.

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')


file: /Techref/idea/website/dict.htm, 6KB, , updated: 2020/2/12 21:00, local time: 2024/3/19 07:00, owner: size111-hotmail-,
TOP NEW HELP FIND: 
34.204.181.19:LOG IN

 ©2024 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! / MAKE!

<A HREF="http://www.massmind.org/techref/idea/website/dict.htm"> Dictionary</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to www.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .