Presentation separation idiom

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Presentation separation (also known as ''separation of presentation and content'') is a design idiom in which semantic and aesthetic are separated as to aim for a loose coupling between the two. Semantic implies "content, logic, information, ontology, semantic, data, model" while aesthetic implies "presentation, graphics, design, layout, style, visualization, view". This design idiom has been applied in many publishing field, such as web publishing or web design among many others.  
+
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://ecacoraqosy.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
 +
----
 +
=[http://ecacoraqosy.co.cc CLICK HERE]=
 +
----
 +
</div>
 +
Presentation separation (also known as ''separation of presentation and content'') is a design idiom in which semantic and aesthetic are separated as to aim for a loose coupling between the two. Semantic implies &quot;content, logic, information, ontology, semantic, data, model&quot; while aesthetic implies &quot;presentation, graphics, design, layout, style, visualization, view&quot;. This design idiom has been applied in many publishing field, such as web publishing or web design among many others.  
  
 
The greater, more general idea of this idiom is [[Separation of concerns]]. In software engineering, this idiom has been developed into an architectural pattern of [[Model View Controller]].
 
The greater, more general idea of this idiom is [[Separation of concerns]]. In software engineering, this idiom has been developed into an architectural pattern of [[Model View Controller]].

Revision as of 10:01, 24 November 2010


Presentation separation (also known as separation of presentation and content) is a design idiom in which semantic and aesthetic are separated as to aim for a loose coupling between the two. Semantic implies "content, logic, information, ontology, semantic, data, model" while aesthetic implies "presentation, graphics, design, layout, style, visualization, view". This design idiom has been applied in many publishing field, such as web publishing or web design among many others.

The greater, more general idea of this idiom is Separation of concerns. In software engineering, this idiom has been developed into an architectural pattern of Model View Controller.

See also

Personal tools