[wdvltalk] Re: Controlling Scroll Bars - again

2004-05-19 Thread jac
lol yep - I think so. Should have done it days ago! Jac Wonderful decision on the scrollbars issue. Glad you took control of the situation. Jan jac wrote: Thanks Jan, I think I got it sorted for the moment :o) They'll just have to suffer on with the scrollbars - i'm

[wdvltalk] Re: asp.net fast tutorial needed

2004-05-19 Thread cronan gogarty
much appreciated Cheryl. aspforblondes - I love the name too!! cronan __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/ • The WDVL Discussion List from WDVL.COM • To Join

[wdvltalk] regular expressions in vb

2004-05-19 Thread cronan gogarty
uh oh! OK what we have here is a dll that validates an email address entered into a webpage. Whoever wrote it decided it would be wise to use a regular expression like so, ^[_a-z0-9-]+(\.[_a-z0-9-]+)[EMAIL PROTECTED](\.[a-z0-9-]+).*$ now I have been requested to allow users to have an

[wdvltalk] Re: Controlling Scroll Bars - again

2004-05-19 Thread jac
Bj many thanks for the offer. If/when I run into this problem again I'll definitely be in touch. all my best jac They'll just have to suffer on with the scrollbars - i'm not wasting any more time on the issue :o) Do you have php on that server? If so, instead of putting the

[wdvltalk] SMTP on Windows 2000, round 2

2004-05-19 Thread Ross Clutterbuck
Tis I again with ongoing problems... I had managed to get everything working on the server and rejoiced in sending and receiving e-mail. Then last night some lil spam bugger relayed a few thousand mails through the server. Suffice it to say I'm not best pleased about this, especially now that

[wdvltalk] RE: SMTP on Windows 2000, round 2

2004-05-19 Thread Trusz, Andrew
-Original Message- From: Ross Clutterbuck Subject: [wdvltalk] SMTP on Windows 2000, round 2 Tis I again with ongoing problems... especially now that refining the security settings on the server to keep unauthorised access out has now stopped me from receiving mail. Every time I send

[wdvltalk] RE: SMTP on Windows 2000, round 2

2004-05-19 Thread Trusz, Andrew
-Original Message- From: Ross Clutterbuck Subject: [wdvltalk] RE: SMTP on Windows 2000, round 2 Hi drew What relay restrictions did you put in place? The current relay restrictions are messed up but are as follows: -- Only computers in the list can access (but the list is empty) --

[wdvltalk] RE: regular expressions in vb

2004-05-19 Thread Stephen Caudill
--- cronan gogarty wrote: --- : uh oh! : : OK what we have here is a dll that validates an email : address entered into a webpage. : Whoever wrote it decided it would be wise to use a : regular expression like so, : : ^[_a-z0-9-]+(\.[_a-z0-9-]+)[EMAIL

[wdvltalk] Re: asp.net fast tutorial needed

2004-05-19 Thread Cheryl D. Wise
Unfortunately. it returns or 404. That was a site I wanted to bookmark. Cheryl D. Wise Certified Professional Web Developer MS-MVP-FrontPage www.wiserways.com mailto: [EMAIL PROTECTED] 713.353.0139 Office -Original Message- From: cronan gogarty much appreciated Cheryl. aspforblondes

[wdvltalk] slip between cup of cookie and lip of cart_id

2004-05-19 Thread Smile-Poet
Just returned to puzzling away at this failing script. The cookie is set in the cookies folder, but no entry in the table appears to create a cart id. This is the start of the class file (any advice on how to proceed): class ShoppingCart { //Get the cart id //If one is not available, make

[wdvltalk] RE: regular expressions in vb

2004-05-19 Thread cronan gogarty
yep, I got one from regexplib.com also. Don't know how it works but it does!! Thanks for your help. Just as a matter of interest what are the restrictions (if any) on the characters that can be used in an email address prior to the '@' symbol? I suspect I will be looking at this RegExp again!!

[wdvltalk] Re: asp.net fast tutorial needed

2004-05-19 Thread cronan gogarty
yeah it's a shame is'nt it!! __ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/ • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL

[wdvltalk] Re: asp.net fast tutorial needed

2004-05-19 Thread Jan Major
Cheryl I just tried to access www.aspforblondes.com, and instead of a 404, I'm receiving timed out.. messages. Maybe the server's down. I'll keep trying, I'm curious about what her site has to offer in ASP. Jan Cheryl D. Wise wrote: Unfortunately. it returns or 404. That was a site I

[wdvltalk] RE: regular expressions in vb

2004-05-19 Thread Stephen Caudill
--- cronan gogarty wrote: --- : yep, : : I got one from regexplib.com also. : Don't know how it works but it does!! : : Thanks for your help. : : Just as a matter of interest what are the restrictions : (if any) on the characters that can be used in an : email address

[wdvltalk] Re: asp.net fast tutorial needed

2004-05-19 Thread Cheryl D. Wise
I think so, a domain name like that really needs to be in use. Cheryl D. Wise Certified Professional Web Developer MS-MVP-FrontPage www.wiserways.com mailto: [EMAIL PROTECTED] 713.353.0139 Office -Original Message- From: cronan gogarty yeah it's a shame is'nt it!! • The WDVL

[wdvltalk] RE: regular expressions in vb

2004-05-19 Thread Cheryl D. Wise
You aren't the only one. Cheryl D. Wise Certified Professional Web Developer MS-MVP-FrontPage www.wiserways.com mailto: [EMAIL PROTECTED] 713.353.0139 Office -Original Message- From: Stephen Caudill LOL! How 'bout a long, cryptic whitepaper rfc[1] for an answer? Good luck with that