Feeds:
Posts
Comments

Archive for the ‘Usability’ Category

W3C Validation’ Category
The following CSS selectors are considered workarounds and hacks for specific web browsers.
IE 6 and below
* html {}
IE 7 and below
*:first-child+html {} * html {}
IE 7 only
*:first-child+html {}
IE 7 and modern browsers only
html>body {}
Modern browsers only (not IE 7)
html>/**/body {}
Recent Opera versions 9 and below
html:first-child {}
How to Apply Hacks
If you want to add [...]

Read Full Post »

1. Avoid CSS Expressions
2. Avoid Filters
3. Specify units for non-zero values, but not for zero values.
4. Don’t use quotation marks around paths/URLs when setting a background image or loading in an imported file
5. Try to avoid applying padding/borders and a fixed width to an element. Rather, apply padding to the parent element.
6. Minimize number of [...]

Read Full Post »

Best Practices of HTML

1. Doctypes
By using a certain DOCTYPE (strict or transitional) you claim to have correctly implemented a certain (X)HTML flavor:
2.XHTML
Make all your tags lower case (<p> instead of <P>);
Close all your tags, even empty ones (<br /> and <hr /> instead of<BR> and <HR>);
Make all attribute names lower case and quote all attribute values; and onmouseover [...]

Read Full Post »

123Greeting.com Tab Menu
When we start revamp 123Greeting.com our plan is to set well and easy navigation systems. Where we can load all of our category and followed by the sub category as a 2nd level navigation. We start finding which type of navigation will fit for our site. Even one things we have to keep [...]

Read Full Post »

What is Usability
1 Usability definition:
As defined in ISO 9241-11 1 The extent to which a product can be used by specified users to achieve specified goals with effectiveness, efficiency and satisfaction in a specified context of use
2 Parameters of usability
1. Effectiveness : Task Completion
2. Efficiency : Lesser time / clicks
3. Satisfaction : Pleasurable activity [...]

Read Full Post »

Breadcrumbs In Web Design

What is a breadcrumb?
A “breadcrumb” (or “breadcrumb trail”) is a type of secondary navigation scheme that reveals the user’s location in a website or Web application. The term comes from the Hansel and Gretel fairy tale in which the two title children drop breadcrumbs to form a trail back to their home. Just like in [...]

Read Full Post »

What is Usability

1
Usability definition: As defined in ISO 9241-11

1

The extent to which a product can be used by specified users to achieve specified goals with effectiveness, efficiency and satisfaction in a specified context of use

 

2
Parameters of usability

1.
Effectiveness : Task Completion

2.
Efficiency : Lesser time / clicks

3.
Satisfaction : Pleasurable activity

3
Benefits of Usability

Benefits to Users

 

User satisfaction à User Delight
More [...]

Read Full Post »

original posted on http://www.strangesystems.net
Wireframes serve a central function in the development of a web site. It is a key tool in communicating the content and layout of each web page for internal and client reviews as well serving as a blueprint for graphic designers to produce designs and for programmers develop functionality.
What are wireframes?
A wireframe [...]

Read Full Post »

The User Interface Editor can be used to specify and set properties for predefined dialog boxes that are displayed during installation on the target computer.

The User Interface Editor is a tree control containing two sections: Install and Admin. The Install section contains dialog boxes that will be displayed when the end user runs the installer; [...]

Read Full Post »

The event, “Google Presents User Experience & Mobile Apps, Google user experience designer Leland Rechis started his talk by re-iterating Google’s mission: Organize the world’s information and make it universally accessible and useful. Rechis added that mobility is fast-becoming the key to making information “universally accessible,” but he warned that without a solid user experience, [...]

Read Full Post »

Older Posts »