RE: [DQSD-Users] test Comx.xml with seattlepi (zits) support and political cartoons

2005-09-13 Thread Charlie Russel
Fails after test 3. Prompts between 2 and 3. 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:dqsd-users-
> [EMAIL PROTECTED] On Behalf Of Charlie Russel
> Sent: September 13, 2005 2:59 PM
> To: dqsd-users@lists.sourceforge.net
> Subject: RE: [DQSD-Users] test Comx.xml with seattlepi (zits) support and
> political cartoons
> 
> Will do. If you want to take this offlist to troubleshoot, feel free to
> send directly.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:dqsd-users-
> > [EMAIL PROTECTED] On Behalf Of Brent Beardsley
> > Sent: September 13, 2005 2:39 PM
> > To: dqsd-users@lists.sourceforge.net
> > Subject: RE: [DQSD-Users] test Comx.xml with seattlepi (zits) support
> and
> > political cartoons
> >
> > Yes, the first SP2 prompt is because I had to use
> > WScript.Shell which is an activeX control to run wget.
> >
> > I assume also that you've set the wgetExe otherwise
> > you wouldn't be getting any SP2 prompts - am I
> > correct?
> >
> > Can you add some alerts in at line 445 like so and
> > reload DQSD:
> >
> > alert("test1");
> > var output_file = DQSDLauncher.AppDataDirectory + '\\'
> > + imgkey + '.gif';
> > var cmd = wgetExe + '
> > --referer="http://seattlepi.nwsource.com/fun/";
> > --output-document="' + output_file + '" "' + imgurl +
> > '"';
> > alert("test2");
> > var shell = new ActiveXObject("WScript.Shell");
> > alert("test3");
> > shell.Run(cmd, 0, true);
> > alert("test4");
> >
> > And tell me which alerts you see before the error
> > message shows up?
> >
> > We can also take this off the list if you'd like.
> >
> > Brent
> >
> > --- Charlie Russel <[EMAIL PROTECTED]> wrote:
> >
> > > Error:
> > > Line: 332, char: 5 error: The system cannot find the
> > > file specified
> > > code:0
> > > URL: file://D:\Program Files\Quick Search
> > > Deskbar\search.htm
> > >
> > > Note that one gets another "SP2" prompt when the
> > > script first tries to
> > > run.
> > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > [mailto:dqsd-users-
> > > > [EMAIL PROTECTED] On Behalf Of Brent
> > > Beardsley
> > > > Sent: September 13, 2005 1:40 PM
> > > > To: dqsd-users@lists.sourceforge.net
> > > > Subject: RE: [DQSD-Users] test Comx.xml with
> > > seattlepi (zits) support
> > > and
> > > > political cartoons
> > > >
> > > > Hi all,
> > > >
> > > > I've updated and attached comx.xml to support
> > > > editorial political cartoons as well as support
> > > for
> > > > seattle pi comics like zits.  The seattle pi
> > > comics
> > > > require you to use wget via WScript.Shell.
> > > >
> > > > Let me know how it works (works fine for me!) and
> > > if
> > > > no problems I'll check it in.
> > > >
> > > > Brent
> > > >
> > > >
> > > >
> > > >
> > > > __
> > > > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > > > http://mail.yahoo.com
> > >
> > >
> > >
> > ---
> > > SF.Net email is sponsored by:
> > > Tame your development challenges with Apache's
> > > Geronimo App Server. Download
> > > it for free - -and be entered to win a 42" plasma tv
> > > or your very own
> > > Sony(tm)PSP.  Click here to play:
> > > http://sourceforge.net/geronimo.php
> > > ___
> > > 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
> > >
> >
> >
> > __
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> >
> > ---
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's Geronimo App Server.
> > Download
> > it for free - -and be entered to win a 42" plasma tv or your very own
> > Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> > ___
> > 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
> 
> 
> ---
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
> Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> ___
> 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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to 

RE: [DQSD-Users] test Comx.xml with seattlepi (zits) support and political cartoons

2005-09-13 Thread Charlie Russel
Will do. If you want to take this offlist to troubleshoot, feel free to send 
directly. 

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:dqsd-users-
> [EMAIL PROTECTED] On Behalf Of Brent Beardsley
> Sent: September 13, 2005 2:39 PM
> To: dqsd-users@lists.sourceforge.net
> Subject: RE: [DQSD-Users] test Comx.xml with seattlepi (zits) support and
> political cartoons
> 
> Yes, the first SP2 prompt is because I had to use
> WScript.Shell which is an activeX control to run wget.
> 
> I assume also that you've set the wgetExe otherwise
> you wouldn't be getting any SP2 prompts - am I
> correct?
> 
> Can you add some alerts in at line 445 like so and
> reload DQSD:
> 
> alert("test1");
> var output_file = DQSDLauncher.AppDataDirectory + '\\'
> + imgkey + '.gif';
> var cmd = wgetExe + '
> --referer="http://seattlepi.nwsource.com/fun/";
> --output-document="' + output_file + '" "' + imgurl +
> '"';
> alert("test2");
> var shell = new ActiveXObject("WScript.Shell");
> alert("test3");
> shell.Run(cmd, 0, true);
> alert("test4");
> 
> And tell me which alerts you see before the error
> message shows up?
> 
> We can also take this off the list if you'd like.
> 
> Brent
> 
> --- Charlie Russel <[EMAIL PROTECTED]> wrote:
> 
> > Error:
> > Line: 332, char: 5 error: The system cannot find the
> > file specified
> > code:0
> > URL: file://D:\Program Files\Quick Search
> > Deskbar\search.htm
> >
> > Note that one gets another "SP2" prompt when the
> > script first tries to
> > run.
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > [mailto:dqsd-users-
> > > [EMAIL PROTECTED] On Behalf Of Brent
> > Beardsley
> > > Sent: September 13, 2005 1:40 PM
> > > To: dqsd-users@lists.sourceforge.net
> > > Subject: RE: [DQSD-Users] test Comx.xml with
> > seattlepi (zits) support
> > and
> > > political cartoons
> > >
> > > Hi all,
> > >
> > > I've updated and attached comx.xml to support
> > > editorial political cartoons as well as support
> > for
> > > seattle pi comics like zits.  The seattle pi
> > comics
> > > require you to use wget via WScript.Shell.
> > >
> > > Let me know how it works (works fine for me!) and
> > if
> > > no problems I'll check it in.
> > >
> > > Brent
> > >
> > >
> > >
> > >
> > > __
> > > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > > http://mail.yahoo.com
> >
> >
> >
> ---
> > SF.Net email is sponsored by:
> > Tame your development challenges with Apache's
> > Geronimo App Server. Download
> > it for free - -and be entered to win a 42" plasma tv
> > or your very own
> > Sony(tm)PSP.  Click here to play:
> > http://sourceforge.net/geronimo.php
> > ___
> > 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
> >
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> 
> 
> ---
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server.
> Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> ___
> 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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
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] test Comx.xml with seattlepi (zits) support and political cartoons

2005-09-13 Thread Brent Beardsley
Yes, the first SP2 prompt is because I had to use
WScript.Shell which is an activeX control to run wget.

I assume also that you've set the wgetExe otherwise
you wouldn't be getting any SP2 prompts - am I
correct?

Can you add some alerts in at line 445 like so and
reload DQSD:

alert("test1");
var output_file = DQSDLauncher.AppDataDirectory + '\\'
+ imgkey + '.gif';
var cmd = wgetExe + '
--referer="http://seattlepi.nwsource.com/fun/";
--output-document="' + output_file + '" "' + imgurl +
'"';
alert("test2");
var shell = new ActiveXObject("WScript.Shell");
alert("test3");
shell.Run(cmd, 0, true);
alert("test4");

And tell me which alerts you see before the error
message shows up?

We can also take this off the list if you'd like.

Brent

--- Charlie Russel <[EMAIL PROTECTED]> wrote:

> Error: 
> Line: 332, char: 5 error: The system cannot find the
> file specified
> code:0
> URL: file://D:\Program Files\Quick Search
> Deskbar\search.htm
> 
> Note that one gets another "SP2" prompt when the
> script first tries to
> run.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED]
> [mailto:dqsd-users-
> > [EMAIL PROTECTED] On Behalf Of Brent
> Beardsley
> > Sent: September 13, 2005 1:40 PM
> > To: dqsd-users@lists.sourceforge.net
> > Subject: RE: [DQSD-Users] test Comx.xml with
> seattlepi (zits) support
> and
> > political cartoons
> > 
> > Hi all,
> > 
> > I've updated and attached comx.xml to support
> > editorial political cartoons as well as support
> for
> > seattle pi comics like zits.  The seattle pi
> comics
> > require you to use wget via WScript.Shell.
> > 
> > Let me know how it works (works fine for me!) and
> if
> > no problems I'll check it in.
> > 
> > Brent
> > 
> > 
> > 
> > 
> > __
> > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > http://mail.yahoo.com
> 
> 
>
---
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's
> Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv
> or your very own
> Sony(tm)PSP.  Click here to play:
> http://sourceforge.net/geronimo.php
> ___
> 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
> 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
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] test Comx.xml with seattlepi (zits) support and political cartoons

2005-09-13 Thread Charlie Russel
Error: 
Line: 332, char: 5 error: The system cannot find the file specified
code:0
URL: file://D:\Program Files\Quick Search Deskbar\search.htm

Note that one gets another "SP2" prompt when the script first tries to
run.

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:dqsd-users-
> [EMAIL PROTECTED] On Behalf Of Brent Beardsley
> Sent: September 13, 2005 1:40 PM
> To: dqsd-users@lists.sourceforge.net
> Subject: RE: [DQSD-Users] test Comx.xml with seattlepi (zits) support
and
> political cartoons
> 
> Hi all,
> 
> I've updated and attached comx.xml to support
> editorial political cartoons as well as support for
> seattle pi comics like zits.  The seattle pi comics
> require you to use wget via WScript.Shell.
> 
> Let me know how it works (works fine for me!) and if
> no problems I'll check it in.
> 
> Brent
> 
> 
> 
> 
> __
> Yahoo! Mail - PC Magazine Editors' Choice 2005
> http://mail.yahoo.com


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
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] test Comx.xml with seattlepi (zits) support and political cartoons

2005-09-13 Thread Brent Beardsley
Hi all,

I've updated and attached comx.xml to support
editorial political cartoons as well as support for
seattle pi comics like zits.  The seattle pi comics
require you to use wget via WScript.Shell.

Let me know how it works (works fine for me!) and if
no problems I'll check it in.

Brent




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
Comic Strip
Displays comic strip(s) in a single window.
Note: All the switches can be abbreviated
and multiple switches can be specified at one time.--Switches:
9 Chickweed Lane/9chickweed
A Case in Point/caseinpoint
Adam at Home/adamathome
Agnes/agnes
Alley Oop/alleyoop
Andy Capp/andycapp
Animal Crackers/animalcrackers
Annie/annie
Arlo and Janis/arloandjanis
B.C./bc
Baldo/baldo
Ballard Street/ballardstreet
Ben/ben
Betty/betty
Big Nate/bignate
Big Picture/bigpicture
Big Top/bigtop
Bo Nanas/bonanas
Boondocks/boondocks
Bound and Gagged/boundandgagged
Brenda Starr/brendastarr
Broomhilda/broomhilda
Bulls N Bears/bullsnbears
CEO Dad/ceodad
Calvin and Hobbes/calvinandhobbes
Cats With Hands/catswithhands
Candorville/candorville
Cathy/cathy
Cheap Thrills/cheapthrills
Cleats/cleats
Close to Home/closetohome
Committed/committed
Cornered/cornered
Dick Tracy/dicktracy
Dilbert/dilbert
Doonesbury/doonesbury
Drabble/drabble
Duplex/duplex
Fat Cats/fatcats
Ferdnand/ferdnand
Flight Deck/flightdeck
Flo and Friends/floandfriends
For Better or For Worse/forbetterorforworse
FoxTrot/foxtrot
Frank and Ernest/frankandernest
Frazz/frazz
Fred Basset/fredbasset
Fusco Brothers/fuscobrothers
Garfield/garfield
Gasoline Alley/gasolinealley
Geech/geech
Get Fuzzy/getfuzzy
Go Fish/gofish
Graffiti/graffiti
Grand Avenue/grandavenue
Heart of the City/heartofthecity
Heathcliff/heathcliff
Helen of the Internet/helenoftheinternet
Herb and Jamaal/herbandjamaal
Herman/herman
Housebroken/housebroken
In the Bleachers/inthebleachers
Janes World/janesworld
Jump Start/jumpstart
Kit N Carlyle/kitncarlyle
Kudzu/kudzu
La Cucaracha/lacucaracha
Liberty Meadows/libertymeadows
Lil Abner/lilabner
Lola/lola
Loose Parts/looseparts
Lost Sheep/lostsheep
Luann/luann
Lucky Cow/luckycow
Lupo Alberto/lupoalberto
Marmaduke/marmaduke
Meatloaf Night/meatloafnight
Meehan Streak/meehanstreak
Meg!/meg
Mister Boffo/misterboffo
Mixed Media/mixedmedia
Moderately Confused/moderatelyconfused
Momma/momma
Monty/monty
Motley/motley
Mullets/mullets
Nancy/nancy
Natural Selection/naturalselection
Nonsequitur/nonsequitur
Off The Mark/offthemark
One Big Happy Classics/onebighappyclassics
Out of the Gene Pool/outofthegenepool
Over the Hedge/overthehedge
Overboard/overboard
PC and Pixel/pcandpixel
Peanuts/peanuts
Pearls Before Swine/pearlsbeforeswine
Pibgorn/pibgorn
Pickles/pickles
Pluggers/pluggers
Pooch Cafe/poochcafe
Pop Culture/popculture
Preteena/preteena
Raising Duncan/raisingduncan
Real Life Adventures/reallife
Reality Check/realitycheck
Red and Rover/redandrover
Reynolds Unwrapped/reynoldsunwrapped
Ripleys Believe It or Not/ripleysbelieveitornot
Rose Is Rose/roseisrose
Rubes/rubes
Rudy Park/rudypark
Sheldon/sheldon
Shirley And Son/shirleyandson
Shoe/shoe
Soup To Nutz/souptonutz
Speed Bump/speedbump
Spot The Frog/spotthefrog
Stone Soup/stonesoup
Strange Brew/strangebrew
Tank Mcnamara/tankmcnamara
Tarzan/tarzan
Thats Life/thatslife
The Born Loser/bornloser
The Buckets/buckets
The Grizzwells/grizzwells
The Other Coast/othercoast
The Sunshine Club/sunshineclub
Top of the World!/topoftheworld
Willy n Ethel/willynethel
Wizard of Id/wizardofid
Working Daze/workingdaze
Working It Out/workingitout
Ziggy/ziggy
Zits/zits
Editorials (not published every day):
All editorials for today/editorials
Animated Oliphant/animatedoliphant
Ann Telneas/anntelneas
Barbara Brandon/barbarabrandon
Ben Sargent/bensargent
Bill Deore/billdeore
Chan Lowe/chanlowe
Chip Bok/chipbok
Chuck Asay/chuckasay
Dana Summers/danasummers
Dana Wasserman/danawasserman
David Horsey/davidhorsey
Dick Locher/dicklocher
Dick Wright/dickwright
Don Wright/donwright
Doug Marlette/dougmarlette
Drew Sheneman/drewsheneman
Faces In The News/facesinthenews
Gary Varvel/garyvarvel
Glenn McCoy/glennmccoy
Jack Higgins/jackhiggins
Jack Ohman/jackohman
Jeff Danziger/jeffdanziger
Lalo Alcaraz/laloalcaraz
Matt Davies/mattdavies
Mike Luckovich/mikeluckovich
Nick Anderson/nickanderson

RE: [DQSD-Users] Comx request

2005-09-13 Thread Brent Beardsley
Hi Gregory,

I fired up fiddler (http proxy) and saw that xmlhttp
is setting the referer to the html page calling it (in
my case: file://C:\Program Files\Quick Search
Deskbar\search.htm)
and ignoring what I tell it to set it to.  Probably
for security reasons.

Possibly we could "shell out" to a command prompt and
use curl or wget and download the file.

Brent

--- Gregory Krohne <[EMAIL PROTECTED]> wrote:

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




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


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