[DQSD-Users] Re: notesbydave.com down?

2005-01-05 Thread James Robertson
Kim/Monty -

Kim Grassman wrote: 
Hmm... The files are on www.dqsd.net as well, I think

notesbydave.com/toolbar is/was a mirror of dqsd.net.

So, do what the manual says, but substitute

  notesbydave.com/toolbar
for
  www.dqsd.net

I'll look into changing the directions on the page.

Thanks,
Kim

Thanks for the replies. I've tried
http://www.dqsd.net/install.htm but am getting an
error popping up - A runtime error has occurred.
Line: 1 Error: Access is denied.

Trying www.dqsd.net/toolbar/install.htm gives the
expected 404.


James





___ 
ALL-NEW Yahoo! Messenger - all new features - even more fun! 
http://uk.messenger.yahoo.com


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] multi aliases ?

2005-01-05 Thread jean-marie winters
What am I doing wrong or is this standard behaviour ?
These 3 aliases do what they're supposed to do.
But when chords has to do it's thing it gets it all wrong
gadjo|gg %s tune site:http://www.gadjodrom.com /ifl
song|gg allintitle: %s site:http://www.theguitarguy.com /ifl
ralph|gg %s site:http://www.ralphpatt.com /ifl
chords|multi song %s ;gadjo %s;ralph %s |find chords to tunes from 3 sites
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.8 - Release Date: 3/01/2005

---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] searches array

2005-01-05 Thread Shawn K. Hall
Hi Ryan,
 
 Yeah, that was the first thing I tried.  I put the
 line alert(searches.length); into one of my search
 files and did a search.  It popped up saying
 Undefined.  alert(searches) just gives [Object
 object].  The aliases array does the same thing.

This is the structure of each searches[] element, which is a named
array:
 {fname, name, desc, link, cat, subcats, fun, 
  aliases[], enabled, aliasmenudisplay, local, nomenu}

Enumerate using this style (based on qsfind):
  var s = ;
  for (var i in searches){
if (isNaN(i)){
  if (searches[i].fname.substr(0,1) != _)
s +=   + searches[i].fname;
}
  }
  alert ( s );

Regards,

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

'// 
   In theory, there is no difference between theory and 
practice; In practice, there is.
-- Chuck Reid




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


Re: [DQSD-Users] multi aliases ?

2005-01-05 Thread Brent Beardsley
Hi Jean-Marie,

I haven't looked at multi for a while but I believe
the alias should be:

chords|multi song gadjo ralph %s|find chords

Brent

--- jean-marie winters [EMAIL PROTECTED]
wrote:

 What am I doing wrong or is this standard behaviour
 ?
 These 3 aliases do what they're supposed to do.
 But when chords has to do it's thing it gets it
 all wrong
 
 
 gadjo|gg %s tune site:http://www.gadjodrom.com /ifl
 song|gg allintitle: %s
 site:http://www.theguitarguy.com /ifl
 ralph|gg %s site:http://www.ralphpatt.com /ifl
 chords|multi song %s ;gadjo %s;ralph %s |find chords
 to tunes from 3 sites
 
 
 -- 
 No virus found in this outgoing message.
 Checked by AVG Anti-Virus.
 Version: 7.0.300 / Virus Database: 265.6.8 - Release
 Date: 3/01/2005
 
 
 

---
 The SF.Net email is sponsored by: Beat the
 post-holiday blues
 Get a FREE limited edition SourceForge.net t-shirt
 from ThinkGeek.
 It's fun and FREE -- well,
 almosthttp://www.thinkgeek.com/sfshirt
 ___
 To unsubscribe visit:

https://lists.sourceforge.net/lists/listinfo/dqsd-users
 DQSD-Users@lists.sourceforge.net

http://sourceforge.net/mailarchive/forum.php?forum_id=8601
 




__ 
Do you Yahoo!? 
Yahoo! Mail - 250MB free storage. Do more. Manage less. 
http://info.mail.yahoo.com/mail_250


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] Can I have Merriam Webster be the default dict?

2005-01-05 Thread Kerry
Is there a way to have Merriam Webster be the default dictionary it has 
free pronunciation.

Thanks,
Kerry

---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id01