Concept Flashcards
Platform and customization Working with different roles and views Technical architecture SEO Content reuse (todo) Web browser support (73 cards)
What Browser does optimizely Cms Support?
Microsoft Internet Explorer 11, and two latest versions of Mozilla Firefox and Google Chrome
What supports version management, preview, workflow, and access rights in Optimizely?
Optimizely Framework and Optimizely CMS APIs.
What mode do the Optimizely Framework and CMS APIs enable for editors?
Edit mode.
What are the three storage areas in Optimizely CMS?
1) Website content stored in a database.
2) Images and documents stored outside the CMS in a suitable data source.
3) Branding stored in a CSS template with predefined fonts, colors, etc.
What functions might visitors use on an Optimizely website?
Functions like participating in a discussion forum, sending an email with a page link, or printing a page.
How are website functions in Optimizely typically organized?
Each function is linked to an individual page template.
What type of integrations can Optimizely support?
Integrations with systems like e-commerce, analythcs, other CMS
What does a content type define in Optimizely?
A set of properties that determine how content can be entered into pages, blocks, media assets, or other content types.
What can a content type be associated with?
Multiple content templates for publishing content in various scenarios.
How can content types be created in Optimizely?
From code or from the Admin view.
What is a content item in Optimizely?
An instance of the .NET class that defined the content type.
What do editors do with content items in Edit view?
Set the properties and fill them with values.
What do content templates consist of in Optimizely CMS?
Markup, HtmlHelper extension methods, and dynamic programming logic.
What frameworks can be used to create content templates in Optimizely CMS?
ASP.NET Web Forms or ASP.NET MVC, though ASP.NET MVC is recommended for new websites.
What does the content system in Optimizely CMS support?
Strongly typed models.
How is a content item created when requested?
As the model type associated with the content type.
What does the system control when an editor logs on to the website?
What the editor can do and where on the website.
How do editors create content in Optimizely?
By using page types, content blocks, and page layouts.
Where is content like text and links stored in Optimizely CMS
In the database.
What checks are performed when a visitor enters the website?
Access rights, membership in visitor groups, and language settings.
What starts loading based on visitor settings and permissions?
Content relevant to the visitor’s access rights, group membership, and language preferences.
What graphical elements are retrieved when loading a page?
The website’s graphical design, images, videos, and documents linked to the page.
How is the final web page displayed?
By assembling it using the appropriate page template for the visitor’s selected display device.
Where is the database stored in the development environment?
In a local MS LocalDB instance (.mdf file).