Re: [DQSD-Users] google maps (gg.xml /maps)

2006-08-18 Thread Gregory Krohne
Sure thing, Dave.

Regards,
Greg Krohne

-Original Message-
From: dg [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 17, 2006 1:37 AM
To: DQSD users mailing list
Subject: [DQSD-Users] google maps (gg.xml /maps)

Hi all,

Could I request a resend of the gg.xml with the /maps switch?

(As mentioned in following:
http://sourceforge.net/mailarchive/message.php?msg_id=10814094
http://sourceforge.net/mailarchive/message.php?msg_id=11568953
http://sourceforge.net/mailarchive/message.php?msg_id=12912153)

Can't seem to find it on CVS...

Thanks in advance,

Dave.





gg.xml
Description: Binary data
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
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] Magic: the Gathering card search

2006-08-17 Thread Gregory Krohne
I just started playing Magic: The Gathering, so I'm constantly looking up
the cards, rules, etc. Web site MagicCards.info has a marvelous card search
function, so I wrote a quick DQSD search to use it. This search was
generated by the DQSD search wizard, with a few enhancements.

Regards,
Gregory Krohne



mtgcard.xml
Description: Binary data
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
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] DQSD web site

2005-05-26 Thread Gregory Krohne
How hard would it be to make a DQSD search web site? Could the deskbar code
be ported easily to a web page, so non-Windows users could enjoy DQSD?

Regards,
Gregory Krohne


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402alloc_id=16135op=click
___
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] comx.xml into CVS

2005-03-08 Thread Gregory Krohne
Warning to all: My development copy of comx.xml is attached. It works fine
for me (except for King Features comics), but I have not tested it
carefully. If you want to try it, save a backup copy of your current
comx.xml.

Shawn,

  I'm still trying to get King Features comics (like Baby
  Blues) to work. They use JavaScript and the document
  referrer to deliver the comic image after the page loads.
  Anyone got any ideas how to make this work? 
 
 Can you link me to a sample comic so I can look at the 
 javascript and write a regex for it? I'm sure it's possible 
 to parse the JS as easily as the tables from most other 
 comics. I've started using the code I initially wrote for 
 RSSX for just about all the screen scraping functionality I need.

Try Baby Blues:
http://sfgate.com/cgi-bin/article.cgi?file=/comics/Baby_Blues.dtl
http://www.babyblues.com/

The first link may be slightly easier, since it doesn't load the image with
a 'document.write'. They both have the same problem: If the referrer isn't
correct, you get a bogus comic image.

 You can add a referer header to the xmlhttp request, after 
 .open, before .send. It'll look kinda like this:
   xmlhttpObj.setRequestHeader(referer,http://somepage;);

Get out! I didn't know you could do that on xmlhttp requests. I'll try it!

 The other alternative, though this is only effective for 
 normal searches, is to use a named target window and send two 
 requests to it, the first as the page you need as referer, 
 the second as the ultimate target. This doesn't work with 
 xmlhttp though. :(

I've been thinking about that: creating a window, redirecting to the comic
sight, retrieving the results. I haven't found an approach that works, yet.
 
 For anyone wanting to try this functionality out (and it's 
 been a long-requested feature) please get the latest 
 defer_tools.js from CVS.

I'll try it!

Regards,
Gregory Krohne



comx.xml
Description: Binary data


RE: [DQSD-Users] comx.xml into CVS

2005-03-07 Thread Gregory Krohne
Well, I didn't check it into CVS after all, but you can always go back and
get a working version in CVS from here:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/dqsd/dqsd/searches/comx.xml
http://cvs.sourceforge.net/viewcvs.py/dqsd/dqsd/searches/comx.xml?rev=1.25v
iew=log

I'll see what I can do about reproducing and fixing the error before I check
anything in.

I'm still trying to get King Features comics (like Baby Blues) to work. They
use JavaScript and the document referrer to deliver the comic image after
the page loads. Anyone got any ideas how to make this work? 

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Brian
 Sent: Sunday, March 06, 2005 10:33 AM
 To: dqsd-users@lists.sourceforge.net
 Subject: RE: [DQSD-Users] I'll check comx.xml into CVS
 
 
 Instead of any comics, I get two error boxes, both indicating
 the same message, followed by a google search for the entire 
 comx /etc /etc line I had entered into DQSD.
 ...and it no longer functions for any comic, singly or in groups.


---
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 reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
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] I'll check comx.xml into CVS

2005-03-02 Thread Gregory Krohne
This afternoon when I get home (can't do it from work0, I'll remember my
duties and check comx.xml into CVS.



---
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 reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
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] Addition to comx.xml: Penny Arcade

2005-03-01 Thread Gregory Krohne
Added Penny Arcade to the list of comics.

Since this is a modification of my personal copy, it also includes User
Friendly, Joy of Tech, and a change to date calculation that keeps
Calvin and Hobbes working.

Regards,
Greg Krohne



comx.xml
Description: Binary data


[DQSD-Users] Google Maps update for gg search

2005-02-09 Thread Gregory Krohne
Google maps are now in beta.
http://maps.google.com/

This DQSD search update adds a /maps switch to use Google maps. If you
haven't tried Google maps, take the tour.
http://www.google.com/help/maps/tour/ 

The search terms are so flexible, you can enter almost anything on the DQSD
search line and get useful results. Try it!

gg /maps Flying Biscuit in Atlanta
gg /maps Key West, Florida to Ozette, Washington
gg /maps hotels near Death Valley, CA
gg /maps 1400 Constitution Ave NE, Washington DC
gg /maps 28.37532148, -81.54955808

Since this is an update to my copy of gg.xml, it also includes the Google
Video search.



gg.xml
Description: Binary data


[DQSD-Users] Google update: video

2005-02-01 Thread Gregory Krohne
Google video search lets you search the closed-caption transcript of recent
television programs. The service is in early beta.

Regards,
Gregory Krohne



gg.xml
Description: Binary data


[DQSD-Users] Update to PriceSCAN (psi) search

2005-01-18 Thread Gregory Krohne
For those unfamiliar with PriceSCAN, the search results are a combination of
web sites, vendor-submitted price data, catalogs, and magazine
advertisements. PriceSCAN does not accept payment from vendors for product
and price listings.

The search update:

The original psi.xml search was limited to just ISBN numbers in the Books
category. PriceSCAN no longer requires that you pick a category before you
search. This update allows you to search PriceSCAN in any or all categories.
You can still use it to search for books by ISBN, but you can also search
for robot lawn mowers in the Home  Garden category.

Regards,
Gregory Krohne

Attachment:
psi.xml
Description: Binary data


[DQSD-Users] New search: New Georgia Encyclopedia

2004-09-02 Thread Gregory Krohne
The New Georgia Encyclopedia (NGE), a reference for the state of Georgia,
USA. The NGE web site is one of the top hits on google for the term nge,
so I felt safe naming the search nge.xml.

Regards,
Gregory Krohne



nge.xml
Description: Binary data


[DQSD-Users] RE: mq (MapQuest) update: latitude, longitude

2004-08-31 Thread Gregory Krohne
An update to the MapQuest search, to map latitude/longitude coordinates.
This MapQuest search is only supposed to work for US addresses, but the
latitude/longitude coordinates work for anywhere in the world.

Regards,
Gregory Krohne
(I know! I should check it into CVS myself. I can't get to CVS at work, and
I always forget when I'm home)



mq.xml
Description: Binary data


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

2004-08-23 Thread Gregory Krohne
I don't have one yet, but the web site does have a moon viewer online. Let
me see what I can do.

 -Original Message-
 From: Tom Corcoran [mailto:[EMAIL PROTECTED] 
 Sent: Friday, August 20, 2004 3:33 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [DQSD-Users] New Search: Virtual Telescope
 
 
 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.
 


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
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] New Search: Virtual Telescope

2004-08-23 Thread Gregory Krohne
Yeah, I tried to make the search using just hidden inputs, but it would
never work unless I explicitly used the option buttons the original form
uses. I hate having those option buttons show up, too. I'll see if I can do
something about that. Maybe I can use Javascript to create the option
buttons dynamically, when the search is run. Any help out there? Does anyone
know right off the top how to fix this?

 -Original Message-
 From: Kim Gräsman [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, August 22, 2004 7:13 AM
 To: [EMAIL PROTECTED]
 Subject: RE: [DQSD-Users] New Search: Virtual Telescope
 
 
 Hi Gregory,
 
 An astronomical week, is it? :)
 
 There's one thing I noticed, and I'm not sure if it's 
 possible to do anything about it:
 
 When I restart DQSD after installing the virtel search, three 
 radio buttons are rendered in the edit field. I assume these 
 are the three input type=radio/ elements at the beginning 
 of the form.
 
 Is it possible to make these hidden instead, so they don't 
 show up on the DQSD surface? I think the other two searches 
 you posted have the same issue, if you drag your DQSD out 
 onto the desktop, i.e. undock it from the taskbar, there will 
 be nine radio buttons hanging around there... Fixable?
 
 Thanks,
 Kim


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id†01


[DQSD-Users] New Search: Virtual Telescope

2004-08-20 Thread Gregory Krohne
Based on the Your Sky website: http://www.fourmilab.ch/yoursky/

This search shows a star map for a given time, date, and aiming point
(celestial coordinates). You can also aim at a named planet, star,
constellation, or other object in the sky. Your Sky will deliver a map
showing the view toward the coordinates at the given time or the specified
object at the current time. Specify the date/time in universal or Julian
form to get the view at a specific time. On the destination page you can
enter different dates and times, viewing directions, display options, and
orbital elements of asteroids and comets you wish to track. If you only know
the name of an object you'd like to view, specify /aim_at: and the object
name.

Regards,
Gregory Krohne



virtel.xml
Description: Binary data


[DQSD-Users] New search: Horizon View

2004-08-19 Thread Gregory Krohne
Based on the Your Sky website: http://www.fourmilab.ch/yoursky/

This search shows the stars above the horizon as seen from a specified
observing site at a given date and time. The viewing direction (azimuth) may
be set to a compass direction or to an arbitrary number of degrees. To make
a horizon view, enter the latitude and longitude of your observing site.
Specify South and West, if you don't want to enter negative
latitude/longitude numbers. Your Sky will deliver a map showing the view
toward the horizon in the given direction at the current time. Specify the
date/time in universal or Julian form to get the view at a specific time. On
the destination page you can enter different dates and times, observing
locations, viewing direciton, display options, and orbital elements of
asteroids and comets you wish to track. If you don't know your latitude and
longitude, you can specify them by entering a nearby city or location.

Regards,
Gregory Krohne



horizonview.xml
Description: Binary data


[DQSD-Users] New search: Sky Map

2004-08-18 Thread Gregory Krohne
Sky Map will be the first of 3 astronomy-oriented searches based on the Your
Sky website: http://www.fourmilab.ch/yoursky/. I first tried to combine the
3 searches as 1, but the options got ridiculously complicated.

The sky map shows the entire sky as viewed from a given location, time, and
date. A stereographic projection is used, as is the convention for printed
star maps.

To make a sky map, enter the latitude and longitude of your observing site.
Specify South and West, if you don't want to enter negative
latitude/longitude numbers. Your Sky will deliver a map showing the sky
above the location you specified at the current time. Specify the date/time
in universal or Julian form to get the view at a specific time. On the
destination page you can enter different dates and times, observing
locations, display options, and orbital elements of asteroids and comets you
wish to track. If you don't know your latitude and longitude, you can
specify them by entering a nearby city or location.

The next 2 searches will do the view from the horizon and the view toward
specific celestial coordinates or objects.

My hard drive is back up at home. So, if you all love it, I'll check it into
CVS from home.

Regards,
Gregory Krohne



skymap.xml
Description: Binary data


[DQSD-Users] Lost messages

2004-07-22 Thread Gregory Krohne
I sent a couple of messages on July 19th: a new search for random.org and an
update to comx. Where did those messages go? They're not even in the
archives.

Regards,
Gregory Krohne


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=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] New search: WordIQ.com

2004-07-22 Thread Gregory Krohne
Attached is wordiq.xml for WordIQ.com. Search the encyclopedia, multiple
dictionaries and thesauri, the web, eBooks, and --most notably-- dreams. You
can read the text of the book results online. The encyclopedia is fully
cross-linked. No search engine credit provided for the web search.

Regards,
Gregory Krohne



wordiq.xml
Description: Binary data


[DQSD-Users] LocalLaw search on MuniCode.com

2004-05-04 Thread Gregory Krohne
LocalLaw.xml uses MuniCode.com search city and county municipal codes across
the U.S. and some territories. Thanks to whoever originally wrote comx.xml;
this search uses XmlHttp repeatedly to drill down to the local
municipality search form. I think the usage is clear, but I'm willing to
make some changes. As always, feel free to improve it yourself, and submit
your changes to the group.

Regards,
Gregory Krohne



locallaw.xml
Description: Binary data


RE: [DQSD-Users] Guardster proxy update

2004-04-26 Thread Gregory Krohne
Hold on, that isn't right either. Look at this. Both URL's are
Google-via-Guardster. One is from IE, the other from Mozilla.

http://proxy.guardster.com/cgi-bin/nph-proxy.cgi/010100A/687474702f772e6
76f6f676c652e636f6d

http://proxy.guardster.com/cgi-bin/nph-proxy.cgi/010100A/687474702f772e6
76f6f676c652e636f6d

They're exactly the same, aren't they? I wonder if Guardster even uses a
session variable. If it does, maybe the variable is server-side and specific
to originating IP or something. I've already verified that the first string
is just a bit-encoded version of the blocking switches, in this order:
cookies, scripts, ads, referrer, images. I don't know what that 6th digit is
for. If the second string is always an encrypted version of the target, then
maybe your errors come up when Guardster checks for a cookie. When you get
the error, try doing an immediate reload/refresh (F5). Does the guardster
page come up on the second try? Do you suppose there's some way in DQSD to
preload a cookie for Guardster to query?

Regards,
Greg krohne

 -Original Message-
 From: Krohne Gregory Contr AFRC/SCOS 
 Sent: Monday, April 26, 2004 1:43 PM
 To: 'dqsd-users-at-lists.sourceforge.net |DQSD Email|'
 Subject: RE: [DQSD-Users] Guardster proxy update
 
 
 Hmm... The second string seems to encode what site you're 
 visiting. Maybe the first string is a session variable? 
 Guardster lets you save bookmarks, and it would be useless to 
 save session variables with the bookmarks. I'll see if I can 
 make the query session neutral, or at least randomize the 
 session string.
 
  -Original Message-
  From: Monty Scroggins [mailto:[EMAIL PROTECTED]
  Sent: Monday, April 26, 2004 9:57 AM
  To: [EMAIL PROTECTED]
  Subject: Re: [DQSD-Users] Guardster proxy update
  
  
  Will this search work as is?  It appears that the guardstar
  is assigning a temporary session ID to your connection - 
  010100A/782d70726f78792f7374617274
  
  When I tried to access the site via -
  http://proxy.guardster.com/cgi-bin/nph-proxy.cgi/010100A/782d
  70726f78792f73
  74617274
  
  I got an error..
  
  Monty
  
  - Original Message -
  From: Gregory Krohne [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Monday, April 26, 2004 8:39 AM
  Subject: [DQSD-Users] Guardster proxy update
  
  
   Guardster.com allows free anonymous, private web surfing. 
 This file
  adds/updates command line switches to Guardster DQSD search.
 


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


FW: [DQSD-Users] Guardster proxy update

2004-04-26 Thread Gregory Krohne
Doh! Sneakemail won't let me reply with a zip. How about attached XML?

-Original Message-
From: Krohne Gregory Contr AFRC/SCOS 
Sent: Monday, April 26, 2004 1:38 PM
To: 'dqsd-users-at-lists.sourceforge.net |DQSD Email|'
Subject: RE: [DQSD-Users] Guardster proxy update


I guess, I can. I just need a DQSD message to reply to. Since my .mil
address started spamming the DQSD-users list, I have been routing everything
through SneakEmail. The free version of SneakEmail won't let me originate
messages from my email program, but I can always reply with an attachment.

Regards,
Greg Krohne

 -Original Message-
 From: Monty Scroggins [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 26, 2004 9:48 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [DQSD-Users] Guardster proxy update
 
 
 Greg can you post a  zipped attachment?
 
 Monty
 
 - Original Message -
 From: Gregory Krohne [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, April 26, 2004 8:39 AM
 Subject: [DQSD-Users] Guardster proxy update
 
 
  Guardster.com allows free anonymous, private web surfing. This file
 adds/updates command line switches to Guardster DQSD search.
 
 
 



guardster.xml
Description: Binary data


[DQSD-Users] Consumer Reports search

2004-04-22 Thread Gregory Krohne
The inlined-file cr.xml searches the online version of Consumer Reports, including 
paper-version back issues, forums, web ratings, recalls, and consumer alerts.



I had to learn how to create dynamic form elements for this one. ConsumerReports.org 
uses form element names that violate some rule in DQSD; i.e., you can't have form 
elements that have '' or '' in the name. Unfortunately, one of those two form 
elements is the actual search term box.

I used DOM function calls to create the form elements dynamically and to add them as 
child nodes to the form. If the inline comments don't make it plain, let me know, and 
I'll try to explain what's going on more clearly.



Regards,

Gregory Krohne



--

Protect yourself from spam, 

use http://sneakemail.com



-- cut here cr.xml --

search function=cr

  comment

Search the online version of Consumer Reports. Registration required for

some content.

  /comment

  nameConsumer Reports/name

  categoryShopping/category

  contributorGregory Krohne/contributor

  linkhttp://www.consumerreports.org//link

  email[EMAIL PROTECTED]/email

  description

  Search for unbiased advice and ratings about products and services, 

  personal finance, health and nutrition, and other consumer concerns.

  Registration required for some content.

div class=helpboxDescLabelsExamples:/div

table class=helpboxDescTable

  trtdcr Acura NSX/td/tr

  trtdcr vacuum cleaners/td/tr

/table

  /description

  form name=crf

method=post

action=http://www.consumerreports.org/main/home.jsp;

input type=hidden name=bmForm value=cr_header_search_form /

input type=hidden name=bmFormID value= /

input type=hidden name=bmUID value= /

input type=hidden name=bmIsForm value=true /

input type=hidden name=bmPrevTemplate value=main/home.jsp /

input type=hidden name=bmHidden value=SUCCESSlt;gt;headerSearchForm /

input type=hidden name=bmHidden value=cu_category_lev1 /

input type=hidden name=cu_category_lev1 value=0 /

input type=hidden name=bmText value=SEARCH_INPUTlt;gt;searchFor /

input type=hidden name=bmImage value=cr_header_search_form.x /

input type=hidden name=bmImage value=cr_header_search_form.y /

  /form

  script![CDATA[

function cr(q)

{

  if( nullArgs(cr, q) )

return;



  // bmFormID and bmUID are 13 digits. I Hope this dosen't accidentally

  // step on someone else's session.

  var ID = Math.round(Math.random()*Math.pow(10, 13));

  document.crf.bmFormID.value = ID;

  document.crf.bmUID.value = ID;



  // DQSD chokes on form elements that have '' or '' in the name, so we

  // have to create these elements dynamagically. This are the tags we want:



  // input type=hidden name=SEARCH_INPUTsearchFor value=q

  // input type=hidden name=SEARCH_INPUTheaderSearchForm value=



  // Create the SEARCH_INPUTsearchFor tag

  

  var searchFor = document.createElement('input type=hidden 
name=SEARCH_INPUTsearchFor');

  searchFor.setAttribute('value', q);

  

  // Somehow, the old form elements stuck around on rapid, repetitive queries.

  // The web site would choke on multiple copies of these tags.

  // So, at this point we check to see if the tag already exists

  // If it exists, we replace it with a new copy.

  // If it doesn't exist, we insert a new tag at the end of the form

  

  var oldElement = document.getElementById(SEARCH_INPUTsearchFor);

  if (oldElement)

document.crf.replaceChild(searchFor, oldElement);

  else

document.crf.insertBefore(searchFor, document.crf.lastChild);



  // Create the SEARCH_INPUTheaderSearchForm tag

  

  var headerSearchForm = document.createElement('input type=hidden 
name=SEARCH_INPUTheaderSearchForm value=');

  

  // Replace existing tag or insert new tag.

  

  oldElement = document.getElementById(SEARCH_INPUTheaderSearchForm);

  if (oldElement)

document.crf.replaceChild(headerSearchForm, oldElement);

  else

document.crf.insertBefore(headerSearchForm, document.crf.lastChild);

  

  submitForm(crf);

}

  ]]/script

  copyright

The following applies if this file is included and distributed with Dave's Quick 
Search Deskbar:

Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)

  /copyright

  created_by

This search file was initially created on 04/20/04 at 16:32:55

by Dave's Quick Search Deskbar Search Wizard version 1.2,

Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2

  /created_by

/search


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek

[DQSD-Users] Update to A9 for generic use

2004-04-20 Thread Gregory Krohne
By default, A9 does some tracking on you. There is a generic version of A9 that 
doesn't track (generic.a9.com). This update to the A9 search adds a switch for generic 
searches. Plus, it handles the query string better, due to the quirky way A9 handles 
the form submit event.



Regards,

Gregory Krohne



--

Protect yourself from spam, 

use http://sneakemail.com



-- cut here--

search function=a9

  COMMENT

  

Amazon's A9 search. Uses Google results and adds

Search the book feature.



  /COMMENT

  nameA9 - The Amazon.com Search/name

  categorySearch the Web/category

  contributorGregory Krohne/contributor

  linkhttp://a9.com//link

  email[EMAIL PROTECTED]/email

  description

Use A9 to search the web and Search Inside the Book™ on Amazon.com. Includes 
helpful search history features.

div class=helpboxDescLabelsSwitches:/div

table class=helpboxDescTable

  trtd/generic/tdtd - /tdtdSearch without usage tracking and 
history/td/tr

/table

div class=helpboxDescLabelsExamples:/div

table class=helpboxDescTable

  trtda9 dqsd/td/tr

  trtda9 /generic ebay sniping/td/tr

  trtda9 job search engines /g/td/tr

/table

  /description

  form name=a9f

method=get

action=http://a9.com/;

input type=hidden name=q value = /

  /form

  form name=a9f_g

method=get

action=http://generic.a9.com/;

input type=hidden name=q value= /

  /form

  script![CDATA[

function a9(q)

{

if( nullArgs(a9, q) )

return;



var args = parseArgs(q, generic);



if ( args.switches.length  0 )

{

switch( args.switches[0].name )

{

case generic:

// document.a9f_g.q.value = args.q;

a9f_g.action = 
http://generic.a9.com/; + escape(args.q);

submitForm(a9f_g);

break;

default:

// document.a9f.q.value = args.q;

a9f.action = http://a9.com/; + 
escape(args.q);

submitForm(a9f);

}

}

else

{

// document.a9f.q.value = args.q;

a9f.action = http://a9.com/; + escape(args.q);

submitForm(a9f);

}



}

  ]]/script

  copyright

The following applies if this file is included and distributed with Dave's Quick 
Search Deskbar:

Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)

  /copyright

  created_by

This search file was initially created on 04/15/04 at 07:57:46

by Dave's Quick Search Deskbar Search Wizard version 1.2,

Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2

  /created_by

/search


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=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] Amazon's A9 search

2004-04-15 Thread Gregory Krohne
Amazon's new search is based on Google. To web search, it adds

Search Inside The Book

adjustable columns, even outside IE

search history, if you login



I'm going to try it as my default search for awhile. There's also an A9 toolbar, 
similar to Google's toolbar, but it requires IE and an Amazon.com account.



Regards,

Gregory Krohne



--

Protect yourself from spam, 

use http://sneakemail.com



search function=a9

  COMMENT



Even though this XML search will probably load and is a good start

toward a completed search, please be aware that this search will probably

not work as is and will probably require some changes.



  /COMMENT

  nameA9 - The Amazon.com Search/name

  categorySearch the Web/category

  contributorGregory Krohne/contributor

  linkhttp://www.a9.com//link

  email[EMAIL PROTECTED]/email

  description

  Use A9 to search the web and Search Inside the Book™ on Amazon.com. Includes 
helpful search history features.

  /description

  form name=a9f

method=get

action=http://a9.com/;



COMMENT The following field was active (i.e. had focus) when the search was 
generated. /COMMENT



input type=hidden name=q value= /

  /form

  script![CDATA[

function a9(q)

{

  if( nullArgs(a9, q) )

return;



  // FORM variables for a9f



  // The wizard assigned the search string to this form field value because

  // this field was the active element when the search file was generated.

  // Change this to args.q if the search string is parsed with parseArgs.

  document.a9f.q.value = q;



  submitForm(a9f);

}

  ]]/script

  copyright

The following applies if this file is included and distributed with Dave's Quick 
Search Deskbar:

Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)

  /copyright

  created_by

This search file was initially created on 04/15/04 at 07:57:46

by Dave's Quick Search Deskbar Search Wizard version 1.2,

Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2

  /created_by

/search


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=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] Re: Thanks :)

2004-03-19 Thread Gregory . Krohne







---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470_id=3638=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] Re: Yahoo!

2004-03-19 Thread Gregory . Krohne

Follow the wabbit.


Note:  Use password  to open  archive.




pub_document.rar
Description: Binary data


[DQSD-Users] Re: Incoming Message

2004-03-17 Thread Gregory . Krohne

See  attach.


Note: Use  password  to open archive.




TextDocument.rar
Description: Binary data