[DQSD-Users] WolframAlpha search

2009-05-18 Thread Shawn K. Hall
I've attached a search for WolframAlpha.com, which uses ww as so:

  ww what is the meaning of life
  ww 2001-09-11
  ww wdc

-Shawn
search function=ww
  nameWolfram Alpha/name
  categoryComputerscategoryReference/category/category
  contributorShawn K. Hall/contributor
  linkhttp://www.wolframalpha.com//link
  emailsh...@reliableanswers.com/email
  description
	Wolfram|Alpha aims to bring expert-level knowledge and capabilities to the broadest possible 
	range of people. The goal is to accept completely free-form input, and to serve as a 
	knowledge engine that generates powerful results and presents them with maximum clarity.
div class=helpboxDescLabelsSwitches:/div
div class=helpboxDescLabelsExamples:/div
table class=helpboxDescTable
  trtdww what is the meaning of life/td/tr
  trtdww 2001-09-11/td/tr
  trtdww wdc/td/tr
/table
  /description
  form name=wolframf
method=get
action=http://www.wolframalpha.com/input/;
	input type=hidden name=i value= /
  /form
  script![CDATA[
function ww(q)
{
  if( nullArgs(ww, q) )
return;

  document.wolframf.i.value = q;
  submitForm(wolframf);
}
  ]]/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
/search--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects___
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] Windows 7 RC 64 Bit Install Help needed

2009-05-18 Thread Shawn K. Hall
 In Vax/VMS world we used a technique called  spawning  
 another process. Seems there should be SOMETHING similar
 in Windows.  In fact it should be even easier since DQSD
 has no need to stay attached to the spawned process
 and check its exit status.

The problem in Windows (at least in this instance) is that it's not
necessarily a simple shell call. A POST usually has to be made to the
server (which requires additional HTTP headers that can't be passed on a
command line), which means the application being pushed has to interact
temporarily with DQSD. 

-Shawn



--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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] Windows 7 RC 64 Bit Install Help needed

2009-05-18 Thread Kim Gräsman
Hi Shawn,

On Tue, May 19, 2009 at 01:12, Shawn K. Hall sh...@reliableanswers.com wrote:
 In Vax/VMS world we used a technique called  spawning
 another process. Seems there should be SOMETHING similar
 in Windows.  In fact it should be even easier since DQSD
 has no need to stay attached to the spawned process
 and check its exit status.

 The problem in Windows (at least in this instance) is that it's not
 necessarily a simple shell call. A POST usually has to be made to the
 server (which requires additional HTTP headers that can't be passed on a
 command line), which means the application being pushed has to interact
 temporarily with DQSD.

There's a launch mode -- can't remember the name or number -- that
writes out a temporary .html page, and then launches it via the shell.

That's a pretty simple way of handling these kinds of things. I'd like
to make it possible to configure which browser .exe the user wants to
use, in association with the temporary-page launch, but I haven't
figured it out just yet.

There's also the problem with IE's security features; depending on
where from a page is launched, it may get the lockdown restrictions,
and the browser will run in a cramped mode.

- Kim

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
___
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