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.

learn more… | top users | synonyms

-2
votes
1answer
59 views

Can a dropdown in-email, like from G+, be implemented without special support from the email client? [closed]

Noticed today this great trinket from Google: in their notification emails upon new G+ followers, the recipient can add someone to a circle directly from a dropdown in the email. (See below). The ...
5
votes
1answer
57 views

Best Practices in keyboard navigation of JavaScript Controls?

Apparently "best practice" when creating DHTML widgets, such as menus etc., is to allow users to navigate to the widget using the tab key, and navigate within the widget using arrow keys. This follows ...
-3
votes
2answers
51 views

Javascript Demo Interface - Options? [closed]

I'm going to be working on a client project that involves me taking an array of User Interface screenshots and displaying them on a Demo Page. The goal is to get the vistor to interact with these ...
1
vote
1answer
68 views

Do dynamic height changes jar users on web page load?

When a web site loads, sometimes an element's height needs to be determined dynamically with javascript. This can happen with a responsive design where the width of a fluid element is not known until ...
0
votes
1answer
67 views

Records mouse activity and suggest topics of interest? [closed]

Is there any way to collect users mouse activity in browser? I need this information, so as I can suggest some topics which user might be interested in. I am planning to gather some information over ...
3
votes
1answer
180 views

Telling users passwords don't match and aren't strong enough

I have two functions in my user registration form One checks the password and confirmed password are the same. The other checks if the password is strong enough. I have two presentation related ...
8
votes
2answers
133 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 ...
8
votes
5answers
231 views

Looking for advice regarding a Web design involving 3-dimensional lists

I hope this is the right place for Web design advice; considering StackOverflow also, but not sure if pure design questions are welcome there? I'm trying to design a Web page that is to display ...
2
votes
2answers
72 views

Static tooltips vs tooltips that follow the mouse

This is for a debug app (programming) that prints additional information when the mouse is over a certain element. For example, the app can display a list of class methods. When the user mouse over a ...
-1
votes
2answers
123 views

What does ?v2 mean after a file extension [closed]

A site I get on allot has updated a few of their files, and I wanted to know the meaning of them. For example, their CSS, and majority of their images. Before their update, the file was called ...
9
votes
2answers
234 views

Whats the best way to present a time duration to user?

We're trying to implement the most effective method of displaying duration it takes for user to complete a puzzle. Looking for simplicity and accuracy. I've added two examples that we've been working ...
7
votes
2answers
128 views

browser geolocation: offer to user automatically?

I have web where content depends a lot on users geolocation. So it would be really nice to use W3C Geolocation API. When I do that, user is asked by browser authorization bar whether allow geolocation ...
-2
votes
1answer
92 views

What's the best User Interface to browse data organized by Graphs [closed]

working on a web app, i have a lot of datas organized by graphs instead of trees, what's the most usable user interface to browse and manage them? i will use html5 and javascript.
4
votes
2answers
181 views

User-friendlier dropdowns with hoverIntent?

Is it a good idea to use hoverIntent (which introduces a slight movement-predicted delay to prevent accidental hover-offs) for user-friendlier dropdowns? ...
-5
votes
1answer
167 views

Dashboard designing [closed]

Can any one suggest good design for dashboard? I have already added news,events,aanouncements,holidays,birthdays of employees,joke and thought. But I need more elements.

1 2 3
15 30 50 per page