It’s Not the Heat, It’s the Humidity!

After the pandemic canceled our Winter Break travel plans for the second year in a row, this meant that my fiancée and I would have a lot more time on our hands than expected.

That, combined with some exceptionally dry knuckles, was just the excuse I needed to try my hand at a new electronics project. My goal was to answer the following question: How dry, actually, was the air in our apartment?

Continue Reading →

Building a Course Pacing Guide – For My Watch!

While I have had a definite fondness for (and occasional obsession with) computer programming since at least 6th grade, I’ve mostly gravitated more recently towards web development.

So for my final project of the summer, I decided to give actual app development one more chance by exploring the world of Swift and SwiftUI, two of Apple’s latest programming technologies.

The goal: build a watch app to help me track how much time is left in class!

Continue Reading →

Room to Improve

Room 225 had never been a photography classroom, but something about a 28-year-old “memorandum” on darkroom chemicals seemed to capture the essence of that long-lost learning space.

Continue Reading →

How to Combine Related Data from Multiple Spreadsheets

Imagine you have multiple tables of information, each serving a particular purpose, but one day, you need to somehow splice these tables together. Not only are those tables huge, but they’re not the same size, so copying and pasting the data would take forever.

What if there were a function that could do all of this for you?

What if I told you there IS a function that could do all of this for you?

I’m talking about VLOOKUP!

Continue Reading →

Memory Recovery

I don’t always know why I care so much about certain things. But what I find out, time and time again, is that being able to recover and produce memories when someone needs them most is invaluable.

Continue Reading →

How to Use Automation to Conveniently Relink and Export Dozens of Yearbook Spreads

One of the most important steps of planning a yearbook is seeing all the cool things that other yearbook staffs have done. So advisers throughout the country share “slides” with one another in the form of PDFs and JPEGs so that they can be included in presentations, galleries, and more.

This need to share work digitally has become even more pressing with the advent of COVID-19 since many of us are now facing significant delays in the printing and shipping of our books.

Exporting to PDF or JPEG isn’t that complicated for a single file, but the yearbook is made up of over 100+ files. On top of that, the printing plant breaks all of the documents’ image links when they send them back to me after processing. So I need to fix all those links, export the file, and then crop a whole bunch of technical garble off the bottom of the output over 100 times. (Ugh!)

This sounds like a job for automation!

Want to see how it’s done? Follow along!

  1. Introduction
  2. Exporting the Yearbook’s Photos
  3. Exporting the Spreads to PDF
  4. Creating JPEG “Slides” of Each Spread

Continue Reading →