SlideShare a Scribd company logo
1 of 14
CONTENT MANAGEMENT SYSTEM (CMS)
Submitted By:
Shubha Brota Raha
EMBA 2011-14
SIBM, Bangalore
Introduction:
This article deals with one of the most important and integral part of web development that
is Content Management System (CMS) and how it works to design an excellent website. A
CMS or Content Management System is basically an application that can be used to manage
and organize movies, text, links, pictures and other data. In short we can say that a content
management system is used to manage the content of a web site. A CMS basically consists
of two elements- The content management application (CMA) and the CDA (Content
Delivery Application).
The Content Management application will make the content manager or we can say the
author to modify, manage the creation, and removal of content from a website. This type of
application helps the author to modify the content without knowing any knowledge of
Webmaster. On the other hand, the CDA element uses and compiles all the information to
update the web site. The features of a CMS system mainly includes web based publishing,
revision control, format management, and indexing, search and retrieval. Many of the
popular websites in the world use free and easily available content management system
such as Wordpress, Joomla and Drupal, which further helps you to make an affordable
website design and in website development.
A website design includes informatics architecture, colours used, user interface, site
navigation, buttons, layouts, images and much more. These all important parts combine
together to make an affordable website that meets the goals and desire of the client and
designer as well
Thus, content management is the organizing, categorizing, and structuring of information
resources (text, images, documents etc.) so that they can be stored, published, and edited
with ease and flexibility. A content management system (CMS) is used to collect, manage,
and publish content, storing the content either as components or whole documents, while
maintaining dynamic links between components.
CMSs allow end-users (typically authors of some sort) to provide new content in the form of
articles. The articles are typically entered as plain text, perhaps with mark-up to indicate
where other resources (such as pictures) should be placed. The system then uses rules to
style the article, which separates the display from the content, which has a number of
advantages when trying to get many articles to conform to a consistent "look and feel". The
system then adds the articles to a larger collection for publishing.
The systems also often include some sort of concept of the workflow for the target users,
which defines how the new content is to be routed around the system.
How Content Management System Works:
1.A professional web developer designs a web page format - typically with a logo at
the top, and standard navigation options across the top, down the left hand side,
and/or at the foot of the page.
2. This new format is used to create a master template.
3.All the web developers in the organization get to use special software that lets
them add text and images to web pages, automatically using the master template.
4.Each completed page is submitted to an editor, who might make changes or send it
back to the writer for revision. When the page is OK, the editor clicks an on-screen
PUBLISH button and uploads the page to the web server, so that the world can read it.
5. Each page is usually saved on a text database. Most web pages have file names that end
in .htm or .html, but sometimes you will see pages ending in other file extensions, such
as .php. These are often generated by content management systems. However, some
CMSs will generate plain .html pages, which are more easily found by search engines.
6. The CMS also generates indexes, showing what files have been changed when, who
updated which file, and so on.
7. The more elaborate CMS perform a lot more functions (such as archives, built-in
search engines, permission control, and workflow management), but the above ones
are basic.
8. Giving control back to content owners, allowing them to user their web browser to
add and edit content on the site with no special knowledge required.
9. Separating page content from format and design, creating a more consistent look
and feel across the site.
10.Faster publication of content and updates as well as immediate site-wide changes.
11.Automation of all navigation, internal links, and other site sections where rules can
be imposed on content, eliminating internal broken links or orphaned pages.
12.The ability to schedule the publication or expiration of a page and all links to that page.
13.Development of workflow and approval processes; turning management of your
website into a business process.
14.The ability to customize the level of design and formatting control given to site
authors.
15.Development of user templates for content delivery using existing site design or in
conjunction with a site redesign.
16.Development of customized approval workflow.
17. Creation of user accounts and roles to fit your desired level of control and access.
18. Integration with existing applications and databases.
19. User training to assist content authors in becoming familiar with the system
Benefits of Content Management System:
• Content Authoring: This allows your content contributors to create content
and store it in the repository. There are many tools and styles.
• Workflow Management: This allows you to monitor, adjust, and maintain the
process through which the creation and publishing tasks are done in your
organization. Systems range from highly complex to quite simple, but all give you a
set of tools to manage the activities of authors and the progress of content.
• Content Storage: This feature keeps the content sensibly organized and
accessible. Most CMS use a relational database; the point is to store the content
in one place and in a consistent fashion.
• Content Authoring: This allows your content contributors to create content
and store it in the repository. There are many tools and styles.
• Workflow Management: This allows you to monitor, adjust, and maintain the
process through which the creation and publishing tasks are done in your
organization. Systems range from highly complex to quite simple, but all give you a
set of tools to manage the activities of authors and the progress of content.
• Content Storage: This feature keeps the content sensibly organized and
accessible. Most CMS use a relational database; the point is to store the content
in one place and in a consistent fashion.
• Publication Management: This allows you to organize your content with metadata
and formatting. CMS have different ways of approaching this, but the better ones
allow you to define and manage your metadata and your templates.
• Publishing: Publishing allows you to merge the content data and the content
formatting and move it from the repository to your publication. Different methods
exist, but they all allow you to push the content out to some publicly accessible
place without the help of your tech team.
• Content portability: Since the CMS stores content as data, that data can be inserted into
any appropriate output format or template. If you want your article to appear with a blue
background in your Members section, but with a yellow background in your General
Information section, you don't need to write your article twice. Instead, you write it once
and assign it to the blue template and the yellow template.
• Design flexibility: Similarly, since the CMS stores the templates separate from the content
data, if you want to make a design change, however small (such as changing the font colour
on a particular type of page) or sweeping (such as changing the font colour, type, and size
throughout your site), you only need to change the template; the CMS handles the rest.
• Single Storage in a Single Place: In a CMS, all the content data is stored in one place, in a
consistent way and perhaps most importantly, only once.
• Workflow Management: Any good CMS will have some sort of workflow management
scheme. This usually involves defining certain roles -- such as author, editor, and publisher
-- and giving each of those roles some abilities and responsibilities.
• Automated Publishing: When it comes to freeing technical resources from publishing tasks,
almost any CMS shines. The CMS allows non-technical people to schedule, trigger, and
otherwise manage the process of moving the content to the production environment.
• Content portability: Since the CMS stores content as data, that data can be inserted
into any appropriate output format or template. If you want your article to appear
with a blue background in your Members section, but with a yellow background in
your General Information section, you don't need to write your article twice.
Instead, you write it once and assign it to the blue template and the yellow
template.
• Design flexibility: Similarly, since the CMS stores the templates separate from the
content data, if you want to make a design change, however small (such as changing
the font colour on a particular page) or sweeping (such as changing the font colour,
type, size throughout your site), you only need to change the template; the CMS
handles the rest.
• Single Storage in a Single Place: In a CMS, all the content data is stored in one place,
in a consistent way and perhaps most importantly, only once.
• Workflow Management: Any good CMS will have some sort of workflow
management scheme. This usually involves defining certain roles -- such as author,
editor, and publisher -- and giving each of those roles some abilities and
responsibilities.
• Automated Publishing: When it comes to freeing technical resources from
publishing tasks, almost any CMS shines. The CMS allows non-technical people to
schedule, trigger, and otherwise manage the process of moving the content to the
production environment.
WORDPRESS:
WordPress is an open-source and free Web publishing application, content management
system (CMS) and blogging tool built by a community of developers and contributors.
WordPress allows users to build dynamic websites and blogs that may be updated,
customized and managed from its back-end CMS and integrated application and
components.
Matt Mullenweg and Mike Little co-founded WordPress. WordPress started in 2003 with a
single bit of code to enhance the typography of everyday writing and with fewer users than
you can count on your fingers and toes. Since then it has grown to be the largest self-
hosted blogging tool in the world, used on millions of sites and seen by ten millions of
people every day.
Steps to configure WordPress:
• Step 1: Install local server (WAMP or XAMPP).
• Step 2: Start server.
• Step 3: Wordpress package Copy from source and past in www directory.
• Step 4: Open PHP my admin and create database.
• Step 5: Open wordpress package in browser (local host/your folder name) and
configure according to your database name and password.
• Step 6: Run and install
• Step 7: Login in admin panel (local host/your folder name/wp-login.php)
• Step 8: Visit front site and enjoy with wordpress.
Dashboard of WordPress:
Marked in the screenshot above are “Posts” (A) and “Pages” (B) in Wordpress. Normally,
one will want to write a new Post. “Posts” are organized around categories (e.g., Blog,
News, Products, Articles, Services, Resources, Healthy Snacks) while “Pages” have no
category and standalone (e.g., Contact Us, Legal Disclaimer, Terms of Service, Thank You
for Shopping With Us).
Writing a New Post:
AA
BB
B. This is the ContentB. This is the Content
Input box to write a new post.Input box to write a new post.
A. This is the Title input boxA. This is the Title input box
Add tags to
your post
Select a category for
your post
Allow site visitors to
comment on your post
Publish your
Post
Edit your Post:
Editing a Post — the Editing Icons in Detail:
1. Bold
2. Italic
3. Strikethrough: Used most often to denote a correction or change from the original text.
4. Bulleted List
5. Numbered List
6. Block-quote: Indents a paragraph both right and left. This will look different depending
upon your theme’s style-sheet.
7. Paragraph Alignment: Left, Center, Right
8. Link/Unlink: For adding or removing a web hyperlink. The icons are grayed out until text
is highlighted.
9. More Tag: Inserts the word “More” and a link to the complete post allowing you to set
the excerpt for a post ends in archive and other aggregate pages.
10. Spellcheck Toggle: Turns the spellchecker on and off. When on, misspelled words are
underlined in red.
11. Expanded Menu Bar — Click on this icon to show (or hide) the second row of icons.
There are very few of the additional editing features that you’ll need right now, but
there are a few useful ones. These include:
• Formatting List — This feature provides a drop-down list of additional HTML codes,
such as Headings, that can be used to format text.
• Copy-and-Paste Plain Text — Click on this icon when you are pasting plain text, such
as text from a web page, into your post.
• Copy-and-Paste MS Word Text — Click this icon when you are pasting text that was
original written in Microsoft Word to avoid the custom editing code and characters
that MS Word uses are not pasted into your post. It also makes for safer posts,
ensuring your aren’t copying some hidden code that can be carried from MS Word.
• Special character palette — If you want to use a special character, such as a foreign
character or a financial or math symbol, clicking on this button where give you a
pop-up window of HTML entities that you can click on to insert a character.
Insert photo and/or other media:
Add Photo/ImageAdd Photo/Image
Add VideoAdd Video
Add MusicAdd Music
Add Other File Types, e.g. PDFAdd Other File Types, e.g. PDF
Upload Menu
In similar fashion, categories, pages, links, hyperlinks, etc. can be added/inserted/edited
too.
WordPress Themes:
WordPress themes are files that work together to create the design and functionality of a
WordPress site. Each theme may be different, offering many choices for site owners to
instantly change the look of their website. There are free themes available through
WordPress.org or premium themes for purchase all over the web. Think of it like you're
hiring a web designer, the difference is that the theme is already finished, as opposed to
waiting a couple of weeks.
WordPress Widgets:
Designed to provide a simple and easy-to-use way of giving design and control to a section
in your WordPress theme like a sidebar or a footer. Some plugins you download will
provide a widget with options to display certain functionality in a different or quicker way.
A very useful widget is the built-in HTML widget, which you can put any type of code or
third party embed code in, besides PHP, but there is a plugin for that.
WordPress Plugins:
Plugins are tools to extend the functionality of WordPress. With all the available plugins you
can turn WordPress into a radio, news or photography content management system as easy
as installing software.
Over 18,000 plugins are available; some are free, others ask for donation or have a monthly
rate or one-time buy. With that many plugins it provides an opportunity to build a site the
way you want it.
Benefits of using WordPress:
WordPress has been around since 2003 and is the most popular blogging software on the
market. Over the last few years, WordPress has also become the content management
software of choice for non-blogging websites. Here are the top 10 reasons why WordPress is
so popular and why you might want to consider switching to a WordPress platform for your
company’s website.
1. Ease of Use
WordPress is very easy to use and has an intuitive interface. Adding new pages, blog posts,
images, etc. on a regular basis is a breeze and can be done quickly. Because the technology
is so simple, time spent on formatting is greatly reduced.
2. Manage Your Website from Any Computer
WordPress is browser-based. You can login from any Internet connected computer and
manage your site.
3. No HTML Editing or FTP Software Required
WordPress is a self-contained system and does not require HTML editing software (such as
Adobe Contribute or Dreamweaver). You can create a new page or blog post, format text,
upload images (and edit them), upload documents, video files, image galleries, etc. all
without the need for additional HTML or FTP software.
4. Search Engines Love WordPress Sites
The code behind WordPress is very clean and simple, making it easy for search engines to
read and index a site’s content. In addition, each page, post, and image can have its own
meta tag keywords, description, and title, and be optimized for specific keywords, allowing
for very precise search engine optimization. You can also use tags to further enhance your
search engine optimization efforts.
5. You Have Control of Your Site
No more waiting for your web designer to make simple updates to your site. With
WordPress, you have control of nearly every aspect of your site and can easily make those
simple updates yourself.
6. The Design of Your Website is 100% Customizable
WordPress acts as the engine for your website. The look and feel of the site can be 100%
customized so your brand can shine through on your site and provide a unique experience
to your visitors.
7. A Blog is Built-in and Ready to Go
Since WordPress was originally created as a blogging platform, blogging capabilities are
built-in and are easy to integrate, if desired. Setting up RSS / email subscriptions to your
blog, commenting capabilities, and automatically adding the most recent blog posts to other
pages of the site (your home page, for example) are also very simple to set-up, and help to
extend your company’s reach and make your site more dynamic and interactive.
8. Extend the Functionality of Your Site with Plugins
Want to add an event calendar, video gallery, Twitter Feed, Facebook Fan Box, and more to
your site? WordPress makes this possible with plugins, most of which are free or very
reasonably priced.
9. Your Site Can Grow as Your Business Grows
WordPress sites are very scalable. You can have hundreds of thousands of pages or blog
posts on your site and the performance of the site will not be compromised in the least.
10. Have Multiple Users
As an administrator of a WordPress site, you can set-up multiple users for the website and
assign access levels and capabilities to each user.

More Related Content

What's hot

Content management system
Content management systemContent management system
Content management systemAdhoura Academy
 
CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)Aaina Katyal
 
online blogging system
online blogging systemonline blogging system
online blogging system001vaibhav
 
Introduction to Web Content Management
Introduction to Web Content ManagementIntroduction to Web Content Management
Introduction to Web Content ManagementCraig Bailey
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT mayur akabari
 
Content Management System - CMS
 Content Management System - CMS Content Management System - CMS
Content Management System - CMSJaime Delgado
 
Information architecture unit i
Information architecture unit iInformation architecture unit i
Information architecture unit iAman Sharma
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notesbutest
 
Content Management System
Content Management SystemContent Management System
Content Management SystemRavi Bhadauria
 
Alice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu
 
Web deveopment using React js and Node js with SQL.
Web deveopment using React js and Node js with SQL.Web deveopment using React js and Node js with SQL.
Web deveopment using React js and Node js with SQL.Jayant Surana
 
Web Designing Presentation
Web Designing PresentationWeb Designing Presentation
Web Designing PresentationRahulSuri30
 
Introduction to Wordpress
Introduction to WordpressIntroduction to Wordpress
Introduction to WordpressSandy Ratliff
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project ReportMilind Gokhale
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPressEunus Hosen
 

What's hot (20)

Content management system
Content management systemContent management system
Content management system
 
CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)
 
online blogging system
online blogging systemonline blogging system
online blogging system
 
Introduction to Web Content Management
Introduction to Web Content ManagementIntroduction to Web Content Management
Introduction to Web Content Management
 
Basic Wordpress PPT
Basic Wordpress PPT Basic Wordpress PPT
Basic Wordpress PPT
 
Content Management System - CMS
 Content Management System - CMS Content Management System - CMS
Content Management System - CMS
 
Information architecture unit i
Information architecture unit iInformation architecture unit i
Information architecture unit i
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
Alice Phieu - WordPress For Beginners
Alice Phieu - WordPress For BeginnersAlice Phieu - WordPress For Beginners
Alice Phieu - WordPress For Beginners
 
Intro to Wordpress
Intro to WordpressIntro to Wordpress
Intro to Wordpress
 
Web Development
Web DevelopmentWeb Development
Web Development
 
Web deveopment using React js and Node js with SQL.
Web deveopment using React js and Node js with SQL.Web deveopment using React js and Node js with SQL.
Web deveopment using React js and Node js with SQL.
 
Content Management Systems
Content Management SystemsContent Management Systems
Content Management Systems
 
world wide web
world wide webworld wide web
world wide web
 
Web Designing Presentation
Web Designing PresentationWeb Designing Presentation
Web Designing Presentation
 
Basics for hosting a website
Basics for hosting a websiteBasics for hosting a website
Basics for hosting a website
 
Introduction to Wordpress
Introduction to WordpressIntroduction to Wordpress
Introduction to Wordpress
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 

Similar to Content management system

What is a CMS.
What is a CMS.What is a CMS.
What is a CMS.Techugo
 
What is a CMS.pdf
What is a CMS.pdfWhat is a CMS.pdf
What is a CMS.pdfTechugo
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfTechugo
 
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)Richard Harbridge
 
Benefits of using a content management system for your website : holateck se...
Benefits of using a content management system for your website  : holateck se...Benefits of using a content management system for your website  : holateck se...
Benefits of using a content management system for your website : holateck se...HolaTeck
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfTechugo
 
Content Management Systems
Content Management SystemsContent Management Systems
Content Management Systemssahig123
 
Content Management Systems
Content Management SystemsContent Management Systems
Content Management Systemssahig123
 
What functions do content management systems perform_.pptx
What functions do content management systems perform_.pptxWhat functions do content management systems perform_.pptx
What functions do content management systems perform_.pptxAgio Support Solutions
 
What functions do content management systems perform_.pptx
What functions do content management systems perform_.pptxWhat functions do content management systems perform_.pptx
What functions do content management systems perform_.pptxAgio Support Solutions
 
Open Source Content Management Systems
Open Source Content Management SystemsOpen Source Content Management Systems
Open Source Content Management Systemskrishnapriya Tadepalli
 
Content Management Systems (CMS) & Wordpress theme development
Content Management Systems (CMS) & Wordpress theme developmentContent Management Systems (CMS) & Wordpress theme development
Content Management Systems (CMS) & Wordpress theme developmentDave Wallace
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report c-tac
 
Content management system a full guide
Content management system a full guideContent management system a full guide
Content management system a full guideFullestop
 
07.m3 cms cms-installation
07.m3 cms cms-installation07.m3 cms cms-installation
07.m3 cms cms-installationtarensi
 
CONTENT MANEGMENT SYSTEM
CONTENT MANEGMENT SYSTEMCONTENT MANEGMENT SYSTEM
CONTENT MANEGMENT SYSTEMYunior Reyes
 
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdfgtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdfGtcsys
 

Similar to Content management system (20)

The Future of the CMS
The Future of the CMSThe Future of the CMS
The Future of the CMS
 
Headless CMS VS Traditional CMS.pdf
Headless CMS VS Traditional CMS.pdfHeadless CMS VS Traditional CMS.pdf
Headless CMS VS Traditional CMS.pdf
 
What is a CMS.
What is a CMS.What is a CMS.
What is a CMS.
 
What is a CMS.pdf
What is a CMS.pdfWhat is a CMS.pdf
What is a CMS.pdf
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdf
 
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
SharePoint 2007 and SharePoint 2010 for Web Content Management (WCM)
 
Benefits of using a content management system for your website : holateck se...
Benefits of using a content management system for your website  : holateck se...Benefits of using a content management system for your website  : holateck se...
Benefits of using a content management system for your website : holateck se...
 
C:\fakepath\content management website
C:\fakepath\content management websiteC:\fakepath\content management website
C:\fakepath\content management website
 
A Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdfA Comprehensive Guide to Content Management Systems.pdf
A Comprehensive Guide to Content Management Systems.pdf
 
Content Management Systems
Content Management SystemsContent Management Systems
Content Management Systems
 
Content Management Systems
Content Management SystemsContent Management Systems
Content Management Systems
 
What functions do content management systems perform_.pptx
What functions do content management systems perform_.pptxWhat functions do content management systems perform_.pptx
What functions do content management systems perform_.pptx
 
What functions do content management systems perform_.pptx
What functions do content management systems perform_.pptxWhat functions do content management systems perform_.pptx
What functions do content management systems perform_.pptx
 
Open Source Content Management Systems
Open Source Content Management SystemsOpen Source Content Management Systems
Open Source Content Management Systems
 
Content Management Systems (CMS) & Wordpress theme development
Content Management Systems (CMS) & Wordpress theme developmentContent Management Systems (CMS) & Wordpress theme development
Content Management Systems (CMS) & Wordpress theme development
 
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report 6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
6 Week / Month Industrial Training in Hoshiarpur Punjab- PHP Project Report
 
Content management system a full guide
Content management system a full guideContent management system a full guide
Content management system a full guide
 
07.m3 cms cms-installation
07.m3 cms cms-installation07.m3 cms cms-installation
07.m3 cms cms-installation
 
CONTENT MANEGMENT SYSTEM
CONTENT MANEGMENT SYSTEMCONTENT MANEGMENT SYSTEM
CONTENT MANEGMENT SYSTEM
 
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdfgtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
gtcsys-com-go-beyond-basics-mastering-the-evolving-landscape-of-cms-.pdf
 

More from Shubha Brota Raha

Buying behaviour of working adults towards branded apparel in select indian c...
Buying behaviour of working adults towards branded apparel in select indian c...Buying behaviour of working adults towards branded apparel in select indian c...
Buying behaviour of working adults towards branded apparel in select indian c...Shubha Brota Raha
 
Understanding Google Analytics
Understanding Google AnalyticsUnderstanding Google Analytics
Understanding Google AnalyticsShubha Brota Raha
 
Google adwords bidding process
Google adwords bidding processGoogle adwords bidding process
Google adwords bidding processShubha Brota Raha
 
Data mining & data warehousing
Data mining & data warehousingData mining & data warehousing
Data mining & data warehousingShubha Brota Raha
 
Demand forecasting and its methods
Demand forecasting and its methodsDemand forecasting and its methods
Demand forecasting and its methodsShubha Brota Raha
 
A study of buying behaviour of working adults towards branded apparels in sel...
A study of buying behaviour of working adults towards branded apparels in sel...A study of buying behaviour of working adults towards branded apparels in sel...
A study of buying behaviour of working adults towards branded apparels in sel...Shubha Brota Raha
 
Negative Impacts of Nuclear Power
Negative Impacts of Nuclear PowerNegative Impacts of Nuclear Power
Negative Impacts of Nuclear PowerShubha Brota Raha
 
Reflective Notes - Consumer Behaviour
Reflective Notes - Consumer BehaviourReflective Notes - Consumer Behaviour
Reflective Notes - Consumer BehaviourShubha Brota Raha
 
Case Study: CSR Activities by TVS
Case Study: CSR Activities by TVSCase Study: CSR Activities by TVS
Case Study: CSR Activities by TVSShubha Brota Raha
 
Diversity Management in Pepsi Co
Diversity Management in Pepsi CoDiversity Management in Pepsi Co
Diversity Management in Pepsi CoShubha Brota Raha
 
THE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTS
THE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTSTHE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTS
THE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTSShubha Brota Raha
 
Waste Management in Garment Industries
Waste Management in Garment IndustriesWaste Management in Garment Industries
Waste Management in Garment IndustriesShubha Brota Raha
 
Brief on Indian Textile and Apparel Industry
Brief on Indian Textile and Apparel IndustryBrief on Indian Textile and Apparel Industry
Brief on Indian Textile and Apparel IndustryShubha Brota Raha
 
Cost of Quality in Apparel Industry
Cost of Quality in Apparel IndustryCost of Quality in Apparel Industry
Cost of Quality in Apparel IndustryShubha Brota Raha
 

More from Shubha Brota Raha (18)

Buying behaviour of working adults towards branded apparel in select indian c...
Buying behaviour of working adults towards branded apparel in select indian c...Buying behaviour of working adults towards branded apparel in select indian c...
Buying behaviour of working adults towards branded apparel in select indian c...
 
Understanding Google Analytics
Understanding Google AnalyticsUnderstanding Google Analytics
Understanding Google Analytics
 
Google adwords bidding process
Google adwords bidding processGoogle adwords bidding process
Google adwords bidding process
 
Data mining & data warehousing
Data mining & data warehousingData mining & data warehousing
Data mining & data warehousing
 
Foreign market entry
Foreign market entryForeign market entry
Foreign market entry
 
Demand forecasting and its methods
Demand forecasting and its methodsDemand forecasting and its methods
Demand forecasting and its methods
 
A study of buying behaviour of working adults towards branded apparels in sel...
A study of buying behaviour of working adults towards branded apparels in sel...A study of buying behaviour of working adults towards branded apparels in sel...
A study of buying behaviour of working adults towards branded apparels in sel...
 
Negative Impacts of Nuclear Power
Negative Impacts of Nuclear PowerNegative Impacts of Nuclear Power
Negative Impacts of Nuclear Power
 
Reflective Notes - Consumer Behaviour
Reflective Notes - Consumer BehaviourReflective Notes - Consumer Behaviour
Reflective Notes - Consumer Behaviour
 
Lawn Care Company - Case
Lawn Care Company - CaseLawn Care Company - Case
Lawn Care Company - Case
 
Apparel Retail in India
Apparel Retail in IndiaApparel Retail in India
Apparel Retail in India
 
Jet Airways - Strategy
Jet Airways - StrategyJet Airways - Strategy
Jet Airways - Strategy
 
Case Study: CSR Activities by TVS
Case Study: CSR Activities by TVSCase Study: CSR Activities by TVS
Case Study: CSR Activities by TVS
 
Diversity Management in Pepsi Co
Diversity Management in Pepsi CoDiversity Management in Pepsi Co
Diversity Management in Pepsi Co
 
THE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTS
THE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTSTHE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTS
THE GROWTH OF INDIAN PRINT MEDIA IN THE LAST DECADE AND ITS FALLOUTS
 
Waste Management in Garment Industries
Waste Management in Garment IndustriesWaste Management in Garment Industries
Waste Management in Garment Industries
 
Brief on Indian Textile and Apparel Industry
Brief on Indian Textile and Apparel IndustryBrief on Indian Textile and Apparel Industry
Brief on Indian Textile and Apparel Industry
 
Cost of Quality in Apparel Industry
Cost of Quality in Apparel IndustryCost of Quality in Apparel Industry
Cost of Quality in Apparel Industry
 

Recently uploaded

Mastering SEO in the Evolving AI-driven World
Mastering SEO in the Evolving AI-driven WorldMastering SEO in the Evolving AI-driven World
Mastering SEO in the Evolving AI-driven WorldScalenut
 
VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceSapana Sha
 
How To Utilize Calculated Properties in your HubSpot Setup
How To Utilize Calculated Properties in your HubSpot SetupHow To Utilize Calculated Properties in your HubSpot Setup
How To Utilize Calculated Properties in your HubSpot Setupssuser4571da
 
Russian Call Girls Nagpur Swara 8617697112 Independent Escort Service Nagpur
Russian Call Girls Nagpur Swara 8617697112 Independent Escort Service NagpurRussian Call Girls Nagpur Swara 8617697112 Independent Escort Service Nagpur
Russian Call Girls Nagpur Swara 8617697112 Independent Escort Service NagpurCall girls in Ahmedabad High profile
 
The Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingThe Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingJuan Pineda
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupVbout.com
 
The Skin Games 2024 25 - Sponsorship Deck
The Skin Games 2024 25 - Sponsorship DeckThe Skin Games 2024 25 - Sponsorship Deck
The Skin Games 2024 25 - Sponsorship DeckToluwanimi Balogun
 
9654467111 Call Girls In Mahipalpur Women Seeking Men
9654467111 Call Girls In Mahipalpur Women Seeking Men9654467111 Call Girls In Mahipalpur Women Seeking Men
9654467111 Call Girls In Mahipalpur Women Seeking MenSapana Sha
 
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdfSnapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdfEastern Online-iSURVEY
 
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing StrategyDIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing StrategySouvikRay24
 
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...ChesterYang6
 
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdfDGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdfDemandbase
 
Call Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRCall Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRSapana Sha
 
Cost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surgesCost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surgesPushON Ltd
 
Red bull marketing presentation pptxxxxx
Red bull marketing presentation pptxxxxxRed bull marketing presentation pptxxxxx
Red bull marketing presentation pptxxxxx216310017
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsVWO
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDemandbase
 

Recently uploaded (20)

Mastering SEO in the Evolving AI-driven World
Mastering SEO in the Evolving AI-driven WorldMastering SEO in the Evolving AI-driven World
Mastering SEO in the Evolving AI-driven World
 
VIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts ServiceVIP Call Girls In Green Park 9654467111 Escorts Service
VIP Call Girls In Green Park 9654467111 Escorts Service
 
How To Utilize Calculated Properties in your HubSpot Setup
How To Utilize Calculated Properties in your HubSpot SetupHow To Utilize Calculated Properties in your HubSpot Setup
How To Utilize Calculated Properties in your HubSpot Setup
 
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting GroupSEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
 
Russian Call Girls Nagpur Swara 8617697112 Independent Escort Service Nagpur
Russian Call Girls Nagpur Swara 8617697112 Independent Escort Service NagpurRussian Call Girls Nagpur Swara 8617697112 Independent Escort Service Nagpur
Russian Call Girls Nagpur Swara 8617697112 Independent Escort Service Nagpur
 
The Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO CopywritingThe Pitfalls of Keyword Stuffing in SEO Copywriting
The Pitfalls of Keyword Stuffing in SEO Copywriting
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting Group
 
The Skin Games 2024 25 - Sponsorship Deck
The Skin Games 2024 25 - Sponsorship DeckThe Skin Games 2024 25 - Sponsorship Deck
The Skin Games 2024 25 - Sponsorship Deck
 
9654467111 Call Girls In Mahipalpur Women Seeking Men
9654467111 Call Girls In Mahipalpur Women Seeking Men9654467111 Call Girls In Mahipalpur Women Seeking Men
9654467111 Call Girls In Mahipalpur Women Seeking Men
 
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdfSnapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
Snapshot of Consumer Behaviors of March 2024-EOLiSurvey (EN).pdf
 
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing StrategyDIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
DIGITAL MARKETING COURSE IN BTM -Influencer Marketing Strategy
 
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
 
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdfDGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
DGR_Digital Advertising Strategies for a Cookieless World_Presentation.pdf
 
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
 
No Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found OnlineNo Cookies No Problem - Steve Krull, Be Found Online
No Cookies No Problem - Steve Krull, Be Found Online
 
Call Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCRCall Us ➥9654467111▻Call Girls In Delhi NCR
Call Us ➥9654467111▻Call Girls In Delhi NCR
 
Cost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surgesCost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surges
 
Red bull marketing presentation pptxxxxx
Red bull marketing presentation pptxxxxxRed bull marketing presentation pptxxxxx
Red bull marketing presentation pptxxxxx
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 Reports
 
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdfDigital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
Digital Marketing Spotlight: Lifecycle Advertising Strategies.pdf
 

Content management system

  • 1. CONTENT MANAGEMENT SYSTEM (CMS) Submitted By: Shubha Brota Raha EMBA 2011-14 SIBM, Bangalore
  • 2. Introduction: This article deals with one of the most important and integral part of web development that is Content Management System (CMS) and how it works to design an excellent website. A CMS or Content Management System is basically an application that can be used to manage and organize movies, text, links, pictures and other data. In short we can say that a content management system is used to manage the content of a web site. A CMS basically consists of two elements- The content management application (CMA) and the CDA (Content Delivery Application). The Content Management application will make the content manager or we can say the author to modify, manage the creation, and removal of content from a website. This type of application helps the author to modify the content without knowing any knowledge of Webmaster. On the other hand, the CDA element uses and compiles all the information to update the web site. The features of a CMS system mainly includes web based publishing, revision control, format management, and indexing, search and retrieval. Many of the popular websites in the world use free and easily available content management system such as Wordpress, Joomla and Drupal, which further helps you to make an affordable website design and in website development. A website design includes informatics architecture, colours used, user interface, site navigation, buttons, layouts, images and much more. These all important parts combine together to make an affordable website that meets the goals and desire of the client and designer as well Thus, content management is the organizing, categorizing, and structuring of information resources (text, images, documents etc.) so that they can be stored, published, and edited with ease and flexibility. A content management system (CMS) is used to collect, manage, and publish content, storing the content either as components or whole documents, while
  • 3. maintaining dynamic links between components. CMSs allow end-users (typically authors of some sort) to provide new content in the form of articles. The articles are typically entered as plain text, perhaps with mark-up to indicate where other resources (such as pictures) should be placed. The system then uses rules to style the article, which separates the display from the content, which has a number of advantages when trying to get many articles to conform to a consistent "look and feel". The system then adds the articles to a larger collection for publishing. The systems also often include some sort of concept of the workflow for the target users, which defines how the new content is to be routed around the system. How Content Management System Works: 1.A professional web developer designs a web page format - typically with a logo at the top, and standard navigation options across the top, down the left hand side, and/or at the foot of the page. 2. This new format is used to create a master template. 3.All the web developers in the organization get to use special software that lets them add text and images to web pages, automatically using the master template. 4.Each completed page is submitted to an editor, who might make changes or send it back to the writer for revision. When the page is OK, the editor clicks an on-screen PUBLISH button and uploads the page to the web server, so that the world can read it. 5. Each page is usually saved on a text database. Most web pages have file names that end in .htm or .html, but sometimes you will see pages ending in other file extensions, such as .php. These are often generated by content management systems. However, some CMSs will generate plain .html pages, which are more easily found by search engines. 6. The CMS also generates indexes, showing what files have been changed when, who updated which file, and so on. 7. The more elaborate CMS perform a lot more functions (such as archives, built-in search engines, permission control, and workflow management), but the above ones are basic. 8. Giving control back to content owners, allowing them to user their web browser to add and edit content on the site with no special knowledge required. 9. Separating page content from format and design, creating a more consistent look and feel across the site. 10.Faster publication of content and updates as well as immediate site-wide changes.
  • 4. 11.Automation of all navigation, internal links, and other site sections where rules can be imposed on content, eliminating internal broken links or orphaned pages. 12.The ability to schedule the publication or expiration of a page and all links to that page. 13.Development of workflow and approval processes; turning management of your website into a business process. 14.The ability to customize the level of design and formatting control given to site authors. 15.Development of user templates for content delivery using existing site design or in conjunction with a site redesign. 16.Development of customized approval workflow. 17. Creation of user accounts and roles to fit your desired level of control and access. 18. Integration with existing applications and databases. 19. User training to assist content authors in becoming familiar with the system Benefits of Content Management System: • Content Authoring: This allows your content contributors to create content and store it in the repository. There are many tools and styles. • Workflow Management: This allows you to monitor, adjust, and maintain the process through which the creation and publishing tasks are done in your organization. Systems range from highly complex to quite simple, but all give you a set of tools to manage the activities of authors and the progress of content. • Content Storage: This feature keeps the content sensibly organized and accessible. Most CMS use a relational database; the point is to store the content in one place and in a consistent fashion. • Content Authoring: This allows your content contributors to create content and store it in the repository. There are many tools and styles. • Workflow Management: This allows you to monitor, adjust, and maintain the process through which the creation and publishing tasks are done in your organization. Systems range from highly complex to quite simple, but all give you a set of tools to manage the activities of authors and the progress of content. • Content Storage: This feature keeps the content sensibly organized and
  • 5. accessible. Most CMS use a relational database; the point is to store the content in one place and in a consistent fashion. • Publication Management: This allows you to organize your content with metadata and formatting. CMS have different ways of approaching this, but the better ones allow you to define and manage your metadata and your templates. • Publishing: Publishing allows you to merge the content data and the content formatting and move it from the repository to your publication. Different methods exist, but they all allow you to push the content out to some publicly accessible place without the help of your tech team. • Content portability: Since the CMS stores content as data, that data can be inserted into any appropriate output format or template. If you want your article to appear with a blue background in your Members section, but with a yellow background in your General Information section, you don't need to write your article twice. Instead, you write it once and assign it to the blue template and the yellow template. • Design flexibility: Similarly, since the CMS stores the templates separate from the content data, if you want to make a design change, however small (such as changing the font colour on a particular type of page) or sweeping (such as changing the font colour, type, and size throughout your site), you only need to change the template; the CMS handles the rest. • Single Storage in a Single Place: In a CMS, all the content data is stored in one place, in a consistent way and perhaps most importantly, only once. • Workflow Management: Any good CMS will have some sort of workflow management scheme. This usually involves defining certain roles -- such as author, editor, and publisher -- and giving each of those roles some abilities and responsibilities. • Automated Publishing: When it comes to freeing technical resources from publishing tasks, almost any CMS shines. The CMS allows non-technical people to schedule, trigger, and otherwise manage the process of moving the content to the production environment. • Content portability: Since the CMS stores content as data, that data can be inserted into any appropriate output format or template. If you want your article to appear with a blue background in your Members section, but with a yellow background in your General Information section, you don't need to write your article twice. Instead, you write it once and assign it to the blue template and the yellow template. • Design flexibility: Similarly, since the CMS stores the templates separate from the content data, if you want to make a design change, however small (such as changing the font colour on a particular page) or sweeping (such as changing the font colour, type, size throughout your site), you only need to change the template; the CMS handles the rest. • Single Storage in a Single Place: In a CMS, all the content data is stored in one place,
  • 6. in a consistent way and perhaps most importantly, only once. • Workflow Management: Any good CMS will have some sort of workflow management scheme. This usually involves defining certain roles -- such as author, editor, and publisher -- and giving each of those roles some abilities and responsibilities. • Automated Publishing: When it comes to freeing technical resources from publishing tasks, almost any CMS shines. The CMS allows non-technical people to schedule, trigger, and otherwise manage the process of moving the content to the production environment. WORDPRESS: WordPress is an open-source and free Web publishing application, content management system (CMS) and blogging tool built by a community of developers and contributors. WordPress allows users to build dynamic websites and blogs that may be updated, customized and managed from its back-end CMS and integrated application and components. Matt Mullenweg and Mike Little co-founded WordPress. WordPress started in 2003 with a single bit of code to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self- hosted blogging tool in the world, used on millions of sites and seen by ten millions of people every day. Steps to configure WordPress: • Step 1: Install local server (WAMP or XAMPP). • Step 2: Start server. • Step 3: Wordpress package Copy from source and past in www directory. • Step 4: Open PHP my admin and create database. • Step 5: Open wordpress package in browser (local host/your folder name) and configure according to your database name and password. • Step 6: Run and install • Step 7: Login in admin panel (local host/your folder name/wp-login.php)
  • 7. • Step 8: Visit front site and enjoy with wordpress. Dashboard of WordPress: Marked in the screenshot above are “Posts” (A) and “Pages” (B) in Wordpress. Normally, one will want to write a new Post. “Posts” are organized around categories (e.g., Blog, News, Products, Articles, Services, Resources, Healthy Snacks) while “Pages” have no category and standalone (e.g., Contact Us, Legal Disclaimer, Terms of Service, Thank You for Shopping With Us). Writing a New Post: AA BB
  • 8. B. This is the ContentB. This is the Content Input box to write a new post.Input box to write a new post. A. This is the Title input boxA. This is the Title input box Add tags to your post Select a category for your post Allow site visitors to comment on your post Publish your Post
  • 9. Edit your Post: Editing a Post — the Editing Icons in Detail: 1. Bold 2. Italic 3. Strikethrough: Used most often to denote a correction or change from the original text. 4. Bulleted List 5. Numbered List 6. Block-quote: Indents a paragraph both right and left. This will look different depending upon your theme’s style-sheet. 7. Paragraph Alignment: Left, Center, Right 8. Link/Unlink: For adding or removing a web hyperlink. The icons are grayed out until text
  • 10. is highlighted. 9. More Tag: Inserts the word “More” and a link to the complete post allowing you to set the excerpt for a post ends in archive and other aggregate pages. 10. Spellcheck Toggle: Turns the spellchecker on and off. When on, misspelled words are underlined in red. 11. Expanded Menu Bar — Click on this icon to show (or hide) the second row of icons. There are very few of the additional editing features that you’ll need right now, but there are a few useful ones. These include: • Formatting List — This feature provides a drop-down list of additional HTML codes, such as Headings, that can be used to format text. • Copy-and-Paste Plain Text — Click on this icon when you are pasting plain text, such as text from a web page, into your post. • Copy-and-Paste MS Word Text — Click this icon when you are pasting text that was original written in Microsoft Word to avoid the custom editing code and characters that MS Word uses are not pasted into your post. It also makes for safer posts, ensuring your aren’t copying some hidden code that can be carried from MS Word. • Special character palette — If you want to use a special character, such as a foreign character or a financial or math symbol, clicking on this button where give you a pop-up window of HTML entities that you can click on to insert a character. Insert photo and/or other media: Add Photo/ImageAdd Photo/Image Add VideoAdd Video Add MusicAdd Music Add Other File Types, e.g. PDFAdd Other File Types, e.g. PDF Upload Menu
  • 11. In similar fashion, categories, pages, links, hyperlinks, etc. can be added/inserted/edited too. WordPress Themes: WordPress themes are files that work together to create the design and functionality of a WordPress site. Each theme may be different, offering many choices for site owners to instantly change the look of their website. There are free themes available through WordPress.org or premium themes for purchase all over the web. Think of it like you're hiring a web designer, the difference is that the theme is already finished, as opposed to waiting a couple of weeks. WordPress Widgets: Designed to provide a simple and easy-to-use way of giving design and control to a section in your WordPress theme like a sidebar or a footer. Some plugins you download will provide a widget with options to display certain functionality in a different or quicker way. A very useful widget is the built-in HTML widget, which you can put any type of code or third party embed code in, besides PHP, but there is a plugin for that.
  • 12. WordPress Plugins: Plugins are tools to extend the functionality of WordPress. With all the available plugins you can turn WordPress into a radio, news or photography content management system as easy as installing software. Over 18,000 plugins are available; some are free, others ask for donation or have a monthly rate or one-time buy. With that many plugins it provides an opportunity to build a site the way you want it. Benefits of using WordPress: WordPress has been around since 2003 and is the most popular blogging software on the market. Over the last few years, WordPress has also become the content management software of choice for non-blogging websites. Here are the top 10 reasons why WordPress is
  • 13. so popular and why you might want to consider switching to a WordPress platform for your company’s website. 1. Ease of Use WordPress is very easy to use and has an intuitive interface. Adding new pages, blog posts, images, etc. on a regular basis is a breeze and can be done quickly. Because the technology is so simple, time spent on formatting is greatly reduced. 2. Manage Your Website from Any Computer WordPress is browser-based. You can login from any Internet connected computer and manage your site. 3. No HTML Editing or FTP Software Required WordPress is a self-contained system and does not require HTML editing software (such as Adobe Contribute or Dreamweaver). You can create a new page or blog post, format text, upload images (and edit them), upload documents, video files, image galleries, etc. all without the need for additional HTML or FTP software. 4. Search Engines Love WordPress Sites The code behind WordPress is very clean and simple, making it easy for search engines to read and index a site’s content. In addition, each page, post, and image can have its own meta tag keywords, description, and title, and be optimized for specific keywords, allowing for very precise search engine optimization. You can also use tags to further enhance your search engine optimization efforts. 5. You Have Control of Your Site No more waiting for your web designer to make simple updates to your site. With WordPress, you have control of nearly every aspect of your site and can easily make those simple updates yourself. 6. The Design of Your Website is 100% Customizable WordPress acts as the engine for your website. The look and feel of the site can be 100% customized so your brand can shine through on your site and provide a unique experience to your visitors. 7. A Blog is Built-in and Ready to Go Since WordPress was originally created as a blogging platform, blogging capabilities are built-in and are easy to integrate, if desired. Setting up RSS / email subscriptions to your blog, commenting capabilities, and automatically adding the most recent blog posts to other pages of the site (your home page, for example) are also very simple to set-up, and help to extend your company’s reach and make your site more dynamic and interactive.
  • 14. 8. Extend the Functionality of Your Site with Plugins Want to add an event calendar, video gallery, Twitter Feed, Facebook Fan Box, and more to your site? WordPress makes this possible with plugins, most of which are free or very reasonably priced. 9. Your Site Can Grow as Your Business Grows WordPress sites are very scalable. You can have hundreds of thousands of pages or blog posts on your site and the performance of the site will not be compromised in the least. 10. Have Multiple Users As an administrator of a WordPress site, you can set-up multiple users for the website and assign access levels and capabilities to each user.