I added a comment to the viddler timeline. This comment is useful in terms of validation. When you go to validate your pages and you have included "POST" the page does not validate. For validation purposes you must enter it as "post".
I have published a page that is up to XHTML standard. I used my recipe for peach daquiris for this validator service. I had nine errors when I first typed it in and after following the directions I was told that my document was successfully checked as XHTML 1.0 transitional.
Unfortunately, the page isn't validating. You need to track down and squash those bugs :). Some of them are the ones I mentioned earlier, I believe. Be sure to let me know when it's validating so I can recheck. Thanks!
This is my final project.
all the pages validate, and i have included the little icon the validation page provides you.
I have used ajax and php on the first page to display course information when you select a course from the drop down menu.
on the courses page, i have included a javascript validation to make sure you fill out all the fields if you want to submit a rating and comments. The php automatically displays the comment once posted.
any questions, just ask! Thanks for everything
A no-frills javascript validator that checks for blank spaces and makes sure the correct type of character is used. Still thinking about totally foolproof email validation. Not too good for security, though, since javascript can be turned off by the user.
Second try at the vaildation form. Matt thanked me, but I have to thank him for bringing the lack of name validation to my attention. After trying a seperate code for this page, the address validator has been tweaked abd works much better now.
this page submits info into my database where i can read it, and then choose to respond.
i added the javascript to this pages that requires an entry in the name, email and comment fields as well as a valid email address... comments in the .js file show where i got my code and help from.
it validates
A 5- question quiz about Connecticut. User can enter name, answer questions, see list of their answers as well as a list of the correct answers. Still trying to figure out how to total the score. Both pages validate.
I tried to code in an error message if you failed to fill out one of the answers, but I couldn't get the code to validate, so I removed it with disappointment.