[WSG] auto generated PHP sessions identifier causes valodation errors

2004-07-03 Thread Andrey V. Stefanenko
Dear Sirs, please any help with http://validator.w3.org/check?uri=http%3A//www.idealcouple.com/test/ I am not able to confignure auto generated PHP output dta href=./profile/?pid=1025PHPSESSID=6a2db2de31fb7e15728cc68dd01899c4 and not able to avoid ampersands in URL Should I and how i can

Re: [WSG] auto generated PHP sessions identifier causes valodation errors

2004-07-03 Thread Jeremy Keith
Andrey V.Stefanenko wrote: I am not able to confignure auto generated PHP output dta href=./profile/?pid=1025PHPSESSID=6a2db2de31fb7e15728cc68dd01899c4 and not able to avoid ampersands in URL Should I and how i can setup my PHP? I'd like to know if there's a solution to this as well. It's the

Re: [WSG] auto generated PHP sessions identifier causes valodation errors

2004-07-03 Thread Anders Nawroth
Andrey V. Stefanenko wrote: I am not able to confignure auto generated PHP output dta href=./profile/?pid=1025PHPSESSID=6a2db2de31fb7e15728cc68dd01899c4 and not able to avoid ampersands in URL Should I and how i can setup my PHP? In your .htaccess file: php_value arg_separator.output amp; or

Re: [WSG] auto generated PHP sessions identifier causes valodation errors

2004-07-03 Thread Toni Viemero
Andrey V. Stefanenko wrote: I am not able to confignure auto generated PHP output dta href=./profile/?pid=1025PHPSESSID=6a2db2de31fb7e15728cc68dd01899c4 and not able to avoid ampersands in URL Should I and how i can setup my PHP? You need to set arg_separator.output to amp; instead of That

Re: [WSG] auto generated PHP sessions identifier causes valodation errors

2004-07-03 Thread Mordechai Peller
Anders Nawroth wrote: You could also avoid using session id's in links, using only cookies. php_value session.use_trans_sid 0 php_value session.use_only_cookies 1 This also takes care of the security issue (not a 100% fix, but it helps) of having the ID in the address window and in the links.

[WSG] a few question on accessibillity

2004-07-03 Thread Kim Kruse
Hi, I'm trying to make this site as accessible as I can with the limited knowledge I have on this issue. So I tried the validatores... but to be honest I'm quite unsure how to read and use the results. If I run this page through the validator

RE: [WSG] a few question on accessibillity

2004-07-03 Thread Seona Bellamy
Hi Kim, I'm not so sure about the second issue, but the first one is talking about having the same piece of text pointing to different URLs in different places on the page. I can't seem to figure out where that is happening on your page, but I think that's partly because I can't read the

RE: [WSG] Looking for help and critiques on a new site

2004-07-03 Thread Seona Bellamy
Well, I've been away from email for a few days, and I've carefully combed through the ton of posts I came back to, but it looks like the response to my queries has been truly underwhelming. I do offer my sincere thanks to the two people who responded to my JavaScript problem, but I must confess to

Re: [WSG] Styling Text...

2004-07-03 Thread Kristof Neirynck
Chris Stratford wrote: Since BUI etc... are all outlawed and now depreciated... How do you style your inner P text? [snip] Actualy, they haven't changed since html 4. Read all about it here: http://www.w3.org/TR/html401/index/elements.html A small summary of the important inline elements: Semantic

RE: [WSG] a few question on accessibillity

2004-07-03 Thread Lee Roberts
Kim, (1) Your first question deals with the fact that you have the following codes in use.lia href="produkter.htm" title="Gruppe: produkt oversigt"Produkter/a/lia href="produkter/produkter.htm" title="Til produkter"Produkter/a

Re: [WSG] PDA Viewer

2004-07-03 Thread Kyle Barrow
For mobiles, emulators help reduce our development cost with reduced packet costs but we still need to test on as many real mobiles we can get you hands on. Are you targeting a specific PDA OS? Kyle On 2004 Jul 02, , at 19:07, Charles Roper wrote: Or perhaps a simulator isn't the best solution?

RE: [WSG] fieldset is REQUIRED

2004-07-03 Thread Geoff Deering
-Original Message- From: Barry Beattie kewl. thanx for the clarification cheers barry.b FYI http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.10 Using FIELDSET and LEGEND is also the correct way to group mandatory input labels and fields together on forms for

Re: [WSG] Looking for help and critiques on a new site

2004-07-03 Thread russ - maxdesign
Seona, Messages get missed. People are busy and help when they can. Don't read anything into it :) 1. your first problem is due to this: a name=topnbsp;/a Take out the non-breaking space and your columns will sit against the top of the viewport. It affected the left and middle column because

RE: [WSG] Styling Text...

2004-07-03 Thread Geoff Deering
-Original Message- From: Rick Faaberg On 7/2/04 7:31 PM Chris Stratford [EMAIL PROTECTED] sent this out: I am just writing because I have been wondering if there is a better way of styling text. Since BUI etc... are all outlawed and now depreciated... How do you style your

Re: [WSG] PDA Viewer

2004-07-03 Thread James Ellis
Hi Gecko based browsers have an extension called Small Screen Rendering. Again, like the Opera SS rendering option it just passes the page through a special stylesheet to emulate the screen res. It doesn't emulate the various quirks of various handheld User Agents.

RE: [WSG] Looking for help and critiques on a new site

2004-07-03 Thread Michael Kear
Seona, I feel your pain. There have been times I've asked serious questions to a list and had either flippant replies or no replies at all. I've wanted to say LOOK YOU BUNCH OF B*S*A*DS, I REALLY NEED TO KNOW THIS. YOU ANSWER EVERYONE ELSES QUESTIONS WHATS SO DIFFERENT ABOUT MINE? In many

Re: [WSG] Styling Text...

2004-07-03 Thread Mordechai Peller
Geoff Deering wrote: It depends which DTD you are referencing as to whether they are deprecated or not, but U is definitely deprecated in everything from HTML4 onwards. And B and I are deprecated for future compatibility because they belong in "Font Style Elements", which are all

[WSG] Tags for file names

2004-07-03 Thread Peter A. Shevtsov
Hello, List! I'm writing the computer document (some kind of spec), where file names are mentioned from time to time. So my question is what tag should I use for file names? Now I use something like that: codereadme.txt/code, but I think tha's not semanticaly correct... What's your oppinion?