Skip to main content

Home/ Web Programming/ Group items tagged validate

Rss Feed Group items tagged

Marie Shanahan

[Valid] Markup Validation of http://marie.nfshost.com/recipe2.html - W3C Markup Validator - 0 views

  •  
    I took my recipe html file and tried cleaning it up. After numerous attempts to fix my code myself, I clicked the "Clean up Markup with HTML Tidy" button. HTML Tidy basically truncated my table-specific CSS and aggregated it at the top. I suppose I'll learn how to do this myself when I begin on Module 2. Instead of changing the original file, I saved a new one to show to the code difference at http://marie.nfshost.com/recipe2.html
  •  
    HTML Tidy is a lifesaver--as long as you look at the changes and can figure out why they have happened. (It also makes it prettier, if you use the "indents" feature.)
Alex Halavais

Challenge 4-g - 13 views

This looks to be a connection problem. Hard to say without seeing the whole thing, but I'm about to post to the blog a conversation I had over chat with another student. Need to include the "or die...

Ford  James A

Email Validate - 0 views

  •  
    This is web prog 5d. It's the email and name validate one. It's about how QU students should have a choice between owning a Mac or a PC instead of just blindly choosing what the school tells you to get.
  •  
    Let's me do a blank name...
Bryan Dumelin

http://bryan.dumelin.com/javascript/jrecipe.html - 0 views

  •  
    After some trials and tribulations I was able to get the form validation script to work with my recipe comments page. This page verifys that the user has entered their full name - no names less than 5 characters or greater than 25 characters, and that the email address is properly formatted. Not only does it let the user know that there are errors, but it also highlights the fields in yellow where the errors exist.
Rock Jennifer

Harry Potter Quiz form - 0 views

  •  
    I used my style sheet from a previous quiz to create a from that required a first name and a valid email address. The validation code came from w3schools, while the required field stuffs came from http://javascript.internet.com/. Because the code came from different sources they required a little tweaking, and I felt the need to add my own unique voice to the pop-up warnings.
Starr Andrew

Sausage & Egg Breakfast Casserole Recipe - 0 views

  •  
    Validate email format, check name and comment fields for blanks
  •  
    Recipe page with Javascript to validate email format, and check name and comment fields for blanks.
Kuban  Ellise J

Javascript Email Validation - 0 views

  •  
    I also suggest checking out this site for some help with javascript and validation! unlike some other sites, the color properties of the different code help to make things visually clearer, and thus, easier to understand when trying to work out how the code is set up.
Nancy Hall

Required Email Addy and Name - 0 views

  •  
    This is a link to a working comments page (linked to a database table) which requires a valid name and email address before submission using Javascript. An error message appears & fades at the bottom of the form if something is omitted. I also made the same thing happen using PHP, so there are also messages at the top of the page from that code. I got the Javascript from http://www.leigeber.com/2008/04/dynamic-inline-javascript-form-validation/, and included this citation in my js page. Upon submission, a thank you message appears at the top of the form.
  •  
    Nice!
Chere B

Form Validator - 0 views

  •  
    Form Validator test - Submit Name and Email Address
Nick Caito

Module 5: Validated Comments - 0 views

  •  
    got this form to validate fields. the script i found also highlights the fields you foul up, and also gives a different message depending on if you put in an invalid email address, or just left it empty. cool!
Sarah-Jane Bolling

http://www.sarah-janebolling.com/nameemail.html - 0 views

  •  
    Here is my javascript form which validates email addresses as well as phone number, name, zip code and phone number.
  •  
    Hmmm. Managed to slide by some strange email addresses, but good enough for government work :).
Marie Shanahan

Pictures From Paris - 0 views

  •  
    One more php challenge - a photo gallery that uses a dropdown selection form. Both pages validate. I also placed the dropdown form on the results page for ease of use. Special thanks to Evamarie for helping me figure this one out!
Deitrick  Erica L

Quiz - 0 views

  •  
    This is my quiz, it is a five question quiz on the Televsion show Heroes. If I was at work I would totally take this quiz, considering that I am obsessed with this show. Both pages validate, the quiz page and the results page.
  •  
    That errant apostrophe makes me want to explode things with my mind ;).
Rafael Santiago

JavaScript Tutorial - EchoEcho.Com - 0 views

  •  
    EchoEcho's Javascript tutorial provides a good start on how to learn javascript. I like how they have specific sections the most common uses of javascript(Browser detection, form validation, animated buttons, cookies, drop down menu, multiple link, frameset script, and popup windows).
Caruso  Nicholas L

HTML Help by The Web Design Group - 0 views

  •  
    HTML Help was created by the Web Design Group, which was founded to "promote the creation of non-browser specific, non-resolution specific, creative and informative sites that are accessible to all users worldwide." If you check the site out, there is an HTML Validator, CSS Checker, Help Forums, and more! Style Guides, Image info, you name it!
Nick Caito

Module 1 - 0 views

  •  
    here's my work for module 1... it's a three page site, each with a picture and 2 links. hopefully it's all valid xhtml.\none page is an 'about me,' another is a recipe
  •  
    Hi, Nick. Need to remember to tag these with the appropriate challenge, or I don't know to check them :). I've added the tags to this one.
Deitrick  Erica L

Student Life and Fitness - 0 views

  •  
    I did this exercise to become more familiar with writing in html and to understand how to use and all of its atributes (which I was having a hard time with). I took a page from QU and duplicated it. Rather than using their pictures, I found one on Flickr instead. I put it in the validator and it passed, after fixing 9 XHTML problems.
Caruso  Nicholas L

*updated* Required Forms using Javascript - 0 views

  •  
    This is an update of what I posted last week as I finally got the email verification to work using a different script. I used countless websites trying to do this, but my script came mostly from this forum: http://forum.hostican.com/javascript/javaapplets-f19/email-validation-t1683/
Monica Aversa

The Pink Bubble | Join Our Mailing List! - 0 views

  •  
    For challenge 5-d: A form with an e-mail validator. If you need help or a lead, I got my JavaScript code from http://www.javascript-coder.com.
‹ Previous 21 - 40 of 51 Next ›
Showing 20 items per page