a scripting language that allows web pages to present dynamic content to users, such as validation of web forms or automatic saving of data to reduce frustration or to allow visual effects otherwise impossible with HTML.
2
votes
5answers
2k views
How to display the hierarchical data [closed]
Some real ui javascript library wanted!
I have to display some hierarchical data on the web page. It should not be a classical tree view with the text items. I am looking for a graphical ...
8
votes
3answers
3k views
Best design for displaying list under a list of items ?
I have a list of items in a database and i display 10 items with some additional details at a time(as table rows). I use next & previous buttons to fetch the remaining items.
This part has been ...
12
votes
4answers
341 views
Is it ok to add content when the users selects and “copies” something on the page?
Some websites (using tools like tynt) have started to add something a little surprising at first : When the reader copies part of the article or blog post, something, say the url of the piece, is ...
8
votes
9answers
789 views
Drawbacks of auto “focusing” on a web page's text field (JavaScript)
Do you guys know any drawback of focusing on a text field on a web page ?
It's pretty useful when you know users will use this text field more than others (like on the google homepage), but it's a bit ...
8
votes
2answers
134 views
What's the official name of concept of input boxes with tags?
I'm looking for an implementation and the (official) name of this kind of control where it's a inputbox where we can add multiple tags into it. By example, it is used in JIRA like this capture (and ...
4
votes
2answers
259 views
What happens when the focus rectangle isn't clear?
I get a lot of clients that comment that the focus box isn't obvious enough in some browsers. Is it common and good practice to make it more obvious? If so, how exactly do people do this?
2
votes
6answers
431 views
What would be the benefits of knowing JavaScript as a UI/UX designer?
I'm a UI/UX designer and work for a start-up creating a web-based application serving a specific target audience. Although not required for my job, I'm trying to teach myself JavaScript and would like ...