Recent Work – End of June Edition

Early Engineers website screenshot.

Greetings dear reader. I write to you again out of the desperate hope that writing this cements things I’ve learned better in my own head and maybe gives a person out there something that saves them some time or suffering or maybe just provides a kernel of an idea that they can improve on. That’s […]

Read More… from Recent Work – End of June Edition

Recent Work – Start of June Edition

View of the faculty page using the shortcode.

My date titles continue to get blurrier. The range of stuff covered gets wider. VCU is moving any course with over 50 students to the online format. We’re supporting that move in a variety of ways. Our little R&D group is trying to answer the non-standard problems, questions, media desires. To some degree we are […]

Read More… from Recent Work – Start of June Edition

Considering Our WordPress Development Patterns

I believe we’ve developed a pretty solid pattern for making WordPress do what faculty want and making that happen pretty quickly. We have high goals in terms of taking on additional challenging work while also supporting a lot of things and a lot of people so we’ve had to be fairly pragmatic in terms of […]

Read More… from Considering Our WordPress Development Patterns

Two Display Posts Tricks

I’ve been a fan of Display Posts since the days of straight Non-Programistan. Despite the fact that I can write my own stuff from scratch, Display Posts still comes in handy all the time. The following are just two little tricks used in a recent course site. I’m just skimming the surface of the capabilities […]

Read More… from Two Display Posts Tricks

PHP Middleware for Keeping Your JS API Secrets Secret

Screenshot of a design context website where the weather data is being pulled via API.

Origin Story We were looking to pull in live weather data for a eco-related design contest that VCU Qatar is hosting. I found a free API for weather but wanted a way to use it via javascript and not expose any secrets. That led to the script below. Many APIs have query strings that require […]

Read More… from PHP Middleware for Keeping Your JS API Secrets Secret

Taming a River Theme

Origin Story Matt worked long hours making an incredible theme for Footprints on the James course.1 It’s in WordPress but a large portion of the site ended up being built by hand as complexity increased and time dwindled.2 That means it’s hard-coded HTML/PHP. Now because the site was so great, we ended up having a […]

Read More… from Taming a River Theme

H Tags and Auto-Constructing an Anchor Index

Origin Story I got a fairly dense Word document that needed to go online in way that people could more easily navigate. After checking it out, it appeared we had a large number of sections but we were lucky in that they were designated by H tags of various levels. Now I could have gone […]

Read More… from H Tags and Auto-Constructing an Anchor Index