TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

CalendarPicker: a new concept for date selection.

41 点作者 robicch大约 15 年前

10 条评论

jister大约 15 年前
&#62;&#62; the next/prev buttons are no fashionable: now you can hide them!<p>So how will the user know that they must use the mouse wheel to navigate pre/next year or months? For me, it's not good usability-wise.
评论 #1249821 未加载
评论 #1249701 未加载
评论 #1249675 未加载
评论 #1249651 未加载
IgorPartola大约 15 年前
Pair that with the jQuery timepickr: <a href="http://haineault.com/media/jquery/ui-timepickr/page/" rel="nofollow">http://haineault.com/media/jquery/ui-timepickr/page/</a><p>It's not bad with the year and the month view. I would have the year slide left and right, not just switch because that makes it look like nothing happened at first.<p>The actual date picker is a bit awkward since it's not a traditional calendar. It's a lot easier to figure out whether the 7th of the month is a Tuesday or a Wednesday by seeing which column it's in rather than what is written underneath it. That way you would have a much cleaner view as well.
评论 #1249948 未加载
webwright大约 15 年前
Interesting experiment, but not a win.<p>For a new UI to be a success, it needs to be faster for the user to USE or faster for the user to LEARN. The former is more important for tools with repeat users (like a mail app), the latter is more important for sites with transitory users. You could argue that it could perform okay on the former point IF you ignore the meaningful population of people who use trackpads or mobile devices... But how can you possible argue that ignoring that population is a good idea?
JeffJenkins大约 15 年前
I like the idea of letting you jump through multiple months at once, but I think it should show all of the days in the month. If you aren't looking for something in the span initially shown, you're probably looking for something just beyond that. If you start changing the month around it could be anywhere that you want and extra clicks are added to find the right day to select.
评论 #1249648 未加载
est大约 15 年前
Who else think the wheel direction is inverted?
评论 #1250726 未加载
评论 #1249745 未加载
评论 #1249802 未加载
评论 #1249943 未加载
评论 #1249727 未加载
tvon大约 15 年前
On a related note, drop-down date selection has always driven me nuts. Isn't it easier to type "1977" than to find it in a drop-down? Isn't it easier to type "1 &#60;tab&#62; 17 &#60;tab&#62; 1977" than to select each in a drop-down?<p>Drives me nuts, mostly when clients request the drop-down over the text field...
评论 #1250103 未加载
评论 #1250797 未加载
jsonscripter大约 15 年前
It needs some easing and transitions to let the user know what's happening.<p>Maemo has a similar date picker, by the way. It's vertically, and the scrolling is more intuitive partially due to this fact.
mavroprovato大约 15 年前
It's nice, but it really needs keyboard navigation...
评论 #1249683 未加载
danfitch大约 15 年前
It is really missing Monday - Friday. Otherwise I like the idea.
davidedicillo大约 15 年前
it looks nice, but i don't think it's a good example of UX