Tag Archives: UI

Making Your Site Responsive: Mastering Real-World Constraints (A Case Study)

Making Your Site ResponsiveMastering Real-World Constraints (A Case Study)

As UI designers, we’re always interested in learning, reading user research, understanding best practices and keeping up to date on all the latest approaches and tactics for building websites and applications.

One of the most exciting concepts we’ve started to apply to our thinking is the mobile-first approach, famously pioneered by designer Luke Wroblewski on his blog and then in his subsequent book. Generally, this approach provides a healthy way to gain focus, cut the fat and get to the heart of what’s important — for both content and interaction.

But what

Article source: http://feedproxy.google.com/~r/SmashingMagazine/~3/iRG-aANVN1c/

Designing A Better Mobile Checkout Process

Best Practices And ExamplesDesigning A Better Mobile Checkout Process

A record number of shoppers are turning to their smartphones to research potential purchases. Meanwhile, the bigger question — are those same users willing to complete the purchases on their mobile device? — is quickly being answered. The US, for example, saw an 81% spike in mobile e-commerce (m-commerce) sales in 2012, comprising a $25 billion market.

And it’s not just apps. By a landslide, users prefer mobile websites to apps for shopping. For every shopping activity, including researching products and prices, reviewing products, participating

Article source: http://feedproxy.google.com/~r/SmashingMagazine/~3/eh1jCiGGjsA/

Best Practices And Examples: Designing A Better Mobile Checkout Process

Best Practices And ExamplesDesigning A Better Mobile Checkout Process

A record number of shoppers are turning to their smartphones to research potential purchases. Meanwhile, the bigger question — are those same users willing to complete the purchases on their mobile device? — is quickly being answered. The US, for example, saw an 81% spike in mobile e-commerce (m-commerce) sales in 2012, comprising a $25 billion market.

And it’s not just apps. By a landslide, users prefer mobile websites to apps for shopping. For every shopping activity, including researching products and prices, reviewing products, participating

Article source: http://feedproxy.google.com/~r/SmashingMagazine/~3/eh1jCiGGjsA/

The Problem Of CSS Form Elements

The Problem Of CSS Form Elements

Before 1998, the birth year of CSS Level 2, form elements were already widely implemented in all major browsers. The CSS 2 specification did not address the problem of how form elements should be presented to users. Because these elements are part of the UI of every Web document, the specification’s authors preferred to leave the visual layout of such elements to the default style sheet of Web browsers.

Through the years, this lack of detail in the CSS specification has forced Web developers to produce a significant number of tests and examples whose primary goal is to reduce form elements to a common

Article source: http://feedproxy.google.com/~r/SmashingMagazine/~3/j9IZcTfLdic/

Form-Field Validation: The Errors-Only Approach

Form-Field Validation: The Errors-Only Approach

Error pages for form-field validation are dreadful. You’ve just filled out 20 form fields, yet you get the same bloated page thrown back in your face because a single field failed to validate.

I clearly recall the often loud sighs of despair during our last usability study each time a test subject encountered a validation error page.

We also noticed that test subjects who had been exposed to validation errors began to take preventive actions to avoid them in subsequent steps, by writing things such as “N/A” in the “Company name” field if in doubt about whether the field was optional.

Form Field Validation Error Page at<p>Article source: <a href=http://feedproxy.google.com/~r/SmashingMagazine/~3/Mh0qaz6uTFA/