Re: [WSG] PHP GET session ID's prevent validation?

2004-08-09 Thread Patrick H. Lauke
If you have access to php.ini, make sure you change arg_separator.input and arg_separator.output to arg_separator.input = '&' arg_separator.output = '&' You may be able to do this in an .htaccess file php_value arg_separator.input '&' php_value arg_separator.output '&' As a last resort, you may b

Re: [WSG] PHP GET session ID's prevent validation?

2004-08-09 Thread Manuel González Noriega
El mar, 10-08-2004 a las 02:01, Joshua Street escribió: > Hi all, > > You'll note that & should be & in order to validate... > > Has anyone else had this happen to them before? Any suggestions are > welcome. Hey Joshua, try this ini_set('arg_separator.input','&'); -- Manuel trabaja para

[WSG] PHP GET session ID's prevent validation?

2004-08-09 Thread Joshua Street
Hi all, I've come across something of a problem on a website which uses Sessions (and PHP).  The server it is hosted on is setup to allow session ID's to be sent as GET variables (i.e. part of the URL string), if the user *apparently* doesn't have cookies enabled. Now, for whatever reason, th

Re: [WSG] Doctype Javascript and accessibility

2004-08-09 Thread Vincent De Baere
On Mon, 9 Aug 2004 14:27:32 -0400 "Nancy Johnson" <[EMAIL PROTECTED]> wrote: > Does anyone know if a simple doctype javascript is accessible to text > readers? First of all: what do you mean by doctype javascript? Second: what do you mean by text reader? A text-mode UA (à la lynx)? Screen reader

Re: [WSG] Doctype Javascript and accessibility

2004-08-09 Thread Patrick H. Lauke
Well, first of all...what do you mean by "doctype javascript"? Secondly, what happens when javascript is not available/enabled? Does it provide the page provide the same links even when the javascript is not executed? If not, no, it's not accessible. Unless I'm misunderstanding your intention, w

[WSG] Doctype Javascript and accessibility

2004-08-09 Thread Nancy Johnson
Dear All,   Does anyone know if a simple doctype _javascript_ is accessible to text readers?   The _javascript_ would be similar to the following:       I would link it to the webpage like the following:   


[WSG] @media tty IE 5.0 Win filter don't work

Diar Sirs, please help me to understand why this hack just don't want to work for me :( valid XHTML http://development.it.net.ua/lab/electrimus/ Valid CSS (imported advanced sheet) http://development.it.net.ua/lab/electrimus/styling/advanced.css Электрим 2000   »   Низковольтные комплектны

RE: [WSG] Are wireframes necessary when using web standards?

Thanks to all of you who responded to my question about wireframes. I have a better idea now. Nancy Johnson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Budd Sent: Monday, August 09, 2004 5:01 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] Are wirefr

Re: [WSG] Are wireframes necessary when using web standards?

Showing my ignorance: Don't wireframes show flow only? Like the map view in Dreamweaver? Or is it an actual possible design one creates often in Photoshop, though this article indicated Freehand. Hi Nancy, Think storyboard, only without the graphical elements Andy Budd http://www.message.uk.com/

Re: [WSG] RE: Image replacement techniques for linked elements

H all i do is place a set of [span] tag's around the text and make the [a] tag a block element and give it the background image... Much like i've done on http://phunky.co.uk/2005/ in the menu... Nice and simple! ** The discussion list for