Skip to main content

Home/ Web Programming/ Group items matching "validate" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
2More

Updated Required Email - 0 views

  •  
    Here is a form page that requires a valid email and name for submission. There are three input fields: name, age and email. However, the name and email fields are required while the age field is optional.
  •  
    Close! Just need it to reject blank names.
2More

Email Form - 0 views

  •  
    I finally got this going once I found the right site with a validator form. I tried multiple places, and after getting stuck and having to tweak a bunch of things, I finally settled on this basic form. http://www.netmechanic.com/news/vol6/javascript_no4.htm
  •  
    Almost, but lets me through with a fake email...
1More

View Marie's Guestbook - 0 views

  •  
    View my guestbook. The page validates. Newest entries appear on top. YAY!
1More

Do Something Unobtrusive - 0 views

  •  
    My php page of pictures from Paris fades in once the user hovers the cursor over the top of the page. The page validates.
1More

Updated Required Email - 0 views

  •  
    Here is a form page that requires a valid email and name for submission. There are three input fields: name, age and email. However, the name and email fields are required while the age field is optional.
1More

Javascript Tutorials and Lessons: Validate an Email Address - 0 views

  •  
    This is a tutorial that gives you code examples and explanation on how to check for various invalid email address scenarios.
1More

Filter for a form - 0 views

  •  
    still doesn't quite work ... hoping for mercy! I will send you the php so you can see if there's anything wrong. I can't find it...
2More

Useful Page for HTML / CSS / Web Programming Help - 0 views

  •  
    the w3c html validator checks html input to make sure it follows HTML or XHTML standards. it will also help you look for syntax errors.
  •  
    This is the homepage for the World Wide Web Consortium - it details all of the standards for HTML, CSS, etc etc. Its a great resource for web coding help. Site also contains tutorials for more information.
3More

Web Programming :: 1-4: Text Markup - 0 views

shared by Alex Halavais on 26 Jan 09 - Cached
  • <em>monkey</em>
    • Sarah-Jane Bolling
       
      Are there any real differences between the tag and the tag? I have only really ever used the and don't recall ever even hearing about the same with and
    • Alex Halavais
       
      I suspect the sticky note ate your tags! The difference between em and i is pretty much semantic. i and b were introduced by the browsers as tags, and not by the W3C. So to write valid code, you should really use the strong and em. But I will admit to slipping into i and b with some frequency. Again, best to get in the habit of strong and em, if at all possible.
2More

Challenge for webprog-1-f: Submit a Recipe - 0 views

  •  
    For anybody who has Celiac's Disease (or just wants to go gluten-free): Here is a recipe for GF pizza crust. It's a bit long, but it bakes and it should conform to the 1-f standards. Have fun.
  •  
    Looks good. A couple of notes: bgcolor (in the body tag) should be all one word if you use it, though we'll be doing CSS which gives you more flexibility. Also, you make heavy use of br. BR has a specific place, and what you really should be doing is wrapping each of those paragraphs in p tags. That will make life much easier when it comes to validating your code.
2More

The Muffin's Ma'am's Blueberry Buzzards - 0 views

  •  
    Recipe
  •  
    This is fine for the assignment, but note that it will not validate (I assume). Take a look at that second <ul>. You've got an un-nested <p> tag there--it starts before the <ul> and ends before the </ul>. Actually, that <p> is extraneous, so you can just delete it...
« First ‹ Previous 41 - 51 of 51
Showing 20 items per page