GnuPG

Maybe you’ve heard of GPG, or is it PGP? You’ve probably heard a little more about NSA leaks and put the sloppy password management at work to the back of your mind. Your home password situation is probably not much better. How many passwords do you use for all your... [Read More]

Welcome to Jekyll!

You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve --watch, which launches a web server and auto-regenerates your site... [Read More]

My first post.

Hello, Jekyll blogging. Now it’s time to figure out how to get the blogger posts imported. [Read More]

Analog Zen - Harlan Iverson's Programmer Portfolio

Analog Zen - Harlan Iverson's Programmer PortfolioI rebuilt my portfolio website using the latest Angular + Bootstrap3 seed project. It was previously written in a pre-1.0 version of Ember + Bootstrap2. I’ll be adding more demos, code samples, and project descriptions this week. [Read More]
Tags: web development

To carousel or not to carousel?

To carousel or not to carousel?I think this is a good discussion of website carousels and their types and uses, and good practices for each: While About pages are extremely important, I’m afraid they don’t belong in any sort of carousel – so you can forget that. Remember that each... [Read More]
Tags: design

Preserving TypeScript/CoffeeScript Source Map through UglifyJS.

Preserving TypeScript/CoffeeScript Source Map through UglifyJS.I was pleased to see that UglifyJS can transform the source map from TypeScript through to the Optimized JS: --in-source-map Input source map, useful if you're compressing JS that was generated from some other original code. The motivator was that I am getting ready to... [Read More]
Tags: web development