Okay, so homework 1--what I'd like you to do is make a web page with a form on it that let's you ROT 13 some text. First, I'll explain what ROT 13 is. Okay, so ROT 13 is a...

1

annotations

Now the second homework assignment here was a signup page. Here's my signup page, and the idea was you could type in a user name and a password and an optional email if you want and then click...
The correct answer is: The parameter doesn't appear at all on the URL. Let's try that out in the browser to see it, for real. So here we are in our browser; I click Submit, with the...

1

annotations

Okay--onto a new concept: this is the concept of Validation. Validation basically means verifying, on the Server side, that what we received is what we expected to receive. So we have you, and we have...

1

annotations

welcome to HTML fundamentals part 1. This is part 1 in a series dedicated to understanding what is HTML, how to write it and sort of seeing it in action. So that at the end of it you feel much more...

1

annotations

And the correct answer is this: we'll see an error message, but the quote messes up our HTML, And let's see that happen, together. We said the quote was going to mess up our HTML--...

1

annotations

Okay--so, cool. Let's try this out in practice. So here we are in our Editor--here's our form HTML. We're going to have to edit this to make it a little bit more complex. And I...

1

annotations

Welcome to the Multimedia Impact Weather Briefing for Central Alabama. I'm Meteorologist Jim Stefkovich and this briefing will focus on potential flooding Saturday night through Sunday...
Let’s use the Google Chrome HTML Validator to make sure our code is valid. The first thing I’ll do is open up Google Chrome [repositioning browser window] and drag the file into the browser. Now, I...
Okay, here's 1 version of this function. First, what we do is we take the month string from the user, if it's there, if it's a nonempty string. I capitalize it because the list...

1

annotations