Here are instructions on how to enable javascript in your browser. Not all browsers are javascript enabled and many times you have t do it yourself. No matter what browser you are using, this page tells you how to make sure javascript is enabled.
I've begun to create the professor ratings page that I plan to complete for the final module. Here, I use javascript to display the form or hide the form depending on user input. If someone has javascript deactivated, those buttons do not appear (so as not to confuse them when they wouldn't work anyway). Hope you like it! I plan to build on this for the next module.
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.
One of the reasons why sometimes a webpage takes a lot of time to load all contents is because of the tremendous HTTP requests which most of the time happens if the webpage you are trying to view contains a big amount of images to display.
This bookmark is a combination of 2-d and 2-f: it is my restyled recipe and horizontal menu for the CSS portion of the course. At first, I was a little hesitant / confused about learning the CSS formatting. Once I got used to the concept of the css formatting I found myself wiring code with ease. There was many back and forth between typing and viewing in the browser, but I got the hang of it. The one issue I had was with browser compatibility - the margin: auto; code did not render well in IE7, but had not bugs in firefox. The most difficult potion of the menu was hiding the attributes that the browser assumes should be included with a bulleted list and links hence why a css style sheet comes in handy.
Is it a new trend now to have a little vertical "Feedback" tab on the left or right side of a web page? I've been noticing it all over in the past couple of weeks.
RateMyStudents.com (hosted at http://kellyuttgrubb.nfshost.com/RateMyStudents.html) allows professors to publicly rate students. Compare notes with other professors before you select a graduate student, award a fellowship, or provide a recommendation.
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.
I host at least 5 different sites with this webserver and have never had any trouble. I've used their help desk quite a few times and have always received a response in a timely manner. When I was first looking for a webhost, I found a list of reviews on CNet, and at the time, IXwebhosting was rated #1. The price is right as well. I approve!
Nice work here. A couple of suggested improvements. First, you should avoid using the center tag, but if you do, it should be inside the "body" tag--generally nothing comes between the HTML tag and the head tag. Also, you're missing your body :).
However, it meets the requirements for the assignment, and looks good doing it.
Here's a very concise paragraph to give a quick introduction to the world of Nancy. it doesn't say too much about me, but I'm sure more will be revealed in time.
I had a lot of fun with revamping the look of my recipe page. I added a background image, jazzed up fonts & colors, had some fun with my bullets and even figured out how to add blinking text! One of the sites I got from CSS Zen Garden's CSS Resource Guide (listed as Web Developer's Handbook, which I will also bookmark) was a huge help. Enjoy!