User Interface Management in Deployment
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...
View ArticleDefinition & usage – Wireframe
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...
View ArticleWireframe vs. Prototype
Wireframes – standalone “illustrations” of screens void of graphic treatment, with indications of functionality and screen flow. Prototypes – interactive versions of screens with varying levels of...
View ArticleWhat 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...
View ArticleBreadcrumbs 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...
View ArticleWhat is Usability
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...
View Article123Greeting.com Tab Menu
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...
View ArticleBest 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>);...
View ArticleBest Practices of CSS
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...
View ArticleCSS Hacks for IE 7, IE 6, Opera, etc
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...
View Article