Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Latest commit

 

History

History
 
 

2-project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Facebook wall

image

##Scope

This project involves creating a simple Facebook-like wall. The objective of this project is for students to practice their jQuery skills. Unlike previous projects, this is the first time students are presented with minimal scaffolding.

##Before Class

Prerequisites

Students should only start this project after they have completed the other lessons in the unit.

Starter code

See here for code and here to view.

Solution code

See here for code (private).

Assessment

  1. Write do-now based off of assessments from previous lesson.

##During Class

###Do Now

  1. Attendance: Teacher takes student attendance at www.kinvolved.com
  2. Return graded do-now and exit ticket from previous class
  3. Do-now quiz

###Opening

What is the Facebook wall? How does it work?

Let's login to my Facebook and do a live demonstration.

###Lecture

You are going to build a simple Facebook Wall. Your instructions:

1. Fill out wall.js

You must fill out js/wall.js. Unlike previous projects, there is very little starter code given. This is on purpose.

For the poster picture, use http://i.imgur.com/87kIXSN.jpg.

2. Test

To test if your Wall works as expected, post the following messages in order: "First message", "Second message", "Third message". Afterwards, your Wall should look like:

image

###Brainstorming Before you start coding, identify the list of steps you need to do to finish this project. Here's a start:

  1. Read index.html. Pay attention to the IDs of the text box, button, and div at the bottom.
  2. How will you detect the click on the "Post" button?
  3. What should happen once the "Post" button is clicked? Will you need to generate HTML?

###Build Time Students will work alone on this project. The teacher's role will be to walk around the room helping students with any questions they have. Students are encouraged to look at previous lessons for reference.

##Closing Select students to present their work to the class.

###Check for Understanding Teachers should keep track of student success while they are presenting to the class.

###How to Submit The teacher must ask students to share the link to their project on your school's Project Submission Form.

Also remind students to add a link to their project on their About Me page.