RE: [DQSD-Users] two new searches

2004-02-13 Thread Shawn K. Hall
Hi Sarah,

> The reverse dictionary is a beta feature on the OneLook
> site. Should it still be added to the current OneLook
> search?

It's been available for 4 or 5 months now, I think it's safe. Besides,
the new 'search' won't be puched to the clients, they have to either
go and get it (not likely) or wait for the next release, which is
likely months away.


> I'm not quite sure how to do this, since it's actually
> a separate form.

There are several included searches that use multiple forms for
processing. For the most part you just add another  tag to the
search and add a switch to the parseArgs call that indicates which
form to process. At least a couple dozen searches use the multiple
form thing. Everything from atech to ystocks - but a good sample to se
would probably be findlaw.xml: it's clean and simple, and demonstrates
multiple forms very well.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// 
Why are there Interstate highways in Hawaii?




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] two new searches

2004-02-13 Thread Sarah Sweeney
Shawn,

The reverse dictionary is a beta feature on the OneLook site. Should it 
still be added to the current OneLook search? I'm not quite sure how to 
do this, since it's actually a separate form.

Sarah

Shawn K. Hall wrote:
Hi Sarah,


...one for the OneLook Reverse Dictionary, which lets
you search for a word by entering words that describe
the concept.


OneLook was already in DQSD as 'olk' - does the one you created
provide any additional abilities? If so, I think it would probably be
better to integrate them or replace one for the other.
Regards,

Shawn K. Hall
http://ReliableAnswers.com/
'// 
Of the three, being high quality, reasonable cost, and
quick speed, you can have only 2.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] two new searches

2004-02-12 Thread Shawn K. Hall
Hi Sarah,

> ...one for the OneLook Reverse Dictionary, which lets
> you search for a word by entering words that describe
> the concept.

OneLook was already in DQSD as 'olk' - does the one you created
provide any additional abilities? If so, I think it would probably be
better to integrate them or replace one for the other.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// 
Of the three, being high quality, reasonable cost, and
quick speed, you can have only 2.




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] two new searches

2004-02-12 Thread Monty Scroggins
done..

Monty

- Original Message - 
From: "Sarah Sweeney" <[EMAIL PROTECTED]>
To: "DQSD Users" <[EMAIL PROTECTED]>
Sent: Thursday, February 12, 2004 1:03 PM
Subject: [DQSD-Users] two new searches


> I've created two new searches, one for adtunes.com, where you can find
> out the name of a song you hear in an ad, and one for the OneLook
> Reverse Dictionary, which lets you search for a word by entering words
> that describe the concept. Can someone please commit these searches for
> me? Thanks!
>
> Sarah
>






> 
>   Ad Tunes
>   Entertainment
>   Sarah Sweeney
>   http://adtunes.com/forums/
>   [EMAIL PROTECTED]
>   
>   Find out the name of a song you heard in an ad.
> Examples:
> 
>   adtunes Mitsubishi
> 
>   
>method="post"
>
action="http://adtunes.com/forums/index.php?act=Search&CODE=01";>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
>   <![CDATA[
> function adtunes(q)
> {
>   if( nullArgs("adtunes", q) )
> return;
>
>   // FORM variables for adtunesf
>   document.adtunesf.keywords.value = q;
>
>   submitForm(adtunesf);
> }
>   ]]>
>   
> The following applies if this file is included and distributed with
Dave's Quick Search Deskbar:
> Copyright (c) 2002 David Bau; Distributed under the terms of the GNU
Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
>   
>   
> This search file was initially created on 02/12/04 at 13:56:36
> by Dave's Quick Search Deskbar Search Wizard version 1.2,
> Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU
General Public License, Version 2
>   
> 
>






> 
>   OneLook Reverse Dictionary
>   ReferenceLanguage
>   Sarah Sweeney
>   http://www.onelook.com/reverse-dictionary.shtml
>   [EMAIL PROTECTED]
>   
>   Find a word by describing a concept.
> Examples:
> 
>   revdic afraid of heights
> 
>   
>method="get"
> action="http://www.onelook.com/";>
> 
> 
> 
>   
>   <![CDATA[
> function revdic(q)
> {
>   if( nullArgs("revdic", q) )
> return;
>
>   // FORM variables for revdicf
>   document.revdicf.clue.value = q;
>
>   submitForm(revdicf);
> }
>   ]]>
>   
> The following applies if this file is included and distributed with
Dave's Quick Search Deskbar:
> Copyright (c) 2002 David Bau; Distributed under the terms of the GNU
Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
>   
>   
> This search file was initially created on 02/12/04 at 14:03:40
> by Dave's Quick Search Deskbar Search Wizard version 1.2,
> Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU
General Public License, Version 2
>   
> 
>



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] two new searches

2004-02-12 Thread Sarah Sweeney
I've created two new searches, one for adtunes.com, where you can find 
out the name of a song you hear in an ad, and one for the OneLook 
Reverse Dictionary, which lets you search for a word by entering words 
that describe the concept. Can someone please commit these searches for 
me? Thanks!

Sarah

  Ad Tunes
  Entertainment
  Sarah Sweeney
  http://adtunes.com/forums/
  [EMAIL PROTECTED]
  
  Find out the name of a song you heard in an ad.
Examples:

  adtunes Mitsubishi

  
  http://adtunes.com/forums/index.php?act=Search&CODE=01";>



















  
  
  
The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  
  
This search file was initially created on 02/12/04 at 13:56:36
by Dave's Quick Search Deskbar Search Wizard version 1.2,
Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
  


  OneLook Reverse Dictionary
  ReferenceLanguage
  Sarah Sweeney
  http://www.onelook.com/reverse-dictionary.shtml
  [EMAIL PROTECTED]
  
  Find a word by describing a concept.
Examples:

  revdic afraid of heights

  
  http://www.onelook.com/";>



  
  
  
The following applies if this file is included and distributed with Dave's Quick Search Deskbar:
Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  
  
This search file was initially created on 02/12/04 at 14:03:40
by Dave's Quick Search Deskbar Search Wizard version 1.2,
Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2