Skip to content

Instantly share code, notes, and snippets.

View gwenf's full-sized avatar

Gwendolyn Faraday gwenf

View GitHub Profile
@gwenf
gwenf / gist:bd0ba0a161e6eafa0e3d39e0d7c2f5fd
Created December 23, 2016 15:02
Listen for Hash Change and Scroll To Top
window.addEventListener("hashchange", scrollToTop, false);
function scrollToTop(){
window.scrollTo(0, 0);
}
@gwenf
gwenf / gist:eee66c346fe23f9d9c8d
Last active September 5, 2015 03:40 — forked from olivierlacan/gist:4062929
Code School Screencasting Framework

Screencasting Framework

The following document is a written account of the Code School screencasting framework. It should be used as a reference of the accompanying screencast on the topic.

Why you should care about screencasting?

You're probably aren't going to take the time to read this document if you're not interested, but there are a lot of nice side effects caused by learning how to create quality screencasts.

  1. Communicating more effectively - At Envy Labs we produce screencasts for our clients all the time. Whether it's demoing a new feature or for a presentation for an invester, they're often much more effective and pleasent than a phone call or screen sharing.