HP970 Printing (OT)

2000-09-11 Thread Hugh Senior
Apologies for this, but I'm getting desperate! Has anyone else experienced persistent print queue stalling (sometimes with erroneous timeout error messages) when using the HP970cxi? There has been a driver upgrade on hp.com, but it is still most unreliable even with 128Mb RAM available. Since

client side http

2000-09-11 Thread Dave Cragg
Hi I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do with the way aliasing is set up on the server, I think). The script below is a crude

Re: client side http

2000-09-11 Thread Scott Raney
On Mon, 11 Sep 2000, Dave Cragg wrote: I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do with the way aliasing is set up on the server, I

A few short questions

2000-09-11 Thread Peter Reid
Here are some questions that have occurred to me during my development work using MetaCard. I'm not sure whether I'm simply missing a few tricks (not unheard of!), or whether these are genuine feature holes. Some 'constant' questions: 1) Is it possible to declare global constants or are all

Re: A few short questions

2000-09-11 Thread Scott Raney
On Mon, 11 Sep 2000, Peter Reid wrote: Here are some questions that have occurred to me during my development work using MetaCard. I'm not sure whether I'm simply missing a few tricks (not unheard of!), or whether these are genuine feature holes. Some 'constant' questions: 1) Is it

Re: A few short questions

2000-09-11 Thread Peter Reid
On Mon, 11 Sep 2000, Peter Reid wrote: Here are some questions that have occurred to me during my development work using MetaCard. I'm not sure whether I'm simply missing a few tricks (not unheard of!), or whether these are genuine feature holes. Some 'constant' questions: 1) Is it

Re: client side http

2000-09-11 Thread Dave Cragg
At 12:02 PM -0600 9/11/00, Scott Raney wrote: On Mon, 11 Sep 2000, Dave Cragg wrote: I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do with

Re: client side http

2000-09-11 Thread andu
Hi I've been playing with the sockets features in order to try and implement some client side http. I've been doing this because Metacard's built-in http support won't work with some URLs (something to do with the way aliasing is set up on the server, I think). The script below is a crude