RE: [DQSD-Users] Perldoc Search - first version

2003-06-06 Thread MLL
But didnt update the changelog IIRC :)

MLL

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Monty
 Scroggins
 Sent: Wednesday, June 04, 2003 11:23 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [DQSD-Users] Perldoc Search - first version
 
 
 eh!  I forgot to mention I checked this xml into CVS
 
 Mont
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of Monty
  Scroggins
  Sent: Wednesday, June 04, 2003 4:17 PM
  To: [EMAIL PROTECTED]
  Subject: RE: [DQSD-Users] Perldoc Search - first version
 
 
  Man I love this!  thanks for the very useful addition..
 
  IMO the computers-programming is the better fit which is where
  you have it
  now.
 
  Mont
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Behalf 
 Of Dean Wilson
   Sent: Tuesday, June 03, 2003 4:39 PM
   To: [EMAIL PROTECTED]
   Subject: [DQSD-Users] Perldoc Search - first version
  
  
   After spending some time looking for an excuse to try out the
   Dave's Quick
   Search Deskbar Search Wizard (Verdict: very cool!) i 
 decided to build a
   search for the online perldoc repository (located at
   http://www.perldoc.com/ not surprisingly.) Which allows you to
  search the
   built in functions in Perl by version number, something 
 which saves me
   having a bundle of different documentation packages 
 installed on all my
   machines.
  
   In the doc examples I've shown something i thought would save a
  couple of
   keystrokes, the version number can be anything from a verbose
  /perl5.6.0
   to a terse and more perlish /56
  
   I've attached a working draft of the search but i have a couple of
   questions for the list:
  
   1. Should this kind of search live in the Computers-programming
   section or
   the Computer-reference section? The existing language
  references (PHP and
   Javascript) live in programming so I've done the same but 
 i thought i
   should ask.
  
 
 
 
  ---
  This SF.net email is sponsored by:  Etnus, makers of 
 TotalView, The best
  thread debugger on the planet. Designed with thread 
 debugging features
  you've never dreamed of, try TotalView 6 free at www.etnus.com.
  ___
  To unsubscribe visit:
  https://lists.sourceforge.net/lists/listinfo/dqsd-users
  [EMAIL PROTECTED]
  http://sourceforge.net/mailarchive/forum.php?forum_id=8601
 
 
 
 
 ---
 This SF.net email is sponsored by:  Etnus, makers of 
 TotalView, The best
 thread debugger on the planet. Designed with thread debugging features
 you've never dreamed of, try TotalView 6 free at www.etnus.com.
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601
 



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id†01


RE: [DQSD-Users] RE: Problem with maximized.html file

2003-06-06 Thread Kim Gräsman
Sarah,

 Maybe I am missing something, but how does this take care of
 the bug? As far as I can tell, this is just not using maximized.htm at

 all, instead of fixing the error which occurs when you do use
maximized.htm. 

Yes, that's absolutely correct. I meant it as a workaround.
The bug is fixed, but not released, hence the CVS reference [1].

Sorry about the confusion,
Kim

[1]
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/dqsd/defer_tools.js



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] url in new window

2003-06-06 Thread Tom Corcoran



if I type an url (http://www.mozilla.org/projects/firebird/release-notes.html) in dqsd it opens in the current browser window 
open (I use the awesome firebird). Is there any way to make this open in a new 
browser window?

Thanks, Tom.


[DQSD-Users] XML code to open search in specific Browser?

2003-06-06 Thread Tony Molloy
Hi,

I'm trying to make the switch from IE to Mozilla, and one of my searches
doesn't like Mozilla. Is there a way to add XML code to make this one
particular search open in IE?

If not, can I submit my code for some to look at to see why it's not
working? The search inputs a Dell computer serial number (service tag) into
Dell's support website so that I can quickly get warranty/support info about
different computers.

Tony



---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
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] XML code to open search in specific Browser?

2003-06-06 Thread Monty Scroggins
I would just do it in an alias which would call run iexplore url 

Example from my localaliases.txt file -
sirius|run iexplore
http://www.sirius.com/servlet/ContentServer?pagename=Sirius/CachedPagec=Pag
ecid=1019257316800si=5_1_1p1=28|SIRIUS Radio

Mont

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Tony Molloy
 Sent: Friday, June 06, 2003 10:04 AM
 To: '[EMAIL PROTECTED]'
 Subject: [DQSD-Users] XML code to open search in specific Browser?


 Hi,

 I'm trying to make the switch from IE to Mozilla, and one of my searches
 doesn't like Mozilla. Is there a way to add XML code to make this one
 particular search open in IE?

 If not, can I submit my code for some to look at to see why it's not
 working? The search inputs a Dell computer serial number (service
 tag) into
 Dell's support website so that I can quickly get warranty/support
 info about
 different computers.

 Tony



 ---
 This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
 thread debugger on the planet. Designed with thread debugging features
 you've never dreamed of, try TotalView 6 free at www.etnus.com.
 ___
 To unsubscribe visit:
 https://lists.sourceforge.net/lists/listinfo/dqsd-users
 [EMAIL PROTECTED]
 http://sourceforge.net/mailarchive/forum.php?forum_id=8601




---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601