Google Docs API Examples
Real world examples using the Google Doc's API. Screenshots of generated docs, code snippets, and explanation of quirks!
Developers Guide: Building & Launching Your First Chrome Extension
Beginner friendly guide to creating a chrome extension. This post covers everything from creating your manifest.json file to submitting your extension to the chrome store.
Converting a string to an integer in Javascript
Simple example of converting a string to an integer in Javascript.
Example of pushing to an array in Javascript
Simple example of pushing to an array in javascript.
Example of pushing to the front of an array in Javascript
Simple example of pushing to the front of an array in javascript.
Examples of sorting different types of javascript arrays
A few examples of how to sort different types of javascript arrays.