Class Thursday, May 15, 2014

1.  Some more fun with JavaScript!

a.  What the heck is going on?

b.  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>

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

c.  If you liked the game activity we did on Wednesday, try out another here (you might have to register for an account) or you can just mess around with their online editor on the home page.  You can also try this (build an iPhone game in your browser!).  Also feel free to check these out.

d.  Click here to find out more about JS and other programming languages

2.  HTML & CSS review- choose one activity below:

a. Pick apart and build a website for a company (Airbnb). Start here.

b. Do the Code Avenger web design challenge

3.  More coding

a.  Check out the tutorials on Code.org (remember we used this site at the beginning of the year)