Tag Archives: GUI

Let Me Save Incomplete Files

This is a usability problem that I have run into a number of times.   A programmer writes a UI screen to receive a long list of inputs in order to create an object in system.  Save is enabled only when … Continue reading

Posted in Coding, Design, Uncategorized | Tagged , , , | Leave a comment

Getting Selfie-Links to Work – AngularJS Tips

The past two posts covered parsing the address parameters, and generating a new address with changed parameter values. It turns out that links from a page to the same page are suppressed, unless you include the code below.

Posted in Coding, Design | Tagged , | Leave a comment

Reflecting State in the URL – Angular JS Tip

In the last post I outline a method for parsing parameters to a page, but as people work on the page, they can sometimes modify the parameters. Consider a page that accepts a query value as a parameter, but also … Continue reading

Posted in Coding, Design | Tagged , | Leave a comment

Parsing Parameters – AngularJS Tip

I recently got up to speed on AngularJS and I must admit it is pretty amazing.  Probably should give an overview but I don’t have time for that today.  This post is specifically some Java code to parse parameters that … Continue reading

Posted in Coding, Design | Tagged , | Leave a comment

Appropriate Technology for UI

There is general agreement that a Graphical User Interface (GUI) is a superior way to interact with a program, however a GUI is not always the best way.  We need to learn to use “appropriate technology” that is, the right … Continue reading

Posted in Design | Tagged , , | Leave a comment