Hello out there web friend.

My name is Jeff.

Thanks for connecting.

Convert Images to Data URIs for Faster Page Loads

April 30, 2016 | Posted in HTML,Web Development

For anyone looking for faster page loads, converting images to data URIs can provide a speed boost in certain instances. In modern web development, page load time is extremely important, not just because people who use web sites have little tolerance for a slow loading site, but also because responsive sites are asked to support […]

Read More

How to build an HTTP file server with Node.js

April 23, 2016 | Posted in JavaScript,Web Development

Over the last year or so, I’ve been working more and more with Node.js for a variety of projects. I started by building a few command line apps, progressed to some simple Node/Express sites, and more recently tackled some pretty complex apps that integrate RESTful web services that are hosted on AWS and Heroku. While […]

Read More

How to serve JSON using the Google Apps Script Content Service

April 14, 2016 | Posted in Google Apps Script,How to

I’ve got another Google Apps Script tutorial here for everyone, and this time we’ll be taking a look at one of the advanced services provided by Google Apps. Most of what we’ve talked about so far involves building on top of one of the existing Google Apps services, but this one is entirely new and […]

Read More

Teens, Technology & Social Media | Infographic

March 13, 2016 | Posted in Data Visualization,Design,Infographic,teaching,technology

Continuing my infographic kick, here is an infographic explaining some of the key points from a Pew Research project on Teens, Social Media and Technology. Even though the study was conducted in 2015, many of the takeaways are still relevant. My biggest conclusion: rich kids prefer Instagram.

Read More

Flipped Vs. Hybrid Pedagogy | Infographic

March 12, 2016 | Posted in Design,Infographic,teaching,technology

Having worked with instructional technology for awhile, I’m often surprised by how frequently people conflate hybrid pedagogy with flipped pedagogy. At SXSWedu, I bought a bunch of really good books on infographic design, so I decided to create an infographic to cover some of the key differences.  

Read More

Building A Simple Heat Map with D3

| Posted in Data Visualization,JavaScript,Web Development

Heat maps are a great way to analyze frequency in a data set. Beautiful and creative things happen when you are stuck in an airport for four hours. I’ve been wanting to explore heat map visualizations for awhile now, so when I had some time to kill flying back from SXSW, I decided to take […]

Read More

SXSWedu Days 2 & 3: Reflections and Round-up

March 11, 2016 | Posted in Creativity,Ed Tech,Education,Innovation

A lot has been going on over the last two days, and Austin is such a fun city, that I’m combining my reflections into one super blog post. There is a lot to talk about, so stay tuned, but I’m not going to go in chronological order.   Total Fanboy Moments SXSWedu is one of […]

Read More

SXSWedu Day 1: Reflections and Round-up

March 8, 2016 | Posted in Creativity,Design,Ed Tech,Education,Innovation,teaching,technology

I want to document my experiences at SXSWedu for anyone interested in the conference or for my educator friends in the blogosphere or on twitter. First off, Austin is a super fun city, with a motto of “Keep Austin weird,” how could it not be cool. Second, this is a huge conference, and I mean […]

Read More

Creating a Video Streaming Classroom with AWS, Angular, and Google Material Design | Part 1

March 5, 2016 | Posted in Angular,Ed Tech,JavaScript,Web Development

I’ve been thinking a lot lately about video streaming platforms used in the ed tech space, what makes them different from one another, and how feasible it would be to create one from scratch. After a short discussion with some people on the DEC team, I looked into the possibility of hosting and streaming video […]

Read More

The Pros and Cons of Using Google Sheets as an Application Backend

March 1, 2016 | Posted in Google Apps Script,Google Sheets,JavaScript

I’ve been doing more lately working with APIs of different sorts, and I recently stumbled onto some cool ways to use Google Sheets to connect with APIs and store the data very easily in a spreadsheet. Having completed the linked project in less than an hour, I was really interested in figuring out the pros […]

Read More