I am happy to see the 25 things :). However, you need to save the file as plain text. Microsoft Word is probably not the best place to edit HTML, but if you do, you need to make sure you save it as plain text, and not as HTML.
This is my Intro that I created, I used:
-TextPad for the HTML
-NearlyFreeSpeech.NET for the hosting
-Filezilla to upload my content
So there you go, the site is basic, all text, but it;s my first one and at least now you know a bit about me.
Missed closing the "header" div (that is, you're missing the closing bracket). Haven't tested to see whether it renders in browsers other than Firefox, but need to be careful of such issues. Good job here.
Take a look at the course blog for the topic "TextEdit Travails." Looks like you need to set the preferences to "plain text." Go ahead and do this, and re-upload (and re-tag, so I look at it again), and you should be good.
A fine effort, but need to do this in a plain text editor. Word is definitely not your friend on this one. It might feel like going backward, but please put this up without the markup. Thanks!
I hoped tabs were unobtrusive... I went back and redid a page from Module 1, putting all my travel abroad trips in one tabbed content box. The first sequence of code I tried nearly ruined my life, but Dr. Halavais was kind enough to send me a link that didn't make me want to end my life.
Small issue: when fonts are user-changed, it can bounce the last tab to a second line. But good enough to meet the requirements for the assignment, and good for you for trying something especially challenging.
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.
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
This site uses the google maps API to pinpoint the location of a restaurant. The most diffult task in creating this was trying to get the API to properly connect to the server. Once the key was properly loaded, the remaining functions seemed to work well.