posts
HTML5 Storage Timeout
Storing information in the browser has been made easier with widely accepted implementation of HTML5 Local Storage and Session Storage. The issue is that without proper management storage can become cluttered or invalid. I wanted a basic ‘Storage Service’ that could help me manage …
Managing a Static Site …
Managing a static site, like this one generated using Jekyll, can be difficult, and for non-programmers nearly impossible. I started searching for a better solution. Problem: Give non-programmers a way to easily update their own site content Nerd Level: ★★★☆☆ &TLDR; Create the site in Jekyll, …