Drupal Web page management system Jonathan Millis

Slides:



Advertisements
Similar presentations
JERRY GILES MNIS Unclassified Information Sharing Service PAUL HILTON.
Advertisements

Using Drupal for Your Organizational Website (or, how to use Drupal without cursing) Michelle Murrain Nonprofit Open Source Initiative MetaCentric Technology.
Seattle Drupal Clinic Introduction to Drupal and Web Content Management.
Kick start your career with WordPress
Drupal Create a website/web app quickly with this Content Management System Jiaying Xu Spring 2011 COMS E6125 Web-enHanced Information.
Why choose Drupal?
CMS 101: Intro to Content Management Systems Tech4Good Denver |
CONTENT MANAGEMENT SYSTEM (CMS) By Joseph Stern. Are Custom Coded Websites Dead?
Open Source Content Management System - JOOMLA Swapnil S. Chafale Nagpur (M.S.) India Paper-Presentation For ATCON-2009 Conference.
What is Wordpress?  WordPress has a web template processor. Users can re-arrange widgets without editing PHP of HTML code; they can also install and.
Wordpress Tutorial 22 – 24 April Table of Contents Introduction Designing blog Writing and Publishing blog Pages Posts Categories Tags Links Comments.
Build a CMS Website. The topics this chapter covers are: What is CMS ? What you can do with CMS The benefits and disadvantages of using a content management.
The Dr ü G Book: An Intro to Drupal The Dr ü G Book: An Intro to Drupal (Dr ü G: Drupal User ’ s Group - users, not developers) This is an introduction.
Drupal Workshop Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology, Drupal technology, directories.
August 20, 2015 Web Content Management Drupal. What is Drupal? Drupal is a free software package that allows an individual or a community of users to.
Choosing a web CMS and an introduction to Modx March 2010.
Community Portals: part 1 Mick Jacobsen Donna Schaal
Web Content Management System CREATED BY Joshua Jylsus Mendes MBA –IT Jitendra Purohit MBA – IT
© 2012 Boise State University1 WordPress Training February 14, 2013.
Content Management Systems Drupal. Content Introduction Setting up Drupal Structure Features Core functions Comparison of Joomla and Drupal Total Cost.
What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool.
Proposal for the new group web infrastructure SFT Group meeting 3/7/2009 Yves Perrin.
Drupal Overview Prepared by : Agustin D. Gumogda Jr. Instructor.
Seattle Drupal Clinic Introduction to Drupal Part 1: Web Content Management, Advantages/Disadvantages of Drupal, Drupal terminology.
Web page management system Jonathan Millis Educational Design Resources NTID at RIT.
Information Systems | SEPTEMBER 10, 2008 Service Portal Maintenance Understanding the Fundamentals of Drupal.
IBM Lotus Software © 2006 IBM Corporation IBM Lotus Notes Domino Blog Template Steve Castledine.
+ Publishing Your First Post USING WORDPRESS. + A CMS (content management system) is an application that allows you to publish, edit, modify, organize,
Website Update and Use of Official accounts Dr.Lasantha Ranwala ( MBBS,MSc-Biomedical Informatics) Medical Officer - Health Informatics RDHS Office.
DotNetNuke v4 Overview Stan Schultes Stan Schultes Enterprise architect / application developer Enterprise architect / application developer Conference.
CMS Showdown What Is A Content Management System (CMS)? CMS Website Content Outside Content Social Media Connections with CRM Programs Statistics and.
How to use Drupal Awdhesh Kumar (Team Leader) Presentation Topic.
Presentation by Giorgos Theodoridis. WordPress is a free web software you can use to create a beautiful website, blog, or app, (CMS) based on PHP and.
How to Apply PDF in Flipbook on Website. Description If you are finding solution for applying PDF in flipbook mode on website, and adding multimedia items.
WordPress Vs Joomla Vs Drupal 2015 – Which One Suits Your Business?
Khalid Baheyeldin, Toronto, Mar 13, 2007 Building Drupal sites using CCK, Views and Panels Khalid Baheyeldin Drupal Users Group, Toronto.
HTML Structure & syntax
HTML Structure & syntax
Guide for Excel Integration Fusion CRM ADFdi
PRESENTS IEEE Section Template Tutorial.
Blogging together 1st Vocational School - 1st Laboratory Center
Cms Full-featured Flexible Web Content Management System for All Your Needs.
Overview Blogs and wikis are two Web 2.0 tools that allow users to publish content online Blogs function as online journals Wikis are collections of searchable,
How to use.
CONTENT MANAGEMENT SYSTEM CSIR-NISCAIR, New Delhi
What is a Blog? short for Weblog journal on a website
Content Management System
Accessibility with WordPress
WordPress Development
Chapter 6: Community Features.
The Way Eryk Budi Pratama
Content Management Systems
Content Management System
COLLABORATION IN GOVERNMENT
Readymade Airbnb Clone | PHP Vacation Rental Script from PHP Script directory.
PHP Chat Script | Live Chat php Script from PHP script directory.
Comparison of nopCommerce with its competitors
Easy Website Creation Using WordPress
Accessibility with WordPress
Fast, free, fun Weebly web sites.
Samer Koda IEEE-SEM – Section Student Representative IEEE-SEM-SA – Webmaster 12/7/2018.
So you were told to make a website
WordPress Development
Consult America Technology Consulting Services
OUCampus Content Editor Training
SharePoint Foundation 2010
HTML Structure & syntax
Is a Content Management System in Your Future?
Business Prototype Look and Feel
WordPress Development
Presentation transcript:

Drupal Web page management system Jonathan Millis Educational Design Resources NTID at RIT

History of Drupal The name Drupal, pronounced "droo-puhl," derives from the English pronunciation of the Dutch word "druppel," which means "drop“ (as in drag and drop.) Created in 2000 2001 - Drupal became open source Free download Usage Statistics http://drupal.org/project/usage/drupal

RIT adopts Drupal 2010 – RIT chooses Drupal as the web content management system campus wide Other web content systems Joomla http://www.topnotchthemes.com/blog/090224/drupal-vs-joomla-frank-comparison-ibm-consultant WordPress http://www.goodwebpractices.com/other/wordpress-vs-joomla-vs-drupal.html RedDot

Why Drupal? Advanced URL Control — Unlike WordPress, Drupal gives you precise control over URL structure. Each item of content in Drupal (called a node) can be given a custom URL (called a URL alias). In WordPress you are generally limited to one type of permalink URL for all posts. Custom Content Types and Views — You can use the Content Construction Kit (CCK) and Views Modules to create new content types and create advanced custom views for them without writing any code. A few examples of "content types" are "blog posts", "news stories", "forum posts", "tutorials", "classified ads", "podcasts". You can create as many custom content types as you would like and display them in many different ways. Most content management systems would require writing code to accomplish these tasks, but there is no programming knowledge required to do them in Drupal. Revision Control — You can configure Drupal to save a new version of your pages every time they are editing. That means that you can go back to view or revert old revisions if you want.

Why Drupal? (continued) User Management — Drupal was designed for community-based Web sites and has strong user role and access control functionality. You can create as many custom user roles with custom access levels as you need. For example you could create the following roles, each with different levels of access to your features: "anonymous visitor", "authenticated user", "moderator", editor", "webmaster", "admin". Page Titles and Meta Tags — Drupal's Page Title Module gives you custom control of your HTML <title> elements, while the Meta Tags Module gives you control over your pages' individual meta description tags. This is difficult in some content management systems, but it's easy with Drupal. Excellent Documentation — Documentation includes the official handbooks, the massive API Reference, numerous tutorials, blogs, videos, and podcasts, and the excellent new book Pro Drupal Development. There is even a Drupal Dojo community where you can learn how to become a Drupal ninja.

Why Drupal? (continued) PHP Template — Drupal uses the PHP Template theme engine by default. Theming in Drupal is easier than theming in WordPress and doesn't necessarily require any PHP knowledge. Drupal Cookbooks — If you want a feature that is not built into Drupal by default, chances are that someone has already written a code snippet for it and posted it in the code snippets section of Drupal.org. Large and Friendly Community — With so many major sites using Drupal, it's not going away soon. For an idea of the size of the developer community, take a look at the long list of community- contributed modules.

Who is using Drupal? www.whitehouse.gov www.grammy.com/ www.economist.com/ www.motherjones.com/ library.rit.edu

Is Drupal for you? Easy to manage, update, edit… You don’t need to know how to program. Update is instant.

Themes Thousands to choose from: http://drupal.org/project/Themes http://themegarden.org/

Examples of NTID Drupal sites http://www.rit.edu/ntid/edr/projects/portfolio/websites

How to Request a Drupal site At NTID: http://www.rit.edu/ntid/edr/services/website