teaching machines

CS 347: Lab 1 – Critique

August 26, 2021 by . Filed under fall-2021, labs, webdev.

Welcome to CS 347: Web Development. This is a course in which we write software that runs in a web browser. Software that runs in a browser is easy to share with others, is easy to update, and is written using modern languages and development tools. I’m Chris, and I’m happy to be teaching a course that feels relevant and human-oriented.

You will be making things of your own design in this course. In other courses you get a specification to meet. That won’t happen in this course. You must demonstrate creativity and ownership. There won’t be many academic chores to do. Instead, you will be maintaining a blog and completing three open-ended projects: a static website, a web service, and a React app. You will learn to administer a web server and have it serve out websites securely.

At the start of every semester, I get pretty excited about the learning that will happen. I think about the things I will say and the code I will write. By the middle of the semester, I am bitter and jaded, because I feel like I’m doing more learning than the students are. At that point, we all want the semester to be over.

I’m trying to avoid taking too much control over your learning this semester. I will do minimal lecturing. Instead, I will be turning what I would have said or done in a lecture into a semi-interactive electronic book that you will read at your pace and actively play along with. You will read a chunk of this book before each of our classes. During class, you will team up with one or two others in the room and complete exercises that use concepts discussed in the book.

Exercise

On this first day of class, you haven’t done any readings. So we’re going to do a little activity that builds off your experience as a consumer of the web. You will pair up and critique the website of one of these local businesses:

  1. Cupcake Company
  2. Urgie’s Cheesesteaks
  3. Dart Resale and Trade
  4. Magpie Diner
  5. Heritage Oaks Golf Course
  6. Digital Minerva
  7. Divine Unity Church
  8. Shirley’s Popcorn
  9. Riner Rentals
  10. Kline’s Dairy Bar
  11. On the Road Collaborative
  12. Dreamland Tattoo
  13. Gary’s Pianos
  14. Harrisonburg Electric Cooperative
  15. Strite’s Donuts

With a partner, answer the following questions and be prepared to give a one-minute rundown of your most interesting findings:

  1. Tell about the site’s visual style. What is pleasing to look at and interact with? What isn’t pleasing? Be opinionated.
  2. Tell about the site’s usability. Is anything broken? How are the pages organized? How does one navigate?
  3. Compare the site between desktop and mobile browsers. How do the experiences compare?
  4. Open your browser’s developer tools and reload the page with network throttling on. (Search the web for how to do this.) How will visitors with low-speed internet fare?
  5. In the developer tools, enable element picking via the mouse. (Look for an icon with a cursor on it.) Drag the mouse around the page to see how it’s put together. What things do you notice?

Submit your answers on Crowdsource to receive credit.

TODO

See you next time.

Sincerely,