Jeff, Author at Jeff Everhart - Page 5 of 7

Fixing error: cannot read property “values” from undefined

Typeerror: cannot read property “values” from undefined is one of the most persistent and frequent errors you can get when doing any type of scripting in Google Apps Script. One of the most frequent questions I get on this blog, so I decided to dedicate a post to helping people troubleshoot this pesky error. First, […]

Read More

Add Custom Menus to Google Docs, Sheets & Forms

Using custom menus can help you automate and streamline certain tasks in Google Apps Script by creating easy-to-use interfaces so other people can run and benefit from your code. In this post, we are going learn how to add custom menus to Google Docs, Sheets, and Forms using Google Apps Script. Adding custom menus allows […]

Read More

Convert Images to Data URIs for Faster Page Loads

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

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

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

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

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

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

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

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