Managing the display of Multi-Dimensional Data
When building any application it is critical to create a space that supports the primary activity of the user, while doing your best to keep your interface focused and the appropriate data on screen at all times. When dealing with multi-dimensional data this can be incredibly tricky. For example, imagine displaying a filesystem. Each directory […]