Re: [WSG] Shadow validation

2007-07-10 Thread David Dorward
On 10 Jul 2007, at 04:20, Dean Matthews wrote: On Jul 9, 2007, at 10:23 PM, Philippe Wittenbergh wrote: Not really, just chose the appropriate options (advanced...) when you try to validate a file. Yes I see, but how do you link a Valid CSS icon to an advanced search? Validate it, then

RE: [WSG] Shadow validation

2007-07-10 Thread michael.brockington
Not sure about the 1.X series, but text shadow is supported in Safari 2.X - I have been using it for quite a while, and love it. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lucien Stals Sent: Tuesday, July 10, 2007 4:32 AM To:

[WSG] Out of Office AutoReply: WSG Digest

2007-07-10 Thread Roberts, Amanda
I'm out of the office on carer's leave Wednesday 11th July. I'll be back in the office Thursday 12th July. Regards, Amanda Amanda Roberts Producer Sensis Interactive Sensis Pty Ltd 222 Lonsdale Street, Melbourne, Victoria 3000 03 8653 7898 0408 311 478 [EMAIL PROTECTED] Sensis.

[WSG] Select that goes to a new URL

2007-07-10 Thread Paul Collins
Hi all, This should be pretty basic stuff, but coding the forms can be a bit above me sometimes :) I've hunted around and can't seem to find the answer, so here goes... I've got a select box, with a bunch of options that need to go to another page in the website when the go button is clicked.

RE: [WSG] Select that goes to a new URL

2007-07-10 Thread Chris Taylor
Your select name attribute is New_URL but you're looking for a POST attribute called id. Change your PHP script to $_POST[New_URL] and it should work. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Collins Sent: 10 July 2007 15:58 To:

Re: [WSG] Select that goes to a new URL

2007-07-10 Thread Ross Bruniges
you should use $_POST['New_URL'] - thats going to be the value of the select box. Looking at your code there is nothing called ID on there! and also - PHP is really off topic of this list, not sure of any PHP mailers but the sitepoint forums always get me out of bother! - Original Message

Re: [WSG] Select that goes to a new URL

2007-07-10 Thread Paul Collins
Thanks for your help guys, makes more sense. It still isn't working though, so I'll go find another forum to post to about PHP. Cheers Paul On 10/07/07, Ross Bruniges [EMAIL PROTECTED] wrote: you should use $_POST['New_URL'] - thats going to be the value of the select box. Looking at your

Re: [WSG] Select that goes to a new URL

2007-07-10 Thread Andrew Maben
On Jul 10, 2007, at 12:20 PM, Paul Collins wrote: form action=post action=http://localhost/includes/redirect.php;; name=selectCourse id=selectCourseForm Should be : method=post NOT action=post But I have to wonder why the need to use this method to form a purely navigational function..?

[WSG] Visual Design Of Websites

2007-07-10 Thread Marvin Hunkin
Hi. just wondering, any one able to give advice, help, tips, tricks and techniques. now, failed my two visual design subjects in my web site design course. and have to re-enroll for next semester. the main problems i had was understanding layers in css, and how to use them in a website. like, for