active questions tagged usability - Stack Overflowmost recent 30 from stackoverflow.com2009-11-26T13:18:48Zhttp://stackoverflow.com/feeds/tag/usabilityhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1802655/top-k-problem-finding-usage-for-my-academic-work1Top k problem - finding usage for my academic workDinGODzilla2009-11-26T09:46:13Z2009-11-26T12:54:59Z
<h2><strong><code>Top</code></strong> <strong><em><code>k</code></em></strong> problem - searching BEST <em><code>k</code></em> (3 or 1000) elements in DB</h2>
<p>There is fundamental problem with relational DB, that to find <code>top k</code> elems, there is a need to process ALL rows in table. Which make it <strong><em>useless</em></strong> on big data. </p>
<p>I'm making application (for university research, not really my invention, I'm implementing and trying to improve original idea) that <strong>allows you to effectively find <code>top k</code> elements by visiting only 3-5% of stored data</strong>. Which make it <strong><em>really</em></strong> <strong>fast</strong>.</p>
<p>There are even <strong><em>user preferences</em></strong>, so on some domain, you can specify function that specify best value for user and aggregation function that specify most significant attributes.</p>
<p><hr></p>
<p><em>For example DB of cars: attributes:(price, mileage, age of car, ccm, fuel/mile, type of car...) and user values for example</em> <strong>10*price + 5*fuel/mile + 4*mileage + age of car</strong>, <em>(s)he doesn't care about type of car and other.</em> - this is aggregation specification</p>
<p><em>Then for each attribute (price, mileage, ...), there can be totally different "value-function" that specifies best value for user. So for example (price: lower, the better, then value go down, up to $50k, where value is 0 (user don't want car more expensive than 50k). Mileage: other function based on his/hers criteria, ans so on...</em></p>
<p><hr></p>
<p>You can see that there is quite freedom to specify your preferences and acording to it, <code>best k</code> elements in DB <strong>will be</strong> found quickly.</p>
<p>I've spent many sleepless night thinking about <em>real-life</em> usability. Who can benefit from that query db? But I failed to whomp up anything and sticking to only academic write-only stance. :-( I hope there <em>can</em> be some real usage for that, but I don't see any....</p>
<h3>.... do YOU have any idea how to use that in real-life, real problem, etc...</h3>
<p><hr></p>
<p><em><code>I'd love to hear from You.</code></em></p>
http://stackoverflow.com/questions/1793993/showing-a-secure-password-dialog-on-a-web-page0Showing a secure password dialog on a web pageBart van Heukelom2009-11-25T00:49:45Z2009-11-25T20:12:31Z
<p>I've built a Single-Sign-On system for our web network. It works like this:</p>
<ul>
<li>User clicks a login link on the site he wants to log in to (the "Unsafe Site"). The unsafe site's ID is passed in the URL.</li>
<li>He ends up on the system's (called "RAS") login page. This is on it's own domain, and may in the future get HTTPS, so the user can see his data is secure.</li>
<li>The user logs in. A "session" is made on the server which holds the user ID, the unsafe site ID and an expiry time.</li>
<li>The user's browser is redirected back to the unsafe site. The ID of the newly created session is passed as an URL parameter.</li>
<li>The unsafe site sends a request for the user's data to RAS. It includes the session ID and some credentials which will identify and authenticate the unsafe site on RAS. (Note that the user and his browser are left completely out of this)</li>
<li>The users's data (without the password) is returned to the unsafe site. The unsafe site then stores this in it's own session, or whatever, it doesn't matter.</li>
</ul>
<p>(to see it in action, go to e.g. cncguild.net and click the login link near the top)</p>
<p>As you can see, this is pretty secure. At no point does the unsafe site have access to the user's password.</p>
<p>However, regarding usability, we'd like to better integrate the login process with the unsafe sites. The way to do this is to, instead of doing the whole "send to login page and redirect back", open up a popup of sorts. I currently see three possible method to do this:</p>
<ul>
<li><p>Add an overlay div with the login form. Use AJAX to communicate with RAS until the login is complete and the client-side code receives the session ID. It can then handle the getting of the user data by sending this session ID to it's own server-side code (through a refresh or AJAX). While this would result in the best usability, there are some huge security pitfalls:</p>
<ul>
<li>The unsafe site's Javascript has access to the password</li>
<li>While the user can check the source to see if it tries to steal it, who seriously does that?</li>
</ul></li>
<li><p>Instead of putting the form in the same HTML document, let the overlay div contain an iframe with the login page.</p>
<ul>
<li>This hides the password from the unsafe site (if the browser has decent iframe Javascript security policies)</li>
<li>There are no obvious browser interface markers to show the user that it's so. A malicious unsafe site author could therefore construct his own copy of the login form that looks exactly the same, but is not actually in an iframe.</li>
<li>There is no way to communicate the session ID back to the unsafe site except for a refresh. No fancy AJAX logging in on the unsafe site possible.</li>
</ul></li>
<li><p>Opening the login page in a real popup (window.open)</p>
<ul>
<li>URL and HTTPS icon are clearly displayed</li>
<li>It can be real ugly. I'm not sure if the usability does actually benefit a lot relative to the way it works now.</li>
</ul></li>
</ul>
<p>What are your opinions on each of these three options? Of course, I expect ridicule of the first option. It rips the security to pieces. I've included it for completeness' sake.
More options are also welcome</p>
http://stackoverflow.com/questions/1795675/long-running-app-how-handle-errors0Long running App, how handle Errors?Andreas Hoffmann2009-11-25T09:21:28Z2009-11-25T14:37:05Z
<p>Hi,</p>
<p>i have to implement a Info Terminal. I choose dot.net and the terminal is only a touchpad.
So this System running 7 days 24 hours.</p>
<p>So i call a Webservice, display Data, show Website stuff. Many things can going wrong.</p>
<p>Have you some recommendations for this scenario?
Every function in an try catch? AppDomain.CurrentDomain.UnhandledException event?</p>
<p>Thanks Andreas</p>
http://stackoverflow.com/questions/1100579/what-are-some-great-web-sites-that-are-the-best-for-the-user-interface3What are some great web sites that are the best for the User Interface?CodeToGlory2009-07-08T21:17:10Z2009-11-24T13:20:01Z
<p>I am looking for nice looking sites that are good in terms of look and feel as well as usability.</p>
http://stackoverflow.com/questions/1770114/what-are-some-methods-of-analyzing-a-website-for-user-experience-usability-and2What are some methods of analyzing a website for user experience, usability, and accessibility?lhnz2009-11-20T12:18:34Z2009-11-21T21:20:10Z
<p>I'm a recent graduate who is looking to get a job doing user experience. Next week, I have a technical interview in which I will be given a website and will have to talk about its usability issues as well as come up with ways of improving the user experience. I feel I have the natural skills to do this and have been doing a fair amount of reading into the subject, but I would like some further advice on how to effectively critique different kinds of websites.</p>
<p>Does anybody have any suggestions of common faults I should look out for, or advice on ways of structuring my evaluation in order that it is relatively air-tight and I do not miss anything <em>obvious</em>?</p>
<p>As I've said before, I'm already doing a lot of reading and I realize that practice makes perfect. However, I'm hopeful that those that have long-term experience with this can help me by imparting their wisdom on gotchas, common issues, and what to look out for in a good/bad website.</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/116736/what-event-to-trigger-javascript-form-field-validation-and-formatting5What Event to Trigger Javascript Form Field Validation and Formatting?bmb2008-09-22T18:50:24Z2009-11-20T21:43:52Z
<p>Let me first say, we validate every field on the server side, so this a question
about client-side usability.</p>
<p>What is the conventional wisdom on <em>exactly when</em> to validate and format html form input fields using javascript?</p>
<p>As an example, we have a phone number field. We allow numbers, spaces, parentheses, and hyphens. We want the field to have ten digits. Also, we want the field to look like (123) 456-7890, even if the user doesn't type it that way.</p>
<p>It seems like we can</p>
<ul>
<li>Validate and format it when the user
exits the field.</li>
<li>Validate and format
on every character entered.</li>
<li>Intercept keystrokes and prevent the
user from entering characters that are wrong.</li>
<li>Some combination of the above (e.g.
format on entry and validate on exit, prevent on entry and format on exit, etc.)</li>
<li>[<strong>Added</strong>] Wait and do all the validation and formatting when the user clicks submit.</li>
</ul>
<p>I've seen it done all of these ways, but I can't find information about what
is best (or even generally accepted) from a usability perspective, and more importantly, why. </p>
<p>[<strong>Edit</strong>: Some clarification]</p>
<p>We are absolutely not enforcing any format standards. When I say format, I mean we'll use javascript to rewrite things so they look nice. If the user types 1234567890, we'll change it to (123) 456-7890. There are no "formatting rules" that can fail.</p>
<p>I distinguish this from validation because if they don't type enough numbers, we have to make them fix it.</p>
<p>I guess I should rephrase the question as "what is the conventional wisdom on exactly when to validate and exactly when to format...?</p>
<p>Good info in the answers so far!</p>
<p>--<br />
bmb</p>
http://stackoverflow.com/questions/1771765/collecting-usage-data-for-a-desktop-application1Collecting usage data for a desktop applicationlfaraone2009-11-20T16:50:47Z2009-11-20T17:03:47Z
<p>Hi,</p>
<p>I'm going to be running some large scale usability tests of my software for a science project. We have a lab of about 30 computers running Windows XP. Our application is written in <a href="http://python.org" rel="nofollow">Python</a> and <a href="http://pygtk.org" rel="nofollow">PyGTK</a>. </p>
<p>We want to be able to collect the following without staff intervention (automatically on our application start):</p>
<ul>
<li>A recording of the user session (a la <a href="http://recordmydesktop.sf.net" rel="nofollow">GtkRecordMyDesktop</a>)</li>
<li>All tracebacks and errors produced by our application</li>
<li>Amount of time till the user reaches a certain point in the application. </li>
<li>A short survey presented at application exit</li>
</ul>
<p>I think the last point is pretty straightforward, and I know how I'd store the data, but I don't know how I'd implement the other points. </p>
http://stackoverflow.com/questions/1737773/tooltips-in-the-era-of-touch6Tooltips in the era of touchStefano Borini2009-11-15T15:12:08Z2009-11-20T05:07:12Z
<p>Tooltips are an incredibly useful interface paradigm to know an application. They are the mapping between the visual control and the application specific action associated to that control. the user can explore the action without invoking it just by hovering the mouse pointer.</p>
<p>The touch devices make this paradigm basically impossible. this limits the usability of the app, which becomes in some cases pretty mysterious. </p>
<p>Do you know if a substitute for the tooltip concept exists for touch devices? they effectively lack one degree of freedom in ui interaction: the pointer position. how to regain this communication channel effectively? </p>
http://stackoverflow.com/questions/1147539/ideas-for-ui-design-for-editing-organizational-hierarchies0Ideas for UI design for editing organizational hierarchiesGuy C2009-07-18T13:26:54Z2009-11-19T21:03:38Z
<p>I am working on an Rails app which has an admin section for setting up organisations. The hierarchy of which is:</p>
<ul>
<li>Organisation
<ul>
<li>Area Office
<ul>
<li>Division
<ul>
<li>Department</li>
</ul></li>
</ul></li>
</ul></li>
</ul>
<p>I have used ActiveScaffold to knock together something really quick, but it makes for a pretty horrid UI. To edit/add a department, I have find the organisation in the table, click a link that opens a nested table of the approriate Area Offices, click another link and get another nested table, finally click one more link to get the Department table.</p>
<p>I wonder if there are any better ideas for the appropriate design of this UI?</p>
http://stackoverflow.com/questions/1753594/are-there-any-guidelines-as-to-when-links-should-open-in-a-new-window0Are there any guidelines as to when links should open in a new window?Jitendra2009-11-18T04:16:26Z2009-11-18T04:49:45Z
<p>Do the WCAG or W3C provide any guidelines regarding when hyperlinks should open in new windows?</p>
http://stackoverflow.com/questions/1750111/why-scroll-wheel-is-so-rare-on-keyboards-1Why scroll wheel is so rare on keyboards? [closed]Fedyashev Nikita2009-11-17T16:35:50Z2009-11-17T16:51:43Z
<p>I find it very useful when working with code. It really speeds up my text manipulation. I think that is much faster to select some vertical block of code with scroll when than with keys.</p>
<p><img src="http://i.imgur.com/mPqaG.jpg" /></p>
<p>But I hardly can name a few of those keyboards. Why are they so rare? How can I get a new one?</p>
http://stackoverflow.com/questions/1741700/how-to-write-good-alt-text-for-images-to-help-screen-reader-and-blind-user-to-und4How to write good alt text for images to help screen reader and blind user to understand what is picture about ?Jitendra2009-11-16T11:47:40Z2009-11-16T21:51:35Z
<p>How to write good alt text for images to help screen reader and blind user to understand what is picture about ? and if we are using Alt text then what should be in a Title="text" if we are using both in special cases like menu images etc</p>
http://stackoverflow.com/questions/1737013/how-can-i-make-this-python-code-more-usable-and-readable1How Can I Make This Python Code More Usable And Readable?Codygman2009-11-15T08:43:10Z2009-11-15T23:05:56Z
<p>Beginner in python, but been programming for about 5 years now. I suspect I have a lot to learn about doing things the object oriented way, but I know the basics. I planned on programming a calculator that shows it's work for the challenge and knowledge i'll gain from it. I just started and this is what i've got, and it just looks really ugly to me. How would you have done it differently?</p>
<p>P.S. This is just a simple script to take the problem from inside parenthesis, add it up, show the work, then evaluate the full problem.</p>
<pre><code>import re
def EvalParenths(problem):
contents = ""
if re.match( "\(", problem):
contents = re.match("(\(.*\))", problem)
parenthsAnswer = contents.group(0)
problem = problem.replace(parenthsAnswer, '')
print " \ \n " + str(eval(parenthsAnswer)) + problem
problem = problem.replace(parenthsAnswer, '')
answer = eval(parenthsAnswer+problem)
print " \ \n " + str(answer)
else:
print "Didn't Find Parenthesis"
def ProblemHasParenths(problem):
return re.match( "\(", problem)
"""""
Example Problem: (12/4)*2
"""""
problem = raw_input()
if ProblemHasParenths:
EvalParenths(problem)
</code></pre>
http://stackoverflow.com/questions/1508781/how-do-i-get-a-job-in-ux-or-usability3How do I get a job in UX or Usabilitysfusion2009-10-02T10:31:55Z2009-11-15T19:06:48Z
<p>I currently work as a backed developer but over the years have developed an interest in usability and user experience.</p>
<p>What would you recommend as steps of:</p>
<ol>
<li>Improving my knowledge and skills</li>
<li>Getting a job in usability/ux</li>
</ol>
http://stackoverflow.com/questions/878999/flex-itemrenderer-prevents-use-of-tabbing-between-text-inputs0Flex ItemRenderer prevents use of tabbing between text inputsAdam Tuttle2009-05-18T17:56:58Z2009-11-14T01:57:55Z
<p>I have a custom <strong>ItemRenderer</strong> that displays 5 text inputs in each of 3 panels:</p>
<pre><code><?xml version="1.0" encoding="utf-8"?>
<mx:VBox
xmlns:mx="http://www.adobe.com/2006/mxml"
height="300"
width="800"
creationComplete="onCreationComplete()"
>
<!-- code-behind -->
<mx:Script source="ChainListRenderer.mxml.as" />
<mx:Label text="{data.title}" fontSize="25" fontWeight="bold" width="100%" textAlign="center" />
<mx:HBox>
<mx:Panel id="triggerPanel" title="Trigger" width="260">
<mx:VBox id="tpBoxes" width="100%" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5">
<mx:TextInput id="trigger1" width="100%" textAlign="left" tabIndex="0" tabEnabled="true" />
<mx:TextInput id="trigger2" width="100%" textAlign="left" tabIndex="1" tabEnabled="true" />
<mx:TextInput id="trigger3" width="100%" textAlign="left" tabIndex="2" tabEnabled="true" />
<mx:TextInput id="trigger4" width="100%" textAlign="left" tabIndex="3" tabEnabled="true" />
<mx:TextInput id="trigger5" width="100%" textAlign="left" tabIndex="4" tabEnabled="true" />
</mx:VBox>
</mx:Panel>
<mx:Panel id="linkPanel" title="Link" width="260">
<mx:VBox id="lpBoxes" width="100%" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5">
<mx:TextInput id="link1" width="100%" textAlign="left" tabIndex="5" tabEnabled="true" />
<mx:TextInput id="link2" width="100%" textAlign="left" tabIndex="6" tabEnabled="true" />
<mx:TextInput id="link3" width="100%" textAlign="left" tabIndex="7" tabEnabled="true" />
<mx:TextInput id="link4" width="100%" textAlign="left" tabIndex="8" tabEnabled="true" />
<mx:TextInput id="link5" width="100%" textAlign="left" tabIndex="9" tabEnabled="true" />
</mx:VBox>
</mx:Panel>
<mx:Panel id="answerPanel" title="Answer" width="260">
<mx:VBox id="apBoxes" width="100%" paddingBottom="5" paddingLeft="5" paddingRight="5" paddingTop="5">
<mx:TextInput id="answer1" width="100%" textAlign="left" tabIndex="10" tabEnabled="true" />
<mx:TextInput id="answer2" width="100%" textAlign="left" tabIndex="11" tabEnabled="true" />
<mx:TextInput id="answer3" width="100%" textAlign="left" tabIndex="12" tabEnabled="true" />
<mx:TextInput id="answer4" width="100%" textAlign="left" tabIndex="13" tabEnabled="true" />
<mx:TextInput id="answer5" width="100%" textAlign="left" tabIndex="14" tabEnabled="true" />
</mx:VBox>
</mx:Panel>
</mx:HBox>
</mx:VBox>
</code></pre>
<p>Unfortunately, when used as an ItemRenderer, tabbing between the text inputs doesn't work, even with the tabIndex values above. If I copy this code to an MXML application of its own, tabbing between text inputs works as expected.</p>
<p>Does anyone know how to restore tabbing in this scenario? It will be a shame if I have to release this app without such a simple usability element.</p>
<p>I suppose I may need to implement <code>mx.managers.IFocusManagerComponent</code>, but I can't find any examples on how to do that, and the <a href="http://livedocs.adobe.com/flex/3/langref/mx/managers/FocusManager.html" rel="nofollow">FocusManager docs</a> aren't helping either.</p>
http://stackoverflow.com/questions/1729162/can-anyone-recommend-a-mouse-tracking-recording-service-for-usability-studies1Can anyone recommend a mouse tracking/recording service for usability studies?Ad Taylor2009-11-13T13:20:08Z2009-11-13T13:26:10Z
<p>I am after a service like userfly, that is not userfly. Userfly is renders the site badly and means the information is unreliable. </p>
http://stackoverflow.com/questions/1726720/what-patterns-or-idioms-exist-for-gui-requring-user-to-provided-4-distinct-sets1What patterns or idioms exist for GUI requring user to provided 4 distinct sets of login creditials?bn2009-11-13T02:16:39Z2009-11-13T02:32:55Z
<p><strong>Background:</strong></p>
<p>The application I am working on happens to be web-based, but the question applies to any GUI. I need to request three distinct pieces of information from the user four times -- each set is for one of four servers. There is no commonality between the sign-on for each server, or in other words, the four sets of credentials are unique.</p>
<p>Single-sign-on after the initial logins are done is available. Once the user logs into a server, the status is persisted on the main view of the application.</p>
<p>This is currently implemented via four separate links, that upon clicking, display a pop-up dialog for the user to enter in their information for the corresponding server they selected. </p>
<p><strong>Question</strong>:</p>
<p>I was considering this design and trying to think of a way to make the multiple login process easier on the user. I have a few ideas, but wanted to first see if they compared to what ideas of the collective consciousness of the stackoverflow community might have.</p>
<p>Thanks for the help,</p>
<p>-bn</p>
http://stackoverflow.com/questions/1495032/do-we-really-need-email-confirmation8Do we really need email confirmation?Vasil2009-09-29T21:25:17Z2009-11-06T11:14:33Z
<p>I've gotten into a habit of using the standard register->send activation email->activate account process for every site that supports user authentication and free registration without questioning if I really need this.</p>
<p>What are your thoughts on this? If I have captcha on the registration form is the email confirmation process really necessary?</p>
<p>EDIT:</p>
<p>OK, so the general consensus seems to be that by getting the users to confirm the email they entered I'll keep them away from putting someone else's email in there.
What about when I let users edit their profile/settings and they enter another email?
If I need to keep them away from entering other people's addresses then I'd need to confirm that email address (by temporarily deactivating their accoun)t every time they change it.</p>
http://stackoverflow.com/questions/1682175/periodic-refresh-or-polling0Periodic refresh or pollingjamal2009-11-05T17:22:29Z2009-11-06T11:03:16Z
<p>I am trying to use periodic refresh(ajax)/polling on my site by XMLHttp(XHR) to check if a user has a new message on the database every 10 seconds, then if there is inform him/her by creating a div dynamically like this:
<pre><code>
function shownotice() {
var divnotice = document.createElement("div");
var closelink = document.createElement("a");
closelink.onclick = this.close;
closelink.href = "#";
closelink.className = "close";
closelink.appendChild(document.createTextNode("close"));
divnotice.appendChild(closelink);
divnotice.className = "notifier";
divnotice.setAttribute("align", "center");
document.body.appendChild(divnotice);
divnotice.style.top = document.body.scrollTop + "px";
divnotice.style.left = document.body.scrollLeft + "px";
divnotice.style.display = "block";
request(divnotice);
}</p>
<p></pre></code>
Is this a reliable or stable way to check message specifically since when I look under firebug,a lot of request is going on to my database?Can this method make my database down because of too much request?Is there another way to do this since when I login to facebook and check under firebug ,no request is happening or going on but I know they are using periodic refresh too...how do they do that?</p>
http://stackoverflow.com/questions/1681961/displaying-sorted-data-in-multiple-columns1displaying sorted data in multiple columnstpk2009-11-05T16:50:16Z2009-11-05T23:32:48Z
<p>Suppose I'm trying to displaying all US states in two columns, ordered alphabetically. Which approach is better from the usability standpoint?</p>
<p>Is it sorting horizontally, like: </p>
<pre><code>Alabama | Alaska
Arizona | Arkansas
Colorado | Connecticut
Delaware | Georgia
</code></pre>
<p>or is it vertically, like:</p>
<pre><code>Alabama | Montana
Alaska | Nebraska
Arizona | New Hampshire
Arkansas | New Jersey
</code></pre>
<p>I tried googling for an authoritative answer backed by some testing, but all I've found are opinions.</p>
<p>Is it just a personal preference thing and no option is better than the other?</p>
http://stackoverflow.com/questions/1000561/what-interview-questions-should-you-ask-of-a-user-experience-ux-developer-desig1what interview questions should you ask of a user experience (ux) developer/designerjohn unkas2009-06-16T10:01:59Z2009-11-05T16:24:43Z
<p>We are hiring a UX consultant, had a broadstrokes session with the company, liked their work, think the candidates are ok and now want a more concentrated interview with the specific UX consultant that will be embedded into the scrum team.</p>
<p>What questions should be asking that could weed out any dead weight candidates.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1674128/firefox-any-way-to-prevent-onload-focus-of-form-fields0Firefox - Any way to prevent onload focus of form fields? [closed]Jestep2009-11-04T14:35:24Z2009-11-04T14:45:50Z
<p>Is there any Firefox extension or built in configuration that will allow disabling onload focusing in text fields?</p>
<p>I do not want to disable javascript. I'm just sick of certain sites auto-focusing in their search box when I have no intention of searching.</p>
http://stackoverflow.com/questions/1656756/how-can-one-use-the-add-view-dialog-in-visual-studio-efficiently-when-working-w3How can one use the "Add view" dialog in Visual Studio efficiently when working with ASP.NET MVC?Marek2009-11-01T09:46:06Z2009-11-04T10:58:50Z
<p>Does anyone else think that the add view dialog in VS is useless or is it just me?</p>
<p>Why is there no search/filtering in there? I can not even paste the type name (without namespace) there to speed up the view creation.</p>
<p>Plus, there are a lot of irrelevant classes there, including classes from all referenced libraries.</p>
<p>Am I missing something or Microsoft never did any usability testing with that??</p>
<p>Is it possible to filter out types/assemblies in the dialog and/or better navigation compared to manually scrolling the combobox with all the types listed? Is it possible to include only types from a particular directory/assembly/namespace? (the ViewModels namespace for example)</p>
<p><hr /></p>
<p><b>EDIT:</b> As it seems from the answers that there is no usable workaround for this, I have filed a suggestion at Connect: <a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=507784" rel="nofollow">https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=507784</a></p>
<p>Please vote for the suggestion if you find this is an important issue.</p>
http://stackoverflow.com/questions/1671573/jquery-walkthrough-plugin0jQuery walkthrough pluginMark2009-11-04T03:46:01Z2009-11-04T05:55:37Z
<p>Is there a plugin that can help create javascript app/site walkthroughs?</p>
<p>If not, (I can't find any via google, though I could've sworn I knew of at least one), is it a good idea (for a moderately complex app)? How does it compare to screencasts? What are some best practice if you were to do one? And in general terms, what are some ideas for how to go about it.</p>
<p>Thanks in advance.</p>
<p>Edit: As an example, something like this I just found.
<a href="http://www.socialmedian.com/story/7818686/jira-now-has-a-live-walkthrough-demo-using-jquery" rel="nofollow">http://www.socialmedian.com/story/7818686/jira-now-has-a-live-walkthrough-demo-using-jquery</a></p>
http://stackoverflow.com/questions/1664701/how-do-you-stay-user-oriented-when-it-comes-to-your-long-term-project4How do you stay user-oriented when it comes to your long-term project?Mike B2009-11-03T01:28:29Z2009-11-03T16:04:46Z
<p>I've been working on a long-term project for over a year now and love every minute of it. However, I find myself getting increasingly out-of-touch with my users as my perspective of the same project is drastically different. </p>
<p>In my case, I know how to get from A-B very quickly in 5 different ways. But, if a typical user and I were placed in the same situation, I fear that I would not empathize enough to understand struggles with the user-experience or functionality.</p>
<p>How can I retain this empathetic view of my users whilst still knowing the inner-workings of the monster inside and out?</p>
<p>I'm looking for any tips/tricks that developers can use rather than hard-core UX testing with 3rd parties.</p>
http://stackoverflow.com/questions/1661023/force-jquery-autocomplete-from-array-modified-version-to-show-the-suggestions0Force jQuery-autocomplete (From Array, Modified version) to show the suggestions even if nothing is typedOmar Dolaimy2009-11-02T12:29:11Z2009-11-02T14:11:13Z
<p>Hi,</p>
<p>I have this version of jQuery-autocomplete: <a href="http://www.pengoworks.com/workshop/jquery/autocomplete.htm" rel="nofollow">jQuery Autocomplete Mod</a>, It's cool with me till the moment But I'd like to get slight customization of it:</p>
<p><strong>I want <code>onclick</code> a list appears holding all of the possible suggestions! even if there is nothing in the input box</strong></p>
<p>Somethings you should know:</p>
<ul>
<li>I have a problem with the 'Traditional' Html ComboBox since I have to customize it with pictures and something like that. </li>
<li>I'm not using it with AJAX instead from a pre defined Array
<code>$('#inputbox').autocompleteArray();</code></li>
<li>I want to use it like <code>Dropdown list with auto complete</code> more than <code>Ajax autocomplete</code>. So any better suggestion is welcomed <code>:")</code> </li>
<li>I love jQuery and feel like stick with it so <strong>any plug-in for it is preferred :D.</strong></li>
</ul>
<p>I feel here like a spoiled programmer so if any suggesting on these it would be appreciated:</p>
<ul>
<li>it's good to show the whole list on click even if theres is anything typed.</li>
<li>showing the whole list if the input is not in the array.</li>
</ul>
http://stackoverflow.com/questions/1649772/which-open-source-project-to-choose-for-an-usability-evaluation5Which open source project to choose for an usability evaluation?openfkg2009-10-30T13:16:46Z2009-11-01T21:33:16Z
<p>For an university project on usability I'm looking for an open source project that is useful but hardly usable. My group would do a complete usability review and give recommendations over a period of approximately 3 months.</p>
<p>Of course this is no purely altruistic idea and the best-case-scenario would be:
Our recommendations get implemented thus we can include an review of the improved version in our paper.</p>
<ul>
<li><p>Are such one-shot usability reviews useful for (and wanted by) the average developer or are they just "better than nothing".</p></li>
<li><p>Do you know (actively developed) projects with poor usability that we could contribute to?</p></li>
<li><p>Besides sourceforge's "Help Wanted" and openusability.org do you know where to turn to?</p></li>
</ul>
<p><br></p>
<p>Regards,<br>
FGK</p>
<p><strong>Update:</strong> <br>
We are looking primarily for an end-user application because we want to include things like hallway testing with potential users.
(Thanks to Pekka Gaiser for raising the question) </p>
<p><strong>2nd update: accepted answer:</strong> <br>
Thank you all for your help. <br> I think we'll go for libpurple and its graphical incarnations. <br>The Linux and Windows versions of pidgin are truly a mess... :-)</p>
http://stackoverflow.com/questions/290174/finding-people-to-do-usability-testing2Finding people to do usability testingSimon2008-11-14T14:06:22Z2009-10-29T13:05:16Z
<p>Does anyone have recommendations/experience of how to find people willing to do usability testing of web based apps? I suspect I may need people who might actually be potential users, because mine is a commercial/vertical app which contains some processes and terminology which may not mean much to the average joe/jane.</p>
<p>I have a fairly robust prototype of a web app which is designed for people in Sales Management and before I go too much further with it I want to try a couple of key pieces out on some live users. I have a few friendly faces I can turn to (and have already), but I really want strangers who will not feel they need to be nice to me about it.</p>
<p>I'm fine designing the usability tests themselves, it is finding the guinea-pigs that is proving difficult.</p>
http://stackoverflow.com/questions/1637551/how-to-solve-this-payment-process-without-serious-usability-problems2How to solve this payment process without serious usability problems?fabrik2009-10-28T14:21:18Z2009-10-28T21:39:01Z
<p>Hello there!</p>
<p>One of my clients has a food-delivery website that works without user registration (users typing their delivery details immediately before they send their orders).</p>
<p>Now my client ask me for implement a 'micropayment' system that require to POST some details the payment service then the service will make another POST request to an url i provided before.</p>
<p>Can i catch users' delivery details without to implement (and require) user registration?</p>
<p>Note: if the process isn't clear enough, i'll post a diagram.</p>
<p>Thanks for your ideas and tips!</p>
<p><strong>UPDATE:</strong>
Order flow</p>
<ul>
<li>User selects some tasty food (ordered foods stored in a 'temporary' MySQL table)</li>
<li><p>User enters his/her details for delivery then clicks one of the buttons:</p>
<ul>
<li>The first one is doing the job locally, building an HTML email, then send it then clears the temporary table. (This one is the actual solution, it works great.)</li>
<li>The other button post the required data to the micropayment service where user enters his/her PIN/anything and the service will redirect him to an url that i provided before. They post some data for me (Status ok or not, etc) but nothing more.</li>
</ul></li>
</ul>
<p>And this is the problem. Previously entered delivery data is lost because when this button is pushed i'll immediately change my forms action to the url that the payment service provided. A possible solution that i'll implement an onsubmit action to this form then store a cookie with the delivery datas? With javascript?</p>
http://stackoverflow.com/questions/1607005/recommendations-for-handling-list-selection-of-data-in-a-web-application0Recommendations for handling list selection of data in a web application?mattruma2009-10-22T12:56:29Z2009-10-28T21:23:14Z
<p>I am struggling with what the better practices or recommended ui design patterns are for making selections from a list of data, more specifically, key/value data. </p>
<p>My questions are:</p>
<ul>
<li>When should I use a drop down?
<ul>
<li>When should you employ a list of radio buttons verses a drop down?</li>
</ul></li>
<li>When
should I use a list box?
<ul>
<li>If you do allow for multiple selection, is it better to use a list of check boxes?</li>
</ul></li>
<li>What is the
best way to handle selection from a
large list of data?
<ul>
<li>Pop-up windows that allow filtering/selecting the data</li>
<li>Autocomplete text boxes (though not many support key/value)</li>
</ul></li>
<li>Are there any good websites that explain ui pattern for data list selection?</li>
</ul>
<p>When selecting from a large list of data, how are you handling this? I see lots of guidance for autocompletion using just values, but no keys. </p>
<p>I realized this may be subjective, but I <strong>really</strong> need some guidance on the better ways to handle this type of data entry.</p>
<p>For what it's worth, I am developing my application in C# and ASP.NET Web Forms.</p>
<p><strong>Update</strong></p>
<p>Here is an example of what the data might look like for a large list, for selecting customers:</p>
<pre><code>Id Name Address Active
-------------------------------------------------------------------
1 XYZ Company 1234 Main St., Some City, Some State Y
2 ABC Company 1234 Main St., Some City, Some State N
3 RST Company 1234 Main St., Some City, Some State Y
</code></pre>
<p>Sometimes my customer wants to see more information, than just the value field, in this case Name (this is what would be displayed in the related text box).</p>