[DQSD-Users] problem settin firefox as default (even with setbrowser)

2004-02-29 Thread rij73
Hello all... I have been a very happy user of dqsd for some time. I just
switched to mozilla firefox, though, and i'm having a heck of a time getting
it to work! I tried setbrowser - followed the instructions exactly as in the
FAQ, but dqsd searches still open in IE. I feel like I've tried everything,
so I'm really only bugging you all as a last resort.

Can anyone help me troubleshoot this? I really want this to work...



---
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=1356alloc_id=3438op=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] problem settin firefox as default (even with setbrowser)

2004-02-29 Thread Tom Corcoran
rij73 wrote:
 Hello all... I have been a very happy user of dqsd for some time. I just
 switched to mozilla firefox, though, and i'm having a heck of a time
getting
 it to work! I tried setbrowser - followed the instructions exactly as in
the
 FAQ, but dqsd searches still open in IE. I feel like I've tried
everything,
 so I'm really only bugging you all as a last resort.
 Can anyone help me troubleshoot this? I really want this to work...

I'm using the excellent Firefox. Try creating localprefs.js (you can add
anything from preferences.js) and adding :

/* Browser launch mode
*  0=use IE
*  1=use default browser
*  2=auto (launches in IE directly if IE is default browser)
*/
launchmode=2;

qed,

cheers, tom.




---
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=1356alloc_id=3438op=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] Re: [DQSD-Devel] comx: additional comics request

2004-02-29 Thread Brian Dunworth
Hiya Monty..

   Today, I noticed that Calvin and Hobbes opens a Sunday-sized window,
but shows no comic.   Yesterday (Saturday), it opened a Sunday-sized
window (as it should have) and displayed the comic.   ucomics is
're-issuing' the Calvin and Hobbes comics, one day at a time, so only on
rare years are the days of the week aligned exactly...

 - Brian

- Original Message -
From: Monty Scroggins [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 28, 2004 11:45 PM
Subject: Re: [DQSD-Users] Re: [DQSD-Devel] comx: additional comics request



  Calvin and Hobbes works now, thanks - but I also saw
  that Doonesbury is mis-spelled too :)
 
 Cool .. got it fixed..

  Also you could use:
 
  if( nullArgs(comx, q) )
  return false;
 
  instead of:
 
   if( q == ? ){
  qsfind(comx /function);
  return false;
   }
   if( q ==  ){
  qsfind(comx /function);
  return false;
   }

 I didnt like the nullArgs in this case because it opens the link page.
I
 just wanted to display the help window..  The comics come from a couple of
 different pages..  I did at least combine the two tests to a single one..


  Also I don't like the IE image toolbar popping up over
  my comic so you could add:
 
  META HTTP-EQUIV=imagetoolbar CONTENT=no
 

 Hmm I tried putting this in the popup html, but it crashes explorer!...
 Maybe I am doing something wrong...


  And finally since I got my other wish for Garfield :)
  how about displaying multiple comics on one page - I
  find myself having to keep typing in the following
  sequence to read all my comics:

 Oh man...  Its a nice idea but I will probably leave this for someone with
 better skills than mine..  I am pushing my learning limits already!..
 heehee   Maybe after a break I could try to tackle it..

 Thanks for the feedback!..

 Monty




 ---
 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=1356alloc_id=3438op=click
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601




---
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=1356alloc_id=3438op=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] problem settin firefox as default (even with setbrowser)

2004-02-29 Thread Brent Beardsley
Hi,

I also use Firefox with DQSD and love it.  Have you
tried clicking the Set Default Browser under Tools -
Options - General to reset Firefox as the default
browser?

I also made a file called user.js in the profile
directory that contains one line:

user_pref(advanced.system.supportDDEExec, false);

which causes each search to open in a new tab.

For more information see:

http://www.mozilla.org/unix/customizing.html#prefs

Hope this helps,

Brent

--- rij73 [EMAIL PROTECTED] wrote:
 Thanks, Tom, but I did try that already. I have
 tried every setting of
 Browser Launch Mode to no avail! That's why I'm so
 puzzled.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On
 Behalf Of Tom Corcoran
 Sent: Sunday, February 29, 2004 5:37 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [DQSD-Users] problem settin firefox as
 default (even with
 setbrowser)
 
 rij73 wrote:
  Hello all... I have been a very happy user of dqsd
 for some time. I 
  just switched to mozilla firefox, though, and i'm
 having a heck of a 
  time
 getting
  it to work! I tried setbrowser - followed the
 instructions exactly as 
  in
 the
  FAQ, but dqsd searches still open in IE. I feel
 like I've tried
 everything,
  so I'm really only bugging you all as a last
 resort.
  Can anyone help me troubleshoot this? I really
 want this to work...
 
 I'm using the excellent Firefox. Try creating
 localprefs.js (you can add
 anything from preferences.js) and adding :
 
 /* Browser launch mode
 *  0=use IE
 *  1=use default browser
 *  2=auto (launches in IE directly if IE is default
 browser) */
 launchmode=2;
 
 qed,
 
 cheers, tom.
 
 
 
 

---
 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=1356alloc_id=3438op=click
 ___
 To unsubscribe visit:

https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]

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

---
 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=1356alloc_id=3438op=click
 ___
 To unsubscribe visit:

https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]

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

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


__
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools


---
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=1356alloc_id=3438op=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] Re: [DQSD-Devel] comx: additional comics request

2004-02-29 Thread Monty Scroggins
right..  The Calvin and Hobbes comic being served up is from 1993.  The
reason no comic displayed today is that this is a leap year, and there was
no Feb 29 in 1993.

Monty


- Original Message - 
From: Brian Dunworth [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 29, 2004 5:10 PM
Subject: Re: [DQSD-Users] Re: [DQSD-Devel] comx: additional comics request


 Hiya Monty..

Today, I noticed that Calvin and Hobbes opens a Sunday-sized window,
 but shows no comic.   Yesterday (Saturday), it opened a Sunday-sized
 window (as it should have) and displayed the comic.   ucomics is
 're-issuing' the Calvin and Hobbes comics, one day at a time, so only on
 rare years are the days of the week aligned exactly...

  - Brian

 - Original Message -
 From: Monty Scroggins [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Saturday, February 28, 2004 11:45 PM
 Subject: Re: [DQSD-Users] Re: [DQSD-Devel] comx: additional comics request


 
   Calvin and Hobbes works now, thanks - but I also saw
   that Doonesbury is mis-spelled too :)
  
  Cool .. got it fixed..
 
   Also you could use:
  
   if( nullArgs(comx, q) )
   return false;
  
   instead of:
  
if( q == ? ){
   qsfind(comx /function);
   return false;
}
if( q ==  ){
   qsfind(comx /function);
   return false;
}
 
  I didnt like the nullArgs in this case because it opens the link page.
 I
  just wanted to display the help window..  The comics come from a couple
of
  different pages..  I did at least combine the two tests to a single
one..
 
 
   Also I don't like the IE image toolbar popping up over
   my comic so you could add:
  
   META HTTP-EQUIV=imagetoolbar CONTENT=no
  
 
  Hmm I tried putting this in the popup html, but it crashes explorer!...
  Maybe I am doing something wrong...
 
 
   And finally since I got my other wish for Garfield :)
   how about displaying multiple comics on one page - I
   find myself having to keep typing in the following
   sequence to read all my comics:
 
  Oh man...  Its a nice idea but I will probably leave this for someone
with
  better skills than mine..  I am pushing my learning limits already!..
  heehee   Maybe after a break I could try to tackle it..
 
  Thanks for the feedback!..
 
  Monty
 
 
 
 
  ---
  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=1356alloc_id=3438op=click
  ___
  To unsubscribe visit:
  https://lists.sourceforge.net/lists/listinfo/dqsd-users
  [EMAIL PROTECTED]
  http://sourceforge.net/mailarchive/forum.php?forum_id=8601
 



 ---
 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=1356alloc_id=3438op=click
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601




---
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=1356alloc_id=3438op=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] Re: [DQSD-Devel] comx: additional comics request

2004-02-29 Thread Brian Dunworth
ah.. of course, you're correct.   my apologies for assuming an error on your
part. :)

 - Brian

- Original Message -
From: Monty Scroggins [EMAIL PROTECTED]
To: Dqsd-Users [EMAIL PROTECTED]
Sent: Sunday, February 29, 2004 7:15 PM
Subject: Re: [DQSD-Users] Re: [DQSD-Devel] comx: additional comics request


 right..  The Calvin and Hobbes comic being served up is from 1993.  The
 reason no comic displayed today is that this is a leap year, and there was
 no Feb 29 in 1993.

 Monty


 - Original Message -
 From: Brian Dunworth [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, February 29, 2004 5:10 PM
 Subject: Re: [DQSD-Users] Re: [DQSD-Devel] comx: additional comics request


  Hiya Monty..
 
 Today, I noticed that Calvin and Hobbes opens a Sunday-sized
window,
  but shows no comic.   Yesterday (Saturday), it opened a Sunday-sized
  window (as it should have) and displayed the comic.   ucomics is
  're-issuing' the Calvin and Hobbes comics, one day at a time, so only on
  rare years are the days of the week aligned exactly...
 
   - Brian
 
  - Original Message -
  From: Monty Scroggins [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, February 28, 2004 11:45 PM
  Subject: Re: [DQSD-Users] Re: [DQSD-Devel] comx: additional comics
request
 
 
  
Calvin and Hobbes works now, thanks - but I also saw
that Doonesbury is mis-spelled too :)
   
   Cool .. got it fixed..
  
Also you could use:
   
if( nullArgs(comx, q) )
return false;
   
instead of:
   
 if( q == ? ){
qsfind(comx /function);
return false;
 }
 if( q ==  ){
qsfind(comx /function);
return false;
 }
  
   I didnt like the nullArgs in this case because it opens the link
page.
  I
   just wanted to display the help window..  The comics come from a
couple
 of
   different pages..  I did at least combine the two tests to a single
 one..
  
  
Also I don't like the IE image toolbar popping up over
my comic so you could add:
   
META HTTP-EQUIV=imagetoolbar CONTENT=no
   
  
   Hmm I tried putting this in the popup html, but it crashes
explorer!...
   Maybe I am doing something wrong...
  
  
And finally since I got my other wish for Garfield :)
how about displaying multiple comics on one page - I
find myself having to keep typing in the following
sequence to read all my comics:
  
   Oh man...  Its a nice idea but I will probably leave this for someone
 with
   better skills than mine..  I am pushing my learning limits already!..
   heehee   Maybe after a break I could try to tackle it..
  
   Thanks for the feedback!..
  
   Monty
  
  
  
  
   ---
   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=1356alloc_id=3438op=click
   ___
   To unsubscribe visit:
   https://lists.sourceforge.net/lists/listinfo/dqsd-users
   [EMAIL PROTECTED]
   http://sourceforge.net/mailarchive/forum.php?forum_id=8601
  
 
 
 
  ---
  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=1356alloc_id=3438op=click
  ___
  To unsubscribe visit:
  https://lists.sourceforge.net/lists/listinfo/dqsd-users
  [EMAIL PROTECTED]
  http://sourceforge.net/mailarchive/forum.php?forum_id=8601
 



 ---
 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=1356alloc_id=3438op=click
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601




---
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=1356alloc_id=3438op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601