christine apikul. module 4 objectives to discuss the features and functions of a content management...

37
Content Management & Portal Management Christine Apikul

Upload: julianna-holt

Post on 18-Dec-2015

221 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Content Management &Portal Management

Christine Apikul

Page 2: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Module 4 ObjectivesTo discuss the features and functions of a content

management system

To understand the tools and options available for managing multilingual websites

To introduce what XML is and the benefits of XML

To give an overview of the information that web analytics tools provides and how it can help to plan, design and improve websites

Page 3: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Features of a Content Management System

Page 4: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Content Management System isA system of hardware and software

Enables different people (technical and non-technical) to collaboratively create, edit, manage and publish content

Manages a variety of content (such as text, graphics, video, documents etc.

Users are constrained by a set of rules, standards and workflows that ensure coherent, validated digital content

XML is used in most content management system to make information sharing and systems integration easier

Page 5: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesAllows those without programming language

knowledge to manage digital content

WYSIWYG Editor

Page 6: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesStandard templates available for different content

types (e.g. news, events, blogs)

In most systems, templates can be customized or new templates created

These content templates give the web content a standard structure, contributing to consistency and usability of a website

These templates also allow the structure and appearance of all contents to be changed from one central place

Page 7: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesStandard template for announcing an event can

include:TitleDescriptionEvent locationEvent start and end datesBody text describing the eventAttendeesEvent urlContact details (name, email, phone)

Page 8: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesAble to tag and categorize content

List of taxonomies that content contributors can choose to tag

Choose a content management system that applies the Dublin Core metadata standard, which is endorsed in the Iraqi GIF

Page 9: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesWhen content is consistently tagged with an agreed

upon taxonomy, content managers are able to aggregate content in different ways

Tagging also facilitates search and easy retrieval

A faceted search is a technique for accessing information organized according to a faceted classification system, allowing users to explore a collection of information by applying multiple filters

Page 10: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesAble to track and manage multiple versions of a single instance of

content

Most content management systems keep a history of all the versions of a content page

Versioning keeps track of all kinds of edits: content, metadata, settings, etc.

There are usually options to compare versions and revert to the previous version

Prevents overwritten changes by allowing content contributors to check out and check in content. When a content is checked out, it is locked as a read-only document

Page 11: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Features - Versioning

Page 12: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Features – Check In/Check Out

Page 13: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesManages permissions for different users

Sets who can read, create, modify and delete content

Based on roles. For example:Author can create, modify and delete their own contentEditor can only modify contentDesigner can modify templates but not contentOthers can only view (read) content

Page 14: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesControls workflow of different content

A content management system can automate workflow

Match roles to tasks (assign who does what)Manages security (who can see or do what)Track, report and notify appropriate “players” when

tasks are done

Page 15: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

FeaturesContent owner can submit content for review

(content marked private)The editor submit the content for publicationThe approver “publish” the content and make it

public

Page 16: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Managing Multilingual Websites1. Treat each language as a separate site

Used by organizations with branches in other countrieswww.yoursite.com, www.yoursite.de, www.yoursite.jpMultisite capable content management system

2. One website with multiple visitor-selected language outputs

Users may switch between any languages on any page of website, rather than navigate separate sites

www.yoursite.com/en, www.yoursite.com/ar Multi-output capable content management system

Page 17: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Interface for editing a multilingual page

Page 18: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

ExerciseGoto http://egov-iraq.dev.inigo-tech.com

Create a web pageCreate a news itemCreate an eventAdd tags to the pages createdCreate a collectionEdit your profileCustomize your dashboard

In groups of 4-6 people, explore the different roles as member, contributor, editor and reviewer

Page 19: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

XML

Page 20: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

XML – What is itA markup language like HTML

Structures contentTransports contentStores content

HTML is designed to display content, with a focus on how the content looks

Tags are not predefined; Authors can define own tags using metadata

Page 21: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

XML – Example

<note>

<to>Jane</to>

<from>Peter</from>

<heading>Reminder</heading>

<body>Don't forget our meeting this weekend</body>

</note>

Page 22: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

XML - BenefitsXML separates content from HTML

Content creators and managers can focus on developing and structuring content

Web designers can concentrate on using HTML/CSS for display and layout

Changes to content will not affect format, and vice versa

XML simplifies content sharingXML data stored in plain text format provides a software-

and hardware-independent way of storing dataThis makes it much easier to create content that can be

shared by different applications

Page 23: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

XML - BenefitsXML simplifies data transport

One of the most time-consuming challenges for developers is to exchange data between incompatible systems over the Internet

Exchanging data as XML greatly reduces this complexity, since the data can be read by different incompatible applications

XML simplifies platform changesUpgrading to new systems (hardware or software platforms) is

always time consuming as large amounts of data must be converted and incompatible data is often lost

XML data stored in text format makes it easier to expand or upgrade to new systems & applications without losing data

Page 24: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

XML - BenefitsXML makes content more accessible

Different applications can access your content, not only in HTML pages, but also from XML data sources

With XML, your content can be available to all kinds of "reading machines" (handheld computers, voice machines, news feeds, etc.)

XML also makes content more accessible to people with disabilities

Page 25: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Web Analytics

Page 26: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Web AnalyticsThe measurement, collection, analysis and reporting of

Internet data for purposes of understanding and optimizing web usage

Can be used for monitoring and evaluation purposes by measuring the size of a website’s audience, its volume of traffic and the level of interaction

Can also be used for design, planning and improving the website. For example, in the design of a navigation taxonomy by assessing user’s search terms

Page 27: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Terms UsedPage View

Visit / Session

Visitor / Unique Visitor / Unique User

Pages per Visit

Average Time on Site

Average Page View Duration

Bounce Rate

Page 28: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Traffic SourceSearch engines (Google, Yahoo!, Bing, etc.)

Direct traffic (typing the domain name into the Web browser or through users’ bookmarks)

Referring sites (clicking on a link from another website)

Page 29: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Tracking of Location

Page 30: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Search TermsWhat terms are used in internal search to navigate

website

Where are users navigating to after they have viewed the search results

What term users entered in search before they clicked to enter website

Page 31: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Granular AnalysisTo understand whether the services or information provided are

meeting user needs

Analytical tools can be configured to show:

The most popular pages

The most popular areas (groups of pages)

Usage of a group of web pages and documents relating to a specific subject or campaign

How demand for specific pages changes over a selected timeframe (e.g. showing daily activity over a week)

Page 32: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

User ExperienceTrack user journeys

Entry and exit pages

Routes taken by users through the site

Page 33: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

LimitationsWeb analytics should be used alongside other data

in order to gain a deeper level of insight, including:

Qualitative data (e.g. from online satisfaction surveys, interviews, focus groups etc.)

Observational data obtained from user testing

Expert reviews

Page 34: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

Summary

Page 35: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

SummaryA content management system simplifies content creation and

management, and enables collaboration

Features:Allows those without programming language knowledge to

manage digital contentStandard templates available for different content types (e.g.

news, events, blogs)Able to tag and categorize contentAble to track and manage multiple versions of a single instance

of contentManages permissions for different usersControls workflow of different contentMakes it easier to manage translations on multilingual sites

Page 36: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

SummaryXMLStructures contentTransports contentStores content

Tags are not predefined; Authors can define own tags using metadata

Separates content from formatAllows content sharing between different applicationsMakes content more accessible

Page 37: Christine Apikul. Module 4 Objectives To discuss the features and functions of a content management system To understand the tools and options available

SummaryWeb AnalyticsThe measurement, collection, analysis and reporting of Internet

data for purposes of understanding and optimizing web usage

Can be used for monitoring and evaluation purposes by measuring the size of a website’s audience, its volume of traffic and the level of interaction

Can also be used for design, planning and improving the website. For example, in the design of a navigation taxonomy by assessing user’s search terms

Should be used alongside other data in order to gain a deeper level of insight