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...

Balancing User Needs with business goals when designing a product

Balancing the needs of users with business goals is a crucial aspect of product design and development. Achieving this balance ensures that the product is not only user-friendly and valuable but also aligns with the organization's objectives. Here's a step-by-step guide on how to achieve this balance: User Research and Understanding: 1. Start by conducting thorough user research to understand your target audience's needs, preferences, pain points, and behaviors. 2. Create user personas to represent different segments of your user base. This helps in keeping the user's perspective in mind during decision-making. Define Clear Goals: 1. Clearly define the business goals and objectives for the product. What are you trying to achieve? Increased revenue, customer engagement, market expansion, etc.? 2. Ensure that these goals are specific, measurable, achievable, relevant, and time-bound (SMART). Identify Overlapping Points: 1. Analyze the user research and business goals to i...

Techniques for User Research

User research is a crucial component of designing products and services that truly meet the needs and expectations of your target audience. Here are some techniques you can use to conduct effective user research: Surveys and Questionnaires:  Create online surveys or questionnaires to gather quantitative data about user preferences, behaviors, and demographics. Tools like Google Forms or SurveyMonkey can help you collect and analyze responses. Interviews: Conduct one-on-one interviews with users to gain deeper insights into their thoughts, feelings, and experiences. Structured, semi-structured, or unstructured interviews can help uncover user motivations, pain points, and desires. Focus Groups: Organize small group discussions with users to facilitate open conversations and gather diverse perspectives. This technique is particularly useful for exploring group dynamics and uncovering shared opinions. Observational Studies: Observe users as they interact with your product or a simi...