Home Web Front-end HTML Tutorial In-depth analysis: Internet login interface interaction design things_html/css_WEB-ITnose

In-depth analysis: Internet login interface interaction design things_html/css_WEB-ITnose

Jun 24, 2016 am 11:55 AM

No matter the design of a web page or a mobile APP, a very important point is how to find a balance between smallness and beauty and functional complexity. This article briefly analyzes mobile APP form design to see how designers achieve a small but beautiful balance between design and interactive experience.

 One. The ultimate subtraction

This is a login box product that is different from conventional design ideas. This is not a login window in the usual sense. It only retains the input of the user name, which can be confirmed by pressing Enter. It breaks out of the rules and regulations in the login interface design, and the color matching is eye-catching and simple enough.

 Two. Eye-catching user interface

1. Blurred background

Recently, the use of blurred backgrounds has sprung up, because the use of blurred backgrounds not only makes the entire website appear more humane ization, and to a large extent, it sets off the atmosphere that the website wants to express. The case introduced below is a charming login interface, designed with minimalist icons and thin lines on a blurred background. The tone of the background image and the color of the buttons are carefully selected in the same color system, so that the interface is harmoniously combined into one overall.

2. Dark background

When we see the case below at a glance, the bright input box attracts all the attention. The dark background image makes the login form the visual center of the page, with nothing to distract the user. This is not only a high-quality sensory experience, but also a comfortable user experience.

3. Flat solid color background

I am fascinated by the flat design in the following cases. The basic style should appear monotonous and boring, but if the colors are carefully matched, the flat login interface will become lively and playful.

 Three. Clear vertical visual lines

People’s visual browsing generally follows an “L” shaped line of sight, meaning from top to bottom and from left to right. The design of form interfaces attaches great importance to guiding users. When an interface does not emphasize too many elements, then the visual browsing order of the form conforms to the "L"-shaped rule and basically meets the user's psychological expectations. Then, users don’t have to think and search too much, and can simply and efficiently fill in and submit form items.

A brief analysis of website login interface design: the beauty of balance between design and interactive experience, some things about the Internet IV. Pay attention to user experience design

The usage rate of login and registration forms is very high. The design of a form is actually not a simple matter. User experience is something that must be considered. Some like to put registration and login on one page, and some like to use AJAX to display without refresh effect. Anyway, there are many tricks. In short, everything is based on the best user experience. Design never ends! Even a registration form deserves a closer look. If user experience is not taken seriously, the website will lose a large number of users.

1. Reduce user input

Generally speaking, every time a field is added to the registration form, the registration rate will decrease accordingly.

It is very troublesome for users to be asked to fill in their email address twice or re-enter their password when registering, especially on mobile phones. In fact, users generally use their usual email and password to register, so it is not easy to forget. It is more in line with people's expectations to enter a one-time password to complete the registration. However, in order to prevent the password input from being different from the user's expected password, a method can be used to allow the user to view the plain text password. Suppose a user forgets his password and can retrieve it through his email. Filling it in twice will more easily lead to user churn.

2. Information registration prompts

Providing effective information prompts for end users is the best way in user experience design, especially when users fill in information during registration. Multiple input fields, and when the fields that need to be filled in may be ambiguous with each other, these message prompts can reduce the user's thinking and guessing time. There are many ways to display prompt information, such as flashing a small sticky note at the top of the page, or letting hidden messages pop up in a bubble box.

Design performance gives the registration form its characteristics, and interface design is the experience that users feel. More prompts can prevent users from having to re-enter due to input errors.

3. Reduce mandatory operations for users

Are users verified when logging in or registering? I think if there is no major safety issue, try not to do it. The verification code will only appear when the user enters incorrectly a certain number of times. (It does not mean that there is a verification code from the beginning, nor does it mean that users are prohibited from logging in if they enter too many errors). But it seems that most of the time your technical partner will tell you that there is a big problem with "security", so many times we cannot "condone the security frustration of the system for the sake of a good experience in details"...A brief analysis of website login interface design: design and The beauty of balance in interactive experience, some things about the Internet 4. Wrong password input memory

When the user enters a wrong password for the first time, the system will save the wrong password entered by the user after judging the error. When the user enters the wrong password again, the system will automatically prompt "Incorrect password" on the client. This reduces one misoperation by the user and also reduces one task submitted to the server. Because: the password input display is * and you cannot directly see the exact input result. In many cases, the user remembers it incorrectly or enters it incorrectly.

When AnyForWeb builds more attractive web forms for customers, we are always asking ourselves: Do I have the patience to fill out the form? What can be done to make the form easier for users? We won’t always find perfect answers to these questions, but if we keep thinking about these questions and experience our design from the user’s perspective, then we believe that at least the direction is right. In short, login and registration are "a door", a door that allows products and users to truly communicate with each other, and allows products to reflect more value to users.

So this door must be: wide enough, low enough, open all the time, remember every time you go in and out...

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What is the purpose of the <datalist> element? What is the purpose of the <datalist> element? Mar 21, 2025 pm 12:33 PM

The article discusses the HTML &lt;datalist&gt; element, which enhances forms by providing autocomplete suggestions, improving user experience and reducing errors.Character count: 159

How do I use HTML5 form validation attributes to validate user input? How do I use HTML5 form validation attributes to validate user input? Mar 17, 2025 pm 12:27 PM

The article discusses using HTML5 form validation attributes like required, pattern, min, max, and length limits to validate user input directly in the browser.

What is the purpose of the <iframe> tag? What are the security considerations when using it? What is the purpose of the <iframe> tag? What are the security considerations when using it? Mar 20, 2025 pm 06:05 PM

The article discusses the &lt;iframe&gt; tag's purpose in embedding external content into webpages, its common uses, security risks, and alternatives like object tags and APIs.

What is the purpose of the <progress> element? What is the purpose of the <progress> element? Mar 21, 2025 pm 12:34 PM

The article discusses the HTML &lt;progress&gt; element, its purpose, styling, and differences from the &lt;meter&gt; element. The main focus is on using &lt;progress&gt; for task completion and &lt;meter&gt; for stati

What is the purpose of the <meter> element? What is the purpose of the <meter> element? Mar 21, 2025 pm 12:35 PM

The article discusses the HTML &lt;meter&gt; element, used for displaying scalar or fractional values within a range, and its common applications in web development. It differentiates &lt;meter&gt; from &lt;progress&gt; and ex

What are the best practices for cross-browser compatibility in HTML5? What are the best practices for cross-browser compatibility in HTML5? Mar 17, 2025 pm 12:20 PM

Article discusses best practices for ensuring HTML5 cross-browser compatibility, focusing on feature detection, progressive enhancement, and testing methods.

What is the viewport meta tag? Why is it important for responsive design? What is the viewport meta tag? Why is it important for responsive design? Mar 20, 2025 pm 05:56 PM

The article discusses the viewport meta tag, essential for responsive web design on mobile devices. It explains how proper use ensures optimal content scaling and user interaction, while misuse can lead to design and accessibility issues.

How do I use the HTML5 <time> element to represent dates and times semantically? How do I use the HTML5 <time> element to represent dates and times semantically? Mar 12, 2025 pm 04:05 PM

This article explains the HTML5 &lt;time&gt; element for semantic date/time representation. It emphasizes the importance of the datetime attribute for machine readability (ISO 8601 format) alongside human-readable text, boosting accessibilit

See all articles