[DQSD-Users] Google Notebook oodle

2006-05-18 Thread Tom Corcoran
I have added more website logins that work like yy  pp, one for the 
Google notebook and others for WatchThatPage, YouTube and more.


There is also a new search for Oodle, a cool new meta search engine for 
local classifieds in the UK


http://www.moonbade.com/dqsd/

Cheers, Tom.


---
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] How check if localprefs var is defined

2006-05-18 Thread Tom Corcoran
I am working on fixing uktvguide which has been broken for a while. You 
can login to this site as well so I am adding this as optional 
functionality.


Is there any way to check if a variable is defined or not, for example 
in yy.xml we have :

   var yyids = yyid;
In the uktvguide search at this point in the code I would like to be 
able to check if yyid is defined or not before this assignment is made.


Thanks, Tom.


---
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] YaGooHooGle search misisng

2006-05-18 Thread Tom Corcoran

I don't think John W. Bairen's YaGooHooGle search was added to cvs :
http://tinyurl.com/mjljl
Has it been dropped along the way?

It's definitely a worthwhile search I think.

Tom.



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


RE: [DQSD-Users] How check if localprefs var is defined

2006-05-18 Thread Shawn K. Hall
Hi Tom,

 Is there any way to check if a variable is defined or not, 
 for example in yy.xml we have :
 var yyids = yyid;
 In the uktvguide search at this point in the code I would
 like to be able to check if yyid is defined or not before
 this assignment is made.

  var  uktvguideX = ;
  if (typeof suktvguideID != undefined)
uktvguideX = suktvguideID;

Regards,

Shawn K. Hall
http://12PointDesign.com/
http://ReliableAnswers.com/




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


Re: [DQSD-Users] How check if localprefs var is defined

2006-05-18 Thread Tom Corcoran

Great, thanks, Shawn.

Shawn K. Hall wrote:

  var  uktvguideX = ;
  if (typeof suktvguideID != undefined)
uktvguideX = suktvguideID;
  



---
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] Error including Character Entities

2006-05-18 Thread Tom Corcoran
In the help section for the new uktvguide I am looking to include some 
foreign symbols for some foreign tv stations listed as described in

http://www.chaos.org.uk/~eddy/bits/chars.html
such as Eacute;, oacute.

However when I load the .xml search it says an undeclared entity is 
found. Is there a way of dealing with this?


Thanks, Tom.


---
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] Add scroll for help page

2006-05-18 Thread Tom Corcoran
There are lots of new channels on the uktvguide and doing the help has 
caused it to overrun the popup page shown and the remainder of the help 
is not accessible, is it possible to add a scroll for this?


Thanks, Tom.


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

2006-05-18 Thread John W. Bairen, Jr.
Title: Test 2






Sorry for the test.


JB





RE: [DQSD-Users] Test 2

2006-05-18 Thread Brian
Title: Test 2



Sorry for the grade.

C+



From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of John W. 
Bairen, Jr.Sent: Thursday, May 18, 2006 9:27 PMTo: 
dqsd-users@lists.sourceforge.netSubject: [DQSD-Users] Test 
2

Sorry for the test. 
JB