Spatial Interfaces — Elepath Exports — Medium

I think spatially, and so do you. Can you scratch your left ear without looking? Pick a booger out of your nose, without poking your brain? Remember where you left your keys? Can you type, without looking at your keyboard? Know which pocket your phone is in? Which way is up? Do you know where […]

Design in Sketch Then Animate In Keynote — Medium

We want a swift way of auditioning meaningful animations to pass off to the development team. I’ll be showing you how to create a simple FAB confirmation button using the build and transition features of Keynote. This will all happen in one slide. The end result will look like the .gif below. Source: Design in Sketch […]

How Apple has Shaped the User Interface

Between the revolutionary Macintosh and its foundational mobile products, perhaps no single company has left a larger impression on the science of user interface design than Apple. In the 30 years since the original Mac, Apple has reinvented its design and interactive approaches for each new device and form factor. From Apple II to Apple […]

WebODF

WebODF is a JavaScript library that makes it easy to add Open Document Format (ODF) support to your website and to your mobile or desktop application. It uses HTML and CSS to display ODF documents. Word Processor in a browser. Source: WebODF

DZNEmptyDataSet

Most applications show lists of content (data sets), which many turn out to be empty at one point, specially for new users with blank accounts. Empty screens create confusion by not being clear about what’s going on, if there is an error/bug or if the user is supposed to do something within your app to […]

danluu/post-mortems

A collection of postmortems. (Or: how to handle failures) Source: danluu/post-mortems

TLSphinx

allow an application to perform speech recognition withouth the audio leave the device. Source: tryolabs/TLSphinx

From Sprockets to Webpack — Medium

webpack is a module bundler. webpack takes modules with dependencies and generates static assets representing those modules. Source: From Sprockets to Webpack — Medium