[wdvltalk] RE: New Forums Open

2002-11-22 Thread Brothers, Robert TQT
Thanks Jon and Linda,

I just registered on phpbuilder as well. Looks like an active board.

Thanks for sharing you knowledge with us beginners.

Regards
Bob Brothers
Lone Oak, TX

-Original Message-
From: Linda Cole [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 21, 2002 10:48 PM
Subject: RE: New Forums Open


At 07:05 AM 11/21/2002 -0600, you wrote:
>Just joined the new forum... like the classification of sections.
>
>I use mainly IIS/ASP, but trying to become a little Unix/Apache/PHP
>literate. Where is the PHP section?


PHP has it's own forum at http://www.phpbuilder.com/board/ .  I believe 
there are plans to link to the PHP, Flashkit, JavaBoutique forums from the 
new forums.

Thanks,
Linda

[EMAIL PROTECTED]
Managing Editor
Web Developer's Virtual Library:  http://wdvl.com/
JavaBoutique: http://javaboutique.com

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] RE: New Forums Open

2002-11-21 Thread Linda Cole
At 07:05 AM 11/21/2002 -0600, you wrote:

Just joined the new forum... like the classification of sections.

I use mainly IIS/ASP, but trying to become a little Unix/Apache/PHP
literate. Where is the PHP section?



PHP has it's own forum at http://www.phpbuilder.com/board/ .  I believe 
there are plans to link to the PHP, Flashkit, JavaBoutique forums from the 
new forums.

Thanks,
Linda

[EMAIL PROTECTED]
Managing Editor
Web Developer's Virtual Library:  http://wdvl.com/
JavaBoutique: http://javaboutique.com


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: New Forums Open

2002-11-21 Thread Mark Groen
On November 21, 2002 at 13:54, sherry young wrote:

>.. I don't think I'll be able to specify a
> JS type so that won't get fixed.

Kinda jumping in this late, the validator should be quite happy with:



for an external script and:

[wdvltalk] Re: New Forums Open

2002-11-21 Thread Steven Olson

Sherry wrote:

> My eyeballs get sore looking for those unclosed tags.

A really great reason to validate your code!  See http://validator.w3.org/.
You can validate code on the server or on your machine.  I learned about
this the hard way, when a site i'd made wouldn't come up on NS:-(

I've found that, for me, validating early and often makes things go very
smoothly.

Ciao,
/steven


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-21 Thread sherry young
Tim,
Aren't you a whiz! My eyeballs get sore looking for those unclosed tags. They
sure do wreak havoc, don't they?

As you know I design for NN.4X because I figure if it works there it'll work
most anywhere. Also, I have friends and family overseas and many of them use
it so I'm aware it still has a large following. Not to mention me and my dorky
coworkers...

I'm about to branch out into CSS for font and some other tag.  In my voluminous spare time, of course.

One piece of good news: my new boss has talked to two board members and they
are interested in finding some money to hire me very, very part time next year
if at all possible. A Real Job. Imagine.

Sherry

"Furry, Tim" wrote:

> Tim, to Sherry:
> Sherry, I always test my stuff in NS4.7.  It's much less forgiving than
> IE and has the JavaScript console to boot, where you can ferret out JS
> errors.  Tables (if you use them) must be just right for NS to render
> properly; it's a good way to check your coding.
>
> Tim, to Linda:
> Found these on a quick look through the home page of
> http://forums.webdeveloper.com/:
>
> 1. It won't render in NS because the main table is never closed.  You
> need these:
> 
>   
> 
> somewhere near the end of the page.
>
> 2. At the end of the BOB/ad insertion there's a transposed .
>
> 3. FWIW, the JavaScript is indented really strangely, too.
>
> That'll help get you started, anyway.  :-)
>
> Tim
> ___
> Tim Furry
> Web Developer
> Foulston Siefkin LLP
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-21 Thread Furry, Tim
Sherry:
>
>Um, the infamous NN4.7X...
>

Linda, to Sherry:
come on back out of hiding. :)   Your NS4.7 has pointed out a
probable=20
problem with our table markup.  While we try to fix it, you can view
the=20 forum using IE. :)

Tim, to Sherry:
Sherry, I always test my stuff in NS4.7.  It's much less forgiving than
IE and has the JavaScript console to boot, where you can ferret out JS
errors.  Tables (if you use them) must be just right for NS to render
properly; it's a good way to check your coding.

Tim, to Linda:
Found these on a quick look through the home page of
http://forums.webdeveloper.com/:

1. It won't render in NS because the main table is never closed.  You
need these:

  

somewhere near the end of the page.

2. At the end of the BOB/ad insertion there's a transposed .

3. FWIW, the JavaScript is indented really strangely, too.

That'll help get you started, anyway.  :-)

Tim
___ 
Tim Furry
Web Developer 
Foulston Siefkin LLP 




 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] RE: New Forums Open

2002-11-21 Thread Jon Haworth
Hi Bob,

> I use mainly IIS/ASP, but trying to become a little 
> Unix/Apache/PHP literate. Where is the PHP section? 

I think it's on phpbuilder.com (another part of the internet.com collective)

If you've got any PHP questions feel free to post them on this list, I'll
have a go at answering them and there are a few other users on here as well
:-)

Cheers
Jon

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] RE: New Forums Open

2002-11-21 Thread Brothers, Robert TQT
Just joined the new forum... like the classification of sections.

I use mainly IIS/ASP, but trying to become a little Unix/Apache/PHP
literate. Where is the PHP section? 

Thanks
Bob Brothers
Lone Oak, TX

-Original Message-
From: Linda Cole [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 11:56 AM
Subject: New Forums Open


Hi Gang,

The new web developer forums that I promised for last Thursday are finally 
open. ;)  http://forums.webdeveloper.com/

Thanks,
Linda

[EMAIL PROTECTED]
Managing Editor
Web Developer's Virtual Library:  http://wdvl.com/
JavaBoutique: http://javaboutique.com

 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-20 Thread sherry young
That sounds like a goodly selection. Thanks. I get confused when presented with
tons of options.
Sherry

Linda Cole wrote:

> Sherry,
>
> >Do you recommend any of the new fora for a baby web developer such as myself?
>
> We're all beginners in some area of web dev.  I hate to even think about
> the areas I'm totally green in.  :|
>
> I'd recommend starting in HTML , CSS and General Discussions.  From there
> you can move on to the other forums as you find you have need.
>
> Linda
>
> [EMAIL PROTECTED]
> Managing Editor
> Web Developer's Virtual Library:  http://wdvl.com/
> JavaBoutique: http://javaboutique.com
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-20 Thread Linda Cole
Sherry,



Do you recommend any of the new fora for a baby web developer such as myself?



We're all beginners in some area of web dev.  I hate to even think about 
the areas I'm totally green in.  :|

I'd recommend starting in HTML , CSS and General Discussions.  From there 
you can move on to the other forums as you find you have need.

Linda



[EMAIL PROTECTED]
Managing Editor
Web Developer's Virtual Library:  http://wdvl.com/
JavaBoutique: http://javaboutique.com


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: New Forums Open

2002-11-20 Thread sherry young
Linda,
Thank you for your response. I really like it a lot that there's a moderator here,
one who actually answers questions. Most of the lists I'm on are kind of like the
old wild west.

Do you recommend any of the new fora for a baby web developer such as myself?
Sherry

Linda Cole wrote:

> Sherry,
>
> come on back out of hiding. :)   Your NS4.7 has pointed out a probable
> problem with our table markup.  While we try to fix it, you can view the
> forum using IE. :)
>
> Thanks,
> Linda
>
> At 04:25 PM 11/20/2002 -0500, you wrote:
> >
> >Um, the infamous NN4.7X...
> >
> >
> >Linda Cole wrote:
> >
> > > Hi Sherry,
> > >
> > > What browser/os are you using?
> > >
> > > Thanks,
> > > Linda
> > >
> > > At 02:59 PM 11/20/2002 -0500, you wrote:
> > > >For some reason the link comes up as a blank white page for me. I read
> > some of
> > > >the text in the source and it looks interesting. I probably need to be
> > on a
> > > >Baby Web Developer's list, really.
> > > >Sherry
> > > >
> > > >Linda Cole wrote:
> > > >
> > > > > Hi Gang,
> > > > >
> > > > > The new web developer forums that I promised for last Thursday are
> > finally
> > > > > open. ;)  http://forums.webdeveloper.com/
> > > > >
> > > > > Thanks,
> > > > > Linda
> > > > >
> > > > > [EMAIL PROTECTED]
> > > > > Managing Editor
> > > > > Web Developer's Virtual Library:  http://wdvl.com/
> > > > > JavaBoutique: http://javaboutique.com
> > > > >
> > > > >  • The WDVL Discussion List from WDVL.COM • 
> > > > > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> > > > >Send Your Posts To: [EMAIL PROTECTED]
> > > > > To change subscription settings to the wdvltalk digest version:
> > > > > http://wdvl.internet.com/WDVL/Forum/#sub
> > > > >
> > > > >   http://www.wdvl.com  ___
> > > > >
> > > > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> > > > > To unsubscribe send a blank email to %%email.unsub%%
> > > >
> > > >
> > > > • The WDVL Discussion List from WDVL.COM • 
> > > >To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> > > >Send Your Posts To: [EMAIL PROTECTED]
> > > >To change subscription settings to the wdvltalk digest version:
> > > > http://wdvl.internet.com/WDVL/Forum/#sub
> > > >
> > > >  http://www.wdvl.com  ___
> > > >
> > > >You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> > > >To unsubscribe send a blank email to %%email.unsub%%
> > >
> > > [EMAIL PROTECTED]
> > > Managing Editor
> > > Web Developer's Virtual Library:  http://wdvl.com/
> > > JavaBoutique: http://javaboutique.com
> > >
> > >  • The WDVL Discussion List from WDVL.COM • 
> > > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> > >Send Your Posts To: [EMAIL PROTECTED]
> > > To change subscription settings to the wdvltalk digest version:
> > > http://wdvl.internet.com/WDVL/Forum/#sub
> > >
> > >   http://www.wdvl.com  ___
> > >
> > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> > > To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> > • The WDVL Discussion List from WDVL.COM • 
> >To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> >Send Your Posts To: [EMAIL PROTECTED]
> >To change subscription settings to the wdvltalk digest version:
> > http://wdvl.internet.com/WDVL/Forum/#sub
> >
> >  http://www.wdvl.com  ___
> >
> >You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> >To unsubscribe send a blank email to %%email.unsub%%
>
> [EMAIL PROTECTED]
> Managing Editor
> Web Developer's Virtual Library:  http://wdvl.com/
> JavaBoutique: http://javaboutique.com
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-20 Thread sherry young
Why, thank you, Tom. That's very gracious.

I actually do have IE installed but never think to use it. I have Opera, also
and am more apt to think of that as an alternate first.

S.

Cyberspace Publishing wrote:

> One of the most useful reasons for keeping NS4.7 around. :)
>
> Tom
>
> At 03:33 PM 11/20/2002 -0600, you wrote:
> >Sherry,
> >
> >come on back out of hiding. :)   Your NS4.7 has pointed out a probable
> >problem with our table markup.  While we try to fix it, you can view the
> >forum using IE. :)
> >
> >Thanks,
> >Linda
> >
> >At 04:25 PM 11/20/2002 -0500, you wrote:
> >>
> >>Um, the infamous NN4.7X...
> >>
> >>
> >>Linda Cole wrote:
> >>
> >> > Hi Sherry,
> >> >
> >> > What browser/os are you using?
> >> >
> >> > Thanks,
> >> > Linda
> >> >
> >> > At 02:59 PM 11/20/2002 -0500, you wrote:
> >> > >For some reason the link comes up as a blank white page for me. I
> >> read some of
> >> > >the text in the source and it looks interesting. I probably need to
> >> be on a
> >> > >Baby Web Developer's list, really.
> >> > >Sherry
> >> > >
> >> > >Linda Cole wrote:
> >> > >
> >> > > > Hi Gang,
> >> > > >
> >> > > > The new web developer forums that I promised for last Thursday are
> >> finally
> >> > > > open. ;)  http://forums.webdeveloper.com/
> >> > > >
> >> > > > Thanks,
> >> > > > Linda
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-20 Thread Cyberspace Publishing
One of the most useful reasons for keeping NS4.7 around. :)

Tom

At 03:33 PM 11/20/2002 -0600, you wrote:

Sherry,

come on back out of hiding. :)   Your NS4.7 has pointed out a probable 
problem with our table markup.  While we try to fix it, you can view the 
forum using IE. :)

Thanks,
Linda

At 04:25 PM 11/20/2002 -0500, you wrote:

Um, the infamous NN4.7X...


Linda Cole wrote:

> Hi Sherry,
>
> What browser/os are you using?
>
> Thanks,
> Linda
>
> At 02:59 PM 11/20/2002 -0500, you wrote:
> >For some reason the link comes up as a blank white page for me. I 
read some of
> >the text in the source and it looks interesting. I probably need to 
be on a
> >Baby Web Developer's list, really.
> >Sherry
> >
> >Linda Cole wrote:
> >
> > > Hi Gang,
> > >
> > > The new web developer forums that I promised for last Thursday are 
finally
> > > open. ;)  http://forums.webdeveloper.com/
> > >
> > > Thanks,
> > > Linda


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]


[wdvltalk] Re: New Forums Open

2002-11-20 Thread Linda Cole
Sherry,

come on back out of hiding. :)   Your NS4.7 has pointed out a probable 
problem with our table markup.  While we try to fix it, you can view the 
forum using IE. :)

Thanks,
Linda

At 04:25 PM 11/20/2002 -0500, you wrote:

Um, the infamous NN4.7X...


Linda Cole wrote:

> Hi Sherry,
>
> What browser/os are you using?
>
> Thanks,
> Linda
>
> At 02:59 PM 11/20/2002 -0500, you wrote:
> >For some reason the link comes up as a blank white page for me. I read 
some of
> >the text in the source and it looks interesting. I probably need to be 
on a
> >Baby Web Developer's list, really.
> >Sherry
> >
> >Linda Cole wrote:
> >
> > > Hi Gang,
> > >
> > > The new web developer forums that I promised for last Thursday are 
finally
> > > open. ;)  http://forums.webdeveloper.com/
> > >
> > > Thanks,
> > > Linda
> > >
> > > [EMAIL PROTECTED]
> > > Managing Editor
> > > Web Developer's Virtual Library:  http://wdvl.com/
> > > JavaBoutique: http://javaboutique.com
> > >
> > >  • The WDVL Discussion List from WDVL.COM • 
> > > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> > >Send Your Posts To: [EMAIL PROTECTED]
> > > To change subscription settings to the wdvltalk digest version:
> > > http://wdvl.internet.com/WDVL/Forum/#sub
> > >
> > >   http://www.wdvl.com  ___
> > >
> > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> > > To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> > • The WDVL Discussion List from WDVL.COM • 
> >To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> >Send Your Posts To: [EMAIL PROTECTED]
> >To change subscription settings to the wdvltalk digest version:
> > http://wdvl.internet.com/WDVL/Forum/#sub
> >
> >  http://www.wdvl.com  ___
> >
> >You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> >To unsubscribe send a blank email to %%email.unsub%%
>
> [EMAIL PROTECTED]
> Managing Editor
> Web Developer's Virtual Library:  http://wdvl.com/
> JavaBoutique: http://javaboutique.com
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%


[EMAIL PROTECTED]
Managing Editor
Web Developer's Virtual Library:  http://wdvl.com/
JavaBoutique: http://javaboutique.com


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-20 Thread sherry young

Um, the infamous NN4.7X...


Linda Cole wrote:

> Hi Sherry,
>
> What browser/os are you using?
>
> Thanks,
> Linda
>
> At 02:59 PM 11/20/2002 -0500, you wrote:
> >For some reason the link comes up as a blank white page for me. I read some of
> >the text in the source and it looks interesting. I probably need to be on a
> >Baby Web Developer's list, really.
> >Sherry
> >
> >Linda Cole wrote:
> >
> > > Hi Gang,
> > >
> > > The new web developer forums that I promised for last Thursday are finally
> > > open. ;)  http://forums.webdeveloper.com/
> > >
> > > Thanks,
> > > Linda
> > >
> > > [EMAIL PROTECTED]
> > > Managing Editor
> > > Web Developer's Virtual Library:  http://wdvl.com/
> > > JavaBoutique: http://javaboutique.com
> > >
> > >  • The WDVL Discussion List from WDVL.COM • 
> > > To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> > >Send Your Posts To: [EMAIL PROTECTED]
> > > To change subscription settings to the wdvltalk digest version:
> > > http://wdvl.internet.com/WDVL/Forum/#sub
> > >
> > >   http://www.wdvl.com  ___
> > >
> > > You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> > > To unsubscribe send a blank email to %%email.unsub%%
> >
> >
> > • The WDVL Discussion List from WDVL.COM • 
> >To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
> >Send Your Posts To: [EMAIL PROTECTED]
> >To change subscription settings to the wdvltalk digest version:
> > http://wdvl.internet.com/WDVL/Forum/#sub
> >
> >  http://www.wdvl.com  ___
> >
> >You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> >To unsubscribe send a blank email to %%email.unsub%%
>
> [EMAIL PROTECTED]
> Managing Editor
> Web Developer's Virtual Library:  http://wdvl.com/
> JavaBoutique: http://javaboutique.com
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-20 Thread Linda Cole
Hi Sherry,

What browser/os are you using?

Thanks,
Linda


At 02:59 PM 11/20/2002 -0500, you wrote:

For some reason the link comes up as a blank white page for me. I read some of
the text in the source and it looks interesting. I probably need to be on a
Baby Web Developer's list, really.
Sherry

Linda Cole wrote:

> Hi Gang,
>
> The new web developer forums that I promised for last Thursday are finally
> open. ;)  http://forums.webdeveloper.com/
>
> Thanks,
> Linda
>
> [EMAIL PROTECTED]
> Managing Editor
> Web Developer's Virtual Library:  http://wdvl.com/
> JavaBoutique: http://javaboutique.com
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%



[EMAIL PROTECTED]
Managing Editor
Web Developer's Virtual Library:  http://wdvl.com/
JavaBoutique: http://javaboutique.com


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
  Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
   http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[wdvltalk] Re: New Forums Open

2002-11-20 Thread sherry young
For some reason the link comes up as a blank white page for me. I read some of
the text in the source and it looks interesting. I probably need to be on a
Baby Web Developer's list, really.
Sherry

Linda Cole wrote:

> Hi Gang,
>
> The new web developer forums that I promised for last Thursday are finally
> open. ;)  http://forums.webdeveloper.com/
>
> Thanks,
> Linda
>
> [EMAIL PROTECTED]
> Managing Editor
> Web Developer's Virtual Library:  http://wdvl.com/
> JavaBoutique: http://javaboutique.com
>
>  • The WDVL Discussion List from WDVL.COM • 
> To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
>Send Your Posts To: [EMAIL PROTECTED]
> To change subscription settings to the wdvltalk digest version:
> http://wdvl.internet.com/WDVL/Forum/#sub
>
>   http://www.wdvl.com  ___
>
> You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to %%email.unsub%%


 • The WDVL Discussion List from WDVL.COM • 
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
   Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub

  http://www.wdvl.com  ___

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]