Schedule of Classes

Session Date Topic Assignment due
1September 11Physical and Web Infrastructure Assignment #0
2September 18HTML and CSS Assignment #1
3September 25JavaScript: Structured Programming Assignment #2
4October 2JavaScript: DOM and Events Assignment #3
5October 9JavaScript: Functions and Objects Assignment #4
6October 16Relational Databases Assignment #5
7October 23PHP Assignment #6
8October 30Ajax and Asynchronous Programming Assignment #7
9November 6VisualizationProject Proposal
10November 13Information Retrieval
11November 20Cloud Computing and Big Data
12December 4Project Presentations I Final Project
13December 11Project Presentations II
14December 18Final Exam

Session 1: Physical and Web Infrastructure September 11

Readings (to be completed before class)

  • Head First HTML, Chapter 1: "Getting to Know HTML: The Language of the Web". Note that pages 12-19 (same in both first and second editions) about editing HTML on Mac and Windows. We're going to be using Sublime Text, so this part is for reference only.
  • Head First HTML, Chapter 2: "Going Further, with Hypertext: Meeting the 'HT' in HTML."
  • Head First HTML, Chapter 3: "Building Blocks: Web Page Construction".
  • Head First HTML, Chapter 4: "Getting Connected: A Trip to Webville". When you come to a section about FTP, skim through it to get the basic idea, but we'll be using slightly different procedures to upload pages onto your TerpConnect account. In fact, this is part of Assignment 0.
  • Head First HTML, Chapter 5: "Adding Images to Your Pages: Meeting the Media", pages 163-174 (in the second edition) or 165-177 (in the first edition).

Head First HTML (2nd Ed.)

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 2: HTML and CSS September 18

Readings (to be completed before class)

  • Head First HTML: "Getting Started with CSS: Adding a Little Style". (Chapter 7 in the 2nd edition, Chapter 8 in the 1st edition)
  • Head First HTML: "Styling with Fonts and Colors: Expanding your Vocabulary". (Chapter 8 in the 2nd edition, Chapter 9 in the 1st edition)
  • Head First HTML, Chapter 13: "Tables and More Lists: Getting Tabular".

Head First HTML (2nd Ed.)

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 3: JavaScript: Structured Programming September 25

Readings (to be completed before class)

  • Head First HTML5 Programming, Chapter 1: "Getting to know HTML5: Welcome to Webville".
    • Don't worry too much about the distinction between HTML4 and HTML5.
    • Pay particular attention to section "How HTML5 really works" (pages 14-15).
    • Don't worry too much about the browser support grid on page 17.
  • Head First HTML5 Programming, Chapter 2: "Introducing JavaScript and the DOM: A Little Code".
    • You'll learn about the DOM in this chapter, but we won't cover that in depth until Session 4.
    • You'll learn about arrays in this chapter, but we won't cover that in depth until Session 5.

Head First HTML5 Programming

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 4: JavaScript: DOM and Events October 2

Readings (to be completed before class)

  • Head First HTML5 Programming, Chapter 3: "Events, handlers and all that jazz: A Little Interaction". (Stop at page 102)

Head First HTML5 Programming

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 5: JavaScript: Functions and Objects October 9

Readings (to be completed before class)

  • Head First HTML5 Programming, Chapter 4: "JavaScript functions and objects: Serious JavaScript".

Head First HTML5 Programming

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 6: Relational Databases October 16

Readings (to be completed before class)

Note that readings for this week come from another book in the "Head First" series (see link below).

  • Head First SQL, Chapter 1: "Data and Tables: A place for everything", pages 1-14. (We're not going to worry about creating tables and inserting data into tables.)
  • Head First SQL, Chapter 2: "The SELECT Statement: Gifted data retrieval", pages 53-63, pages 71-117.
  • Head First SQL, Chapter 6: "Advanced SELECT: Seeing your data with new eyes", pages 253-280.
  • Head First SQL, Chapter 8: "Joins and Multi-Table Operations: Can't we all just get along", pages 363-364 (inner equi-joins only).
Head First SQL

Resources

In class, we'll be working with a simple SQL database engine called SQLite. Download SQLite Manager, which is an add-on to Firefox (so you'll need to download Firefox first if you don't have it already).

Slides

PPTX (Mac)   PDF

Back to top

Session 7: PHP October 23

Readings (to be completed before class)

Note that readings for this week come from another book in the "Head First" series (see link below).

  • Head First PHP & MySQL, Chapter 1: "Add life to you static pages: It's alive.", pages 1-42. (Don't worry about the email stuff.)
  • Head First PHP & MySQL, Chapter 2: "Connecting to MySQL: How it fits together", pages 59-101. (When reading this chapter, it's important to understand how PHP and MySQL interact, but the specifics of the database INSERT statement isn't as important.)
Head First PHP & MySQL

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 8: Ajax and Asynchronous Programming October 30

Readings (to be completed before class)

  • Head First HTML5 Programming, Chapter 6: "Talking to the web: Extroverted Apps", pages 213-246.
Head First HTML5 Programming

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 9: Visualization November 6

Readings (to be completed before class)

Resources

Slides

PPTX (Mac)   PDF

Back to top

Session 10: Information Retrieval November 13

Readings (to be completed before class)

  • Abhishek Das and Ankit Jain. (2011) Indexing The World Wide Web: The Journey So Far. In C. Jouis, I. Biskri, J.-G. Ganascia, and M. Roux, editors, Next Generation Search Engines: Advanced Models for Information Retrieval. Hershey, Pennsylvania: IGI-Global. (Note: the beginning of this article provides a nice overview and so does the final section "Future Research Directions", but the middle dives into more technical detail than necessary, so feel free to skim through.)
  • Chapter 1 in "Search User Interfaces" by Marti Hearst, Cambridge University Press, 2009.

Slides

PPTX (Mac)   PDF

Back to top

Session 11: Cloud Computing and Big Data November 20

Readings (to be completed before class)

Slides

PPTX (Mac)   PDF

Back to top