Tag Info

Hot answers tagged

5

In my primary dayjob such projects are usual. And they are really the mess, and the experience is worth a book :) But I'll try to be short. At first accept in your mind that huge projects can't be perfect when you are alone warrior strugling. This will save your spirit from depression and months of nightmares with ugly controls and prototypes (I had). But ...


5

First of all, you need to be consistent. You can't show the currency code for some currencies but not for others, just because they don't have a unique symbol. You also can't rely on all your users knowing the symbols. Regarding the format - maybe I'm misinterpreting your question, but it seems like you want to present each currency in the format customary ...


4

I can't speak for other countries, but your presentation format for GBP is wrong - the group separator is the comma and the fractional separator is a full stop i.e. £1.234.567,89 - wrong £1,234,567.89 - correct Actually, the page you linked to does show the UK presentation format correctly.


4

I'll just answer for the Euro: European — €1.234.567,89 EUR Normally you'd use either the euro symbol or the 3-letter abbrevation, not both at the same time. The combination looks a bit odd, but is perfectly understandable. The style guide used by the institutions of the European Union includes rules for expressing monetary units. The most ...


2

At least in Germany, the normal separator is a space: € 1 234 567,89. (Make sure to use a non-breaking space, though: nbsp;). However, 1.234,00 is perfectly understable, while 1.234 would be confusing. Sources: Wikipedia uses ' or (space) for Switzerland/Liechtenstein (not Germany) ISO 1000 (SI system used in physics) recommends to use either , or . ...


2

I would recommend having the currency symbol outside the field - it looks a bit cluttered having the symbol inside the fields. Also, having symbols appear and disappear is adding unnecessary code and complexity to your site. If you like, you can make the currency symbol: A - part of the label, as you have done with the "APR (%)" label or, B - have all the ...


2

Before you start to work on a solution, you need to fully understand the system and truly what the issues are. There will be users with years of experience it would be worth getting their input. I would take some time to immerse yourself in the program. Perhaps get someone to give you some scenarios? I would recommend you create a survey which a large ...


1

The standard (or one of the standards, or a guideline) is to use an "en rule" (short dash) or an "em rule" (long dash). This is according to Wiley-Blackwell Style Guide - page 18. It should be a dash on its own rather than "$-". You can see this in use on Google Finance here (column "Volume"). UK Government also uses this standard - see this document, page ...


1

How about using Bold Black for your best price, and gradiate down from there, so regular face grey color for competitors and your last year price is red, and probably keep it beside your new price. That way you differentiate yourself, and keep the focus on your great prices?


1

Is it possible to redesign in smaller chunks. Rather than risking everything on one large redesign pick off the a quick win and get some runs on the board. It is always critical to start getting some runs on the board. If you can start showing some value being returned to the business you may be able to start pushing for extra resources and even the ...


1

Agree with the rest of the answers. One benefit you have with redesign is that you have and existing user base you can work with to figure out what user needs are, what they like/hate in the current system. We worked on a big redesign project and started with interviews and observing users using existing system. Observations were extremely useful since it ...


1

If possible, start with user research. Develop personas, scenarios and other artifacts first. This will help you discover which areas are the highest prioirty. Take a look at About Face 3 by Cooper et al. (ISBN 0-4700-8411-1) Cooper's Goal Directed design works pretty well to tackle user interaction and design projects. Also, take a look at "process" on ...


1

I really cannot understand completely the purpose or the business requirement, nevertheless let me provide overview in generic fashion - Try to build all these information on one page without splitting them through wizard, as nobody likes to enter very detailed "numbers" since it requires lot of cognitive load to think and enter the data Keep your ...


1

If you use a suitable converter to get the text from the form you should be able to leave the currency symbol as part of the input. For example, the standard currency converter in Silverlight/WPF includes this functionality so the user can enter "$ 100,000" or "100,000" into the text field and either is recognised correctly. However, it might be simpler to ...



Only top voted, non community-wiki answers of a minimum length are eligible