Juxtaposing Woodcuts

I was fortunate to meet Claire Bourne from VCU’s English Department yesterday. In addition to all sorts of fun conversations around her upcoming course on Marlowe (and the WordPress site) and the FileMaker database she built to see more deeply into her research,1 Claire mentioned she was on Twitter (roaringgirle) which opened the door to […]

Read More… from Juxtaposing Woodcuts

Google Sheets Love – REGEXEXTRACT & IMPORTFEED

flickr photo shared by CraigMoulding under a Creative Commons ( BY-SA ) license Just two little functions in Google Sheets that came up as we tried to quickly pull comments from a blog for some other work. It was an odd scenario but the techniques should have other useful applications. IMPORTFEED The function below pulls […]

Read More… from Google Sheets Love – REGEXEXTRACT & IMPORTFEED

No notifications, full screen, no screen saver applescript

flickr photo shared by David Allen Wizardgold under a Creative Commons ( BY-ND ) license I saw this exchange on Twitter yesterday. https://twitter.com/tressiemcphd/status/630579251037777920 It seemed like something I could do in Applescript for those on the Mac. This example works in 10.10.4 (and could form the basis for something similar that’d work in other OS […]

Read More… from No notifications, full screen, no screen saver applescript

Scraping Instagram with Google Script

I thought I’d take a stab at using Google Script to capture Instagram data after being inspired by all the great Martin Hawksey has done with the TAGS Explorer. I’m doing something very similar and it turned out to be fairly straightforward to take the PHP I’d written previously and turn it into something that’d […]

Read More… from Scraping Instagram with Google Script

Google Spreadsheet Unique Item Count

Google sheets can do some neat tricks. Here’s how you can generate a chart of unique words submitted and their counts. The form for collecting a single word. Loading… The formula to paste in column C. All credit to this Stack Overflow post. =QUERY({B:B,B:B},”select Col1, count(Col2) where Col1 != ” group by Col1 label count(Col2) […]

Read More… from Google Spreadsheet Unique Item Count

Benson, Discourse, and WordPress

It sounds like an exciting new buddy movie . . . but it’s an attempt to better integrate elements of our Discourse install in WordPress using Benson (a neat plugin Mark made that lets you use Angular w/in WordPress). I decided to look into this after seeing this example using Twig. Ordinarily, I’d do something […]

Read More… from Benson, Discourse, and WordPress