About Me

Posts in 2013

October

Comfortably Uncomfortable

written by Andrew Wagner on

A look at how pushing through discomfort is exactly where I want to be.

more...

Changes at a Glance

written by Andrew Wagner on

A system to make version control change sets more understandable at a glance.

more...

June

Implicit Animation for CAShapeLayer's Path

written by Andrew Wagner on

A way to make all path changes on a CAShapeLayer be animated automatically.

more...

February

Enforce Good UX Through Reusable Code

written by Andrew Wagner on

My theory on how user experience's and code architecture's interests can converge. Good UX can encourage good code reuse and code reuse can encourage effective UX.

more...

Bind a UITableView to a Property

written by Andrew Wagner on

A library to allow binding a UITableView directly to a to-many property. The library automatically handles insertions and deletions as long as you make sure the to-many property emits KVO notifications.

more...

The 2 Biggest Challenges in Speech UX

written by Andrew Wagner on

Speech is still a relatively new interface. Technology is finally starting to catch up to the dreams that we've had since the invention of the computer itself: dreams of having natural conversations…

more...

January

Objective-C Bindings

written by Andrew Wagner on

An extension to NSObject that adds the allows binding the properties of two different objects together, allowing for much more declarative and understandable code.

more...

Taking the Plunge

written by Andrew Wagner on

How I came to the decision to finally take the plunge and go independent.

more...

UX and Agile

written by Andrew Wagner on

Discusses a high level way that we can integrate UX designers better into Agile software practices.

more...