| Web Templates |
Article Index for Web |
Website Links For Web |
Information AboutWeb Templates |
| CATEGORIES ABOUT WEB TEMPLATE | |
| web design | |
| scripting languages | |
| template engines | |
|
Content on websites need updating and standardization. A news website, for example, need daily updating and each updated news will be contextualized by a standard layout and standard page-location. A strategy to automatise this standardization is: # conceive the website with a Template Engine (template processor); # specify the standards through a ''web templates''; # apply to each ''updated content'', from a same standard, to the ''template engine'', with your ''web template''. are a good examples: the wikipedia on-line software is the template engine, and a specfic template (the web template) is used into a set of articles (the context). BASIC CONCEPTS
KINDS OF WEB TEMPLATES There are many kinds of web templates: from simple "substitute template" (masks), where the single-place-variables are substituted by a web designer's content, to complex template schemas based on XSLT . "Complex templates" plays an important role in Content Management System (CMS) and Web Publishing in general. They make possible a standardized layout (page arranging, colors, positions, etc.) for different contents while using the same basic layout. Usually a "substitute template" will include most of the source files necessary for further customizing the template using most modern WYSIWYG editors such as Macromedia Dreamweaver , BlueFish , Amaya or FrontPage , or in plain text editors such as Notepad or VIM . From Template Engine production perspective:
From Webdesigners page perspective:
From Algorithm perspective:
From webdesigners/web-programmers relationship perspective:
|
|
|