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.

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:


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://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:

Questions:


file: /Techref/idea/website/dict.htm, 6KB, , updated: 2009/8/13 10:02, local time: 2010/7/30 10:19, owner: size111-hotmail-,
TOP NEW HELP FIND: 
38.107.191.110:LOG IN
©2010 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2010 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.piclist.org/techref/idea/website/dict.htm"> Dictionary</A>

Did you find what you needed?

 
FREE PCBs!
Enter the PICList design contest to win a free PCB from olimex.com!
 

Robotics nuts!

Check out http://www.verinet.com/~dlc/ email: dlc@verinet.com... This guy ROCKS! He has made (and sells but also releases code, docs, etc...) for a number of cool little robotic modules including whiskers, IR proximity detect and remote control, Sonar proximity detect, PWM, Servo, compass. Most of these use the little PIC 12C508 controller which costs basically nothing and is soooo tiny.
The 4 servos, 2400 baud serial servo controller is a wonder of magic and he sells the programmed chip for $8. Wow!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .