SlideShare uma empresa Scribd logo
1 de 61
Week 6
ClassicPress / WordPress
The most popular CMS for
general population usage
Reclaimhosting.com
Wordpress.org
ClassicPress.net
Bryan Ollendyke
[at]btopro
Developer Activist
reclaimhosting.com
This week (6): WordPress
Next week (7): Drupal
Week after (8): Drupal again
Today’s Topic / What you'll learn about
- ClassicPress / WordPress
- What they are, why they are popular
- What we’ll do this week:
- Setup WordPress in reclaim hosting
- Play with site building capabilities
- Build a small site on WordPress
that effectively communicate:
- Different page builders through use
- Strengths / examples sites using
- Weaknesses / anti-examples
(when not to use it / examples not using)
- Compare and contrast w/ Grav
WordPress &
ClassicPress
Week 6
ClassicPress / WordPress
The most popular CMS for
general population usage
Reclaimhosting.com
Wordpress.org
ClassicPress.net
Bryan Ollendyke
[at]btopro
Developer Activist
Links to poke around / sources
- https://wordpress.org/
Community hub for the project
- https://wordpress.com/
Automattic owned SaaS platform
- https://reclaimhosting.com/
where we’ll install it
- https://classicpress.net/
Popular fork of WordPress; the hope for
a better, less corporate dominated web
WordPress &
ClassicPress
$3 Million dollars
Example usage - whitehouse.gov
Example usage – sites.psu.edu
PaaS  SaaS – campuspress.com  sites.psu.edu
Terms / definitions for today
- Plugin
- WordPress (WP)
- PHP
- MySQL / MariaDB
- Gutenberg
- Project Fork
- ClassicPress (CP)
WordPress &
ClassicPress
Terms / definitions for today
- Plugin – Enhancement for CP/WP
- WordPress (WP) – Security nightmare
Most popular CMS great for small sites.
- PHP – Same as last week, backend lang
- MySQL / MariaDB – database engine for
storing data related to the site(s)
- Gutenberg – Controversial,
Facebook’s React driven authoring
experience to slowly strangle the WP
community and replace it with a JS driven
ecosystem
(editorializing but so not untrue)
WordPress &
ClassicPress
Terms / definitions for today
- Project Fork – When you all clicked the
fork button on github, your taking the
project in a new direction. If enough
developers get together and agree on a
common fork / name, they can actually
veer the entire project off course or,
back on course.
- ClassicPress (CP) – A recent yet popular
fork of WordPress attempting to reclaim
the community from the decisions that
brought the world Gutenberg
WordPress &
ClassicPress
Why people like WordPress
- Advanced CMS without complex management
- Plugins area
- ”Pages” and “Posts” the two “types”
of content
- Ease of migration even though it should
be a complex process.
- Every WordPress site is compatible w/
any older version for all of time
meaning no “API breaking changes” since
the platform began
- Easy to teach someone how to edit content
well... Sorta..
WordPress &
ClassicPress
Every WordPress site is compatible w/
any older version for all of time
- Great news for site builders
- Plugins might not be so friendly to this
but largely are from what I’ve seen
- Great news for small sites
- Means things like “Autoupdate” can be
enabled and updates can come down from
a central source and “safely” update
everyone, forever.
- Contrast that with Drupal..
WordPress &
ClassicPress
WP vs Drupal code methodology
- WordPress conventions from 2003 are still
prevalent
- Code / standards / conventions have
dramatically improved since 2003.. Yet
WP code remains in a stasis
- WP is hacked a lot historically because
of it’s ”autoupdating” nature
- Each Drupal major version is an API
breaking change. Meaning Developers have
to rewrite / update all plugins each
release and are responsible for
making the changes themselves
WordPress &
ClassicPress
WP vs Drupal code methodology
- This means Drupal’s code can improve
in convention and coding style over time
- This leads to easier to read, more secure
and better conventions over the life time
- This means nothing to you if you’re a
small scale site builder that just wants
things to work
- It also means Drupal is vastly more
expensive to operate over the life time
but also dramatically more powerful and
flexible
WordPress &
ClassicPress
HAXcms 2019 < 10 Experimental
Edu
GravCMS 2014 < 100 Docs
Edu
WordPress 2003 > 10,000,000 Small / Mid
NGO
EDU
Drupal 2000 > 100,000 Top level
Gov, EDU
Marketing
Name Age Community Industries
HAXcms 💰 🦑 < 0.0000001%
GravCMS 💰 💰 🦑 🦑 < 0.5%
WordPress 💰 💰 💰 🦑 🦑 🦑 33%
(of top 10 mill)
Drupal 💰 💰 💰 💰 💰 🦑 🦑 🦑 🦑 🦑 4% - 6%
Name Cost Complexity Popularity
WP Key concepts
- Plugins – Extend functionality, search
directly in context of the site (like Grav)
- Themes – Layout, theme, design and
customizations of these variables all
happen through one interface which are also
installable via the UI
- Page vs Post – Pages are more static in
nature (Store Hours) while Posts are more
blog / river of news method. Themes and
plugins dictate how these are used though.
WordPress &
ClassicPress
What WP is great for
- Single or small team user publishing flow
- Marketing, branding, websites that have
more complexity then Grav
- Themes and designs, there’s a great
visual design community in WP bc of it
having a smaller scope / scale
(Drupal is a mess in this area)
- Blogs bc of the “posts” and “pages” core
conventions it ships with
- SEO / basic shopping carts
WordPress &
ClassicPress
What WP is not great for
- Complex publishing flows / lots of users
- Security (sorry, it just isn’t)
- Complex content types
- Shops will claim otherwise
- it CAN do ”content types” but its not
what it was intended for
- Accessibility / Forms
- No Core way of creating forms
- Requires plugins to do this
- Coding Standards
WordPress &
ClassicPress
My bias in this situation
- HAX began being discussed ~2017 the
same time as Gutenberg.
- We have philosophical differences that
will never be resolved unless they
effectively gut the platform
- They are a powerhouse and I expect / wish
better of their decision making from an
open web perspective
- What I will frame / tell you is true
but it’s also not going anywhere. The
corporation is backing it so it will
continue onward as is forever.
WordPress &
ClassicPress
My bias in this situation
- I’ve written 100s of modules for Drupal
- Drupal, for being difficult to use for
site builders, is WAY easier to work w/
for developers
- It’s difficult for me to get over this
gap given that I’ve been doing Drupal
for 13+ years
- WordPress is great for what it’s great
for, it’s why it powers 33%+ of the web
- Drupal is dramatically,
technologically superior. No question.
WordPress &
ClassicPress
Editorializing explained
- Gutenberg is effectively a way to ensure
WordPress.com is turned into a more legit
competitor to Wix, Squarespace, etc
- It is a ”block editor” (as is HAX, sorta)
so they are by their nature controversial
- The review, blogs and concerns of many
in the community have been largely
ignored and they are plentiful
(Not just BS’ing this out of my dislike)
WordPress &
ClassicPress
Page editor / layout in WordPress
- Gutenberg included out of the box
- “Classic Editor” is built on TinyMCE
which has been VERY popular since 2004
- “Divi” another page builder
- “Short codes” heavily used by WP users
(and Drupal) for the last decade.
Gutenberg broke much of these
integration methods which is what lead
to bulk of the strife w/ Gbug
- Many others, can search the directory
WordPress &
ClassicPress
FORK FORK FORK FORK FORK FORK
ClassicPress
https://rianrietveld.com/2018/10/09/i-have-resigned-the-wordpress-accessibility-team/
Among several ”last straws”
ClassicPress
- Gutenberg REALLY made people mad
- A lot of those people are the community
that made WordPress great
- They’ve seen the too much control in the
hands of too few w/o wider community
interests at heart
- So, they’ve forked the project and remove
Gutenbug in order to maintain the future
viability of WP as a business centric
platform that’s owned by the community,
and not Automattic.
WordPress &
ClassicPress
What we’ll do now
- Setup a WordPress site in cPanel
- Explore the WordPress UI and create pages
using Gutenberg editor it provides
- Add plugins to WordPress to do things the
“Classic” way and add some pages that way
- Change the theme as it has MANY nice ones
- Customize the theme / menus to add links
out to resources and other things we’ve
made.
WordPress &
ClassicPress
Lab Context
- You are the project manager that sold
your team and CEO on using Grav
- Grav’s going great, but there are rumblings
from clients and team members used to
WordPress user experience
- You are facing questions about what platform
should be used when as it relates to future
projects in the portfolio
- Your clients are also concerned about this
“New editor” they keep hearing about. Some
want to try it out, others like things the
way it is now because of staff training
WordPress &
ClassicPress
Lab Scenario 1 – Soaps R Us
- Mom’n’Pop store “Soaps R Us” wants to sell their famous
soap online. They need an attractive website with high SEO
that has a shopping cart and a small blogging area for their
“Hot Soap!” newsletter.
- They’ve heard great things about WordPress but are
concerned about the new editor as they don’t have time to
learn something new
- What plugins would you recommend to get their WordPress
site off in the right direction? Install them in the site to
test
- Pick out a theme and then customize it and the menu items
appropriately as a mock site to market their business
Lab Scenario 1 – Soaps R Us Deliverable
- Create a WordPress site on reclaim hosting
- Select plugins to improve SEO, provide a shopping cart, and
simplify content editing beyond the default editor
- Pick a nice theme and customize it with a few links to make
the site look real (typical small business has Home, News,
Hours, Location, Reviews, etc).
- Edit 1 page in Gutenberg and 1 pave with the Classic Editor
- Record a video explaining the difference and justify why
you think they should either use Classic, Gutenberg, or Both
Lab Scenario 1 – Soaps R Us Remember..
- Remember, they are concerned about this “new fancy editor”
because of learning curve, evaluate, is it that hard for a new
person to learn? Does the quality of output outweigh training?
Your task is then to frame your response as one of the
following:
- Either your selling them on the new editor by allaying these
concerns and showing high quality output
OR
- Your agreeing with them and showing them how easy it is to
use Classic Editor and why you recommend not using Gutenberg
by demonstrating complexity / learning curve
Lab Scenario 2 – Scope to nowhere
- You won a contract from the Alaska state government to build
a website to market: Alaska’s ”Bridge to nowhere”
- This site was originally built in Grav because you thought
it was a one off, but now the client is mad because they heard
a word other than “WordPress” and are instantly concerned
about having to support two different applications.
- You need to build a website and QUICK to convince them to
stay with you, either on a new website or the existing. This
website needs turned around in 1 week (shocking).
- Pick a theme for a brochure style website and show them what
a site in WordPress would feel like relative to Grav
Lab Scenario 2 – Scope to nowhere Deliverable
- Create a WordPress site on reclaim hosting
- Select plugins to improve SEO, help ensure accessibility, and
simplify content editing beyond the default editor
(enable classic editor)
- Pick a nice theme and customize it with a few links to make the site
look like a real brochure style website (typical parks and rec site
has History, News, Hours, Location, Reviews, etc).
- Modify the homepage, be as snarky as you like, this is a real bridge
project so meme it up. Under History make a Pros and Cons list of
WordPress vs Grav. Make sure to list at least 3 advantages and
disadvantages of each platform (links can help prove this).
- Record a video demonstrating some of the similarities and
differences between Grav and WordPress in order to allay their concern
Lab Scenario 2 – Scope to nowhere Remember..
- The client is PRO WordPress because of other projects. You
like making money but want to cover your butt. Make a Pro
argument for why you agree they should migrate from Grav to
WordPress. After all, billable hours are billable hours.
OR
- You sell Grav over WordPress; if your going to get paid,
might as well do it based on work you’ve already done rather
then need to scrap it all and build them a new website. This
might seem more difficult but remember... Governments LOVE
security and WP is hacked... A lot. Let’s exploit that fear.
(You don’t have to build a new Grav site, you can point to
features in the existing one you made though your welcome to
make a new one if you so desire)
Submitting the Lab
- Create your WordPress site with the scenario you want to
cover and the solution you want to propose
- Record a video making the case either way based on the
scenario selected and solution selected
- Put on the homepage of your WordPress site which scenario and
case you are making
- Embed a link to your YouTube video in the homepage of your
site
- Post your link to your site in:
#lab6-wordpress
Grading the Lab deliverable
- Did you create a WordPress site in Reclaim
and post your link to the channel (1pts)
- Did you create the site for either scenario 1
or 2 and does it look like a legit site? (4pts)
- Did you record a video that makes the case
for or against the decision in question? (5pts)
10 point lab
WordPress &
ClassicPress
Questions?
Let’s build a WordPress
site on Reclaim hosting
Log into
reclaimhosting.com
WordPress /
ClassicPress
reclaimhosting.com
Bryan Ollendyke
[at]btopro

Mais conteúdo relacionado

Mais procurados

Bootstrap 4 Online Training Course Book Sample
Bootstrap 4 Online Training Course Book SampleBootstrap 4 Online Training Course Book Sample
Bootstrap 4 Online Training Course Book SampleBootstrap Creative
 
How I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update ButtonHow I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update Buttonchris-koerner
 
How To Make Your Wordpress Website Load Faster - 20 Tips
How To Make Your Wordpress Website Load Faster - 20 TipsHow To Make Your Wordpress Website Load Faster - 20 Tips
How To Make Your Wordpress Website Load Faster - 20 TipsWorkurious
 
WordPress and Accessibility
WordPress and AccessibilityWordPress and Accessibility
WordPress and AccessibilityJoseph Dolson
 
Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012Tom Hermans
 
Web designtrends
Web designtrendsWeb designtrends
Web designtrendsTafu Norido
 
Giving back to WordPress - no code needed!
Giving back to WordPress - no code needed!Giving back to WordPress - no code needed!
Giving back to WordPress - no code needed!Meagan Hanes
 
Responsive Web Design Tutorial PDF for Beginners
Responsive Web Design Tutorial PDF for BeginnersResponsive Web Design Tutorial PDF for Beginners
Responsive Web Design Tutorial PDF for BeginnersBootstrap Creative
 
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용David Hwang
 
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)Stephen Hay
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesignBart De Waele
 
Benefit Of Wordpress
Benefit Of WordpressBenefit Of Wordpress
Benefit Of WordpressTheawaster485
 
Software Project Management project on WordPress
Software Project Management project on WordPressSoftware Project Management project on WordPress
Software Project Management project on WordPressRajesh ilango
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013Achieve Internet
 
Rapid WordPress Theme Development
Rapid WordPress Theme DevelopmentRapid WordPress Theme Development
Rapid WordPress Theme DevelopmentJosh Williams
 
Building a Moodle theme with bootstrap
Building a Moodle theme with bootstrapBuilding a Moodle theme with bootstrap
Building a Moodle theme with bootstrapBas Brands
 
Web Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JSWeb Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JSBootstrap Creative
 

Mais procurados (20)

Bootstrap 4 Online Training Course Book Sample
Bootstrap 4 Online Training Course Book SampleBootstrap 4 Online Training Course Book Sample
Bootstrap 4 Online Training Course Book Sample
 
How I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update ButtonHow I Learned to Stop Worrying and Love the Update Button
How I Learned to Stop Worrying and Love the Update Button
 
Why Choose WordPress?
Why Choose WordPress?Why Choose WordPress?
Why Choose WordPress?
 
How To Make Your Wordpress Website Load Faster - 20 Tips
How To Make Your Wordpress Website Load Faster - 20 TipsHow To Make Your Wordpress Website Load Faster - 20 Tips
How To Make Your Wordpress Website Load Faster - 20 Tips
 
Wordpress 101 Training
Wordpress 101 TrainingWordpress 101 Training
Wordpress 101 Training
 
WordPress and Accessibility
WordPress and AccessibilityWordPress and Accessibility
WordPress and Accessibility
 
The headless CMS
The headless CMSThe headless CMS
The headless CMS
 
Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012Responsive webdesign WordCampNL 2012
Responsive webdesign WordCampNL 2012
 
Web designtrends
Web designtrendsWeb designtrends
Web designtrends
 
Giving back to WordPress - no code needed!
Giving back to WordPress - no code needed!Giving back to WordPress - no code needed!
Giving back to WordPress - no code needed!
 
Responsive Web Design Tutorial PDF for Beginners
Responsive Web Design Tutorial PDF for BeginnersResponsive Web Design Tutorial PDF for Beginners
Responsive Web Design Tutorial PDF for Beginners
 
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용
웹 프로그래머가 활용할 수 있는 워드프레스 실무 및 PHP 활용
 
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
Responsive Design Workflow (Breaking Development Conference 2012 Orlando)
 
Responsive webdesign
Responsive webdesignResponsive webdesign
Responsive webdesign
 
Benefit Of Wordpress
Benefit Of WordpressBenefit Of Wordpress
Benefit Of Wordpress
 
Software Project Management project on WordPress
Software Project Management project on WordPressSoftware Project Management project on WordPress
Software Project Management project on WordPress
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013
 
Rapid WordPress Theme Development
Rapid WordPress Theme DevelopmentRapid WordPress Theme Development
Rapid WordPress Theme Development
 
Building a Moodle theme with bootstrap
Building a Moodle theme with bootstrapBuilding a Moodle theme with bootstrap
Building a Moodle theme with bootstrap
 
Web Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JSWeb Design Primer Sample - HTML CSS JS
Web Design Primer Sample - HTML CSS JS
 

Semelhante a EdTechJoker Spring 2020 - Lecture 6 - WordPress

Drupal
DrupalDrupal
Drupalbtopro
 
EdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cmsEdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cmsBryan Ollendyke
 
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...Eric Sembrat
 
EdTechJoker Spring 2020 - Lecture 7 Drupal intro
EdTechJoker Spring 2020 - Lecture 7 Drupal introEdTechJoker Spring 2020 - Lecture 7 Drupal intro
EdTechJoker Spring 2020 - Lecture 7 Drupal introBryan Ollendyke
 
WordPress vs Drupal: Which CMS is Best For You?
WordPress vs Drupal: Which CMS is Best For You?WordPress vs Drupal: Which CMS is Best For You?
WordPress vs Drupal: Which CMS is Best For You?WPWeb Infotech
 
Upgrading your site from Drupal 6 to Drupal 7
Upgrading your site from Drupal 6 to Drupal 7Upgrading your site from Drupal 6 to Drupal 7
Upgrading your site from Drupal 6 to Drupal 7Andrew Martha
 
Why drupal should power your next web project
Why drupal should power your next web projectWhy drupal should power your next web project
Why drupal should power your next web projectSyed Hassan Raza
 
All about word press
All about word pressAll about word press
All about word pressDan Beil
 
WordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersWordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersStewart Ritchie
 
Learn word press-from-scratch
Learn word press-from-scratchLearn word press-from-scratch
Learn word press-from-scratchEmma Page
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Jamie Oastler
 
Drupal vs Wordpress
Drupal vs WordpressDrupal vs Wordpress
Drupal vs WordpressIan Mariano
 
ReactJS with WordPress Headless Approach
ReactJS with WordPress Headless ApproachReactJS with WordPress Headless Approach
ReactJS with WordPress Headless ApproachJP Wallhorn
 
Drupal Gardens Overview
Drupal Gardens OverviewDrupal Gardens Overview
Drupal Gardens OverviewAcquia
 
Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Ebizon
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPressJignasa Naik
 
Web components and Package managers
Web components and Package managersWeb components and Package managers
Web components and Package managersbtopro
 
Demystifying Decoupled Drupal for Developers & Content Authors
Demystifying Decoupled Drupal for Developers & Content AuthorsDemystifying Decoupled Drupal for Developers & Content Authors
Demystifying Decoupled Drupal for Developers & Content AuthorsRachel Wandishin
 
Lecture 11 - Web components
Lecture 11 - Web componentsLecture 11 - Web components
Lecture 11 - Web componentsBryan Ollendyke
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteJj Jurgens
 

Semelhante a EdTechJoker Spring 2020 - Lecture 6 - WordPress (20)

Drupal
DrupalDrupal
Drupal
 
EdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cmsEdTechJoker Spring 2020 - Lecture 5 grav cms
EdTechJoker Spring 2020 - Lecture 5 grav cms
 
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
January 2017 - WPCampus Online - Learning from Drupal: Implementing WordPress...
 
EdTechJoker Spring 2020 - Lecture 7 Drupal intro
EdTechJoker Spring 2020 - Lecture 7 Drupal introEdTechJoker Spring 2020 - Lecture 7 Drupal intro
EdTechJoker Spring 2020 - Lecture 7 Drupal intro
 
WordPress vs Drupal: Which CMS is Best For You?
WordPress vs Drupal: Which CMS is Best For You?WordPress vs Drupal: Which CMS is Best For You?
WordPress vs Drupal: Which CMS is Best For You?
 
Upgrading your site from Drupal 6 to Drupal 7
Upgrading your site from Drupal 6 to Drupal 7Upgrading your site from Drupal 6 to Drupal 7
Upgrading your site from Drupal 6 to Drupal 7
 
Why drupal should power your next web project
Why drupal should power your next web projectWhy drupal should power your next web project
Why drupal should power your next web project
 
All about word press
All about word pressAll about word press
All about word press
 
WordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for BeginnersWordCamp Belfast DevOps for Beginners
WordCamp Belfast DevOps for Beginners
 
Learn word press-from-scratch
Learn word press-from-scratchLearn word press-from-scratch
Learn word press-from-scratch
 
Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08Wordpress Beyond A Blog Word Camp Toronto08
Wordpress Beyond A Blog Word Camp Toronto08
 
Drupal vs Wordpress
Drupal vs WordpressDrupal vs Wordpress
Drupal vs Wordpress
 
ReactJS with WordPress Headless Approach
ReactJS with WordPress Headless ApproachReactJS with WordPress Headless Approach
ReactJS with WordPress Headless Approach
 
Drupal Gardens Overview
Drupal Gardens OverviewDrupal Gardens Overview
Drupal Gardens Overview
 
Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal Is Wordpress a threat to Drupal
Is Wordpress a threat to Drupal
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPress
 
Web components and Package managers
Web components and Package managersWeb components and Package managers
Web components and Package managers
 
Demystifying Decoupled Drupal for Developers & Content Authors
Demystifying Decoupled Drupal for Developers & Content AuthorsDemystifying Decoupled Drupal for Developers & Content Authors
Demystifying Decoupled Drupal for Developers & Content Authors
 
Lecture 11 - Web components
Lecture 11 - Web componentsLecture 11 - Web components
Lecture 11 - Web components
 
How to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive WebsiteHow to Project-Manage and Implement a Responsive Website
How to Project-Manage and Implement a Responsive Website
 

Mais de Bryan Ollendyke

Lecture 14 - OER final project
Lecture 14 - OER final projectLecture 14 - OER final project
Lecture 14 - OER final projectBryan Ollendyke
 
EdTechJoker Spring 2020 - Lecture 10 HAXTheWeb
EdTechJoker Spring 2020 - Lecture 10 HAXTheWebEdTechJoker Spring 2020 - Lecture 10 HAXTheWeb
EdTechJoker Spring 2020 - Lecture 10 HAXTheWebBryan Ollendyke
 
EdTechJoker Spring 2020 - Lecture 8 Drupal again
EdTechJoker Spring 2020 - Lecture 8 Drupal againEdTechJoker Spring 2020 - Lecture 8 Drupal again
EdTechJoker Spring 2020 - Lecture 8 Drupal againBryan Ollendyke
 
EdTechJoker Spring 2020 - Lecture 4 - HTML
EdTechJoker Spring 2020 - Lecture 4 - HTMLEdTechJoker Spring 2020 - Lecture 4 - HTML
EdTechJoker Spring 2020 - Lecture 4 - HTMLBryan Ollendyke
 
EdTechJoker Spring 2020 - Lecture 2 - Git
EdTechJoker Spring 2020 - Lecture 2 - GitEdTechJoker Spring 2020 - Lecture 2 - Git
EdTechJoker Spring 2020 - Lecture 2 - GitBryan Ollendyke
 
EdTechJoker Spring 2020 - Lecture 1 - Welcome
EdTechJoker Spring 2020 - Lecture 1 - WelcomeEdTechJoker Spring 2020 - Lecture 1 - Welcome
EdTechJoker Spring 2020 - Lecture 1 - WelcomeBryan Ollendyke
 
Apereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralization
Apereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralizationApereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralization
Apereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralizationBryan Ollendyke
 
Apereo 2018 - Webcomponents and building a unified authoring experience for a...
Apereo 2018 - Webcomponents and building a unified authoring experience for a...Apereo 2018 - Webcomponents and building a unified authoring experience for a...
Apereo 2018 - Webcomponents and building a unified authoring experience for a...Bryan Ollendyke
 
Apereo 2018 - HAX lightning talk
Apereo 2018 - HAX lightning talkApereo 2018 - HAX lightning talk
Apereo 2018 - HAX lightning talkBryan Ollendyke
 
Apereo 2018 - NGDLE efforts
Apereo 2018 - NGDLE effortsApereo 2018 - NGDLE efforts
Apereo 2018 - NGDLE effortsBryan Ollendyke
 
Apereo 2018 - Polymer training
Apereo 2018 - Polymer trainingApereo 2018 - Polymer training
Apereo 2018 - Polymer trainingBryan Ollendyke
 
Building and Envisioning a Next Generation Digital Learning Environment
Building and Envisioning a Next Generation Digital Learning EnvironmentBuilding and Envisioning a Next Generation Digital Learning Environment
Building and Envisioning a Next Generation Digital Learning EnvironmentBryan Ollendyke
 
History of the web as a platform from 1996 to 2017
History of the web as a platform from 1996 to 2017History of the web as a platform from 1996 to 2017
History of the web as a platform from 1996 to 2017Bryan Ollendyke
 
Rethinking system design
Rethinking system designRethinking system design
Rethinking system designBryan Ollendyke
 
Drupal Govcon 2017 Polymer workshop slides
Drupal Govcon 2017 Polymer workshop slidesDrupal Govcon 2017 Polymer workshop slides
Drupal Govcon 2017 Polymer workshop slidesBryan Ollendyke
 
Web components, polymer and aligning drupal's destiny
Web components, polymer and aligning drupal's destinyWeb components, polymer and aligning drupal's destiny
Web components, polymer and aligning drupal's destinyBryan Ollendyke
 
Beyond just "it's accessible" (2017)
Beyond just "it's accessible" (2017)Beyond just "it's accessible" (2017)
Beyond just "it's accessible" (2017)Bryan Ollendyke
 
No one should own the ocean
No one should own the oceanNo one should own the ocean
No one should own the oceanBryan Ollendyke
 

Mais de Bryan Ollendyke (20)

Lecture 14 - OER final project
Lecture 14 - OER final projectLecture 14 - OER final project
Lecture 14 - OER final project
 
Lecture 12 - Docker
Lecture 12 - DockerLecture 12 - Docker
Lecture 12 - Docker
 
EdTechJoker Spring 2020 - Lecture 10 HAXTheWeb
EdTechJoker Spring 2020 - Lecture 10 HAXTheWebEdTechJoker Spring 2020 - Lecture 10 HAXTheWeb
EdTechJoker Spring 2020 - Lecture 10 HAXTheWeb
 
EdTechJoker Spring 2020 - Lecture 8 Drupal again
EdTechJoker Spring 2020 - Lecture 8 Drupal againEdTechJoker Spring 2020 - Lecture 8 Drupal again
EdTechJoker Spring 2020 - Lecture 8 Drupal again
 
EdTechJoker Spring 2020 - Lecture 4 - HTML
EdTechJoker Spring 2020 - Lecture 4 - HTMLEdTechJoker Spring 2020 - Lecture 4 - HTML
EdTechJoker Spring 2020 - Lecture 4 - HTML
 
EdTechJoker Spring 2020 - Lecture 2 - Git
EdTechJoker Spring 2020 - Lecture 2 - GitEdTechJoker Spring 2020 - Lecture 2 - Git
EdTechJoker Spring 2020 - Lecture 2 - Git
 
EdTechJoker Spring 2020 - Lecture 1 - Welcome
EdTechJoker Spring 2020 - Lecture 1 - WelcomeEdTechJoker Spring 2020 - Lecture 1 - Welcome
EdTechJoker Spring 2020 - Lecture 1 - Welcome
 
Apereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralization
Apereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralizationApereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralization
Apereo 2018 - NGDLE, OER, Cost reduction, accessibility and decentralization
 
Apereo 2018 - Webcomponents and building a unified authoring experience for a...
Apereo 2018 - Webcomponents and building a unified authoring experience for a...Apereo 2018 - Webcomponents and building a unified authoring experience for a...
Apereo 2018 - Webcomponents and building a unified authoring experience for a...
 
Apereo 2018 - HAX lightning talk
Apereo 2018 - HAX lightning talkApereo 2018 - HAX lightning talk
Apereo 2018 - HAX lightning talk
 
Apereo 2018 - NGDLE efforts
Apereo 2018 - NGDLE effortsApereo 2018 - NGDLE efforts
Apereo 2018 - NGDLE efforts
 
Apereo 2018 - Polymer training
Apereo 2018 - Polymer trainingApereo 2018 - Polymer training
Apereo 2018 - Polymer training
 
Building and Envisioning a Next Generation Digital Learning Environment
Building and Envisioning a Next Generation Digital Learning EnvironmentBuilding and Envisioning a Next Generation Digital Learning Environment
Building and Envisioning a Next Generation Digital Learning Environment
 
History of the web as a platform from 1996 to 2017
History of the web as a platform from 1996 to 2017History of the web as a platform from 1996 to 2017
History of the web as a platform from 1996 to 2017
 
NGDLE (2016 version)
NGDLE (2016 version)NGDLE (2016 version)
NGDLE (2016 version)
 
Rethinking system design
Rethinking system designRethinking system design
Rethinking system design
 
Drupal Govcon 2017 Polymer workshop slides
Drupal Govcon 2017 Polymer workshop slidesDrupal Govcon 2017 Polymer workshop slides
Drupal Govcon 2017 Polymer workshop slides
 
Web components, polymer and aligning drupal's destiny
Web components, polymer and aligning drupal's destinyWeb components, polymer and aligning drupal's destiny
Web components, polymer and aligning drupal's destiny
 
Beyond just "it's accessible" (2017)
Beyond just "it's accessible" (2017)Beyond just "it's accessible" (2017)
Beyond just "it's accessible" (2017)
 
No one should own the ocean
No one should own the oceanNo one should own the ocean
No one should own the ocean
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 

Último (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 

EdTechJoker Spring 2020 - Lecture 6 - WordPress

  • 1. Week 6 ClassicPress / WordPress The most popular CMS for general population usage Reclaimhosting.com Wordpress.org ClassicPress.net Bryan Ollendyke [at]btopro Developer Activist
  • 3. This week (6): WordPress Next week (7): Drupal Week after (8): Drupal again
  • 4. Today’s Topic / What you'll learn about - ClassicPress / WordPress - What they are, why they are popular - What we’ll do this week: - Setup WordPress in reclaim hosting - Play with site building capabilities - Build a small site on WordPress that effectively communicate: - Different page builders through use - Strengths / examples sites using - Weaknesses / anti-examples (when not to use it / examples not using) - Compare and contrast w/ Grav WordPress & ClassicPress
  • 5. Week 6 ClassicPress / WordPress The most popular CMS for general population usage Reclaimhosting.com Wordpress.org ClassicPress.net Bryan Ollendyke [at]btopro Developer Activist
  • 6. Links to poke around / sources - https://wordpress.org/ Community hub for the project - https://wordpress.com/ Automattic owned SaaS platform - https://reclaimhosting.com/ where we’ll install it - https://classicpress.net/ Popular fork of WordPress; the hope for a better, less corporate dominated web WordPress & ClassicPress
  • 8.
  • 9. Example usage - whitehouse.gov
  • 10. Example usage – sites.psu.edu
  • 11. PaaS  SaaS – campuspress.com  sites.psu.edu
  • 12. Terms / definitions for today - Plugin - WordPress (WP) - PHP - MySQL / MariaDB - Gutenberg - Project Fork - ClassicPress (CP) WordPress & ClassicPress
  • 13. Terms / definitions for today - Plugin – Enhancement for CP/WP - WordPress (WP) – Security nightmare Most popular CMS great for small sites. - PHP – Same as last week, backend lang - MySQL / MariaDB – database engine for storing data related to the site(s) - Gutenberg – Controversial, Facebook’s React driven authoring experience to slowly strangle the WP community and replace it with a JS driven ecosystem (editorializing but so not untrue) WordPress & ClassicPress
  • 14. Terms / definitions for today - Project Fork – When you all clicked the fork button on github, your taking the project in a new direction. If enough developers get together and agree on a common fork / name, they can actually veer the entire project off course or, back on course. - ClassicPress (CP) – A recent yet popular fork of WordPress attempting to reclaim the community from the decisions that brought the world Gutenberg WordPress & ClassicPress
  • 15. Why people like WordPress - Advanced CMS without complex management - Plugins area - ”Pages” and “Posts” the two “types” of content - Ease of migration even though it should be a complex process. - Every WordPress site is compatible w/ any older version for all of time meaning no “API breaking changes” since the platform began - Easy to teach someone how to edit content well... Sorta.. WordPress & ClassicPress
  • 16. Every WordPress site is compatible w/ any older version for all of time - Great news for site builders - Plugins might not be so friendly to this but largely are from what I’ve seen - Great news for small sites - Means things like “Autoupdate” can be enabled and updates can come down from a central source and “safely” update everyone, forever. - Contrast that with Drupal.. WordPress & ClassicPress
  • 17. WP vs Drupal code methodology - WordPress conventions from 2003 are still prevalent - Code / standards / conventions have dramatically improved since 2003.. Yet WP code remains in a stasis - WP is hacked a lot historically because of it’s ”autoupdating” nature - Each Drupal major version is an API breaking change. Meaning Developers have to rewrite / update all plugins each release and are responsible for making the changes themselves WordPress & ClassicPress
  • 18. WP vs Drupal code methodology - This means Drupal’s code can improve in convention and coding style over time - This leads to easier to read, more secure and better conventions over the life time - This means nothing to you if you’re a small scale site builder that just wants things to work - It also means Drupal is vastly more expensive to operate over the life time but also dramatically more powerful and flexible WordPress & ClassicPress
  • 19. HAXcms 2019 < 10 Experimental Edu GravCMS 2014 < 100 Docs Edu WordPress 2003 > 10,000,000 Small / Mid NGO EDU Drupal 2000 > 100,000 Top level Gov, EDU Marketing Name Age Community Industries
  • 20. HAXcms 💰 🦑 < 0.0000001% GravCMS 💰 💰 🦑 🦑 < 0.5% WordPress 💰 💰 💰 🦑 🦑 🦑 33% (of top 10 mill) Drupal 💰 💰 💰 💰 💰 🦑 🦑 🦑 🦑 🦑 4% - 6% Name Cost Complexity Popularity
  • 21. WP Key concepts - Plugins – Extend functionality, search directly in context of the site (like Grav) - Themes – Layout, theme, design and customizations of these variables all happen through one interface which are also installable via the UI - Page vs Post – Pages are more static in nature (Store Hours) while Posts are more blog / river of news method. Themes and plugins dictate how these are used though. WordPress & ClassicPress
  • 22. What WP is great for - Single or small team user publishing flow - Marketing, branding, websites that have more complexity then Grav - Themes and designs, there’s a great visual design community in WP bc of it having a smaller scope / scale (Drupal is a mess in this area) - Blogs bc of the “posts” and “pages” core conventions it ships with - SEO / basic shopping carts WordPress & ClassicPress
  • 23. What WP is not great for - Complex publishing flows / lots of users - Security (sorry, it just isn’t) - Complex content types - Shops will claim otherwise - it CAN do ”content types” but its not what it was intended for - Accessibility / Forms - No Core way of creating forms - Requires plugins to do this - Coding Standards WordPress & ClassicPress
  • 24.
  • 25. My bias in this situation - HAX began being discussed ~2017 the same time as Gutenberg. - We have philosophical differences that will never be resolved unless they effectively gut the platform - They are a powerhouse and I expect / wish better of their decision making from an open web perspective - What I will frame / tell you is true but it’s also not going anywhere. The corporation is backing it so it will continue onward as is forever. WordPress & ClassicPress
  • 26. My bias in this situation - I’ve written 100s of modules for Drupal - Drupal, for being difficult to use for site builders, is WAY easier to work w/ for developers - It’s difficult for me to get over this gap given that I’ve been doing Drupal for 13+ years - WordPress is great for what it’s great for, it’s why it powers 33%+ of the web - Drupal is dramatically, technologically superior. No question. WordPress & ClassicPress
  • 27. Editorializing explained - Gutenberg is effectively a way to ensure WordPress.com is turned into a more legit competitor to Wix, Squarespace, etc - It is a ”block editor” (as is HAX, sorta) so they are by their nature controversial - The review, blogs and concerns of many in the community have been largely ignored and they are plentiful (Not just BS’ing this out of my dislike) WordPress & ClassicPress
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39. Page editor / layout in WordPress - Gutenberg included out of the box - “Classic Editor” is built on TinyMCE which has been VERY popular since 2004 - “Divi” another page builder - “Short codes” heavily used by WP users (and Drupal) for the last decade. Gutenberg broke much of these integration methods which is what lead to bulk of the strife w/ Gbug - Many others, can search the directory WordPress & ClassicPress
  • 40. FORK FORK FORK FORK FORK FORK ClassicPress
  • 42. ClassicPress - Gutenberg REALLY made people mad - A lot of those people are the community that made WordPress great - They’ve seen the too much control in the hands of too few w/o wider community interests at heart - So, they’ve forked the project and remove Gutenbug in order to maintain the future viability of WP as a business centric platform that’s owned by the community, and not Automattic. WordPress & ClassicPress
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51. What we’ll do now - Setup a WordPress site in cPanel - Explore the WordPress UI and create pages using Gutenberg editor it provides - Add plugins to WordPress to do things the “Classic” way and add some pages that way - Change the theme as it has MANY nice ones - Customize the theme / menus to add links out to resources and other things we’ve made. WordPress & ClassicPress
  • 52. Lab Context - You are the project manager that sold your team and CEO on using Grav - Grav’s going great, but there are rumblings from clients and team members used to WordPress user experience - You are facing questions about what platform should be used when as it relates to future projects in the portfolio - Your clients are also concerned about this “New editor” they keep hearing about. Some want to try it out, others like things the way it is now because of staff training WordPress & ClassicPress
  • 53. Lab Scenario 1 – Soaps R Us - Mom’n’Pop store “Soaps R Us” wants to sell their famous soap online. They need an attractive website with high SEO that has a shopping cart and a small blogging area for their “Hot Soap!” newsletter. - They’ve heard great things about WordPress but are concerned about the new editor as they don’t have time to learn something new - What plugins would you recommend to get their WordPress site off in the right direction? Install them in the site to test - Pick out a theme and then customize it and the menu items appropriately as a mock site to market their business
  • 54. Lab Scenario 1 – Soaps R Us Deliverable - Create a WordPress site on reclaim hosting - Select plugins to improve SEO, provide a shopping cart, and simplify content editing beyond the default editor - Pick a nice theme and customize it with a few links to make the site look real (typical small business has Home, News, Hours, Location, Reviews, etc). - Edit 1 page in Gutenberg and 1 pave with the Classic Editor - Record a video explaining the difference and justify why you think they should either use Classic, Gutenberg, or Both
  • 55. Lab Scenario 1 – Soaps R Us Remember.. - Remember, they are concerned about this “new fancy editor” because of learning curve, evaluate, is it that hard for a new person to learn? Does the quality of output outweigh training? Your task is then to frame your response as one of the following: - Either your selling them on the new editor by allaying these concerns and showing high quality output OR - Your agreeing with them and showing them how easy it is to use Classic Editor and why you recommend not using Gutenberg by demonstrating complexity / learning curve
  • 56. Lab Scenario 2 – Scope to nowhere - You won a contract from the Alaska state government to build a website to market: Alaska’s ”Bridge to nowhere” - This site was originally built in Grav because you thought it was a one off, but now the client is mad because they heard a word other than “WordPress” and are instantly concerned about having to support two different applications. - You need to build a website and QUICK to convince them to stay with you, either on a new website or the existing. This website needs turned around in 1 week (shocking). - Pick a theme for a brochure style website and show them what a site in WordPress would feel like relative to Grav
  • 57. Lab Scenario 2 – Scope to nowhere Deliverable - Create a WordPress site on reclaim hosting - Select plugins to improve SEO, help ensure accessibility, and simplify content editing beyond the default editor (enable classic editor) - Pick a nice theme and customize it with a few links to make the site look like a real brochure style website (typical parks and rec site has History, News, Hours, Location, Reviews, etc). - Modify the homepage, be as snarky as you like, this is a real bridge project so meme it up. Under History make a Pros and Cons list of WordPress vs Grav. Make sure to list at least 3 advantages and disadvantages of each platform (links can help prove this). - Record a video demonstrating some of the similarities and differences between Grav and WordPress in order to allay their concern
  • 58. Lab Scenario 2 – Scope to nowhere Remember.. - The client is PRO WordPress because of other projects. You like making money but want to cover your butt. Make a Pro argument for why you agree they should migrate from Grav to WordPress. After all, billable hours are billable hours. OR - You sell Grav over WordPress; if your going to get paid, might as well do it based on work you’ve already done rather then need to scrap it all and build them a new website. This might seem more difficult but remember... Governments LOVE security and WP is hacked... A lot. Let’s exploit that fear. (You don’t have to build a new Grav site, you can point to features in the existing one you made though your welcome to make a new one if you so desire)
  • 59. Submitting the Lab - Create your WordPress site with the scenario you want to cover and the solution you want to propose - Record a video making the case either way based on the scenario selected and solution selected - Put on the homepage of your WordPress site which scenario and case you are making - Embed a link to your YouTube video in the homepage of your site - Post your link to your site in: #lab6-wordpress
  • 60. Grading the Lab deliverable - Did you create a WordPress site in Reclaim and post your link to the channel (1pts) - Did you create the site for either scenario 1 or 2 and does it look like a legit site? (4pts) - Did you record a video that makes the case for or against the decision in question? (5pts) 10 point lab WordPress & ClassicPress
  • 61. Questions? Let’s build a WordPress site on Reclaim hosting Log into reclaimhosting.com WordPress / ClassicPress reclaimhosting.com Bryan Ollendyke [at]btopro

Notas do Editor

  1. Icon created by Creative Stall from the Noun Project
  2. Icon created by Creative Stall from the Noun Project
  3. Icon created by Creative Stall from the Noun Project