[DQSD-Users] Showing time [clocklongform] when in use

2003-10-21 Thread Tom Corcoran
I am not sure if there is preference setting to reshow the time [clocklongform] on the deskbar after it has been in use. Mine does return after a couple of seconds. It would be handy if there was a way of getting the deskbar to show the time [clocklongform] when you've been using. Perhaps someone

[DQSD-Users] RE: Showing time [clocklongform] when in use

2003-10-22 Thread Tom Corcoran
> I'm not sure I understand... Do you want it to show the clock > immediately, or do you want it showed in a different format? > Care to clarify? Sorry for being vague Kim. I want to show the clock immediately. Cheers, Tom. --- This SF.net

[DQSD-Users] RE: Showing time [clocklongform] when in use

2003-10-23 Thread Tom Corcoran
>That should be controllable by: >clockdelay=5000; >from preferences.js. Just copy and paste into localprefs.js, and modify >the delay to your heart's content :) Thanks for that. I was using that. However I need to click something else on the taskbar to remove focus, once that's done it will refre

[DQSD-Users] New google addition

2003-10-23 Thread Tom Corcoran
Google have added a new web definition, to try it type "define freeloader" in the dqsd. Cheers - Tom. He's alive, Jim. Should I shoot him again? --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceF

[DQSD-Users] new google addition extra

2003-10-25 Thread Tom Corcoran
sorry...meant to add. try "define:freeloader" to get just the definition and no search results Cheers - Tom. Agent Smith: "I want everything." Morpheus: "Would that include a bullet from this gun?" The Matrix Reloaded (2003) --- This SF.

[DQSD-Users] RE: New google addition

2003-10-29 Thread Tom Corcoran
Hi Shawn, >You seem to be the first to know about changes to the way Google >works - where do you get your leads? Am I missing anything else? Tara Calishain author of Google Hacks has a newsletter (see http://www.researchbuzz.com/). One of those ones I stay subscribed to as every issue or so I he

[DQSD-Users] RE: Showing time [clocklongform] when in use

2003-10-29 Thread Tom Corcoran
Thanks for the tip Shawn. > > It would be handy if there was a way of getting the deskbar > > to show the time [clocklongform] when you've been using. > > Perhaps someone has an alias setup for this? > You can use the following line (assuming you've replaced jsexec.xml > with jsx.xml, if not, cha

[DQSD-Users] RE: Showing time [clocklongform] when in use

2003-10-30 Thread Tom Corcoran
Thanks guys. I use ! a fair bit as well, since it was pointed out ages ago when I was learning how to create searches, cheers Shawn. Anyway Glen spotted my error: >Probably need to also rename the internal function from jsexec to jsx. >Renaming the file doesn't have any affect on the actual comma

[DQSD-Users] Google additions

2003-11-17 Thread Tom Corcoran
Type bphonebook: for business phone numbers and rphonebook: for residential searches. Only works for the US :-( Cheers - Tom. Peter Gibbons: You know I never really liked paying bills, I don't think I'm going to do that either. Office Space (1999) --

[DQSD-Users] XP Pro installation

2003-12-12 Thread Tom Corcoran
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"). Has anyone come across this? Thanks, Tom. --

[DQSD-Users] Re: DQSD-Users digest, Vol 1 #489 - 9 msgs

2003-12-15 Thread Tom Corcoran
Hi Shawn, > 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. This happened with 3.1.6. I'll

[DQSD-Users] google does fedex & ups tracking

2003-12-18 Thread Tom Corcoran
Google has added UPS & fedex tracking for ups just enter the number...for fedex enter fedex, a space, and the number. You can also do "patent 5123123" and fcc equipment numbers "fcc B4Z-34009-PIR" http://www.googleguide.com/ may also be of interest. cheers, tom. --

[DQSD-Users] ANN: DictionaryPop 0.3

2004-01-11 Thread Tom Corcoran
Great Kim! I had stopped using the old version because of the problems, thanks for that. Tom. > From: =?iso-8859-1?Q?Kim_Gr=E4sman?= <[EMAIL PROTECTED]> > Date: Sat, 10 Jan 2004 17:06:08 +0100 > Organization: Labs2 > Subject: [DQSD-Users] ANN: DictionaryPop 0.3 > Reply-To: [EMAIL PROTECTED] --

[DQSD-Users] Parser limitation on fields with digit names?

2004-01-12 Thread Tom Corcoran
I am writing a search for a page with elements : in the standard switch( args.switches[j].name ) block switch( args.switches[j].name ) the line case "from": document.mysearchf.0.value = "value"; break; gives an error expected ';'. I can change the 0 to anoth

[DQSD-Users] dictionarypop feedback

2004-01-12 Thread Tom Corcoran
Hi Kim, I'm wondering why "dictionarypop innocuous" finds nothing? Note, there is a spare '<' in the popup message window towards the bottom. Cheers - Tom. --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Soft

[DQSD-Users] Error system cannot locate the object specified

2004-01-19 Thread Tom Corcoran
I installed the new version today on my XP home machine. I periodically get the message : failed to parse on-line version information, Error message : the system cannot locate the object specified. It's come up a few times instead of google not sure what's the story. Cheers - Tom.

[DQSD-Users] Spaces in switch argument?

2004-01-19 Thread Tom Corcoran
Hi Kim / Glen, > document.mysearchf.getElementByName("0").value = "value"; > document.mysearchf["0"].value = "value"; Great these both worked fine. I need to pass an argument with a space so from mysearch.xml: mysearch /from: here /to: there and everywhere /three: another It only picks up 'ther

[DQSD-Users] Re: Spaces in switch argument?

2004-01-20 Thread Tom Corcoran
Thanks Brent, > Try parseArgsEx instead of parseArgs. Excellent. Wasn't getting it working before I read in deter_tools.js : Also the arg name * and value are separated by a space not a : like parseArgs. * This will also allow you to have spaces in the argument value * as well. Surprisingly i

[DQSD-Users] Re : Error system cannot locate the object specified

2004-01-20 Thread Tom Corcoran
Thanks for the info Shawn. << For now, you can safely disable the check for updates and reenable it in a couple of days when the version file on SF is safely on DQSD's site. >> A quick addition to the localprefs.js (checkForUpdate = false) did the trick. Cheers, Tom.

[DQSD-Users] Passing dd/mm/yy as argument value

2004-01-20 Thread Tom Corcoran
I am using parseArgsEx as some of my argument values can have spaces. As one of the argument vales I need to pass a date in the form dd/mm/yy but I imagine this conflicts with the switch divider /, though I have no numeric switches defined. So I want to do something like : mysearch.xml : mysearch

[DQSD-Users] Opeing local files via menu problem

2004-01-20 Thread Tom Corcoran
Hi, I uninstalled 3.1.6 on a Windows XP Pro SP1 machine and installed 3.1.8 today. From the configure menu if I select local preferences / aliases / stylesheet I get an error : ([object error]/) occurred running the search for "editconfigfile('[relevant local file]')" Any thoughts? Thanks, Tom.

[DQSD-Users] Re : Opeing local files via menu problem

2004-01-20 Thread Tom Corcoran
Hi JB, << In the preferences file (and thus able to be overridden in localprefs.js) there is (or should be... I didn't find one in my preferences.js) a setting for which app to use to edit the different config files. They look like this in my localprefs.js: cssEditorExe="C:\\Program Files\\Microso

[DQSD-Users] Re: Passing dd/mm/yy as argument value

2004-01-20 Thread Tom Corcoran
Hey Shawn, <> Cool. I'm wondering if a solution might be do a standard escape so one could end up doing : mysearch /from here /date 20//01//04 /to there Perhaps parseArgsEx could be tweaked to allow that... Cheers, Tom. --- The SF.Net emai

[DQSD-Users] Script error if url preceeded by blank

2004-01-31 Thread Tom Corcoran
I discovered today by accident that if you enter an url preceded by a space it causes an internet explorer (not by default browser) script error in search.htm on line 12, char 5 (comments). Try " http://www.google.com"; Cheers - Tom. --- Th

Re: [DQSD-Users] Script error if url preceeded by blank

2004-02-01 Thread Tom Corcoran
Hey Shawn, > What version of DQSD? > With 3.1.8 I'm not getting errors (I have my system setup to report > all errors). > Any chance you modified your search.htm file before this? I'm running 3.1.8 as well. I tracked down the problem, in localprefs.js if I change launchmode=0 it works fine but mi

Re: [DQSD-Users] Script error if url preceeded by blank

2004-02-01 Thread Tom Corcoran
Hey Shawn, >From: "Shawn K. Hall" <[EMAIL PROTECTED]> > Ok. In defer_tools.js try making this change: > In search.htm (in the "direct" function): > Reload and test " http://google.com/";. Ah, regular expression bug...fix works perfect. > This should at least fix the errors (and submit the url to

[DQSD-Users] Domain option for ebay?

2004-02-03 Thread Tom Corcoran
I have a local alias to requalify the amazon search : amaz|amaz /domain:uk %s Has anyone looked into adding a domain option for ebay? Just wondering as it's been on my to do list. Cheers - Tom. --- The SF.Net email is sponsored by EclipseC

[DQSD-Users] Open in new window broken in non ie ?

2004-02-06 Thread Tom Corcoran
This problem has been bugging me for a while. In my LocalAliases I have reuseBrowserWindowMode = 0 and my launchmode=2 as my web browser is Mozilla firebird. All searches are opened in the current window, I usually have to press the back button and open a new tab and run the dqsd search. Ideally o

Re: [DQSD-Users] Open in new window broken in non ie ?

2004-02-07 Thread Tom Corcoran
Hi Sarah, From: "Sarah Sweeney" <[EMAIL PROTECTED]> > I use the Tabbrowser Extensions extension in Firebird to force links to > open in the same Firebird window, but in new tabs. It's kind of an > extreme solution to the problem, but it does work. (Of course, it means > that even popup windows ope

Re: [DQSD-Users] daily comic strip

2004-02-19 Thread Tom Corcoran
>From: Monty Scroggins >Subject: [DQSD-Users] daily comic strip   >If anyone is intersted.. I have been hacking around with the >rssx.xml file to create comics.xml..  It uses the tapestry >rss feed to display any of a bunch of different daily comic >strips..   The strips stay up until th

Re: [DQSD-Users] new comics search

2004-02-22 Thread Tom Corcoran
Monty Scroggins wrote: > If anyone is interested - I am :-) Cool. Still hoping someone locates a rss farside feed! Thanks, Tom. --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux wit

Re: [DQSD-Users] ebay, overture and international

2004-02-26 Thread Tom Corcoran
Peter Heath wrote: > I remember a discussion a while back on country codes, but don't seem > to see any in dqsd > attached are ebay.xml and ov.xml, modified for multiple countries > both can use a user_country if defined in preferences Thanks so much for doing this. I've wanted an ebay search for

[DQSD-Users] Installs to c drive & moving

2004-02-26 Thread Tom Corcoran
Just gone through a reinstall...hope I am not missing anything here but the dqsd install put everything in c:\program files automatically. Perhaps the install could be updated. Any problems I should be aware of if I move the installation files? There's nothing relevant in the registry I could see.

Re: [DQSD-Users] Installs to c drive & moving

2004-02-27 Thread Tom Corcoran
Hey Kim, Kim Gräsman wrote: >> Any problems I should be aware of if I move the >> installation files? There's nothing relevant in the registry I could see. > You need to re-register DQSDTools.dll like this (from the command line): > C:\NewDir>regsvr32.exe DQSDTools.dll > I'm not sure if DQSD even

Re: [DQSD-Users] Installs to c drive & moving

2004-02-27 Thread Tom Corcoran
Tom Corcoran wrote: > I used a trial version of Funducs Application Mover to move dsqd to the > other drive. Afterwards I rebooted, then reregistered the dll as above and > then rebooted again. The result was a msn web page showing in dqsd :-) I looked at this again. The Quick Launch to

[DQSD-Users] why >> showing tied to clocklongwidth

2004-02-27 Thread Tom Corcoran
I would like the search bar smaller as I use a 2 level task bar. But to see the >> popup button it must be greater than clocklongwidth (default=139). Why is it tied to this? I my screen the search bar is 4.2cm (1.75inches) wide and >> is not visible. Any ideas? Cheers, Tom. [EMAIL PROTECTED] Ty

Re: [DQSD-Users] Installs to c drive & moving

2004-02-27 Thread Tom Corcoran
Monty Scroggins wrote: > Currently all searches (even searches which are "disabled" in the help > window) are still loaded in memory. The workaround until the design is > changed is to rename the searches so the toolbar doesn't recognize them on > startup. I threw together a utility that can gen

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 lik

Fw: [DQSD-Users] Installs to c drive & moving

2004-03-01 Thread Tom Corcoran
Monty & Jb. Thanks for the tips. All sorted. 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=1356&a

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

2004-03-01 Thread Tom Corcoran
rij73 wrote: > No more ideas for me? Nobody else had this problem? I just did a complete os reinstall in the last week. Don't think this will help but here's my localprefs.js : checkForUpdate = false; clock=true; clockdelay=1000; clockupdate=1000; clocklongwidth=139; reuseBrowserWindowMode = 0; l

Re: [DQSD-Users] Re: A batch file to disable searches

2004-03-07 Thread Tom Corcoran
SGP wrote: > Silly question, how does one create the file ..\disabledsearches.txt? Monty Scroggins has put together a utility that can generate this file : http://www.master-minds.net/cgi-bin/disablesearches.cgi Cheers, Tom. --- This SF.Net

Re: [DQSD-Users] New Search: My Yahoo! (etc.): yy.xml

2004-05-11 Thread Tom Corcoran
Shawn K. Hall wrote: > The easy way would be to just add it to "My Yahoo" under the weather > tab, which would make the 'My Yahoo' (yy) search take you to a page > that includes London (**and** any other locations' you may desire) weather: Thanks a lot Shawn. I was not using this to it's full capa

Re: [DQSD-Users] This is the BBC calling the world from London

2004-05-11 Thread Tom Corcoran
Paul Birch wrote: > I know that this is an obvious one for the UK so someone has almost > certainly done this but I find this shortcut really useful > > bbc|http://www.bbc.co.uk/%s|BBC web sites Thanks Paul. The bbc radio player works only in IE and firefox is my default browser so one I use is :

Re: [DQSD-Users] New Search: My Yahoo! (etc.): yy.xml

2004-05-10 Thread Tom Corcoran
Shawn K. Hall wrote: > Likewise, you could open any of the following Yahoo services using > similar notation: > http://weather.yahoo.com - Weather How would I add an alias to check the weather in London? I do not need to be logged in for this. Cheers, Tom.

Re: [DQSD-Users] UK Phone Search

2004-04-26 Thread Tom Corcoran
Paul Birch wrote: > I don't know if this list is the right place to ask - does anyone know of a > UK phone search for dqsd (or any other UK searches for that matter)? I attach one I had running locally, ukphone, note I have not polished it. In localaliases.txt I have redefined amaz & ebay to work

Re: [DQSD-Users] New Search: My Yahoo! (etc.): yy.xml

2004-05-09 Thread Tom Corcoran
Shawn K. Hall wrote: > [Usage]: > yy [profile] > > > [Variables]: > //An array storing a user and password profile for Yahoo! > var yyid = Array("username","password"); > > var profile1 = Array("myid","pass","http://mail.yahoo.com/";); > var profile2 = Array("otherid","opass","http://groups.yahoo

Re: [DQSD-Users] New Search: My Yahoo! (etc.): yy.xml

2004-05-09 Thread Tom Corcoran
Shawn K. Hall wrote: > Since you're not using (here anyway) a second profile, you only need > to use "yy" to run the search with that login/password combo and > target URL, however if you were to add the following to localprefs.js > as well: > var ypad = > Array("mylogin","mypassword","http://not

Re: [DQSD-Users] New Search: PayPal: pp.xml

2004-05-18 Thread Tom Corcoran
Shawn K. Hall wrote: >> Any chance of making a similar one for paypal? > Attached (pp.xml). Another excellent addition to dqsd! >Oh yeah, it expects the following variable in localprefs: > var ppid = Array( "[EMAIL PROTECTED]", "password" ); >Create as many other profiles as you'd like, using the

Re: [DQSD-Users] AP Stylebook?

2004-05-18 Thread Tom Corcoran
Shawn K. Hall wrote: > I've been looking for a searchable online AP Stylebook Had to look up what this was! http://encyclopedia.thefreedictionary.com/AP%20Stylebook Interesting stuff for sure, I'll stay tuned. Tom. --- This SF.Net email is sp

[DQSD-Users] Using MD5 script error

2004-05-20 Thread Tom Corcoran
I was putting together a search for ebuyer.com. They have a Javascript function which runs when the login button is clicked : function doChallengeResponse() { str = document.login.username.value + ":" + MD5(document.login.password.value) + ":" + document.login.email.value.

[DQSD-Users] Login and then load another page

2004-05-20 Thread Tom Corcoran
I have a login script done for a website. After the action page has been loaded to login I want to load another page, has this been done before? Thanks, Cheers, Tom. --- This SF.Net email is sponsored by: Oracle 10g Get certified on the hot

[DQSD-Users] google groups 2

2004-06-01 Thread Tom Corcoran
Hey Shawn, I am wondering if it would be possible to adapt the yy functionality for google groups 2 http://groups-beta.google.com/ If you start a group MyGroup it will have the url http://groups-beta.google.com/MyGroup and you will have to login. Cheers, Tom. [EMAIL PROTECTED] --

Re: [DQSD-Users] make "configureDQSD" use the editor set in "configureEditorExe"

2004-06-18 Thread Tom Corcoran
Sarah Sweeney wrote: > configureEditorExe preference. I've got it set as: > configureEditorExe="C:\\program files\\HomeSite+\\HomeSite+.exe"; > Is there something wrong with this string that might cause this problem? This works for me no prolems : cssEditorExe="E:\\JGsoft\\EditPadPro5\\EditPadPro

Re: [DQSD-Users] DQSD Search Wizard 1.3

2004-07-22 Thread Tom Corcoran
Kim Gräsman wrote: > It's a very, very small release, but we're expecting at least one > happy customer [2]. Nice one :-) Thanks for the reminder. Tom. --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE dev

[DQSD-Users] Unfinished UkRail search, problem setting dropdown

2004-07-28 Thread Tom Corcoran
I am trying to put together a search for ukrail using Shawn's cool parseArgsEx fix for date parsing. Running the attached tying in the searchbar : ukrail /from newcastle /to london waterloo /outtime 15:30 leaves the time of travel set to "15," and "30," which is not valid. I can't figure out why

[DQSD-Users] ie script error when run search but works fine

2004-07-29 Thread Tom Corcoran
Ever since I upgraded to Firefox 0.9 on my work machine I get an error when I run any search, it's an ie script unspecified error in search.htm, on line 12, char 5. I can leave the message open and it carries on fine. If I close it, it will fire again on the next search. Otherwise all is working fi

[DQSD-Users] esounder

2004-07-29 Thread Tom Corcoran
esounder extra .Current folder --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Tec

Re: [DQSD-Users] esounder

2004-07-29 Thread Tom Corcoran
Tom Corcoran wrote: > esounder > extra .Current folder sorry about the erroneous post :-) tom. --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few week

Re: [DQSD-Users] ie script error when run search but works fine

2004-07-31 Thread Tom Corcoran
Shawn K. Hall wrote: >> Ever since I upgraded to Firefox 0.9... > I think Kim provided a solution to this one in the bug-tracker: > http://tinyurl.com/6bomh That link talked about a problem with Firefox and merging http://bugzilla.mozilla.org/attachment.cgi?id=153907 to registry solved this Cheer

[DQSD-Users] Virgin mobile picture messages to non picture phone!

2004-08-09 Thread Tom Corcoran
Is there a repository for specialist searches that may be useful to some but should not be included in the overall distribution? The attached is such a search, it's for Virgin UK mobile phone network users who can, check picture messages sent to non picture message phone. In your LocalAliases.txt

[DQSD-Users] < in

2004-08-09 Thread Tom Corcoran
In the section I have tried using < and > but it does not like this. Os there a way of showing the < and > to the screen here? Cheers, Tom. [EMAIL PROTECTED] What is "scratch" and why can everything be made from it? --- SF.Net email is spo

[DQSD-Users] Max searches in LocalSearches?

2004-08-09 Thread Tom Corcoran
Lately, it's not recognising any searches I add to my localsearches folder, It recognises existing ones in this folder. I have to add them to the searches folder for them to be loaded. Could I have hit some kind of limit? Cheers, Tom. [EMAIL PROTECTED] Time slows if you're on the outside of the

Re: [DQSD-Users] < in

2004-08-09 Thread Tom Corcoran
Kim Gräsman wrote: >> In the section I have tried using < and > >> but it does not like this. Os there a way of showing the < >> and > to the screen here? > That's odd, < and > work fine here. How does it manifest it's dislike? Thanks Kim. My own stupidity. In the attached xml I had a missing > f

Re: [DQSD-Users] Virgin mobile picture messages to non picture phone!

2004-08-11 Thread Tom Corcoran
Hi Kim, Kim Gräsman wrote: > The neat thing about that is that the httpinst command can be used to > install them on-the-fly. Must have a look at that, don't know about that. > Maybe we should look into getting a section of dqsd.net for hosting > miscellanous searches...? > [1] http://www.dqsd.

[DQSD-Users] different link page depening on option entered

2004-08-11 Thread Tom Corcoran
I've looked into this before but can't quiet remember if I ever worked it out/ Depending on one user option the initial link page will be different. The other options supplied will then apply to this new page (could be one of maybe 20). IS there any way of dealing with this in a search? Any example

Re: [DQSD-Users] DQSD Search Wizard 1.3

2004-08-11 Thread Tom Corcoran
Kim Gräsman wrote: > I just released a version 1.3 of the DQSD Search Wizard > * Recognizes TEXTAREA as a valid selected field Just tried this version for the first time on my previous aborted search. Works great :-) Tom. --- SF.Net email is

Re: [DQSD-Users] Virgin mobile picture messages to non picture phone!

2004-08-11 Thread Tom Corcoran
Kim Gräsman wrote: >> Is there a repository for specialist searches that may be >> useful to some but should not be included in the overall >> distribution? > Not yet. If you have a website, you can post it there I started one at http://www.moonbade.co.uk/dqsd/ Plan to add more of my searches...

[DQSD-Users] wordiq search

2004-08-20 Thread Tom Corcoran
The site http://www.wordiq.com is quiet cool. Here's a standard search for it. Cheers, Tom. [EMAIL PROTECTED] Agent Smith: "I want everything." Morpheus: "Would that include a bullet from this gun?" The Matrix Reloaded (2003) begin 666 wiq.xml M/'-E87)C:"!F=6YC=&EO;CTB=VEQ(CX-"B @/&YA;64^=V]R9

Re: [DQSD-Users] New Search: Virtual Telescope

2004-08-20 Thread Tom Corcoran
Gregory Krohne wrote: > Based on the Your Sky website: http://www.fourmilab.ch/yoursky/ When I had a palm I had software on that which showed the phase of the moon on a given date. Do you have any searches that will show this? Thanks, Tom. -

[DQSD-Users] Re: DQSD Search Wizard 1.3

2004-08-23 Thread Tom Corcoran
Kim Gräsman wrote: > I just released a version 1.3 of the DQSD Search Wizard Not important, but for the to do list. I was trying to create a search today for a page where the focused item (and only item) was a dropdown select element and the wizard does not process this. Cheers, Tom.

[DQSD-Users] Move localsearches?

2004-08-23 Thread Tom Corcoran
Maybe I am having a brain clot but is there any way to redirect dqsd to look for my localsearches folder at another location? Cheers, Tom. --- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for on

Re: [DQSD-Users] Move localsearches?

2004-08-23 Thread Tom Corcoran
Kim Gräsman wrote: > No officially configurable way. loader.js handles this, and the best > you can do is load them from another dir within the DQSD install dir. > As far as I can see, there's no way to load from an entirely customized dir. > Might be worth looking into... To easy backups I've a s

Re: [DQSD-Users] Re: DQSD Search Wizard 1.3

2004-08-23 Thread Tom Corcoran
Hi Kim, Kim Gräsman wrote: > Hmm... Can we do this the other way around? :) Like the way you are thinking. > I'm no HTML wizard, so I'd like to know what element types are to be > acknowledged as active elements for form selection... > Currently we have: > - INPUT > - TEXTAREA > - SELECT (on the

[DQSD-Users] Gmail

2004-09-07 Thread Tom Corcoran
Added Gmail search to http://www.moonbade.co.uk/dqsd/ Cheers, Tom. [EMAIL PROTECTED] "The Dude abides." - The Big Lebowski --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-02 Thread Tom Corcoran
Hey Shawn, Some great work on this one man! > I've incorporated a method for 'discovering' the users > google desktop key automagically When I try ggd /discover I get back Key: undefinedhmmm, wondering if sygate firewall is the cause but I get no warning from it > Still contemplating fe

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-02 Thread Tom Corcoran
Shawn K. Hall wrote: > I'm starting an online database of sites, services and tools that > are *mostly* freeware that I just can't live without. Of course, > DQSD is number one on the list. If anyone has recommendations for me > I'm more than eager to see them. I'd like to make it as > comprehensiv

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-02 Thread Tom Corcoran
Shawn K. Hall wrote: > My guess is that either you were not online or DQSD was prevented > from accessing the Internet to determine the key (by your firewall > or something). What it does to get the key is 'google' for the term > DQSD then parse the results to determine the key within the html > co

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-03 Thread Tom Corcoran
Shawn K. Hall wrote: >> ... ggd /discover comes back straight away with >> Key: undefined... > I dug around the code again, and tried it on my own system. Mine was > doing the same thing. Maybe Google changed their code? I changed the > parser to use a different regex pattern and now it's working a

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-03 Thread Tom Corcoran
Tom Corcoran wrote: > Shawn K. Hall wrote: >> I'm starting an online database of sites, services and tools that >> are *mostly* freeware that I just can't live without. Of course, >> DQSD is number one on the list. If anyone has recommendations for me >> I&#x

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-03 Thread Tom Corcoran
Hi Shawn, I tried the latest version with your #2 solution. Nothing happens when http://reliableanswers.com/x/dqsd/ggd-discover.asp is loaded and nothing happens on doing a re-scan. I don't know how to check if I have msxml installed, I read http://support.microsoft.com/kb/278674#kb2 and downloade

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-04 Thread Tom Corcoran
Shawn K. Hall wrote: >> I tried the latest version with your #2 solution. > Hmmm. You weird Firefox people. ;) It is the way forward! The saga continues... > Apparently Firefox doesn't like using innerText on div's. > Try this again, method 2: > http://reliableanswers.com/x/dqsd/ggd-discover.as

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-04 Thread Tom Corcoran
Monty Scroggins wrote: > At the top of the list I would add Thunderbird... fantastic mail > client. Also, (although its not free) I prefer Magellan Explorer for > a file manager.. Have been looking for an alternative to OE for ages. Last time I tested this earlier this year there were some holes i

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-04 Thread Tom Corcoran
John W. Bairen, Jr. wrote: > Gallery Wizard (www.feldfunker.de/software/galwiz.htm) I have been using MyAlbum http://pmeindre.free.fr/ and been very happy with it, this looks like it might be more extensive, must give it a test run next time I'm getting something togther. >SpyBot S&D Of course! Ad

Re: [DQSD-Users] Incorporate Google desktop search into DQSD - WORKS!

2004-11-04 Thread Tom Corcoran
Shawn K. Hall wrote: > This would happen only if the key did not exist in the Google Search > page. Sorry to ask: > 1) Are you sure you have Google Desktop installed and running? > 2) Did you disable the 'Google Integration' option in Google Desktop > to 'Show Desktop Search results on Google Web S

[DQSD-Users] Koders - Source Code Search Engine

2004-11-26 Thread Tom Corcoran
fyi http://www.koders.com/ haven't done a search yet... --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start read

[DQSD-Users] Google Scholar

2004-11-26 Thread Tom Corcoran
haven't looked at doing a search for this... researchbuzz says : Google has released a new search tool for academic content called Google Scholar. It's in beta, it's got its own syntax, and it is available at http://scholar.google.com/ . Google Scholar does support some Google syntax along with

Re: [DQSD-Users] Koders - Source Code Search Engine

2004-11-29 Thread Tom Corcoran
From: "Shawn K. Hall" <[EMAIL PROTECTED]> Subject: RE: [DQSD-Users] Koders - Source Code Search Engine > > fyi > > http://www.koders.com/ > > haven't done a search yet... > I posted (and committed) one a week and a half ago: > http://sourceforge.net/mailarchive/message.php?msg_id=10059128 Cheer

[DQSD-Users] problem with alias

2004-11-30 Thread Tom Corcoran
Hey, I'm wondering why I cannot use this alias in localaliases.text ggf|, %s group:alt.comp.freeware* -group:comp.software.shareware.announce Have I done something brain dead? Cheers, Tom. [EMAIL PROTECTED] --- SF email is sponsored by - T

Re: [DQSD-Users] problem with alias

2004-12-01 Thread Tom Corcoran
Shawn K. Hall wrote: > DQSD doesn't handle recursive aliases that well. Replace the ", %s" > with "gg %s /groups" and it works fine. Wicked Shawn! thank you, tom. --- SF email is sponsored by - The IT Product Guide Read honest & candid review

Re: [DQSD-Users] tinyURL

2005-01-06 Thread Tom Corcoran
- Original Message - From: "Ken Blake" <[EMAIL PROTECTED]> > > I like your solution putting the tinyURL icon on the browser > > window, that keeps the steps to a minimum. Reading the posts I was thinking I was doing too many clicks to get the url by having to go to the tinyurl site when r

[DQSD-Users] faq update

2005-01-17 Thread Tom Corcoran
Here's an update for the faq : >8.3 How do I configure DQSD to use Mozilla Firefox with each search opening in a new tab? >To configure DQSD to use Mozilla Firefox with each search opening in a new tab: With Firefox 1.0 it's got much simpler - the correct url for 4. is now : http://www.mozilla.or

[DQSD-Users] 3.1.9.1 removed 2nd layer

2005-01-27 Thread Tom Corcoran
I upgraded to 3.1.9.1 recently. I have my taskbar showing 2 levels on the bottom. After installing the new version dqsd now is only on the top layer with the bottom part an inaccessible gray area. Is there something I have to set to get the 2 layers back? As a point of note the colours changed, p

[DQSD-Users] ebay change to site...

2005-03-08 Thread Tom Corcoran
fyi, ebay seem to have made a few changes. The /l switch no longer works for me. Cheers, tom. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products tr

Re: [DQSD-Users] ebay change to site...

2005-03-22 Thread Tom Corcoran
7;re doing? Brent --- Tom Corcoran <[EMAIL PROTECTED]> wrote: fyi, ebay seem to have made a few changes. The /l switch no longer works for me. Cheers, tom. --- SF email is sponsored by - The IT Product Guide Read honest &am

Re: [DQSD-Users] ebay change to site...

2005-03-23 Thread Tom Corcoran
ption. Can you elaborate on what you're doing? Brent --- Tom Corcoran <[EMAIL PROTECTED]> wrote: fyi, ebay seem to have made a few changes. The /l switch no longer works for me. Cheers, tom. --- SF email is sponsored by - The

Re: [DQSD-Users] bugmenot?

2005-04-09 Thread Tom Corcoran
Thanks for the head ups, cool site, had not heard of t. Charlie Russel wrote: Has anyone done a bugmenot search for DQSD? I don't really feel up to creating my own right now, but it would be a useful one. --- SF email is sponsored by - The IT Pro

Re: [DQSD-Users] bugmenot?

2005-04-09 Thread Tom Corcoran
not sure a search would be useful best solution is to use bugnenot extension with firefox http://roachfiend.com/page/2/ Charlie Russel wrote: Has anyone done a bugmenot search for DQSD? I don't really feel up to creating my own right now, but it would be a useful one. ---

Re: [DQSD-Users] bugmenot?

2005-04-11 Thread Tom Corcoran
Right on. Perhaps this link can be added to : http://www.dqsd.net/contrib/index.html cheers, tom. [EMAIL PROTECTED] wrote: Got it. http://home.comcast.net/~ryan_carpenter/dqsd/ -Ryan -- Original message -- > not sur

[DQSD-Users] headsup on crit.xml

2005-04-11 Thread Tom Corcoran
Just to let you know that crit.xml no longer works. Metacritic have changed their site considerably. I don't have time to tackle updating it at the minute but just wanted to flag it as broken. Cheers, Tom. --- SF email is sponsored by - The IT

[DQSD-Users] localsearches limit

2005-04-11 Thread Tom Corcoran
I have some searches that when placed in the localsearches folder will not work, but work fine when moved to searches. I have experienced this for years on different boxes and versions of windows. Is there a limit to the number of local searches or something? Cheers, Tom. ---

<    1   2   3   >