SlideShare a Scribd company logo
1 of 11
Download to read offline
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
MasterSets / DesignSets
Colors / Background-Images
CSS-Modules
Master-Design
Design-Templates
Application Links
Design-Modules
Design-Attributes
Design-Tools
SITEFORUM Design
This summary gives an introduction and an
overview on the basic functionalities and
areas of the SITEFORUM design.
The more skills in HTML, CSS and XSL you
have, the better you can use the following
scopes for individual customizations.
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM MasterSets
MasterSets
DesignSets
A "MasterSet" is a predefined combination
of colors, fonts, logos, and layouts. Various
sets can be selected. Further individual
MasterSets can be generated via
import/export facilities.
After selecting a MasterSet different color
options are available. Two CSS modules
are linked together. (Colors and
Background Images)
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Colors / Background-Images
Colors
For an individual customization of color settings
there is a "simple mode" where assignments
can be made without CSS and HTML skills.
Colors are classified according to the portal
areas:
- general background and font colors
- main menus
- sub menus
- applications
- date and profile box
- newsflash
- story- and product-templates
- dialogs and tables in dialogs
- gateway boxes
CSS-Editor
The CSS editor allows the creation of own
classes, values and properties.
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
CSS-Modules
The complex usage of CSS classes and
definitions in the complete design requires
a classification.
The most important classification which is
also operative with the switch of
DesignSets is the division of colors,
background images and layouts.
Furthermore there are CSS modules for the
different design modules available that -
dependent on its usage – can be linked or
copied to the own portal from a global
"library" to allow individual customizations.
Via the @import feature several CSS files
can be combined in order to only need to
link the design.css file.
SITEFORUM CSS-Modules
<!DOCTYPE...>
<html><head><title>Portalname</title>
<meta ....>
</head><body>
<link rel="stylesheet" href="/design/design.css"
type="text/css" >
design.css
modules.csscolors.css layout.css
userdefined colors
(old colors and fonts)
userdefined
layout
css modules
copied module
mainMenus.css
searchBox.csslink
positionPath.csslink
module link
module link
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Master-Design
Master-Design
The Master Design defines the basic
structure of the complete visible portal.
Available "Design Modules" components
are positioned into the HTML source code.
The $content area is the main area where
content is switched. All other available
placeholders are listed and described in an
overview. The source code corresponds to
the code between the <body> tags.
The HTML header is defined in a special
desin module.
In general there is always one Master
Design. Via Design attribute conditions
various Master Designs can be addressed
in order to e.g. use a different layout for the
online shop.
<div id="sfsExample">
<div id="sfsHeader">
$mainMenus
$applications
</div>
<div id="sfsMainContent">
<div id="sfsNavigation">
$subMenuRows
$iconMenus
$dateANDprofile
</div>
<div id="sfsContent">
<div id="sfsContentIn">$content</div>
</div>
</div>
</div>
$content
$mainMenus
$subMenuRows
$searchBox
$logoLeft
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Design-Templates
Design-Templates
More design templates can be created for
the main area ($content) of the dynamic
portal content. Those individual templates
can be selected e.g. by editors for stories
and allow a separation of content and
design.
<div class="sfsStoryContainer">
<div class="sfsStoryTop">
<h1 class="headline">$StoryName</h1>
</div>
<div class="sfsStoryContent">
<div class="shortDesc">$desc_short</div>
<div class="text">$desc_long</div>
</div>
</div>
$desc_long $var1
$desc_short
$StoryName
$image1
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Design-Templates
Story-Templates
To list story articles within one menu the
portal provides story templates and story
intro templates. A story template defines the
layout of the complete story and is displayed
when the story is assigned as lead story or is
directly addressed.
Story-Intro-Templates
If several stories are assigned to the same
menu they are listed as "intros". An intro
template defines the multiple display with or
without image, simple or complex listing. If a
lead story is assigned to the same menu the
story template of this story is displayed as
the "header" whereas all other stories are
listed as intros below.
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
SITEFORUM Application Links
Application Links
Along with menus for the CMS area and
catalogues for the shop there is a big amount
of links to SITFORUM applications. These are
assigned as application links to the individual
areas in the layout. The assignment to the
design modules controls the main position.
Furthermore individual and external
application links can be created, e.g. to link to
www.google.com.
Every design module can include a list of
different content menus and application links.
Example: Start | Shop | Menu =
2 Application links + 1 Menu link
$mainMenus
$searchBox
$iconMenus
$applications
Home | Aktives Hauptmenü | Inaktives Hauptmenü
Sitemap
P. Manager
Persönlicher
Bereich
Online Shop | Forum | Blogs | DMS
$content
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
Design-Modules
Parameter #1 Beginn
Parameter #2 Aktiver Link
Parameter #3 Inaktiver Link
Parameter #4 Trennzeichen
Parameter #5 Ende
Menu links and application links are provided
dynamically depending on the permissions
of the end user.
To allow a flexible individual design
customization for these listings in menu
modules there are different parameters of
each module. For the layout of a "menu loop"
there are e.g. start and end parameters,
active and inactive areas and separators.
Begin
Separator
Separator
End
Active link
Inactive link
Inactive link
Home | Aktives Hauptmenü | Inaktives Hauptmenü
Sitemap
Online Shop | Forum | Blogs | DMS
SITEFORUM Design-Modules
<div id="sfsApplications"><ul>
<li class="active"><a href=" "> </a></li>$link $name
<li><a href=" "> </a></li>$link $name
bei einfachen Darstellungen z.B. |
</ul></div>
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
Design-Attributes
The mostly static defined Master Design
can be heavily dynamized by adding
design attributes. This allows e.g. the
presentation of different headers, colors or
news areas depending on predefined
attribute conditions.
These conditions allow plenty variations
and combinations, e.g. with
- menus
- catalogues
- languages
- applications
- browsers
- domains
- times of day
$content
$designAttribute:header
$designAttribute:news
$designAttribute:banner
SITEFORUM Design-Attributes
www.siteforum.com/design
Social Networking for Business
SITEFORUM®
Color Calculator
SITEFORUM Design-Tools
CSS-Declarationspx:em Calculator
Image colors, image scaling HTML special characters

More Related Content

Viewers also liked

Arch Final Resume Ag
Arch Final Resume AgArch Final Resume Ag
Arch Final Resume Agannegrima
 
SITEFORUM Design Attribute
SITEFORUM Design AttributeSITEFORUM Design Attribute
SITEFORUM Design Attributeanuvito
 
SITEFORUM CSS Module
SITEFORUM CSS ModuleSITEFORUM CSS Module
SITEFORUM CSS Moduleanuvito
 
Twestival - Twitter For Charities
Twestival - Twitter For CharitiesTwestival - Twitter For Charities
Twestival - Twitter For CharitiesJaz Cummins
 
Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10guest8298c2c
 
2010 YEF Program Introduction
2010 YEF Program Introduction2010 YEF Program Introduction
2010 YEF Program IntroductionJason Lu
 
Лучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизниЛучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизниNatalie Didenko
 
30 дней со смузи
30 дней со смузи30 дней со смузи
30 дней со смузиNatalie Didenko
 
2-й Луч Любви и Мудрости
2-й Луч Любви и Мудрости2-й Луч Любви и Мудрости
2-й Луч Любви и МудростиNatalie Didenko
 
Skype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case StudySkype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case StudyDataConsult
 
2010 YEF簡介
2010 YEF簡介2010 YEF簡介
2010 YEF簡介Jason Lu
 
История внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМИстория внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМNatalie Didenko
 
Modelo de Analisis y Propuestas
Modelo de Analisis y PropuestasModelo de Analisis y Propuestas
Modelo de Analisis y PropuestasLuis Reinoso
 

Viewers also liked (16)

Arch Final Resume Ag
Arch Final Resume AgArch Final Resume Ag
Arch Final Resume Ag
 
SITEFORUM Design Attribute
SITEFORUM Design AttributeSITEFORUM Design Attribute
SITEFORUM Design Attribute
 
SITEFORUM CSS Module
SITEFORUM CSS ModuleSITEFORUM CSS Module
SITEFORUM CSS Module
 
Twestival - Twitter For Charities
Twestival - Twitter For CharitiesTwestival - Twitter For Charities
Twestival - Twitter For Charities
 
3 g
3 g3 g
3 g
 
Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10Jonathan's Bar Mitzvah Slide Show - 01/16/10
Jonathan's Bar Mitzvah Slide Show - 01/16/10
 
2010 YEF Program Introduction
2010 YEF Program Introduction2010 YEF Program Introduction
2010 YEF Program Introduction
 
Лучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизниЛучшие советы для здорового образа жизни
Лучшие советы для здорового образа жизни
 
30 дней со смузи
30 дней со смузи30 дней со смузи
30 дней со смузи
 
Segway human transporter
Segway human transporterSegway human transporter
Segway human transporter
 
2-й Луч Любви и Мудрости
2-й Луч Любви и Мудрости2-й Луч Любви и Мудрости
2-й Луч Любви и Мудрости
 
Skype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case StudySkype | Modrá kobliha: Case Study
Skype | Modrá kobliha: Case Study
 
C3 cp 2013_base
C3 cp 2013_baseC3 cp 2013_base
C3 cp 2013_base
 
2010 YEF簡介
2010 YEF簡介2010 YEF簡介
2010 YEF簡介
 
История внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМИстория внедрения российскийх продуктов на АЗТМ
История внедрения российскийх продуктов на АЗТМ
 
Modelo de Analisis y Propuestas
Modelo de Analisis y PropuestasModelo de Analisis y Propuestas
Modelo de Analisis y Propuestas
 

Similar to SITEFORUM Design Introduction

Creating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in MindCreating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in MindNadya Rodionenko
 
Lotus Notes Blog Template
Lotus Notes Blog TemplateLotus Notes Blog Template
Lotus Notes Blog Templateprojectdxguy
 
Spsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point brandingSpsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point brandingThomas Daly
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateSean Burgess
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.docbutest
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.docbutest
 
Introduction to Branding SharePoint
Introduction to Branding SharePointIntroduction to Branding SharePoint
Introduction to Branding SharePointK.Mohamed Faizal
 
Vanilla Forums Theme Guide
Vanilla Forums Theme GuideVanilla Forums Theme Guide
Vanilla Forums Theme GuideVanilla Forums
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5Ketan Raval
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5ketanraval
 
SPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingSPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingThomas Daly
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovementsLiquidHub
 
Best practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelaBest practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelavijaygolani
 
Netsuite e commerce training doc
Netsuite e commerce training docNetsuite e commerce training doc
Netsuite e commerce training docShaily Dubey
 
Using Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - BlogsUsing Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - BlogsRonDosh
 
Use Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - BlogsUse Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - BlogsRonDosh
 
Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304malexanderIBM
 
Sitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront BrandedSitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront BrandedSerge van den Oever
 

Similar to SITEFORUM Design Introduction (20)

Creating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in MindCreating Style Guides with Modularity in Mind
Creating Style Guides with Modularity in Mind
 
Lotus Notes Blog Template
Lotus Notes Blog TemplateLotus Notes Blog Template
Lotus Notes Blog Template
 
Spsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point brandingSpsnyc 2011 getting started with share point branding
Spsnyc 2011 getting started with share point branding
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Intermediate Web Design.doc
Intermediate Web Design.docIntermediate Web Design.doc
Intermediate Web Design.doc
 
Introduction to Branding SharePoint
Introduction to Branding SharePointIntroduction to Branding SharePoint
Introduction to Branding SharePoint
 
Vanilla Forums Theme Guide
Vanilla Forums Theme GuideVanilla Forums Theme Guide
Vanilla Forums Theme Guide
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5
 
Introduction to-concrete-5
Introduction to-concrete-5Introduction to-concrete-5
Introduction to-concrete-5
 
SPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point brandingSPSVB 1 7-2012 - getting started with share point branding
SPSVB 1 7-2012 - getting started with share point branding
 
Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovements
 
Best practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghelaBest practice for magento theming by shrikant vaghela
Best practice for magento theming by shrikant vaghela
 
Netsuite e commerce training doc
Netsuite e commerce training docNetsuite e commerce training doc
Netsuite e commerce training doc
 
ppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptxppt of MANOJ KUMAR.pptx
ppt of MANOJ KUMAR.pptx
 
Using Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - BlogsUsing Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
Using Tailwind Shadow: An Easy Guide to Custom Shadows - Blogs
 
Use Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - BlogsUse Tailwind Select for Easy and Reliable Dropdowns - Blogs
Use Tailwind Select for Easy and Reliable Dropdowns - Blogs
 
Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304
 
Sitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront BrandedSitecore 10 XC SXA frontend development using the SXA Storefront Branded
Sitecore 10 XC SXA frontend development using the SXA Storefront Branded
 
Orchard
OrchardOrchard
Orchard
 

More from anuvito

Romoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte KundenanspracheRomoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte Kundenanspracheanuvito
 
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und DenkmalpflegeMarketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflegeanuvito
 
Anuvito - art, projects and styles
Anuvito - art, projects and stylesAnuvito - art, projects and styles
Anuvito - art, projects and stylesanuvito
 
SITEFORUM Tutorial v7
SITEFORUM Tutorial v7SITEFORUM Tutorial v7
SITEFORUM Tutorial v7anuvito
 
Romoe Restauratoren Netzwerk
Romoe Restauratoren NetzwerkRomoe Restauratoren Netzwerk
Romoe Restauratoren Netzwerkanuvito
 
SITEFORUM Architecture
SITEFORUM ArchitectureSITEFORUM Architecture
SITEFORUM Architectureanuvito
 

More from anuvito (6)

Romoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte KundenanspracheRomoe Content-Marketing für eine gezielte Kundenansprache
Romoe Content-Marketing für eine gezielte Kundenansprache
 
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und DenkmalpflegeMarketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
Marketing für Unternehmen im Bereich Restaurierung, Kunst und Denkmalpflege
 
Anuvito - art, projects and styles
Anuvito - art, projects and stylesAnuvito - art, projects and styles
Anuvito - art, projects and styles
 
SITEFORUM Tutorial v7
SITEFORUM Tutorial v7SITEFORUM Tutorial v7
SITEFORUM Tutorial v7
 
Romoe Restauratoren Netzwerk
Romoe Restauratoren NetzwerkRomoe Restauratoren Netzwerk
Romoe Restauratoren Netzwerk
 
SITEFORUM Architecture
SITEFORUM ArchitectureSITEFORUM Architecture
SITEFORUM Architecture
 

Recently uploaded

NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...Amil baba
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfneelspinoy
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一F La
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in designnooreen17
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一z xss
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10uasjlagroup
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一diploma 1
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一lvtagr7
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...katerynaivanenko1
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdfvaibhavkanaujia
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Servicejennyeacort
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一Fi L
 

Recently uploaded (20)

NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
 
group_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdfgroup_15_empirya_p1projectIndustrial.pdf
group_15_empirya_p1projectIndustrial.pdf
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in design
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
 
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
CREATING A POSITIVE SCHOOL CULTURE CHAPTER 10
 
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
办理(USYD毕业证书)澳洲悉尼大学毕业证成绩单原版一比一
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full NightCall Girls Satellite 7397865700 Ridhima Hire Me Full Night
Call Girls Satellite 7397865700 Ridhima Hire Me Full Night
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
Passbook project document_april_21__.pdf
Passbook project document_april_21__.pdfPassbook project document_april_21__.pdf
Passbook project document_april_21__.pdf
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
 

SITEFORUM Design Introduction

  • 1. www.siteforum.com/design Social Networking for Business SITEFORUM® MasterSets / DesignSets Colors / Background-Images CSS-Modules Master-Design Design-Templates Application Links Design-Modules Design-Attributes Design-Tools SITEFORUM Design This summary gives an introduction and an overview on the basic functionalities and areas of the SITEFORUM design. The more skills in HTML, CSS and XSL you have, the better you can use the following scopes for individual customizations.
  • 2. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM MasterSets MasterSets DesignSets A "MasterSet" is a predefined combination of colors, fonts, logos, and layouts. Various sets can be selected. Further individual MasterSets can be generated via import/export facilities. After selecting a MasterSet different color options are available. Two CSS modules are linked together. (Colors and Background Images)
  • 3. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Colors / Background-Images Colors For an individual customization of color settings there is a "simple mode" where assignments can be made without CSS and HTML skills. Colors are classified according to the portal areas: - general background and font colors - main menus - sub menus - applications - date and profile box - newsflash - story- and product-templates - dialogs and tables in dialogs - gateway boxes CSS-Editor The CSS editor allows the creation of own classes, values and properties.
  • 4. www.siteforum.com/design Social Networking for Business SITEFORUM® CSS-Modules The complex usage of CSS classes and definitions in the complete design requires a classification. The most important classification which is also operative with the switch of DesignSets is the division of colors, background images and layouts. Furthermore there are CSS modules for the different design modules available that - dependent on its usage – can be linked or copied to the own portal from a global "library" to allow individual customizations. Via the @import feature several CSS files can be combined in order to only need to link the design.css file. SITEFORUM CSS-Modules <!DOCTYPE...> <html><head><title>Portalname</title> <meta ....> </head><body> <link rel="stylesheet" href="/design/design.css" type="text/css" > design.css modules.csscolors.css layout.css userdefined colors (old colors and fonts) userdefined layout css modules copied module mainMenus.css searchBox.csslink positionPath.csslink module link module link
  • 5. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Master-Design Master-Design The Master Design defines the basic structure of the complete visible portal. Available "Design Modules" components are positioned into the HTML source code. The $content area is the main area where content is switched. All other available placeholders are listed and described in an overview. The source code corresponds to the code between the <body> tags. The HTML header is defined in a special desin module. In general there is always one Master Design. Via Design attribute conditions various Master Designs can be addressed in order to e.g. use a different layout for the online shop. <div id="sfsExample"> <div id="sfsHeader"> $mainMenus $applications </div> <div id="sfsMainContent"> <div id="sfsNavigation"> $subMenuRows $iconMenus $dateANDprofile </div> <div id="sfsContent"> <div id="sfsContentIn">$content</div> </div> </div> </div> $content $mainMenus $subMenuRows $searchBox $logoLeft
  • 6. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Design-Templates Design-Templates More design templates can be created for the main area ($content) of the dynamic portal content. Those individual templates can be selected e.g. by editors for stories and allow a separation of content and design. <div class="sfsStoryContainer"> <div class="sfsStoryTop"> <h1 class="headline">$StoryName</h1> </div> <div class="sfsStoryContent"> <div class="shortDesc">$desc_short</div> <div class="text">$desc_long</div> </div> </div> $desc_long $var1 $desc_short $StoryName $image1
  • 7. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Design-Templates Story-Templates To list story articles within one menu the portal provides story templates and story intro templates. A story template defines the layout of the complete story and is displayed when the story is assigned as lead story or is directly addressed. Story-Intro-Templates If several stories are assigned to the same menu they are listed as "intros". An intro template defines the multiple display with or without image, simple or complex listing. If a lead story is assigned to the same menu the story template of this story is displayed as the "header" whereas all other stories are listed as intros below.
  • 8. www.siteforum.com/design Social Networking for Business SITEFORUM® SITEFORUM Application Links Application Links Along with menus for the CMS area and catalogues for the shop there is a big amount of links to SITFORUM applications. These are assigned as application links to the individual areas in the layout. The assignment to the design modules controls the main position. Furthermore individual and external application links can be created, e.g. to link to www.google.com. Every design module can include a list of different content menus and application links. Example: Start | Shop | Menu = 2 Application links + 1 Menu link $mainMenus $searchBox $iconMenus $applications Home | Aktives Hauptmenü | Inaktives Hauptmenü Sitemap P. Manager Persönlicher Bereich Online Shop | Forum | Blogs | DMS $content
  • 9. www.siteforum.com/design Social Networking for Business SITEFORUM® Design-Modules Parameter #1 Beginn Parameter #2 Aktiver Link Parameter #3 Inaktiver Link Parameter #4 Trennzeichen Parameter #5 Ende Menu links and application links are provided dynamically depending on the permissions of the end user. To allow a flexible individual design customization for these listings in menu modules there are different parameters of each module. For the layout of a "menu loop" there are e.g. start and end parameters, active and inactive areas and separators. Begin Separator Separator End Active link Inactive link Inactive link Home | Aktives Hauptmenü | Inaktives Hauptmenü Sitemap Online Shop | Forum | Blogs | DMS SITEFORUM Design-Modules <div id="sfsApplications"><ul> <li class="active"><a href=" "> </a></li>$link $name <li><a href=" "> </a></li>$link $name bei einfachen Darstellungen z.B. | </ul></div>
  • 10. www.siteforum.com/design Social Networking for Business SITEFORUM® Design-Attributes The mostly static defined Master Design can be heavily dynamized by adding design attributes. This allows e.g. the presentation of different headers, colors or news areas depending on predefined attribute conditions. These conditions allow plenty variations and combinations, e.g. with - menus - catalogues - languages - applications - browsers - domains - times of day $content $designAttribute:header $designAttribute:news $designAttribute:banner SITEFORUM Design-Attributes
  • 11. www.siteforum.com/design Social Networking for Business SITEFORUM® Color Calculator SITEFORUM Design-Tools CSS-Declarationspx:em Calculator Image colors, image scaling HTML special characters