Quick Search


Tibetan singing bowl music,sound healing, remove negative energy.

528hz solfreggio music -  Attract Wealth and Abundance, Manifest Money and Increase Luck



 
Your forum announcement here!

  Free Advertising Forums | Free Advertising Board | Post Free Ads Forum | Free Advertising Forums Directory | Best Free Advertising Methods | Advertising Forums > Other Methods of FREE Advertising > Safelist Directory

Safelist Directory Safelists will also work if you use them. The bigger the list the better isn't always true... sometimes the smaller lists can be just as responsive if not more. It all depends on you and your dillegence.

Reply
 
Thread Tools Search this Thread Display Modes
Old 04-08-2011, 05:52 PM   #1
yongkang9447
Warrant Officer
 
Join Date: Mar 2011
Posts: 319
yongkang9447 is on a distinguished road
Default Office Pro Plus 2007 Key Form Design 11 Patterns

I’m normally asked what are superior textbooks to study for ecommerce. If you’ve been trekking with us for the although, you recognize I occasionally analysis publications I obtain from publishers – as long as I imagine they would be helpful for ecommerce buffs. I receive no other compensation than to maintain the examine copy of your guide.
In lieu of writing a “this book is terrific as a result of this this and this” review – I love to give Get Elastic visitors a slice in the book’s material. Typically I post a part verbatim in the guide (with publisher permission, of course), and other occasions I get an idea in the book and flesh out a submit. Now, I get the latter strategy.
The newest title I obtained is Developing Interfaces by Jenifer Tidwell. Even though written for net developers, web designers and usability experts,Office Professional 2007, it aids for each ecommerce certified to learn these patterns. Every last web site project will entail a number of of these patterns, including a judgement has to be developed which patterns to work with and which to depart about the table. This guide aids you realize what to use and when.
Because improving upon type style can help you expand conversion, I’ve taken the 11 patterns for accepting user input mentioned in Chapter 8 and have added some of my own examples from ecommerce sites.
Kind Design and style: 11 Patterns For Accepting User Input
Forgiving Format
Forgiving format allows user to enter data that may have a variety of valid formats and syntax. Common examples are allowing a customer to log in with an email address or user name, or to search by keyword or catalog ID.
This pattern is especially helpful for inputs that are capitalized or hyphenated, or frequently misspelled.
Most importantly for ecommerce, this should be applied to credit card information, telephone numbers and zippostal codes in checkout. Allow customers to enter them with or without spaces, with mixed case, etc. This requires smart programming that considers all the ways data can be entered, and how to properly interpret them.
Structured Format
Instead of one text field, this pattern uses a set of text fields that reflect the structure in the requested data. This works best when you require input in a specific format, which is well-defined and familiar to the user. An example is breaking up a telephone field into 3 chunks for the area code, the prefix and suffix.
Keep in mind that telephone inputs vary across countries – you may consider forgiving format if you sell internationally through one site.
Another application is for date fields that specify format, such as YYYY MM DD or DD MM YY.
Structured format is also helpful for software registration key input. Chunked keys and fields are easier than lengthy strings of characters to enter without error and evaluation.
Fill-In-The-Blanks
Allowing the user to “fill in the blanks” with fields arranged in the type of a sentence or phrase can, in some cases, have a tremendous impact on conversion. Testing by Vast.com showed this format converted 25-40% better than the old school form:
Ebay’s advanced search also uses a fill-in-the-blanks strategy.
Use this pattern when you can verbally describe the actions taken in an active voice sentence or phrase. Note that this is a difficult pattern to “localize” without giving thought to culture’s influence on the order from the fields. For example, in Japan you may want to ask for the last name before the first, or you may need to arrange fields for grammatical reasons.
Input Hints
Input hints elaborate on what is required from a field and are placed beside or below the input box. This may help clarify ambiguous fields or fields you commonly find users making errors on.
Jenifer Tidwell recommends your input hint be 2 points smaller than your label font, and be as concise as possible.
Keep in mind input assist can be overlooked, and are not a substitute for proper labelling.
Input Prompt
This pattern pre-fills a text field or drop down menu and tells the user what to do or type. This solves the danger that the user will overlook input guidance – it’s put right where their eyes are focused.
In some cases, like the Apple Store, the prompt replaces the field label.
A mistake Apple originally produced was the input prompt would disappear as soon as the user started typing, and not re-appear if the field was cleared to “start over.” This has since been corrected about the Apple Store, but if you use this pattern, make sure you don’t repeat the mistake.
Password Strength Meter
You’ve likely experienced a dynamic “password strength” meter when signing up for an email account or with a social network. Sites that require or highly recommend strong passwords should provide this real-time feedback, rather than letting the user hit “submit,” reloading the page and then asking for the stronger password.
Twitter is a fine example of password strength feedback. It uses color bars and strength indicators that range from too short to weak, good,Windows 7 Professional Product Key, strong and very strong, that appear as the user is typing.
Autocompletion
I’ve created about the virtues of autocompletion on Get Elastic before, (especially the rich kind, the pattern that suggests possible search terms as a user types. You should be familiar with this since the major search engines use this. It aids prevent typos and can assist users hone in on more specific terms for better search success the first time.
Autocompletion is even more valuable on mobile devices, where input is more tedious.
Dropdown Chooser
Dropdown menus need no explanation, but note that they are most appropriate for fields where input can only be one in a set of options. For example, color, size, OS or shipping option.
Also keep in mind, when only one option exists in a dropdown (due to other options selling out), consider a format where the user can see the single option without a menu. Or, if there are a small number of options, consider showing options as buttons that gray out when they become unavailable.
List Builder
The list builder pattern allows a user to configure something using “source” and “destination” lists. They are useful when users are required to select subsets of data. They may use “Add” and “Remove” buttons,Office Pro Plus 2007 Key, or have a drag-and-drop functionality.
List builders are less common on ecommerce sites than in software applications, but you may find some using this functionality in product configurators, for example. You may also find them in bundling situations, where a accessories may be added to a product.
Good Defaults
Prefilled type fields with the “best guesses” at values the user wants are considered good defaults. A flight finder on Orbitz or Priceline that pre-selects the current date and economy travel is an example. Another is using geolocation to prefill a user’s country in a checkout form.
Keep in mind that an incorrect guess could lead to an error, as usability experts have found users’ eyes jump to empty fields (and they don’t examine instructions carefully). This is best employed when you’re absolutely sure with the correct input – such as filling in city and country based on zip code.
Also, avoid defaulting sensitive information such as passwords,Office 2007 Professional Plus Key, gender, age etc, and don’t pre-check email opt-ins!
Same-Page Error Messages
When errors occur,Office Professional 2007, error messages should appear around the same page in the type, rather than in modal dialog boxes.
The biggest problem with modal dialog boxes is the instructions disappear when you return to the kind!
Great error handling places a message at the top in the page and proximal to the fields with the errors. Tidwell recommends to make the error messaging short, but detailed enough to explain the problem. Use ordinary language, not “computerese” ExamplesL “Is that a letter in your IP code?” vs. “Numeric validation error.” And, “Sorry, but something went wrong! Please click GO again” vs. “Javascript Error 593″ or “This form contains no data.”
I say this also goes for ecommerce product pages – make sure you’re making it very clear what the customer did wrong and where. For example, when a customer fails to select a size, use a pop-up callout pointing to the field.
Even better, prevent the customer from submitting an erroneous form by disabling the checkout button until all is configured, and reporting the error when the user hovers over the button.
In checkout forms, use inline validation to offer instant feedback before the user hits submit.
Armed with this information, where can you improve type structure patterns on your ecommerce site?
If you’re interested in full guide reviews of Designing Interfaces, you can find them about the O’Reilly website. This entry was posted on Monday, February 21st, 2011 at 1:00 am and is filed under Internet Design and style and Usability. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and depart a response. Pinging is currently not allowed.
yongkang9447 is offline   Reply With Quote

Sponsored Links
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT. The time now is 04:48 AM.

 

Powered by vBulletin Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Free Advertising Forums | Free Advertising Message Boards | Post Free Ads Forum