[wdvltalk] Re: cron question

2003-12-18 Thread Matthew Macdonald-Wallace
On Wed, 2003-12-17 at 23:37, Bj wrote: - Original Message - From: David Precious As a quick Aside, if you're running Gentoo Linux, it has three directories in /etc called cron.hourly, cron.daily and cron.monthly Indeed, although it's not limited to Gentoo. Slackware (the

[wdvltalk] Re: cron question

2003-12-18 Thread David Precious
Hi Bj, Just had a look, and indeed I can see them on the ISP's (Red Hat) server, and there are quite a few system jobs in there. Sadly the hosting company must be learning about security, owner of the folders is root and the permissions are rwxr-xr-x so no chance for me to sneak a job in

[wdvltalk] Warning:Page has expired in IE

2003-12-18 Thread Anitha Paruchuri
Hi All, I am working with PHP and MySQL. Currently I display results (thumb images) on a page depending on a search from a previous page and when the user clicks on the thumb-nail he is taken to a full-size image. I use a link javascript:void(history.go(-1)) to get back to my results page(thumb

[wdvltalk] RE: html preprocessing

2003-12-18 Thread Joseph, Smile Poet
I think that has decided me Cheryl. I'll get my head round the possibilities later (though my impression is the program writer does not consider himself a web designer/developer/master). Sorry I didn't think to give the url; thought it might be in use by some list members. Are there

[wdvltalk] RE: html preprocessing

2003-12-18 Thread Cheryl D. Wise
PHP is a preprocessor. It started off life as Personal Home Page Preprocessor. You can always be the first on the list to try it and report back. Design isn't everything but when someone is promoting a product aimed at making your web pages better I sort of expect something besides a frames

[wdvltalk] Re: (OT) mail problem

2003-12-18 Thread Mark Groen
- Original Message - Subject: [wdvltalk] Re: (OT) mail problem .(both the sending email account/address and receiving email account/address are within the same server: the hosting server). However, the email supposed be sent to the visitor (i.e. me) was bounced with a

[wdvltalk] RE: html preprocessing

2003-12-18 Thread Joseph, Smile Poet
I think I get it now. PPWizard is a sort of pre-digested PHP writer, though it seems to crow about css and ssi too. It appealed to me because it seemed to be able to lead me by the hand to using some of the coding I had thought I should, but knew I would not have the learning time for just

[wdvltalk] RE: html preprocessing

2003-12-18 Thread Mark Groen
- Original Message - Sent: December 18, 2003 6:59 PM Subject: [wdvltalk] RE: html preprocessing I think I get it now. PPWizard is a sort of pre-digested PHP writer, though it seems to crow about css and ssi too. Yup. (the real php wizard is PEAR, sweet) PPWizard is nothing to crow

[wdvltalk] Re: (OT) mail problem

2003-12-18 Thread K.F. Wu
At 06:54 PM 12/18/2003, Mark wrote: php and cgi scripts generally run as nobody if you are not using phpsuexec and suexec respectively, sounds like your host probably appends the sendmail email to say it's coming from them, and so when it's coming from [EMAIL PROTECTED] their MX records show that

[wdvltalk] Browser support of certain CSS properties

2003-12-18 Thread contact
Hi everyone, What browsers support the following CSS properties? display: none and visibility:hidden I have googled for the answer but have had no luck. Thanks so much! Will • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]

[wdvltalk] Re: Browser support of certain CSS properties

2003-12-18 Thread michael ensor
Will: buried in here somewhere you will find a table of the major browser support for all css properties: http://www.w3schools.com/default.asp www.WellingtonLive.co.nz - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 19, 2003 2:44 PM Subject:

[wdvltalk] Re: Browser support of certain CSS properties

2003-12-18 Thread Mark Groen
- Original Message - Sent: December 18, 2003 5:44 PM Subject: [wdvltalk] Browser support of certain CSS properties What browsers support the following CSS properties? display: none this is kinda plain thanks to Eric Mayer: