We are excited about the launch of our Yahoo! Design Patterns Library <http://developer.yahoo.net/ypatterns/index.php> . While our internal patterns site is...
2
Gilbert Lee
gilbertglee
Feb 14, 2006 3:49 am
Great work! I hope to see more soon :) One navigation suggestion I have is some kind of linear navigation within the details so I can go to the next design...
3
Dominik Schwind
d_schwind
Feb 14, 2006 8:41 am
Great work, I just scanned through the two libraries and have to say: You guys rock. :) Thanks....
4
Sanat Gersappa
sanatgersappa
Feb 14, 2006 8:55 am
Beautiful and Brilliant! Thanks a ton. Sanat....
5
Nate Koechley
nate.koechley
Feb 14, 2006 9:30 am
Thanks for the words of encouragement Gilbert and Dominik. We're all really looking forward to discussing, designing, and developing these libraries with you...
6
kenyon7_aida
Feb 14, 2006 5:06 pm
I'd be curious to get feedback/thoughts on how the public Yahoo! Pattern Library can work in conjunction with an organization39;s existing styleguide/pattern...
7
erin malone
erinmalone
Feb 14, 2006 6:08 pm
Great question. Internally, we have our style guide totally separated from the Pattern Library. The library - and patterns in general - are solutions to ...
8
billwaynescott
Feb 14, 2006 6:09 pm
... I think a good approach would be to reference aspects of the pattern library that illustrate your point. Or if a particular pattern matches your need...
9
Lisa Seaman
lisaannseaman
Feb 14, 2006 6:14 pm
Hi, I just joined the group today and looked at some of the patterns. I'm particularly interested in patterns for login, login status, forgotten password, and...
10
Todd Kennedy
crackjunkie
Feb 14, 2006 6:22 pm
There's a pretty decent login pattern here: http://www.welie.com/patterns/showPattern.php?patternID=login...
11
billwaynescott
Feb 14, 2006 6:40 pm
... The list of patterns in the left nav is not exhaustive. As well things may get re-categorized over time. We have sign-in patterns on our internal Yahoo!...
12
Bjorn
btipling
Feb 15, 2006 12:25 am
I was just thinking that a wiki would be great to have for this group. I've seen the Mozilla wiki ( http://developer.mozilla.org/ ), which is pretty amazing,...
13
Jenifer Tidwell
tidwell_jenifer
Feb 15, 2006 5:14 am
To kick off a little discussion... I'm curious about the kind of testing you've done at Yahoo! with some of your patterns. Can you support your patterns with...
14
billwaynescott
Feb 15, 2006 6:22 am
Hey Jenifer! First, I want to say that I feel greatly indebted to your work! I have been following your progression from Common Ground up to your wonderful...
15
billwaynescott
Feb 15, 2006 6:23 am
Sounds like a good idea. I will pass it along....
16
erin malone
erinmalone
Feb 15, 2006 8:34 pm
Jenifer - these are all really good questions. For some of the patterns - particularly going forward the ones with code - we do baseline testing with users,...
17
tlyczko
Feb 16, 2006 8:12 pm
Access 2003 and VB.NET have a NotInList event which permits the developer to write code for what will happen if the end user types something that is not in the...
18
Oliver Lindberg
oliver_lindberg
Feb 21, 2006 3:40 pm
Hi there, I’m staff writer on the UK’s .net magazine, a consumer monthly aimed at web designers/developers and anybody who’s unhealthily obsessed with...
19
dianecalbert
Feb 21, 2006 6:23 pm
i work for the engineering dept of a private convenience store chain and we're just beginning to formulate usability as a major player in our internal...
20
billwaynescott
Feb 21, 2006 9:25 pm
Lots of good comments on the blog posting about the Breadcrumb pattern. I am summarizing these comments here. Please feel free to pick up on any of these...
21
billwaynescott
Feb 21, 2006 9:26 pm
Thanks Oliver, I have replied in a separate email. -- Bill ... aimed at web designers/developers and anybody who's unhealthily obsessed with the web. We've got...
22
billwaynescott
Feb 21, 2006 9:30 pm
I will post this on the ydn-javascript group which is the Yahoo! User Interface Library discussion group. You might want to subscribe there and watch for...
23
billwaynescott
Feb 21, 2006 9:33 pm
Excellent, keep us posted over time on what patterns have helped you. Also, what patterns would you like to see expounded? -- Bill...
24
gfisher365
Mar 1, 2006 4:00 pm
I had been dreaming for sometime that someday some kind soul would provide a documentation generator for JavaScript, similar to the one I use in Java. My dream...
25
Kühle Markus
markus_kuehle
Mar 1, 2006 4:27 pm
Ahoi, What is about http://jsdoc.sourceforge.net <http://jsdoc.sourceforge.net/> ? In the generated JavaScript documentation like...
26
gfisher365
Mar 1, 2006 6:04 pm
Failed to spot the link. Thanks ... <http://jsdoc.sourceforge.net/> ? ... 'http://developer.yahoo.net/yui/dragdrop/docs/index.html' there is a link on every...
27
robert@...
Mar 4, 2006 4:39 am
Hi all, I am wondering where the code for these patterns is stored. I see many with no example code. Do I have to go and scape it from page it is used in? Rob....
28
erin malone
erinmalone
Mar 4, 2006 4:47 am
Code for the patterns will be added over time. We are not specifically in sync with the code library but the plans are to add the code over time and we are...
30
vicmatson
Mar 16, 2006 10:30 pm
I am interested in "Auto-Complete" in an online form. The script would need editing because I intend to include an actual address (Name, street, etc.) in...
31
Dan Malks
danmalks
Mar 17, 2006 3:02 pm
Vic, Are you looking for some technical details? This may help: http://formassembly.com/blog/ajax-makeover-adding-a-smart-type-ahead/ Were you looking for...