RE: [DQSD-Users] DQSD UpSave search

2003-12-13 Thread Kim Grsman
Hi Guy, 

I considered adding upsave.xml as part of the DQSD distribution, but
considering it's already available off the web, and how DQSD currently has
some perf problems with the sheer amount of searches, I thought I'd leave
it. As of 3.1.8, users will be able to install it at will, using the new
httpinst command:

httpinst http://upsave.com/downloads/us.xml

You can put up a blurb on your site, describing the process.

Is this OK with you, or would you rather have me add it to the CVS? Let me
know.

I agree with the others, though, you should rename it upsave.xml, and change
the form and function names accordingly.

Thanks,
Kim

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Guy Malachi
 Sent: den 11 december 2003 17:25
 To: [EMAIL PROTECTED]
 Subject: [DQSD-Users] DQSD UpSave search
 
 Hi,
 I've created a DQSD search for UpSave.com (which is a free 
 online bookmark manager).
  
 The search that I've created lets you search your UpSave 
 account's bookmarks from DQSD.
  
  
 You can download the XML file from:
 http://upsave.com/downloads/us.xml
  
 or view the page that I created about the DQSD UpSave search at:
 http://upsave.com/cgi-bin/dqsd_upsave_search.pl
  
  
  
 Thanks for the excellent tool (I've been using it for years),
 Guy
 



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] Launch a program

2003-12-13 Thread Fabio Chelly
Hi,

Is it possible to use an alias to launch a local file instead of an URL?

Thanks  Best regards,
Fabio Chelly
---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] CTRL+SHIFT+ENTER

2003-12-13 Thread Kim Grasman
Hi Fabio,

Ctrl+Enter already does that;

myurl Ctrl+Enter

launches www.myurl.com. 

Hope that helps,
Kim

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Fabio Chelly
 Sent: den 13 december 2003 23:33
 To: [EMAIL PROTECTED]
 Subject: [DQSD-Users] CTRL+SHIFT+ENTER
 
 Hi,
 
 Is it possible to combine SHIFT+ENTER and CTRL+ENTER to add 
 'www.' and 
 '.com' AND open the url in a new page?
 Example: if I write 'myurl' and then click on CTRL+SHIFT+ENTER, DQSD 
 should launch www.myurl.com in an new page.
 
 Thanks,
 Fabio Chelly



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] CTRL+SHIFT+ENTER

2003-12-13 Thread Fabio Chelly
Yes but it does not open it in a new window.
What I'm asking is to have the possibility to combine the new window 
shortcut (SHIFT+ENTER) and the completion shortcut (CTRL+ENTER).

Fabio

Kim Grasman a écrit :
Hi Fabio,

Ctrl+Enter already does that;

	myurl Ctrl+Enter

launches www.myurl.com. 

Hope that helps,
Kim

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of 
Fabio Chelly
Sent: den 13 december 2003 23:33
To: [EMAIL PROTECTED]
Subject: [DQSD-Users] CTRL+SHIFT+ENTER

Hi,

Is it possible to combine SHIFT+ENTER and CTRL+ENTER to add 
'www.' and 
'.com' AND open the url in a new page?
Example: if I write 'myurl' and then click on CTRL+SHIFT+ENTER, DQSD 
should launch www.myurl.com in an new page.

Thanks,
Fabio Chelly




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] Launch a program

2003-12-13 Thread Kim Grasman
Fabio,

Sure, see the samples in localaliases.txt.

For example, the run command can be used to fire up most anything on the
local machine:

exp|run explorer /e, %s 

translates to exp is the alias for running explorer.exe with the /e switch,
starting in folder %s.

Kim

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Fabio Chelly
 Sent: den 13 december 2003 23:34
 To: [EMAIL PROTECTED]
 Subject: [DQSD-Users] Launch a program
 
 Hi,
 
 Is it possible to use an alias to launch a local file instead 
 of an URL?
 
 Thanks  Best regards,
 Fabio Chelly



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] GTwhois Search fails

2003-12-13 Thread Shawn K. Hall
Hi Kim,

 However, I wonder how kosher that would be...? If GeekTools
 recognized this as a problem, and took measures, maybe they
 don't want to expose their service other than from the actual
 web.

 I'm not sure if there is some 'DQSD code of honor', but I
 suggest the gtwhois search should probably be dropped from
 DQSD instead.

 Besides, there are like 7 other whois tools (? whois)
 bundled with DQSD, so it's not like gtwhois is unique.

 Just my 2c - other opinions?

I agree for the most part. If someone doesn't want their site/service
to be serviceable via DQSD then by all means, allow them out. But, in
this case (as I think with all others) we should give them a chance.
Perhaps they are unaware of DQSD - which *is* a 'geektool' - and maybe
they'll provide us with the means to bypass this limitation
honorably. ;)

I'll email them and ask, and post here if/when they respond.

Regards,

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

'// 
We've got the best government money can buy.




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] CTRL+SHIFT+ENTER

2003-12-13 Thread Shawn K. Hall
Hi Fabio,

 Yes but it does not open it in a new window.
 What I'm asking is to have the possibility to combine
 the new window shortcut (SHIFT+ENTER) and the
 completion shortcut (CTRL+ENTER).

It does on my box.
Do you have any settings in prefs that might be making it function
differently? For example, are you using a template to start IE? Are
you using IE? Is your IE pref set to reuse windows for launching
shortcuts?

The last one there requires a special handling for starting the url in
IE - iow, DQSD wouldn't be as portable (function with other browsers
equally as well) if it were coded to behave by ignoring this
preference in the IE settings. It would require a command-line switch
when starting the iexplore.exe file, whereas if you change your IE
settings you'll get that behaviour by default.

Regards,

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

'// 
We live under a government of men and morning newspapers
  -- Wendell Phillips (1811-1884)




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] XP Pro installation

2003-12-13 Thread Shawn K. Hall
Hi Tom,

 I installed dqsd on an xp pro machine. At startup I get an
 IE message : problem initialising the enhanced keyboard
 support - some keys  hotkeys may not work (error
 DQSDTools.keyboardhook - can't install hook).

Which version of DQSD, and are you running the Google toolbar/deskbar?

The 3.1.8 version includes the Google-toolbar-style keyboard hooks,
which I imagine, when used on a system that also has that installed,
would experience keyboard-hook blocking.

Regards,

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

'// 
   Whoever would overthrow the liberty of a nation must
begin by subduing the freeness of speech.
  -- Benjamin Franklin (1706-1790)




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=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] disabling searches utility

2003-12-13 Thread Shawn K. Hall
Hi Monty,

 I fixed this... sort of...   Now when a category is 
 clicked, the specific item in the category is moved to
 the top of the page when it refreshes... It still
 keeps you where you were, which was the main 
 objective...   I cant figure out how to get the 
 specific page location and return to it exactly...
 If anyone has any ideas, I am all ears..

Remove the href attribute from the category names in each search seaction. IOW, 
instead of this:
a class=category name=Computers href=#cp.xml name=Computers
 onclick=checkUncheckCategory(Computers);Computers/a

You'd have this:
a class=category name=Computers name=Computers
 onclick=checkUncheckCategory('Computers');Computers/a

As long as you're using the onclick handler you don't have to include an href 
attribute. I also suggest you wrap your attribute values with double-quotes and use 
single-quotes to wrap the strings sent to js functions. It'll make it more reliable 
when it comes to uncommon characters.

Regards,

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

'// 
   The constitution gives every American the inalienable
right to make a damn fool of himself.
  -- John Ciardi

[*] http://www.master-minds.net/cgi-bin/disablesearches.cgi




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78alloc_id371op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id01


RE: [DQSD-Users] 3.1.6.0 restart/reboot issues

2003-12-13 Thread Shawn K. Hall
Hi Kylde,

 This bar is FANTASTIC!!!

Isn't it? g

 if I close it's bar, then reopen it at a later date, A)
 it has a title, cant this be changed to auto-hide show
 text?

I don't think so. If you open/close other deskbars you'll see they
behave the same way. :(


 ...the clock's tooltips for the date etc NEVER show when
 I hover over the clock? Below is the changes I've made,
 could I have some sort of refresh timing wrong?

I don't think so. In my experience, the tooltip only displays if the
deskbar has focus, but the search-box does not. This is 'rare' to say
the least, so I've never relied on it. With my resolution as high as
it is (and an extra monitor on my system) it's easy enough to dedicate
two lines and enough width to have it show the full date  time in the
box. This might work for you (I use two lines primarily for the very
long searches I use, which are mostly jsx and vbsx type things - that
may not be necessary for you).

Regards,

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

'// 
   I hold it to be the inalienable right of anybody to go
to hell in his own way.
  -- Robert Frost (1874-1963), 1935




---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601