Agenda

Week 1: "What Is Internet, Anyway?"

[]

Topics

Exercises

  • Fill out the start of term survey if you haven't already.
  • Sketchbook: Collect, Curate, Design
    1. Collect 30 artefacts, physical or digital. Take photos of them if physical.
    2. Choose 10. Write about your selection process. You won't submit the writing, but you will discuss.
    3. Sketch 5 different ways of presenting these 10 artefacts.

Readings

Week 2: The Hierarchy of HTML

What is something that you don’t know?

Topics

  • Housekeeping & QotD
  • Reading Discussion
  • Exercise Pair Share
  • HTML
  • In-Class Exercise
  • CSS Syntax

Exercises

  • Complete your Wikipedia page from class. Submit here.
  • Begin conceptualizing / thinking about your Project 1: Digital Translation (due Week 6, Feb 27).

Readings

Week 3: Visual Display — Everything Is a Box (I)

Topics

Exercises

Inside your repository for this class, create a folder called layout-exercises. Inside that folder, create three folders, one for each of the following three exercises. Each exercise folder should include one index.html file and one style.css file. Submit a link to your layout-exercises folder.

  • #1: Simple Layout: Create a two-column layout where:
    • The left column takes up 30% of the page width.
    • The right column takes up the remaining 70%.
    • Add some text content in each column with some padding for space.
    • Add a background color to each column to visualize the structure.
    • (You may encounter the position property if looking up how to do this, but I ask that you complete this exercise with only sizing and the box model. Try using different display values.)

  • #2: Nested Containers
    • Create four nested containers inside each other.
    • The outermost container should span almost the full width of the page (apply some margin).
    • Each subsequent container should be 50% of its parent’s width.
    • Give each container a different background color for visualization.

  • #3: Flexbox Rows & Typography Hierarchy
    • Make 4 rows of 5 elements using display: flex
    • Inside each of the 20 elements, add a heading, subtitle, and paragraph.
    • Use a web-safe font for font-family and use the property font-size to assign each element different values, establishing a visual hierarchy.

  • Come to class with an idea for your digital translation project, i.e. what is it that you want to digitize and some ideas for how you plan on translating it to a digital interface.

Readings

Week 4: Visual Display — Everything Is a Box (II)

Topics

Exercises

  • Complete the CSS Layout Worksheet by making a copy ("forking") the CodePen. Submit your completed worksheet via this form.
  • Make progress on your digital translation project. Think through the layout using the properties learned in class. Bring your progress to class.

Week 5: Typography & Work Session

Topics

  • Housekeeping & QotD
  • Typography
  • Arena — reminder to browse & add
  • Work Session & One-on-Ones

Assignment

Submit your Digital Translation project by the start of class next week. Follow the instructions on the Project page. Submit via this Google Form.

Week 6: CSS Wrap Up + Responsive Design

Topics

Readings

  • Read the provided excerpt from Umberto Eco's The Infinity of Lists. Think about the piece in relation to both archiving and programming.
  • Read the introduction of Eloquent JavaScript Don't worry about the specific syntax just yet.

Week 7: Manipulating Documents

Topics

  • Housekeeping
  • Pair Share: Readings & P1 Debrief
  • Are.na Examples
  • P2 Introduction
  • Introduction to JavaScript
  • Basic JavaScript Exercises (Data Types, Variables, Arrays, Random)
  • Manipulating the Document Object Model
  • (Time Permitting): Listening for Events

Exercises

Week 8: Loops, Functionality, & Event Listening

Topics

  • Housekeeping & Examples
  • Review JavaScript We've Learned So Far
  • JavaScript Demos: Repetition, Functions, Objects, Selections, Listeners
  • In-Class Exercises

Reading

Exercises

  • Create a new repository for your Visual Collection. Add a README file outlining the goal of your project.
  • Use a spreadsheet (digital or paper) to collect relevant data and metadata you want to explore.
  • Using your knowledge of CSS, sketch 3–4 different layout ideas for displaying this information. Your sketches can be on paper or digital.
  • Practice applying JavaScript concepts in class (including loops, objects, functions, and events), as we will build on them next week with more complex event behavior.

Week 9: JavaScript Continued

Topics

Exercises

  • Submit your Visual Collection repository and reflection via this Google Form. Deadline extended to April 8.
  • Prepare a five-minute presentation on one of your projects and think about specific questions you have when requesting feedback.

Week 10: Project Feedback Presentations

Topics

Exercises

  • Submit your Visual Collection repository and reflection via this Google Form by April 8.

Week 11: Cancelled / Async Exercises

Here is a link to a CSV demos (starting with B_01). Please use this time to review your work on Project 2 and get started on the assigments below.

Exercises & Readings

  • Read one piece of your choice from Archive Stories. Come prepared to discuss.
  • Look through Revolutionary Papers and The Last X Years. What do each of these archives attempt to do differently from others? Do they succeed? Next class, we will talk about what they choose to include and how they present information.
  • Choose an API you would like to work with for our in-class exercises. Here is a brief introduction on APIs from a Digital Humanities student perspective, with a few links that should give you some ideas.
  • Start thinking about Project 3: This is either a continuation of Project 1 or 2, or a new project of your choosing. I will not require JavaScript for this last project, and you are also free to use an existing platform, like WordPress or Cargo (as long as you insert some custom code).

Week 12: Special Topic: APIs & Databases

Topics

Exercises & Readings

Week 13: Special Topic: Pair Progamming with AI

Topics

Exercises

Prepare to speak for 10 minutes next week about the progression of your Project 3—whether it's a continuation of Project 1 or 2, or a new project of your choosing. Please prepare slides that include:
  1. Your data
  2. A paper or digital sketch of your expected interface
  3. Your development plan (next steps)
If you’re already further along in your project, feel free to adjust your presentation accordingly. As before, we’ll have a feedback sheet for peer review during class.

Week 14: Final Presentations

Topics

Feedback on Final Presentations

Assignment

Submit P3 link & self-reflection via this form by May 13, 11:59 ET.