[wdvltalk] Re: Drop down menus

2004-01-13 Thread Furry, Tim
Cheryl wrote: Is this the one Matthew was referring to http://meyerweb.com/eric/css/edge/popups/demo.html They work on IE 6. Tim: And they're completely broken in NN4.7 - doesn't even serve up readable text (black on black). sigh I wish my company would give up supporting that browser, or at

[wdvltalk] Re: [OT] Develop for IE!!

2004-01-13 Thread Furry, Tim
Matt wrote: If it works in Mozilla and validates, then I know it is standards compliant, and it will work in future browsers. Ross replied: Validation is the key (as also pointed out by Amanda) Tim wonders: I'm not convinced anything standards compliant will work in future browsers. A heck of

[wdvltalk] Re: Recordset Paging with Date parameters

2004-01-13 Thread Stephen Caudill
--- rudy wrote: --- : actually both your query and your sample page show them in : ascending order Sorry, typo. Ascending is what it is and what I was after. What I'm curious about here is what the best method of letting the user specify a starting date to browse

[wdvltalk] Re: non-breaking hyphenated words

2004-01-13 Thread Brewnetty \(AuntySpam\)
No, not for a single word, but for the whole line it does. AuntySpam, SLP Coordinator, pspug.org http://www.pspug.org/edu/edu.shtml http://www.pspug.org/edu/slp/assign.shtml http://www.pspug.org/edu/slp/slpparticipants.htm Original Message From: rudy To: [EMAIL PROTECTED] Sent:

[wdvltalk] Non standard language, was: non-breaking

2004-01-13 Thread Bj
- Original Message - From: rudy SPAN might, though;o) Definitely not! span nowrap has no effect at all (in IE6) - at least div nowrap stops line wrapping, but span doesn't even do that. But div is no good for putting round a single word, because being a block element it goes on a

[wdvltalk] PHP Question

2004-01-13 Thread Anitha Paruchuri
Hi, I am trying to check the length of the password entered by the user using strlen($password). It works fine when say I enter a password as 'abc123' but if I entered '123abc' it somehow doesn't work fine. Am I missing something here? Should the $password or the variable for the function strlen()

[wdvltalk] Re: [OT] Develop for IE!!

2004-01-13 Thread Stephen Caudill
--- Furry, Tim wrote: --- snip / : Just like the : nobr tag discussed awhile back - it should have been in the : standard but it's not, and there's no other good solution for it : using standards that I'm aware of (but I don't know everything). The nowrap

[wdvltalk] Re: CSS Drop-Down - My solution

2004-01-13 Thread Scott Glasgow
Just a quick note--successful has two cs. Cheers, Scott - Original Message - From: Matthew Macdonald-Wallace [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 6:55 AM Subject: [wdvltalk] CSS Drop-Down - My solution All, Following on from the discussion we

[wdvltalk] [SCR] http://www.interactwiththe.net/ict/

2004-01-13 Thread Matthew Macdonald-Wallace
All, Please take a look at http://www.interactwiththe.net/ict/ and let me know what you think. There seems to be a weird thing in IE on the work computer where Government Bids doesn't show up properly. Can someone confirm this for me? TIA, Matt -- +--+ |Matthew

[wdvltalk] Re: non-breaking hyphenated words

2004-01-13 Thread Brewnetty \(AuntySpam\)
Apparently I misunderstood what the original poster wanted to do. Now I'm eager to find out what does work for a single word. AuntySpam, SLP Coordinator, pspug.org http://www.pspug.org/edu/edu.shtml http://www.pspug.org/edu/slp/assign.shtml http://www.pspug.org/edu/slp/slpparticipants.htm

[wdvltalk] Re: PHP Question

2004-01-13 Thread Sheila Fenelon
Anitha Paruchuri wrote: Hi, I am trying to check the length of the password entered by the user using strlen($password). It works fine when say I enter a password as 'abc123' but if I entered '123abc' it somehow doesn't work fine. Am I missing something here? Should the $password or the variable

[wdvltalk] RE: [SCR] http://www.interactwiththe.net/ict/

2004-01-13 Thread Erik Carlson
This shows up in IE, but not Mozilla: Brilliant at keeping an audience alive John Peel - Board Member South East England Development Agency They take a problem and make the solution happen Manny Gatt - Chief Executive Business Link Nottingham Erik -Original Message- From: Matthew

[wdvltalk] Re: PHP Question

2004-01-13 Thread Bj
- Original Message - From: Anitha Paruchuri I am trying to check the length of the password entered by the user using strlen($password). It works fine when say I enter a password as 'abc123' but if I entered '123abc' it somehow doesn't work fine. Am I missing something here? Either

[wdvltalk] Re: [OT] Develop for IE!!

2004-01-13 Thread Bj
- Original Message - From: Stephen Caudill The nowrap attribute and nobr have been replaced in xhtml by the CSS property whitespace. In the non-breaking hyphenated word example it would work like: p Some paragraph text that is supposed to wrap and a word like span

[wdvltalk] Re: [SCR] http://www.interactwiththe.net/ict/

2004-01-13 Thread Bj
- Original Message - From: Matthew Macdonald-Wallace Please take a look at http://www.interactwiththe.net/ict/ and let me know what you think. I'm using IE6 SP1 on Win98 and I only see a menu with Home, About Us, Services and Clients. And although the source says there is a sub menu

[wdvltalk] Re: [OT] Develop for IE!!

2004-01-13 Thread Cheryl D. Wise
I feel your pain. I've given up supporting NN 4.x as long as the site degrades gracefully enough that it can still be used even if it means 2 stylesheets. One for NN 4.x limited to CSS 1 format info and another for everyone else. I've even used that method to hide things from NN that would cause

[wdvltalk] Re: [OT] Develop for IE!!

2004-01-13 Thread Stephen Caudill
--- Bj wrote: --- : Have you tried it, Stephen? It didn't work in IE6 for me Nope. I defer to your experience. - Stephen Caudill http://www.mechavox.com/ • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]

[wdvltalk] RE: [SCR] http://www.interactwiththe.net/ict/

2004-01-13 Thread Stephen Caudill
--- Matthew Macdonald-Wallace wrote: --- : All, : : Please take a look at http://www.interactwiththe.net/ict/ and let : me know what you think. : : There seems to be a weird thing in IE on the work computer where : Government Bids doesn't show up properly. : : Can

[wdvltalk] Re: PHP Question

2004-01-13 Thread Anitha Paruchuri
The code where it does this is here-- if (strlen($cpassword)5 || strlen($cpassword 16)) { echo Your password must be between 5 and 16 characters. Please go back and try again.; exit; // check password length is ok } I tried printing the values of

[wdvltalk] Re: PHP Question

2004-01-13 Thread john . f . hughes
Complete newbie guess Should if (strlen($cpassword)5 || strlen($cpassword 16)) not be if (strlen($cpassword)5 || strlen($cpassword)16) ?

[wdvltalk] Re: PHP Question

2004-01-13 Thread Sheila Fenelon
Anitha Paruchuri wrote: The code where it does this is here-- if (strlen($cpassword)5 || strlen($cpassword 16)) A misplaced ) You probably want this: if (strlen($cpassword)5 || strlen($cpassword) 16) Sheila • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An

[wdvltalk] Re: PHP Question

2004-01-13 Thread Anitha Paruchuri
Thanks so much...Huh sometimes you feel like such a stupid to do these small errors. But Thanks everyone it is definately the ')' but what suprises me is that all the while it did not give any problem until i tried entering a password starting with numbers. I think I must have entered atleast

[wdvltalk] Re: PHP Question

2004-01-13 Thread Bj
- Original Message - From: Anitha Paruchuri what suprises me is that all the while it did not give any problem until i tried entering a password starting with numbers. Well, look at it this way. By comparing $password with a number you are forcing it to evaluate to a numeric value.