Summer Web Design Class Day 3

1.  “Clap along if you feel like a room without a roof!”

Need some background noise?

2. More fun with JavaScript- what the heck is going on?

Want to try it on your own?

Open Notepad++

Begin a simple webpage:

<html>
<head>
<title>My annoying webpage</title>
</head>
<body>
<p>This is funny but it gets old fast!</p>
</body>
</html>

Save this as fart.html on your computer.

Click here and see if you can figure out how to add the code to your simple webpage to make it work.

3.  Want to use JS to make a game?

You have a half an hour to make a game!

You will work with a partner.

Go here to begin.

4.  More fun JS tutorials:

http://www.jsdares.com/ (games)

http://codecombat.com/play/level/rescue-mission

https://thimble.webmaker.org/project/59304/remix (robot game)

Build an iPhone game

More game tutorials

5.  Learning more- for free!

Let’s check out this list of best resources for learning programming online for free.  Code.org is also a great place to go.

6.  Hopscotch and Daisy the Dinosaur challenge with iPad

7.  Made with Code challenges