Skip to main content

UX patterns for dates

Generally, users are quite fast at entering dates into input fields rather than selecting one from date picker. One reason why many web applications provide date pickers is that user may not be accurate about what date would it be on next Thursday.

The best approach would be allowing the user to enter/type date, and show a date picker on mouse focus. While using this pattern you have to make sure that the validations are working just fine as the user may enter dates in different formats such as:
01/01/1956
1/1/1956
01/01/56



Date & Time
In many situations date and time is combined together and many designer find a way to implement it in a better way every time. Here are some best ways to implement the date and time controls together:

Display the dates of course where students can apply as per their schedule considering they don't have to select from different months and the time is fixed:











Comments

Popular posts from this blog

Mobile app notifications for business meetings

Annoying notification is one of the top reasons why people uninstall mobile apps, so the notification designers have to be very careful while designing their behavior. At first the app should ask users as to when they would like to be reminded about the meetings, because the user behavior  vary; some people might want to be reminded a day before and also 30 minutes before the meeting starts as they might have to prepare for the meeting; and some people might be just ready to jump into the meeting without any delay so they would want to set the reminder to 5 minutes. So, let the user set time to receive a notification. Once the notification is on screen; the user should be able to dismiss it or open the meetings app - this feature can be used with the slide option. In case if the user doesn't attend the meeting and the meeting time is over, then the notification should still sit on screen but in negative state to let the user know that he/she has missed it. And there shou...

Questions for Usability Testing

Layout design  What is your first impression of this design/layout? What do you notice first when you look at this screen/page? Did you have any trouble understanding the interface? Design clarity  How would you rate the clarity of the instructions/guidance provided? Do the options/buttons/links make sense to you? Are there any terms or language used that are unclear? Were there any elements on the screen that distracted you or seemed unnecessary? Design look and feel  How did using this product make you feel? Were there any moments of frustration or delight while using this product? How does the overall aesthetic appeal to you? How would you describe the tone and language used in the product? How would you describe the overall look and feel of the interface? Does anything stand out to you immediately as either positive or negative? Findability and navigation experience  Were you able to find all the necessary information to complete this task? How easy or difficult ...

The importance of usability testing in design process

Usability testing is a crucial and integral part of the design process, regardless of whether you're designing a physical product, a digital application, a website, or any other user-centric solution. It involves observing real users as they interact with your design prototype or product to evaluate its usability, identify potential issues, and gather valuable feedback. Here are some key reasons why usability testing is of utmost importance in the design process: 1. User-Centered Design: Usability testing places the user at the center of the design process. By involving actual users, you gain insights into how real people interact with your design, which helps you create solutions that cater to their needs, preferences, and behaviors. 2. Identifying Pain Points: Usability testing helps you uncover usability issues and pain points that might not be apparent during the design phase. Users might struggle with navigation, encounter confusing interfaces, or face difficulties in comple...