Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
html help site improvements
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Adam  
View profile  
 More options Feb 2 2002, 1:25 pm
Newsgroups: alt.html, alt.html.critique, alt.html.writers, alt.html.writers.guild.list, comp.infosystems.www.authoring.html
From: "Adam" <adambrum...@hotmail.com>
Date: Sat, 02 Feb 2002 18:06:21 GMT
Local: Sat, Feb 2 2002 1:06 pm
Subject: html help site improvements
http://www.centennialmedia.com/tutorials/html.html

Some people were telling me that I had my wording wrong. I said for example
"An html page is made up of tags" I have since changed the wording to talk
about elements and stuff. Can you guys take a look at the wording and see if
I'm more on track with the html 4.0 specifation now? Thanks to you guys I've
changed alot of things with the site thus far and it keeps getting better.
Let me know if you have any other suggestions thanks,
Adam


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Adam  
View profile  
 More options Feb 2 2002, 1:38 pm
Newsgroups: alt.html, alt.html.critique, alt.html.writers, alt.html.writers.guild.list, comp.infosystems.www.authoring.html
From: "Adam" <adambrum...@hotmail.com>
Date: Sat, 02 Feb 2002 18:18:40 GMT
Local: Sat, Feb 2 2002 1:18 pm
Subject: Re: html help site improvements
I also wanted to let you guys know that I've since added the links section
and I'm almost done with the images section. Let me know what you think and
as always give me some suggestions cause unless it's perfect it can always
be improved on:)
Thanks,
Adam

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff Ball  
View profile  
 More options Feb 2 2002, 6:10 pm
Newsgroups: alt.html, alt.html.critique, alt.html.writers, alt.html.writers.guild.list, comp.infosystems.www.authoring.html
From: "Geoff Ball" <ge...@geoffball.net>
Date: Sat, 02 Feb 2002 23:10:14 GMT
Local: Sat, Feb 2 2002 6:10 pm
Subject: Re: html help site improvements
"Adam" <adambrum...@hotmail.com> wrote in message

news:xUV68.6758$Kx3.2749008@typhoon.jacksonville.mediaone.net...

> http://www.centennialmedia.com/tutorials/html.html

> Some people were telling me that I had my wording wrong. I said for
example
> "An html page is made up of tags" I have since changed the wording to
talk
> about elements and stuff. Can you guys take a look at the wording and
see if
> I'm more on track with the html 4.0 specifation now? Thanks to you
guys I've
> changed alot of things with the site thus far and it keeps getting
better.
> Let me know if you have any other suggestions thanks,
> Adam

An element include the element name and it's attributes (if any) in the
opening tag, content (if any), followed by a closing tag. containing
only the element name.  Tags, however, are just the words between < and

>.  Therefore, you are much better of describing elements than tags.

You still haven't fixed the mailto: error.

Regards,
Geoff


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Geoff Ball  
View profile  
 More options Feb 2 2002, 6:17 pm
Newsgroups: alt.html, alt.html.critique, alt.html.writers, alt.html.writers.guild.list, comp.infosystems.www.authoring.html
From: "Geoff Ball" <ge...@geoffball.net>
Date: Sat, 02 Feb 2002 23:17:11 GMT
Local: Sat, Feb 2 2002 6:17 pm
Subject: Re: html help site improvements
"Adam" <adambrum...@hotmail.com> wrote in message

news:44W68.6761$Kx3.2757746@typhoon.jacksonville.mediaone.net...

> I also wanted to let you guys know that I've since added the links
section
> and I'm almost done with the images section. Let me know what you
think and
> as always give me some suggestions cause unless it's perfect it can
always
> be improved on:)
> Thanks,
> Adam

You should regex your email cgi form so that a user can't submit an
empty form.  This will probably need a bit of work, but something you
could quickly throw in there is:

if ($email =~
/^([a-zA-Z0-9_-])+((\.?)([a-zA-Z0-9_-])+)*@([a-zA-Z0-9_-])+(\.[a-zA-Z0-9
_-])+/ && $name != "") {
    #submit...

}

Regards,
Geoff

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »