Serving a directory via http is sometimes very handy for web development. Using python 2, my good old friend python […]

See Gist: https://gist.github.com/zaus/4717416 Preserve form values across page loads — i.e. persistent forms. Uses localStorage to persist, jQuery for utilities. […]