Introduction to User Interface Design

The user interface, or UI, is how a user interacts with an application. The application doesn’t matter if it’s a computer application, a mobile phone app, or even your microwave oven. The study of how people interact with computes/apps/etc is called Human Computer Interaction, or HCI. In his book on interface design, Theo Mandel [Man97]…

jQuery Mobile Forms

Couple of interesting thoughts on mobile forms in jQuery Mobile. First, the concept of creating a mobile form is similar to creating a form for a desktop user. This means you will create a form with the standard action, and using GET/POST as you normally would. This also includes wanting to add labels with the…

jQuery Mobile Tables

Tables are part of the HTML specification, so they are supported in mobile devices. However, working with the space, makes for some interest viewing. Most of the time, you first have very tall cells as the browser tries to fit all of the columns. Then you end up having to scroll your table left and…