TYPO3 Templates Development
We are following TYPO3 Template standards for ordered and manageable TYPO3 website.
- New Design to TYPO3 templates
Excellence design starts with good idea. Understanding of concept with maintaining the standards helps to decode the business requirements into a manipulated and prepared design. Even as designing is our importance and pressure, is on understanding the business field and requirements before letting you know the features, menus and interfaces. A perfect interface of design can helps you to communicate the way you want to symbolize your company over the internet. Another key feature is that we focus while designing is the usability feature from the point of view of user perspective. The design should be user friendly while marinating all the standards and concepts.
- PSD, AI or any other source design file to typo3 templates
We are following W3C HTML and CSS standards for markup programming. we prefer DIV based HTML coding style wich will be compatible with all Internet Browsers such as IE 5 to IE8, Firefox 3.0 or greater, Safari.
- HTML templates to TYPO3 templates
There are following methods to implements TYPO3 templates in Multilanguage environment.
- HTML templates with "marked area" where dynamic content integrated. HTML Template work as a common container of site and marked area replaced, page by page using TYPO3 content management module and Typoscript
- TYPO3 templates with the "Template Autoparser" TYPO3 extension. Template Autoparser is a extension, can be used to read an HTML file, then automatically insert subpart-markers with defined classes. So this extension read HTML file and all sections which has a class value set are wrapped in corresponding template subparts, all relative paths to images, stylesheets are corrected. We do not prefer this way, the disadvantage that non cached pages could be rendered slow and we have not a better control over the output.
- TYPO3 templates with "TemplaVoila" TYPO3 extension. TemplaVoila is a TYPO3 extension. We can map any web content element such as images, text, flash etc with HTML template. We can define our Flexible content elements (FCE). We prefer TemplaVoila TYPO3 extension; main advantage is that we have better control on web page output. This method is easy to implement and maintainable. TYPO3 TemplaVoila provide flexibility to create new custom Flexible content element, it is very easy user interface for content editors.