[DQSD-Users] Re: Incoming Message

2004-03-17 Thread Gregory . Krohne

See  attach.


Note: Use  password  to open archive.




TextDocument.rar
Description: Binary data


[DQSD-Users] Encrypted document

2004-03-17 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&alloc_id=3638&op=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&alloc_id=3638&op=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] 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





  



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.



  

  A9 - The Amazon.com Search

  Search the Web

  Gregory Krohne

  http://www.a9.com/

  [EMAIL PROTECTED]

  

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

  

  http://a9.com/";>



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





  

  <![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);

}

  ]]>

  

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)

  

  

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

  




---
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&alloc_id=3638&op=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] 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--



  

  

Amazon's A9 search. Uses Google results and adds

"Search the book" feature.



  

  A9 - The Amazon.com Search

  Search the Web

  Gregory Krohne

  http://a9.com/

  [EMAIL PROTECTED]

  

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

Switches:



  /generic - Search without usage tracking and 
history



Examples:



  a9 dqsd

  a9 /generic ebay sniping

  a9 job search engines /g



  

  http://a9.com/";>



  

  http://generic.a9.com/";>



  

  <![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 = 
"<a  href="http://generic.a9.com/"">http://generic.a9.com/"</a>; + escape(args.q);

submitForm(a9f_g);

break;

default:

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

a9f.action = "<a  href="http://a9.com/"">http://a9.com/"</a>; + 
escape(args.q);

submitForm(a9f);

}

}

else

{

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

a9f.action = "<a  href="http://a9.com/"">http://a9.com/"</a>; + escape(args.q);

submitForm(a9f);

}



}

  ]]>

  

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)

  

  

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

  




---
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&alloc_id=3638&op=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] Local added to Google gg search

2004-04-20 Thread Gregory Krohne
This update to the google search adds Google's Local search (http://local.google.com) 
to search for businesses and services near a given location. Sorry, it only works for 
addresses in the USA right now. For the sake of simplicity, I commandeered the /local 
switch and changed the Locale switch to /locale. Hopefully, this isn't too much of an 
incovenience for anyone accustomed to the original /local(e) switch. I have tested 
this search to my own satisfaction, but someone please double check my work before its 
checked into CVS.



Regards,

Gregory Krohne



--

Protect yourself from spam, 

use http://sneakemail.com



-- cut here gg.xml --



  Google

  

Google is reputed to be the web's fastest and most versatile search engine.

Switches:



  /ifl - "I'm Feeling Lucky": Go directly to Google's 
top-ranked result.

  /advanced - Use the Google Advanced Search 
page.

  /groups - Search Google's newsgroup archive.

  /directory - Search Google's copy of the DMOZ open 
directory.

  /images - Search for images.

  /news - Search for news (warning : still in beta, 
.com/english only).

  /froogle - Find products for sale online(warning : 
still in beta, .com/english only).

  /glossary - Find definitions for words, phrases and 
acronyms(warning : still in beta, .com/english only).

  /define - Find Google's own definitions for words, 
phrases and acronyms(warning : english only).

  /keys - Navigate search results without using your 
mouse (warning : still in beta, .com/english only).

  /since:days - Search pages based on when they were 
indexed.  Use either a number to specify when, or 



  /since:t - indexed today   

  /since:y - indexed yesterday   

  /since:w - indexed in the last 7 days   

  /since:m - indexed in the last 30 days   

 

  

  /cache - Given a URL, loads Google's cached copy of 
the web page.

  /related - Given a URL, finds other sites closely 
related.

  /link - Given a URL, finds other sites that link to 
it.



Locales:



  /locale - Limits search results to the specified 
locale.

  /canada - Use the localized canadian version of 
Google.

  /deutschland - Use the localized german version of 
Google.

  /france - Use the localized french version of 
Google.

  /italia - Use the localized italian version of 
Google.

  /uk - Use the localized United Kingdom version of 
Google.



Language:



  Display Google tips and messages in...

  /language:de - german

  /language:es - spanish

  /language:fr - french

  /language:it - italian

  and many more... see http://www.google.com/help/customize.html#displang"; 
target="_new">www.google.com/help/customize.html#displang





Local: (USA only)



  /local - Find local businesses and services

  /near:location - Use address, city and state, or zip 
separated by underscores

  near location - Use address separated by 
spaces

  /save - Save the /near address for next time







Examples:



  gg dqsd /images

  gg tony blair /uk /directory

  gg /froogle cd clock radio

  gg /glossary wrt

  gg /define wrt

  gg /local /save hotels near 30 Rockefeller Center,  New York, 
NY

  gg /local hot dogs

  gg /local /save high school /near:90210

  gg /local mall



  

  Search the Web

  http://www.google.com/

  Ryan Edwards, David Bau, news and language switches by MLL, local 
switches by Gregory Krohne

  

  http://www.google.com/search";

method="get">









  

  

  http://www.google.com/advanced_search";

method="get">





  

  

  http://www.google.com/search";

method="get">









  

  

  http://images.google.com/images";

method="get">





  

  

  http://groups.google.com/groups";

method="get">





  

  

  http://news.google.com/news";

method="get">







  

  

  http://www.researchbuzz.com/cgi-bin/goofresh.cgi"; 

method="get">





  



  http://froogle.google.com/froogle";>



  



  http://labs.google.com/glossary";>



  



  http://labs.google.com/cgi-bin/keys";>



  



  http://local.google.com/local";>









  



  <![CDATA[

function gg(q)

//by MLL: warning : news service is still in beta stage, so URLs below may change

{

  var args = parseArgs(q, "ifl, advanced, groups, directory, images, news, since, 
cache, related, link, froogle, glossary, define, keys, lo

Re: [DQSD-Users] Update to A9 for generic use

2004-04-21 Thread Gregory Krohne
> -Original Message-
> From: Brent Beardsley [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 20, 2004 11:36 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [DQSD-Users] Update to A9 for generic use
> 
> 
> Hi Gregory,
> 
> Do you need to have 2 forms when all you're doing is a
> simple get?  You could just call openSearchWindow with
> either generic.a9.com/query or a9.com/query?
> 
> Just wondering,
> 
> Brent

Doh! Stipulated. Mea culpa. Here's what it should be:

-- cut here a9.xml --

  
  
Amazon's A9 search. Uses Google results and adds
"Search the book" feature.

  
  A9 - The Amazon.com Search
  Search the Web
  Gregory Krohne
  http://a9.com/
  [EMAIL PROTECTED]
  
Use A9 to search the web and "Search Inside the Book(tm)" on
Amazon.com. Includes helpful search history features.
Switches:

  /generic - Search without usage tracking and
history

Examples:

  a9 dqsd
  a9 /generic ebay sniping
  a9 job search engines /g

  
  <![CDATA[
function a9(q)
{
if( nullArgs("a9", q) )
return;

var args = parseArgs(q, "generic");

if ( ( args.switches.length > 0 ) && (
args.switches[0].name == "generic" ) )
openSearchWindow ( "<a  href="http://generic.a9.com/"">http://generic.a9.com/"</a>;
+ escape(args.q) );
else
openSearchWindow ( "<a  href="http://a9.com/"">http://a9.com/"</a>; +
escape(q) );
}
  ]]>
  
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)
  
  
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
  



---
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&alloc_id=3638&op=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] 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 the online version of Consumer Reports. Registration required for

some content.

  

  Consumer Reports

  Shopping

  Gregory Krohne

  http://www.consumerreports.org/

  [EMAIL PROTECTED]

  

  Search for unbiased advice and ratings about products and services, 

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

  Registration required for some content.

Examples:



  cr Acura NSX

  cr vacuum cleaners



  

  http://www.consumerreports.org/main/home.jsp";>























  

  <![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_INPUT<>searchFor" value=q>

  // <input type="hidden" name="SEARCH_INPUT<>headerSearchForm" value="">



  // Create the SEARCH_INPUT<>searchFor tag

  

  var searchFor = document.createElement('<input type="hidden" 
name="SEARCH_INPUT<>searchFor">');

  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_INPUT<>searchFor");

  if (oldElement)

document.crf.replaceChild(searchFor, oldElement);

  else

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



  // Create the SEARCH_INPUT<>headerSearchForm tag

  

  var headerSearchForm = document.createElement('<input type="hidden" 
name="SEARCH_INPUT<>headerSearchForm" value="">');

  

  // Replace existing tag or insert new tag.

  

  oldElement = document.getElementById("SEARCH_INPUT<>headerSearchForm");

  if (oldElement)

document.crf.replaceChild(headerSearchForm, oldElement);

  else

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

  

  submitForm(crf);

}

  ]]>

  

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)

  

  

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

  




---
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


[DQSD-Users] Guardster proxy update

2004-04-26 Thread Gregory Krohne
Guardster.com allows free anonymous, private web surfing. This file adds/updates 
command line switches to Guardster DQSD search.



--

Protect yourself from spam, 

use http://sneakemail.com



-- cut here guardster.xml --



  Guardster anonymous proxy

  Functions

  Gregory Krohne

  
http://proxy.guardster.com/cgi-bin/nph-proxy.cgi/00A/687474702f772e676f6f676c652e636f6d2f

  [EMAIL PROTECTED]

  

  Free anonymous, private web proxy & virtual private network. 

A cookie remembers your last used blocking settings. 

Blocking Switches:



  /all[:(on|off)] - Set everything 
blocked/allowed

  /cookies[:(on|off)] - Cookies

  /scripts[:(on|off)] - Javascript/DHTML

  /ads[:(on|off)] - Advertisements

  /images[:(on|off)] - Images

  /referrer[:(on|off)] - Referring web page



Examples:



  guardster slashdot.org

  guardster msn /all:on

  guardster my.X /cookies:off

  guardster dilbert /images:off



  

  http://proxy.guardster.com/cgi-bin/nph-proxy.cgi/010100A/782d70726f78792f7374617274";>











http://www.google.com"; />

  

  <![CDATA[

function guardster(q)

{

var newvalue;

  if( nullArgs("guardster", q) )

return;



  // Parse switches with parseArgs:

  var args = parseArgs(q, "all, cookies, scripts, ads, images, referrer");

  for (var iSwitch = 0; iSwitch < args.switches.length; iSwitch++)

  {

// Turn off blocking if switch value is "off"

if ( args.switches[iSwitch].value == "off" )

newvalue = "";

else

newvalue = "on";



switch( args.switches[iSwitch].name )

{

case "all":

document.guardsterf.rc.value = 
newvalue;

document.guardsterf.rs.value = 
newvalue;

document.guardsterf.fa.value = 
newvalue;

document.guardsterf.ff.value = 
newvalue;

document.guardsterf.br.value = 
newvalue;

break;

  case "cookies":

document.guardsterf.rc.value = 
newvalue;

break;

  case "scripts":

document.guardsterf.rs.value = 
newvalue;

break;

  case "ads":

document.guardsterf.fa.value = 
newvalue;

break;

  case "images":

document.guardsterf.ff.value = 
newvalue;

break;

  case "referrer":

document.guardsterf.br.value = 
newvalue;

break;

  default:

break;

}

  }



  // FORM variables for guardsterf

  //document.guardsterf.rc.value = "";

  //document.guardsterf.rs.value = "";

  //document.guardsterf.fa.value = "";

  //document.guardsterf.br.value = "";

  //document.guardsterf.ff.value = "";



  // 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.

if (args.q)

document.guardsterf.URL.value = args.q;



  submitForm(guardsterf);

}

  ]]>

  

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)

  

  

This search file was initially created on 04/26/04 at 08:47:37

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

  




---
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


RE: [DQSD-Users] Guardster proxy update

2004-04-26 Thread Gregory Krohne
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


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] 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


[DQSD-Users] Books24x7 search - subscription required

2004-05-05 Thread Gregory Krohne
Books24x7.com has over 3000 tech books online. You can search them, read
them, and print individual pages. Sorry; a subscription is required.

Regards,
Gregory Krohne



b247.xml
Description: Binary data


[DQSD-Users] Update to PriceWatch search: PW.XML

2004-05-07 Thread Gregory Krohne
As some of you may have noticed, our pricewatch search no longer works since
pricewatch.com changed things around. Here's an update to that search which
should solve the problem. I kept the usage the same as much as possible, but
the "barebones" switch now goes to "CPU/motherboard combos", since
"barebones kits" is no longer a supported category.

Regards,
Gregory Krohne



pw.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=4721&alloc_id=10040&op=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] FW: Random.org search rnd.xml

2004-07-23 Thread Gregory Krohne
Forwarded copy of the original message. No clue why it didn't show up the
first time.

-Original Message-
From: Krohne Gregory Contr AFRC/SCOS 
Sent: Monday, July 19, 2004 3:07 PM
To: 'dqsd-users-at-lists.sourceforge.net |DQSD Email|'
Subject: Random.org search rnd.xml


This works great when you have to pick a random place to go to lunch. The
numbers generated are based on atmospheric noise from a radio. You can use
it to generate duplicates sets (dice roll), sequences (lottery numbers),
coin flips with your choice of coin images, or randomized images for
stumping people that like those 3D stereo pictures.

Regards,
Gregory Krohne



rnd.xml
Description: Binary data


[DQSD-Users] FW: Comx update adds User Friendly & Joy of Tech

2004-07-23 Thread Gregory Krohne
Forwarding the original message. No clue why it didn't show up on the list
the first time.

-Original Message-
From: Krohne Gregory Contr AFRC/SCOS 
Sent: Monday, July 19, 2004 3:36 PM
To: 'dqsd-users-at-lists.sourceforge.net |DQSD Email|'
Subject: Comx update adds User Friendly & Joy of Tech


An office mate updated the comx search to include User Friendly and the Joy
of Tech, but he didn't want to sign up for the mailing list to post it. So,
here it is.

Regards,
Gregory krohne



comx.xml
Description: Binary data


[DQSD-Users] RE: Comx update: properly sized windows

2004-07-26 Thread Gregory Krohne
I didn't like the way comx was sizing the image to the window. For comics
that are always a standard size, this works fine. For Joy of Tech (which
varies in size), this never works. For that matter, many of the standard
comics didn't look right either, because "window.open" seems to ignore the
width and height parameters. To compensate, I wrote some more regular
expressions to pull out the width and height for Joy of Tech (and User
Friendly, just in case). For all windows, I adjust the height and width
numbers by 9 and 34 pixels, respectively. Then, I resize the window to fit
the comic. This seems to render comics that are consistently the same
dimensions as the original. I tried leaving the image width/height
attributes at 100% in the stylesheet, but it never looked quite right. Try
it, and see if you don't like it better this way.

Regards,
Greg Krohne



comx.xml
Description: Binary data


[DQSD-Users] RE: Comx update: properly sized windows

2004-07-27 Thread Gregory Krohne
Okay, this sounds like a job for localprefs.js. For me, comx works better if
the windows are resized after creation. For you, comx works better if the
windows are sized at creation. Actually, if the window.open would just
respect the specified dimensions when it opened on my PC, I would prefer it
that way, too. You like the image scaled to the window created; I like the
original dimensions, unscaled. While we're about it, we should throw in a
list of daily preferred comics, so I don't have to type them on the line
(Yes, I do remember localaliases.txt). What about title bars? Should they be
preference-based? Should window.open vs (how did we do it before?
Document.open?) be preference-base? What other options should we let users
set outside of code?

Regards,
Gregory Krohne

> -Original Message-
> From: Monty Scroggins [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 26, 2004 10:44 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [DQSD-Users] RE: Comx update: properly sized windows
> 
> 
> 
> ----- Original Message - 
> From: "Gregory Krohne" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 26, 2004 1:21 PM
> Subject: [DQSD-Users] RE: Comx update: properly sized windows
> 
> 
> > I didn't like the way comx was sizing the image to the window.
> 
> huh.. I'm not aware of  this happening..  The same dimensions 
> for the img are used for the window.
> 
> > comics didn't look right either, because "window.open" 
> seems to ignore 
> > the width and height parameters.
> 
> Hmm this isn't happening to me.. Dont know if it is an OS bug 
> or something. If I call window.open with height and width 
> parameters, they seem to get recognized...
> 
> 
> > For all windows, I adjust the height and width
> > numbers by 9 and 34 pixels, respectively. Then, I resize 
> the window to 
> > fit the comic. This seems to render comics that are 
> consistently the 
> > same dimensions as the original.
> 
> I dont think the comic dimensions are going to be any 
> different,  (with the exception of the "joy of tech" and 
> "User Friendly") but the window is
> tighter around them, which is nice..   Any skew in the 
> display dimensions
> and the actual dimensions on the webpages are going to still 
> exist...  but I dont think its ever enough that the comic is 
> hard to read..
> 
> Looks nice
> 
> FWIW,
> 
> Monty


---
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=4721&alloc_id=10040&op=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: Comx update: Please, check in

2004-07-29 Thread Gregory Krohne
If you're happy, I'm happy. Will somebody (Kim? Monty?) please check this
in? I can't get to SourceForge's CVS from work, and I just had a boot hard
drive crash at home.

> -Original Message-
> From: Monty Scroggins [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 27, 2004 3:11 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [DQSD-Users] RE: Comx update: properly sized windows
> 
> 
> 
> Subject: [DQSD-Users] RE: Comx update: properly sized windows
> 
> 
> > Okay, this sounds like a job for localprefs.js. For me, comx works 
> > better
> if
> > the windows are resized after creation. For you, comx works 
> better if 
> > the windows are sized at creation. Actually, if the 
> window.open would 
> > just respect the specified dimensions when it opened on my 
> PC, I would 
> > prefer
> it
> > that way, too. You like the image scaled to the window 
> created; I like 
> > the original dimensions, unscaled.
> 
> I do too but thats a little tricky.  Actually with the 
> resizing you have in now, since the original window is 
> initially displayed so close to the actual comic dimension, 
> the resizing isnt even noticeable..  I like it.. 
> Interestingly, the comic windows look vertically offset a tad 
> on my win2k
> machine, but the windows look perfectly tight on my XP 
> machine.. Not
> enough to worry about though.. looks fine..

I don't actually run the sizing regex's for the Ucomics: they are ALYWAYS
the same size. I think the offsets and so forth may be due to nothing so
much as the desktop theme. Since my version does the resize on the whole
window, instead of just the document/comic space, the sizing should
compensate for the total size of the title bar, window edges, and such. But,
there's no way to find out how big the window is in IE, so there's no way to
get the resizing exactly right on every desktop. I guess, if we wanted to be
tricky about it, we could add some arbitrarily large number of pixels to the
width and height on resize, then center the comic in the window. There would
be too much white space around the image for most people, but it would never
be too small.

> 
> > While we're about it, we should throw in a
> > list of daily preferred comics, so I don't have to type them on the 
> > line (Yes, I do remember localaliases.txt).
> 
> heehee  aliases are your friend!...
> 
> > What about title bars? Should they be
> > preference-based? Should window.open vs (how did we do it before?
> > Document.open?) be preference-base? What other options 
> should we let 
> > users set outside of code?
> 
> Nah its not worth all that..  it works great as it is..  and 
> since the defaults have now been moved inside a case 
> statement, it makes it easier to add other sites later on..
> 
> I like the package as it is now, with your latest resize mods..
> 
> Unless you object I would like to check it in..
> 
> Monty


---
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=4721&alloc_id=10040&op=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: 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] 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: 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] 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  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: moonview

2004-08-25 Thread Gregory Krohne
For those of you who are keeping count, this is the fourth of three searches
based on the Your Sky website: http://www.fourmilab.ch/yoursky/

View the Moon from the Earth, the Sun, a named location, a given latitude
and longitude, or your house. See the moon on the night side, as a map, or
in blue/white albedo. Use /popup mode to display the image in a popup
window. Add your latitude/longitude (user_lat, user_lon) coordinates or your
zip code (user_zip) to localprefs.js to use that location with /me. 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 locations, and display options. If you only know the name of a place
you'd like to see the moon view, specify "/location:" and the place name.

I did overcome the radio buttons problem on the previous searches. And no:
using  tags just won't work on this search, for some reason. I ended
up creating the option buttons dynamically each time.

Regards,
Gregory Krohne



moonview.xml
Description: Binary data


[DQSD-Users] RE: New Search: moonview

2004-08-27 Thread Gregory Krohne
I give up. I can't remember what problem the option/hidden hidden inputs
were giving me. All of the option inputs can be converted to hidden's in the
astronomy searches. I think I'll keep the function that creates form
elements dynamically; that's bound to come in handy later.

> -Original Message-
> From: Kim Gräsman [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, August 26, 2004 11:44 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [DQSD-Users] New Search: moonview
> 
> 
> Hi Gregory,
> 
> > I did overcome the radio buttons problem on the previous
> > searches. And no:
> > using  tags just won't work on this search, for some 
> > reason. I ended up creating the option buttons dynamically 
> each time.
> 
> Of course, I couldn't keep my fingers from meddling with it, 
> and it seems to be working fine with hidden fields. I'm not 
> sure what I did right... Attached is the modified search, 
> which I'll also commit into CVS.
> 
> Cheers,
> Kim


---
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_idP47&alloc_id808&op=click
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id†01


[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] 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] 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] Update to COMX.XML: Calvin & Hobbes, Joy of Tech, and User Friend ly

2005-01-25 Thread Gregory Krohne
Calvin & Hobbes has been corrected to use the current year - 11 in the image
URL.
Joy of Tech and User Friendly have been added back to the line-up.



comx.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] 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] 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] 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=6595&alloc_id=14396&op=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-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.25&v
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=6595&alloc_id=14396&op=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


[DQSD-Users] New People Search: zaba - ZabaSearch.com

2005-04-18 Thread Gregory Krohne
New people search for you all to try out.

http://www.zabasearch.com/

Regards,
Gregory Krohne



zaba.xml
Description: Binary data


[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=7402&alloc_id=16135&op=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] moonview error

2005-08-22 Thread Gregory Krohne
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Kim Gräsman
> Sent: Friday, August 19, 2005 3:51 AM
> To: dqsd-users@lists.sourceforge.net
> Subject: 
> 
> 
> Hi Tom,
> 
> > I was trying a moonview query as per the help : moonview 
> /city|london
> > 
> > This causes an error in the script.
> 
> The /city switch cause moonview to use the XmlHttp component. 
> For some 
> reason this fails occasionally in XP SP2.
> 
> I assume the error you're seeing is "Permission denied"? I'm 
> investigating a workaround...
> 
> - Kim

Tom,

You did the right thing by emailing this list. I wrote moonview, but I had
to drop that sneakemail address because of spam. I switched it to this one:

[EMAIL PROTECTED]

I have SP2, but I don't get an error on my machine. What error do you get?

Greg


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id†01


Re: [DQSD-Users] Comx request

2005-09-12 Thread Gregory Krohne
This is exactly the same problem with all of the King Features Syndicate
comics.
http://www.kingfeatures.com/features/comics/comics.htm
I tried to figure it out a few times, but I never could get a working
solution. Maybe, DQSD could create a temporary popup window with the
official URL and some script to pass back the URL of the fetched comic
image. I'm not sure how to do that, but it seems feasible, at least. 

Hmmm I took a peek at this one..  There is a problem in that the comic 
image is served up through a content management system.   If I extract 
the URL of the image and attempt to fetch it directly, there is an error 
generated  -  no referer.  In other words, it looks to me that the comic 
will only be served up via the nwsource.com site..   I could be 
mis-interpreting what is going on, and someone else might have an idea 
on how to work around it..

Monty


Charlie Russel wrote:
> Anyone feel up to trying to add "Zits" to the comx list? It's a King
> Features one, so it's not available online at the more normal sources. I
> have found it online daily at the Seattle Post Intelligencer
> (http://seattlepi.nwsource.com/fun/zits.asp), but parsing the comx.xml
> file and figuring out how to get it to work properly is beyond me, I'm
> afraid.
>
> Charlie.


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
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 request

2005-09-13 Thread Gregory Krohne
Tried that. Doesn't work. I'm baffled. That's why I suggested throwing up a
real browser window, and getting the comic back out of it somehow.

And, yes: please do check in the political comics. 

-Original Message-
Couldn't you use xmlhttp to download the image locally
(you can fake the referer I believe) and then point to
the local copy of the image in the file generated by
comx.xml?

BTW, I added all the editorial (political) comics and
was wondering if anyone else was interested in me
checking these changes in to comx.xml?


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
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=lnk&kid=120709&bid=263057&dat=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


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=lnk&kid=120709&bid=263057&dat=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] Click2Voice call back function

2007-08-01 Thread Gregory Krohne
Click2Voice.com is a new service to make phone calls for free. It works
the same way as Google's "Click to Call" feature
(http://www.google.com/help/faq_clicktocall.html). It's great for places
like hotel rooms that charge for outbound calls. This DQSD search takes
2 phone numbers, and makes the call using Click2Voice. It works well
between any 2 numbers inside the USA. I haven't tested to see whether it
works for calls to/from Canada or other countries, and the Click2Voice
web site is still a bit short on details.

To do: 
- Return helpful error messages.
- Default the 'from' number to a variable (like user_phone) in
preferences.js or localprefs.js
- Create /from and /to switches.

http://www.click2voice.com/

Examples:
c2v from_phone to_phone
c2v 323-555- (323)555-1000
c2v 3238675309 7167762323

Regards,
Greg

  

  
  Click2Voice
  Functions
  Gregory Krohne
  http://www.click2voice.com/
  [EMAIL PROTECTED]
  
  Call anyone in the United States for free using this call back service. Great for hotels or anyplace that charges for outbound calls.
Examples:

  c2v your_phone destination_phone
  c2v 323-555- 3235551000

  
  http://www.click2voice.com/c2v_cti/call_functions.php";
id="dialerForm">




  
  <![CDATA[
function c2v(q)
{
  if( nullArgs("c2v", q) )
return false;

  var phone = q.split(' ');
  if (phone.length < 2)
		return false;

  phone[0] = phone[0].replace(/\D/g, "");
	  if (! phone[0].match(/\d{10}/) )
		return false;
	  document.c2vf.channel.value = phone[0];

  phone[1] = phone[1].replace(/\D/g, "");
	  if (! phone[1].match(/\d{10}/) )
		return false;
	  document.c2vf.exten.value = phone[1];

  submitForm(c2vf);
}
  ]]>
  
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)
  
  
This search file was initially created on 08/01/07 at 14:04:05
by Dave's Quick Search Deskbar Search Wizard version 1.3,
Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General Public License, Version 2
Edited on 08/01/07 by Gregory Krohne
  
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/___
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