B2B / B2C Portals
Properties Management Tool
Shopping Cart Tool
Project Management Application
Customer Relationship Application
Recruitment Application
Enterprise...
read more >>
After the work order is issued, the developer can continue on finalizing the requirement analysis for the client. This involves developer meeting the client representative once or twice if required...
read more >>
The developer comes up with a final workflow of the project. It can include a sitemap, modular break-up and other related documents for client’s reviewing and approval. If the client approves...
read more >>
German Business Park has been designed to become a unique icon building within the central district “epicentre” of the DSO master plan; with design features that will allow it to stand...
read more >>
If you already have signed up with AAN Designers for Logo Design then download this document to provide your logo design brief.
read more >>
AJAX stands for or Asynchronous Javascript and XML. It's a way to utilize the abilities of Javascript, the Document Object Model, and XML to create interactivity on the web. For more...
read more >>
A tool developed to assist Web authors in improving the accessibility and usability of HTML documents. It is made available through a joint collaboration between the Adaptive Technology...
read more >>
In Cascading Style Sheets, the box model refers to the rectangular boxes that are generated for elements in the document tree and laid out as specified in the visual formatting model. Every element...
read more >>
This is the default style sheet within a browser. If a designer declares no style rules, the defaults from the browser are applied. Most browsers apply style sheets to all web documents. Although...
read more >>
The CSS cascade assigns a weight to each style rule. When several rules apply, the one with the greatest weight takes precedence. You can think of some rules coming from "higher up" in the...
read more >>
Style sheets refer to a set of rules that allow you to control how you would like your document to be rendered. It is a mechanism to primarily separate presentation from content. With the HTML and...
read more >>
In CSS, a Contextual selector is a type of selector that selects by the context in which an element or attribute occurs in the markup structure of a document.
read more >>
At times, authors may want selectors in CSS to match an element that is the descendant of another element in the document tree (e.g., "Match those EM elements that are contained...
read more >>
A file that defines how applications interpreting a document should present the content. It is used in HTML , XML , and other Markup languages. A DOCTYPE is a means of specifying what...
read more >>
Switching is the mechanism by which browsers examine the DOCTYPE (or lack thereof) contained in a document, and picks a rendering mode to match it. Typically, older or ...
read more >>
The tree of elements encoded in the source document. Each element in this tree has exactly one parent, with the exception of the root element, which has none.
read more >>
In XHTML, an element is of node in the document tree. A XHTML element is represented by a start tag like <h1> and an end tag like </h1>..
read more >>
Content is "equivalent" to other content when both fulfill essentially the same function or purpose upon presentation to the user. In the context of this document, the equivalent must...
read more >>
An embedded style controls the appearance of a single document. CSS rule(s) are placed in the head of the document via the style element. Embedded styles can be really helpful when you are first...
read more >>
An external type of style sheet is a separate file apart from the HTML file(s). The external style sheet is given a .css extension. It is associated to the HTML document using a link element or an @...
read more >>
In Cascading Style Sheets, floated images are removed from the document flow, and yet affect the layout of content. Margins on floated elements are not collapsed with ...
read more >>
This evaluation method formalizes the review of a specification or early prototype. The basic steps are to assemble a team of four to eight inspectors, assign each a special role in the context of...
read more >>
In (X)HTML there are 6 levels of headings, h1 through to h6. To maintain the logical structure of your documents, headings should follow a logical progression. Headings of level 3 shouldn't follow...
read more >>
Document languages may contain attributes that are declared to be of type ID. What makes attributes of type ID special is that no two such attributes can have the same value; whatever the document...
read more >>
An inline style controls the appearance of a single element. CSS rule(s) are placed in the HTML via the style attribute. With inline, style and content are intermingled in the...
read more >>
A mechanism in CSS by which some values are passed down to the children of an element in the document tree. Each property defines whether it is inherited or not. It is the mechanism by which styles...
read more >>
JavaScript is a client-side scripting language that allows dynamic behavior to be specified within HTML documents. JavaScript is not Java. Java is a full programming language similar to C....
read more >>
An easy accessibility feature to add (and it is even AAA WCAG) is the language attribute lang="en-us" to the HTML tag to identify the primary natural language of a document. For...
read more >>
A table rendering process where the contents of the cells become a series of paragraphs (e.g., down the page) one after another. The paragraphs will occur in the same order as...
read more >>
The link element defines the relationship between two linked documents. It goes in the head section, but it can appear repeatedly.
read more >>