/
CMS  Systems and  WordPress CMS  Systems and  WordPress

CMS Systems and WordPress - PowerPoint Presentation

matterguy
matterguy . @matterguy
Follow
348 views
Uploaded On 2020-06-22

CMS Systems and WordPress - PPT Presentation

Content Management Working with WordPress Pavel Ivanov Telerik Corporation wwwtelerikcom Table of Contents Content Management Systems CMS Joomla WordPress Drupal SharePoint Working with WordPress ID: 782697

web wordpress systems cms wordpress web cms systems content themes site create http org xampp management www template html

Share:

Link:

Embed:

Download Presentation from below link

Download The PPT/PDF document "CMS Systems and WordPress" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

CMS Systems and WordPress

Content Management,Working with WordPress

Pavel Ivanov

Telerik Corporation

www.telerik.com

Slide2

Table of Contents

Content Management Systems (CMS)Joomla, WordPress, Drupal, SharePoint ...Working with WordPress

Installing and ConfiguringAdministrative Interface: Pages, Posts, Categories, Comments, Settings ...ThemesPluginsCreating / Modifying WordPress Themes

2

Slide3

Web Content Management Systems (CMS Systems)

Overview

Slide4

Web CMS Systems

Web Content Management Systems (CMS)Software system providing Web site authoring, collaboration and administration toolsUsers with little or no knowledge of HTML can create and manage Web sites content

CMS typical functions:Create / maintain Web sitesAdd / edit / delete pages, documents, news, images, files, forms, polls, events, blogs, …Manage navigation, users, permissions, SEO, …

4

Slide5

Benefits of CMS Systems

WYSIWYG editorNo need for advanced HTML or CSS skillsNo need for Dreamweaver / FrontPage / etc. or Wiki syntax to learn

Can paste content from a word processorWeb-based accessEdit content from any computerStaff can change content immediatelyNo waiting for Web admin to upload the content

Support for many types of documents and files5

Slide6

Examples of CMS Systems

Open Source CMS SystemsJoomlaDrupalWordPress

DotNetNukeCommercial CMS SystemsSharePoint (MOSS)Telerik Sistefinity

6

Slide7

WordPress

Working with WordPress

Slide8

WordPress is not Volkswagen!

8

Slide9

What is WordPress?

WordPress is one of the world's leading blog and Web CMS systemsOpen-source (free) softwareWritten with PHP and MySQL database

Stores all Web site contents in the database and images / files in the file systemVery powerful, Easy-to-use, SEO friendlyVery large community – themes, plugins, …Official Web site: www.wordpress.org

9

Slide10

Installing, Configuring, and Developing with XAMPP

10

What is XAMPP?XAMPP is an easy to install Apache distribution for Windows containing MySQL, PHP and PerlAlso contains phpMyAdmin and few other toolsHas Linux version (LAMP)How to install:

http://www.apachefriends.org/en/faq-xampp.html

Slide11

Running WordPress

InstallingIn the cloud (use WordPress as service)Just create and account at

www.wordpress.comAt your Web hosting providerDownload it!Unzip it in some public directory at the serverCreate the database and run the install script

Self-hostedInstall XAMP + WordPress at your local machineXAMMP/WAMP = Apache + MySQL + PHP11

11

Slide12

WordPress Themes

Creating / Modifying WordPress Themes

Slide13

WordPress Themes

Typical WordPress themes consist ofMain index template – index.phpHeader –

header.phpFooter – foorter.phpSidebar – sidebar.php

Comments template – comments.phpStyles – styles.css13

13

13

Slide14

Layout

14

Slide15

Design

15

Slide16

Create HTML

16

Slide17

CUT IT TO WORDPRESS

Slide18

WordPress Template Tags

http://codex.wordpress.org/Template_Tags

18

Slide19

Creating / Modifying WordPress Themes

Live Demo

Slide20

Useful Links

http://codex.wordpress.org/

http://google.com

http://google.com

20

Slide21

CMS Systems and WordPress

Questions?

?

?

?

?

?

?

?

?

?

?

?

Slide22

Exercises

You are given a simple Web site design (XHTML + CSS + images): WordPress-Homework-Sample-Web-Site.rarYour task is to create a WordPress theme for this site design.