SlideShare uma empresa Scribd logo
1 de 67
Dasun Hegoda
Software Engineer
About Me
Dasun Hegoda
Joomla Experience : 3 Years
I'm Gonna Talk About
Few Interesting Facts About Joomla
CMS, Examples, Comparison
Introduction To Joomla
Joomla Features
Latest & Greatest Joomla 3.2 & It's New Features
Joomla Versions
Joomla Extensions
I'm Gonna Talk About
Joomla Architecture & Execution Flow
Joomla Performance
Joomla Myths
Joomla Pros & Cons
Joomla Vulnerabilities & How To Fix
Where To Start
Why Study Joomla
● Governments are using Joomla – joomlagov.info/
● Nearly 7400 extensions for Joomla! - extensions.joomla.org/
● Joomla.org exceeds 2 TB of traffic per month
● Over 210k active registered users on the Official Joomla
community forum
Why Study Joomla
● Google and Yahoo have estimated the number of websites
using Joomla to be around 30 million.
● Over 35 million downloads of Joomla
● In the last six months(September 2012 – February 2013)
● Joomla 3.0: 796,340 (about 133k per month)
● Joomla 2.5: 1,725,268 (about 288k per month)
Let's Start!!!
What's a CMS
● A content management system (CMS) is a computer
program that allows publishing, editing and modifying
content.
● CMSs are often used to run websites containing blogs,
news, and shopping.
● CMSs typically aim to avoid the need for hand coding.
CMS Examples
Let's see which one is the most popular
Let Me Explain
● Drupal is a full-fledged, enterprise grade CMS. It’s
recommended for large projects where stability,
scalability and power are prioritized over ease of use
and aesthetics.
● Joomla is a good option for small to enterprise grade
CMS.
● WordPress is often called a ‘mini CMS’. It isn’t nearly
as powerful or capable as Drupal or Joomla, easy to
use blogging solution that looks good and can
accommodate multiple authors easily.
Stop! Think-A-Min
● Drupal - Steep Learning Curve, Lack of Free Plugins,
Very Heavy, Big Cost
● WordPress – Security, Limited Design Option, Limited
Content Management Capabilities, Less Flexible
● Joomla is perfect in every angle.
Introduction To Joomla
● Joomla is a free and open-source content
management framework for publishing web content. It
is built on a model–view–controller web application
framework.
● Joomla is written in PHP, uses object-oriented
programming (OOP) techniques and software design
patterns, stores data in a MySQL, MS SQL or
PostgreSQL database.
Introduction To Joomla Cont
● Mambo and Joomla are similar because they
originated together, and then split into two communities
and code bases in late 2005 when Joomla forked off
from Mambo and they seperated. Because of the fact
that Mambo is older, it's code base is clunkier and
more cluttered.
● www.mamboserver.com
If A Picture Is Worth A Thousand Words,
How Many Words Is A Movie Worth?
So Who's Using Joomla?
● Harvard University – Gsas.hardvard.edu
● Crime Agency(U.K. Gov) - nationalcrimeagency.gov.uk
● Linux – Linux.com
● Epson – erd.erdvdc.com
● MTV Greece – Mtvgreece.gr
● Yahama – mx.yamaha.com
● ICTA – icta.lk
● and Many More
Why Joomla?
Features
● Content Management
● Template Management
● User Management
● Media Manager
● Language Manager
● Banner Management
● Contact Management
● Menu Manager
Features Cont
● Integrated Help System
● System Features
● Web Services
● Syndication and Newsfeed Management
● Web Link Management
● Search
● Polls
● Powerful Extensibility
Secret Features
● Joomla Debugging
● Offline Mode – Maintenance
● Multi Database Support
● WYSIWYG Editor Customization
Why Joomla 3 Is Sooooo Special ?
What I Think About Joomla 3
● New Libraries
● Improved UI – Responsive, Simple Admin
● Extra Functions
● Security - Two Factor Authentication, Bcrypt
● Debug- SQL Explain, Profile & Call Stack
● RAD – Minimal Code
● Content Version Control
● UX Improvement
Two Factor Authentication
Content Version Control
SQL Explain
Profile
See it yourself
http://community.joomla.org/blogs/community/1777-
joomla-32-video-tutorials.html
If A Picture Is Worth A Thousand Words,
How Many Words Is A Movie Worth?
Let's See What Officials Say
Joomla Versions
● LTS(2 Years) VS STS
● 1.0 in 2005-September
● 1.5(LTS), 1.6, 1.7, 2.5(LTS), 3.0, 3.1
● 3.2 Now
● 3.5 (LTS) 2014-March
● docs.joomla.org/Joomla_3.0_FAQ#I.27m_building_a_b
rand_new_site._Should_I_launch_a_Joomla.21_2.5_sit
e_or_a_3.0_site.3F
Past Releases
Future Releases
If A Picture Is Worth A Thousand Words,
How Many Words Is A Movie Worth?
Joomla Extension
Basic Parts(Extension types)
● Components
● Modules
● Plugins
● Templates
Components
● Components are the largest and most complex
extensions of them all, They can be seen as mini-
applications. Most components have two parts: a site
part and an administrator part. Every time a Joomla
page loads, one component is called to render the main
page body.
● Content (com_content), Banners (com_banners),
Contact (com_contact), News Feeds (com_newsfeeds)
and Web Links (com_weblinks)
Modules
● Modules are more lightweight and flexible extensions
used for page rendering. These modules are mostly
known as the “boxes” that are arranged around a
component.
● Banners (mod_banners), Menus (mod_menu), Who's
Online (mod_whosonline)
Plugins
● Plugins are more advanced extensions and are in
essence event handlers. In the execution of any part of
Joomla, be it the core, a module or a component, an
event can be triggered. When an event is triggered,
plugins that are registered with the application to handle
that event execute.
● Content - Load Modules, Editor - TinyMCE
Template
● A template is basically the design of your Joomla!
powered website. With a template you can change the
look and feel of your website. Templates have certain
fields in which the component (just one) and modules (as
many as you like) will be shown. Templates are easy to
build or customize and they provide maximum flexibility
in how you style your site.
Template Examples
CMS Architecture
CMS Architecture
● Extensions layer, consists of
Extensions(Components, Templates, Modules)
● Application layer, consists of applications that
extend the Framework JApplication class.
Jinstallation, Jadministrator, Jsite, XML-RPC.
● Framework layer, consists of the Joomla!
Framework, Libraries that are required by the
Framework or are installed for use by third-party
developers. Plugins extend the functionality available
in the Framework.
Joomla Folder Structure
Joomla Folder Structure
● root: Once installed Joomla, this index.php page will
detect your settings in the configuration.php file and
execute your main Joomla engine.
● administrator: In this directory you find all files for
your Joomla administrator web interface (components,
templates, modules, plugins, etc).
● cache: This folder holds Joomla cache files. To
accelerate performance
● components: This directory holds all Joomla
components
● images: This folder by default holds images used for
your extensions
Joomla Folder Structure Cont
● language: This folder holds all language files. Joomla
stores translations in a simple INI-based file format.
● libraries: this directory holds your entire Joomla system
and third-party libraries used in your website. A Joomla
website uses the core libraries contained inside the
libraries folder.
● logs: Where Joomla stores its log files.
● media: Default folder to store media files. It may contains
files related with user interfaces, such as: JavaScript
libraries, flash files, etc.
● modules: This folder contains all installed front-end
modules. It holds the modules available for display by a
template.
Joomla Folder Structure Cont
● includes: In this directory you find core files of Joomla
● installation: This folder contains needed files for Joomla
installation. It should be deleted after installed Joomla.
● plugins: It contains all your plugins files. As well as components
and modules, plugins are a type of add-on extension.
● templates: This directory has all your frontend template files.
● tmp: This folder stores temporary files and cookies that are used
by the administrator and user interface of Joomla. Most of time,
extensions’ files are copied to this folder during Joomla
installation process.
Execution Flow
Execution Flow Cont
● Load once: defines.php
● Load once: framework.php
● Profile mark: afterLoad
● Call to Jfactory::getApplication('site')
● Call to Jsite::initialise
● JpluginHelper::importPlugin('system')
● Profile mark: afterInitialise
● Trigger events: onAfterInitialise
Execution Flow Cont
● Route the URI: Call to JSite::route
● Profile mark: afterRoute
● Trigger events: onAfterRoute
● Dispatch the component: Call to JSite::dispatch
● Profile mark: afterDispatch
● Trigger events: onAfterDispatch
Execution Flow Cont
● Render the page: Call to JSite::render
● Profile mark: afterRender
● Trigger events: onAfterRender
● Echo output: Call to Jresponse::toString
● Render the page: Call to JSite::render
● Profile mark: afterRender
● Trigger events: onAfterRender
● Echo output: Call to JResponse::toString
Joomla Performance
● Template Optimization
● All Components Are Not Good Components
● Enable Caching
● Find The Bad Queries
● Optimize Your Database(Schema, Indexing)
● Follow Best Practices(OOP, Design Patterns)
● Use Joomla Debugging
Joomla Myths
Joomla Myths
● Joomla is only for small sites
● Legacy mode is bad for your site
● Joomla has insufficient SEO
● Joomla is for end users, not developers
● Template will be mobile ready
● A Silver bullet - will make my life easier
● Joomla can’t compete with commercial tools.
Joomla Pros
Joomla Pros
● Free & Open Source
● Full Fledged CMS
● Power, Robust & Well Tested
● Extensions – Components, Modules, Plugins, Themes
● Small Learning Curve
● Future Proof Content – Responsive Design, jQuery
Joomla Pros Cont
● Scheduled Content
● Social Media Integration
● Multiple User Collaboration
● Easy To Manage
● Community Support
● Security
● Multi-Lingual Support
Joomla Cons
Joomla Cons
● Limited Flexibility
● Migration – Joomla 1.5 → Joomla 3.2
● Security – Open Code
● Extension Compatibility
● Limited ACL Support – is being fixed
● Unnecessary Extensions
● Joomla(CMS) Need To Be Upgraded
Vulnerabilities
● A weakness which allows an attacker to reduce a
system's information assurance
● Different versions have different issues & most of them
are solved.
● Vulnerability could exist due to an extension.
● docs.joomla.org/Vulnerable_Extensions_List
● Report : vel.joomla.org
How To Fix
How To Fix
● Use The Latest Joomla Security Update
● Keep Extensions Updated
● Applied Server Level Security
● Follow Best Practices In Coding
● Delete The Joomla Templates That You Do Not Use
● Write-Protected Your Joomla Configuration File
Where To Start???
Where To Start
● docs.joomla.org
● developer.joomla.org
● hiddenjoomlasecrets.com
● Youtube
● Google

Mais conteúdo relacionado

Mais procurados

Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)Totan Banik
 
Library management system
Library management systemLibrary management system
Library management systemNi
 
Moodle structural overview
Moodle structural overviewMoodle structural overview
Moodle structural overviewMark Drechsler
 
Library management system basic points
Library management system basic pointsLibrary management system basic points
Library management system basic pointsUmer Awan
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web developmentbethanygfair
 
Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introductionshaojung
 
Web scraping in python
Web scraping in python Web scraping in python
Web scraping in python Viren Rajput
 
Library management system
Library management systemLibrary management system
Library management systemtechlike
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technologyStanley Wang
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSSAmit Tyagi
 
Presentation on web browser
Presentation on web browserPresentation on web browser
Presentation on web browserSwasat Dutta
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development PresentationTurnToTech
 
Full stack development
Full stack developmentFull stack development
Full stack developmentArnav Gupta
 
Library Management System
Library Management SystemLibrary Management System
Library Management SystemPankaj Kumar
 

Mais procurados (20)

Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)Software Development Methodologies Library Management System (Part-1)
Software Development Methodologies Library Management System (Part-1)
 
Library management system
Library management systemLibrary management system
Library management system
 
Semantic web
Semantic webSemantic web
Semantic web
 
Moodle structural overview
Moodle structural overviewMoodle structural overview
Moodle structural overview
 
Library management system basic points
Library management system basic pointsLibrary management system basic points
Library management system basic points
 
Ppt of web development
Ppt of web developmentPpt of web development
Ppt of web development
 
Web design 3
Web design 3Web design 3
Web design 3
 
HTML Media
HTML MediaHTML Media
HTML Media
 
Web 3.0.pptx
Web 3.0.pptxWeb 3.0.pptx
Web 3.0.pptx
 
Web Application Introduction
Web Application  IntroductionWeb Application  Introduction
Web Application Introduction
 
Web scraping in python
Web scraping in python Web scraping in python
Web scraping in python
 
Library management system
Library management systemLibrary management system
Library management system
 
Semantic web technology
Semantic web technologySemantic web technology
Semantic web technology
 
Sharepoint 2019 Training
Sharepoint 2019 TrainingSharepoint 2019 Training
Sharepoint 2019 Training
 
Introduction to CSS
Introduction to CSSIntroduction to CSS
Introduction to CSS
 
Search Engine ppt
Search Engine pptSearch Engine ppt
Search Engine ppt
 
Presentation on web browser
Presentation on web browserPresentation on web browser
Presentation on web browser
 
Web Development Presentation
Web Development PresentationWeb Development Presentation
Web Development Presentation
 
Full stack development
Full stack developmentFull stack development
Full stack development
 
Library Management System
Library Management SystemLibrary Management System
Library Management System
 

Destaque

Content Management System
Content Management SystemContent Management System
Content Management SystemOmnePresent
 
Roll Your Own Content Management System
Roll Your Own Content Management SystemRoll Your Own Content Management System
Roll Your Own Content Management Systemguest0fe006
 
What is a Content Management System or CMS
What is a Content Management System or CMSWhat is a Content Management System or CMS
What is a Content Management System or CMSSteve Williams
 
CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)Aaina Katyal
 
Yireo Mage Bridge - Joomla!Days NL 2009 #jd09nl
Yireo Mage Bridge - Joomla!Days NL 2009 #jd09nlYireo Mage Bridge - Joomla!Days NL 2009 #jd09nl
Yireo Mage Bridge - Joomla!Days NL 2009 #jd09nlJoomla!Days Netherlands
 
Moving from Wordpress to Joomla
Moving from Wordpress to JoomlaMoving from Wordpress to Joomla
Moving from Wordpress to JoomlaPete Rossetti
 
MPhil Lecture on CMS
MPhil Lecture on CMSMPhil Lecture on CMS
MPhil Lecture on CMSShawn Day
 
Custom Template for Joomla! 3
Custom Template for Joomla! 3Custom Template for Joomla! 3
Custom Template for Joomla! 3Carly Willats
 
JSN Gruve Configuration Manual
JSN Gruve Configuration ManualJSN Gruve Configuration Manual
JSN Gruve Configuration ManualJoomlaShine
 
Why Joomla! CMS Rocks
Why Joomla! CMS RocksWhy Joomla! CMS Rocks
Why Joomla! CMS Rocksbrian teeman
 
JSN Boot Configuration Manual
JSN Boot Configuration Manual JSN Boot Configuration Manual
JSN Boot Configuration Manual JoomlaShine
 
Templates maken met Helix 3 framework - Presentatie Eric Tiggeler Joomladage...
Templates maken met Helix 3 framework  - Presentatie Eric Tiggeler Joomladage...Templates maken met Helix 3 framework  - Presentatie Eric Tiggeler Joomladage...
Templates maken met Helix 3 framework - Presentatie Eric Tiggeler Joomladage...Eric Tiggeler
 
Introduction to Drupal
Introduction to DrupalIntroduction to Drupal
Introduction to Drupalsdmaxey
 

Destaque (18)

CMS and Joomla
CMS and JoomlaCMS and Joomla
CMS and Joomla
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
Lezione 3 - Il CMS Joomla
Lezione 3 - Il CMS JoomlaLezione 3 - Il CMS Joomla
Lezione 3 - Il CMS Joomla
 
Content Management System
Content Management SystemContent Management System
Content Management System
 
Roll Your Own Content Management System
Roll Your Own Content Management SystemRoll Your Own Content Management System
Roll Your Own Content Management System
 
What is a Content Management System or CMS
What is a Content Management System or CMSWhat is a Content Management System or CMS
What is a Content Management System or CMS
 
CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)CMS (CONTENT MANAGEMENT SYSTEM)
CMS (CONTENT MANAGEMENT SYSTEM)
 
Yireo Mage Bridge - Joomla!Days NL 2009 #jd09nl
Yireo Mage Bridge - Joomla!Days NL 2009 #jd09nlYireo Mage Bridge - Joomla!Days NL 2009 #jd09nl
Yireo Mage Bridge - Joomla!Days NL 2009 #jd09nl
 
Moving from Wordpress to Joomla
Moving from Wordpress to JoomlaMoving from Wordpress to Joomla
Moving from Wordpress to Joomla
 
MPhil Lecture on CMS
MPhil Lecture on CMSMPhil Lecture on CMS
MPhil Lecture on CMS
 
Custom Template for Joomla! 3
Custom Template for Joomla! 3Custom Template for Joomla! 3
Custom Template for Joomla! 3
 
JSN Gruve Configuration Manual
JSN Gruve Configuration ManualJSN Gruve Configuration Manual
JSN Gruve Configuration Manual
 
Beginners Guide to Drupal
Beginners Guide to DrupalBeginners Guide to Drupal
Beginners Guide to Drupal
 
Why Joomla! CMS Rocks
Why Joomla! CMS RocksWhy Joomla! CMS Rocks
Why Joomla! CMS Rocks
 
JSN Boot Configuration Manual
JSN Boot Configuration Manual JSN Boot Configuration Manual
JSN Boot Configuration Manual
 
Templates maken met Helix 3 framework - Presentatie Eric Tiggeler Joomladage...
Templates maken met Helix 3 framework  - Presentatie Eric Tiggeler Joomladage...Templates maken met Helix 3 framework  - Presentatie Eric Tiggeler Joomladage...
Templates maken met Helix 3 framework - Presentatie Eric Tiggeler Joomladage...
 
Introduction to Drupal
Introduction to DrupalIntroduction to Drupal
Introduction to Drupal
 

Semelhante a Joomla CMS Overview and Best Practices

Basics of Joomla!
Basics of Joomla! Basics of Joomla!
Basics of Joomla! Saurabh Shah
 
Integrate Shindig with Joomla
Integrate Shindig with JoomlaIntegrate Shindig with Joomla
Integrate Shindig with JoomlaAnand Sharma
 
Joomla @ Barcamp4(Feb 08 Pune)
Joomla @ Barcamp4(Feb 08 Pune)Joomla @ Barcamp4(Feb 08 Pune)
Joomla @ Barcamp4(Feb 08 Pune)Amit Kumar Singh
 
Joomla development
Joomla developmentJoomla development
Joomla developmentAnurag Gupta
 
Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3Rod Martin
 
Cambodia Open Source Essential Training
Cambodia Open Source Essential TrainingCambodia Open Source Essential Training
Cambodia Open Source Essential TrainingSamdy Lonh
 
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert Fairhead
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert FairheadJoomla 2019 Roadmap, Joomla 4 & Beyond by Robert Fairhead
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert FairheadRobert Fairhead
 
Quick introduction to joomla
Quick introduction to joomlaQuick introduction to joomla
Quick introduction to joomlaSabuj Kundu
 
Joomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of FrameworksJoomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of FrameworksSaurabh Shah
 
Joomla development services by experts fromindia
 Joomla development services by experts fromindia Joomla development services by experts fromindia
Joomla development services by experts fromindiaefisurbhi
 
Joomla Tutorial: Joomla 2.5 a first look
Joomla Tutorial: Joomla 2.5 a first lookJoomla Tutorial: Joomla 2.5 a first look
Joomla Tutorial: Joomla 2.5 a first lookTim Plummer
 
Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01Deepak Sangramsingh
 
Joomla basic-i introduction-to-joomla-cms
Joomla basic-i introduction-to-joomla-cmsJoomla basic-i introduction-to-joomla-cms
Joomla basic-i introduction-to-joomla-cmsChanratha Sorn
 
REST API for Joomla
REST API for JoomlaREST API for Joomla
REST API for JoomlaParth Lawate
 
Mageguru - magento custom module development
Mageguru -  magento custom module development Mageguru -  magento custom module development
Mageguru - magento custom module development Mage Guru
 
How to Build a Website using Joomla
How to Build a Website using JoomlaHow to Build a Website using Joomla
How to Build a Website using JoomlaMamunur Rashid
 
Develop Basic joomla! MVC component for version 3
Develop Basic joomla! MVC component for version 3Develop Basic joomla! MVC component for version 3
Develop Basic joomla! MVC component for version 3Gunjan Patel
 

Semelhante a Joomla CMS Overview and Best Practices (20)

Social website
Social websiteSocial website
Social website
 
Basics of Joomla!
Basics of Joomla! Basics of Joomla!
Basics of Joomla!
 
Integrate Shindig with Joomla
Integrate Shindig with JoomlaIntegrate Shindig with Joomla
Integrate Shindig with Joomla
 
Joomla @ Barcamp4(Feb 08 Pune)
Joomla @ Barcamp4(Feb 08 Pune)Joomla @ Barcamp4(Feb 08 Pune)
Joomla @ Barcamp4(Feb 08 Pune)
 
Joomla development
Joomla developmentJoomla development
Joomla development
 
Joomla Day1
Joomla  Day1Joomla  Day1
Joomla Day1
 
Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3Joomla Explained - As Easy as 1, 2, 3
Joomla Explained - As Easy as 1, 2, 3
 
Cambodia Open Source Essential Training
Cambodia Open Source Essential TrainingCambodia Open Source Essential Training
Cambodia Open Source Essential Training
 
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert Fairhead
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert FairheadJoomla 2019 Roadmap, Joomla 4 & Beyond by Robert Fairhead
Joomla 2019 Roadmap, Joomla 4 & Beyond by Robert Fairhead
 
Joomla
JoomlaJoomla
Joomla
 
Quick introduction to joomla
Quick introduction to joomlaQuick introduction to joomla
Quick introduction to joomla
 
Joomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of FrameworksJoomla! Templates and Comparison of Frameworks
Joomla! Templates and Comparison of Frameworks
 
Joomla development services by experts fromindia
 Joomla development services by experts fromindia Joomla development services by experts fromindia
Joomla development services by experts fromindia
 
Joomla Tutorial: Joomla 2.5 a first look
Joomla Tutorial: Joomla 2.5 a first lookJoomla Tutorial: Joomla 2.5 a first look
Joomla Tutorial: Joomla 2.5 a first look
 
Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01Joomla2 5-afirstlook-120214054019-phpapp01
Joomla2 5-afirstlook-120214054019-phpapp01
 
Joomla basic-i introduction-to-joomla-cms
Joomla basic-i introduction-to-joomla-cmsJoomla basic-i introduction-to-joomla-cms
Joomla basic-i introduction-to-joomla-cms
 
REST API for Joomla
REST API for JoomlaREST API for Joomla
REST API for Joomla
 
Mageguru - magento custom module development
Mageguru -  magento custom module development Mageguru -  magento custom module development
Mageguru - magento custom module development
 
How to Build a Website using Joomla
How to Build a Website using JoomlaHow to Build a Website using Joomla
How to Build a Website using Joomla
 
Develop Basic joomla! MVC component for version 3
Develop Basic joomla! MVC component for version 3Develop Basic joomla! MVC component for version 3
Develop Basic joomla! MVC component for version 3
 

Último

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 

Último (20)

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 

Joomla CMS Overview and Best Practices

  • 2. About Me Dasun Hegoda Joomla Experience : 3 Years
  • 3. I'm Gonna Talk About Few Interesting Facts About Joomla CMS, Examples, Comparison Introduction To Joomla Joomla Features Latest & Greatest Joomla 3.2 & It's New Features Joomla Versions Joomla Extensions
  • 4. I'm Gonna Talk About Joomla Architecture & Execution Flow Joomla Performance Joomla Myths Joomla Pros & Cons Joomla Vulnerabilities & How To Fix Where To Start
  • 5.
  • 6. Why Study Joomla ● Governments are using Joomla – joomlagov.info/ ● Nearly 7400 extensions for Joomla! - extensions.joomla.org/ ● Joomla.org exceeds 2 TB of traffic per month ● Over 210k active registered users on the Official Joomla community forum
  • 7. Why Study Joomla ● Google and Yahoo have estimated the number of websites using Joomla to be around 30 million. ● Over 35 million downloads of Joomla ● In the last six months(September 2012 – February 2013) ● Joomla 3.0: 796,340 (about 133k per month) ● Joomla 2.5: 1,725,268 (about 288k per month)
  • 9. What's a CMS ● A content management system (CMS) is a computer program that allows publishing, editing and modifying content. ● CMSs are often used to run websites containing blogs, news, and shopping. ● CMSs typically aim to avoid the need for hand coding.
  • 11. Let's see which one is the most popular
  • 12. Let Me Explain ● Drupal is a full-fledged, enterprise grade CMS. It’s recommended for large projects where stability, scalability and power are prioritized over ease of use and aesthetics. ● Joomla is a good option for small to enterprise grade CMS. ● WordPress is often called a ‘mini CMS’. It isn’t nearly as powerful or capable as Drupal or Joomla, easy to use blogging solution that looks good and can accommodate multiple authors easily.
  • 13. Stop! Think-A-Min ● Drupal - Steep Learning Curve, Lack of Free Plugins, Very Heavy, Big Cost ● WordPress – Security, Limited Design Option, Limited Content Management Capabilities, Less Flexible ● Joomla is perfect in every angle.
  • 14.
  • 15. Introduction To Joomla ● Joomla is a free and open-source content management framework for publishing web content. It is built on a model–view–controller web application framework. ● Joomla is written in PHP, uses object-oriented programming (OOP) techniques and software design patterns, stores data in a MySQL, MS SQL or PostgreSQL database.
  • 16. Introduction To Joomla Cont ● Mambo and Joomla are similar because they originated together, and then split into two communities and code bases in late 2005 when Joomla forked off from Mambo and they seperated. Because of the fact that Mambo is older, it's code base is clunkier and more cluttered. ● www.mamboserver.com
  • 17. If A Picture Is Worth A Thousand Words, How Many Words Is A Movie Worth?
  • 18. So Who's Using Joomla? ● Harvard University – Gsas.hardvard.edu ● Crime Agency(U.K. Gov) - nationalcrimeagency.gov.uk ● Linux – Linux.com ● Epson – erd.erdvdc.com ● MTV Greece – Mtvgreece.gr ● Yahama – mx.yamaha.com ● ICTA – icta.lk ● and Many More
  • 20. Features ● Content Management ● Template Management ● User Management ● Media Manager ● Language Manager ● Banner Management ● Contact Management ● Menu Manager
  • 21. Features Cont ● Integrated Help System ● System Features ● Web Services ● Syndication and Newsfeed Management ● Web Link Management ● Search ● Polls ● Powerful Extensibility
  • 22. Secret Features ● Joomla Debugging ● Offline Mode – Maintenance ● Multi Database Support ● WYSIWYG Editor Customization
  • 23. Why Joomla 3 Is Sooooo Special ?
  • 24. What I Think About Joomla 3 ● New Libraries ● Improved UI – Responsive, Simple Admin ● Extra Functions ● Security - Two Factor Authentication, Bcrypt ● Debug- SQL Explain, Profile & Call Stack ● RAD – Minimal Code ● Content Version Control ● UX Improvement
  • 30. If A Picture Is Worth A Thousand Words, How Many Words Is A Movie Worth? Let's See What Officials Say
  • 31.
  • 32. Joomla Versions ● LTS(2 Years) VS STS ● 1.0 in 2005-September ● 1.5(LTS), 1.6, 1.7, 2.5(LTS), 3.0, 3.1 ● 3.2 Now ● 3.5 (LTS) 2014-March ● docs.joomla.org/Joomla_3.0_FAQ#I.27m_building_a_b rand_new_site._Should_I_launch_a_Joomla.21_2.5_sit e_or_a_3.0_site.3F
  • 35. If A Picture Is Worth A Thousand Words, How Many Words Is A Movie Worth?
  • 37. Basic Parts(Extension types) ● Components ● Modules ● Plugins ● Templates
  • 38. Components ● Components are the largest and most complex extensions of them all, They can be seen as mini- applications. Most components have two parts: a site part and an administrator part. Every time a Joomla page loads, one component is called to render the main page body. ● Content (com_content), Banners (com_banners), Contact (com_contact), News Feeds (com_newsfeeds) and Web Links (com_weblinks)
  • 39. Modules ● Modules are more lightweight and flexible extensions used for page rendering. These modules are mostly known as the “boxes” that are arranged around a component. ● Banners (mod_banners), Menus (mod_menu), Who's Online (mod_whosonline)
  • 40. Plugins ● Plugins are more advanced extensions and are in essence event handlers. In the execution of any part of Joomla, be it the core, a module or a component, an event can be triggered. When an event is triggered, plugins that are registered with the application to handle that event execute. ● Content - Load Modules, Editor - TinyMCE
  • 41. Template ● A template is basically the design of your Joomla! powered website. With a template you can change the look and feel of your website. Templates have certain fields in which the component (just one) and modules (as many as you like) will be shown. Templates are easy to build or customize and they provide maximum flexibility in how you style your site.
  • 44. CMS Architecture ● Extensions layer, consists of Extensions(Components, Templates, Modules) ● Application layer, consists of applications that extend the Framework JApplication class. Jinstallation, Jadministrator, Jsite, XML-RPC. ● Framework layer, consists of the Joomla! Framework, Libraries that are required by the Framework or are installed for use by third-party developers. Plugins extend the functionality available in the Framework.
  • 46. Joomla Folder Structure ● root: Once installed Joomla, this index.php page will detect your settings in the configuration.php file and execute your main Joomla engine. ● administrator: In this directory you find all files for your Joomla administrator web interface (components, templates, modules, plugins, etc). ● cache: This folder holds Joomla cache files. To accelerate performance ● components: This directory holds all Joomla components ● images: This folder by default holds images used for your extensions
  • 47. Joomla Folder Structure Cont ● language: This folder holds all language files. Joomla stores translations in a simple INI-based file format. ● libraries: this directory holds your entire Joomla system and third-party libraries used in your website. A Joomla website uses the core libraries contained inside the libraries folder. ● logs: Where Joomla stores its log files. ● media: Default folder to store media files. It may contains files related with user interfaces, such as: JavaScript libraries, flash files, etc. ● modules: This folder contains all installed front-end modules. It holds the modules available for display by a template.
  • 48. Joomla Folder Structure Cont ● includes: In this directory you find core files of Joomla ● installation: This folder contains needed files for Joomla installation. It should be deleted after installed Joomla. ● plugins: It contains all your plugins files. As well as components and modules, plugins are a type of add-on extension. ● templates: This directory has all your frontend template files. ● tmp: This folder stores temporary files and cookies that are used by the administrator and user interface of Joomla. Most of time, extensions’ files are copied to this folder during Joomla installation process.
  • 50. Execution Flow Cont ● Load once: defines.php ● Load once: framework.php ● Profile mark: afterLoad ● Call to Jfactory::getApplication('site') ● Call to Jsite::initialise ● JpluginHelper::importPlugin('system') ● Profile mark: afterInitialise ● Trigger events: onAfterInitialise
  • 51. Execution Flow Cont ● Route the URI: Call to JSite::route ● Profile mark: afterRoute ● Trigger events: onAfterRoute ● Dispatch the component: Call to JSite::dispatch ● Profile mark: afterDispatch ● Trigger events: onAfterDispatch
  • 52. Execution Flow Cont ● Render the page: Call to JSite::render ● Profile mark: afterRender ● Trigger events: onAfterRender ● Echo output: Call to Jresponse::toString ● Render the page: Call to JSite::render ● Profile mark: afterRender ● Trigger events: onAfterRender ● Echo output: Call to JResponse::toString
  • 53.
  • 54. Joomla Performance ● Template Optimization ● All Components Are Not Good Components ● Enable Caching ● Find The Bad Queries ● Optimize Your Database(Schema, Indexing) ● Follow Best Practices(OOP, Design Patterns) ● Use Joomla Debugging
  • 56. Joomla Myths ● Joomla is only for small sites ● Legacy mode is bad for your site ● Joomla has insufficient SEO ● Joomla is for end users, not developers ● Template will be mobile ready ● A Silver bullet - will make my life easier ● Joomla can’t compete with commercial tools.
  • 58. Joomla Pros ● Free & Open Source ● Full Fledged CMS ● Power, Robust & Well Tested ● Extensions – Components, Modules, Plugins, Themes ● Small Learning Curve ● Future Proof Content – Responsive Design, jQuery
  • 59. Joomla Pros Cont ● Scheduled Content ● Social Media Integration ● Multiple User Collaboration ● Easy To Manage ● Community Support ● Security ● Multi-Lingual Support
  • 61. Joomla Cons ● Limited Flexibility ● Migration – Joomla 1.5 → Joomla 3.2 ● Security – Open Code ● Extension Compatibility ● Limited ACL Support – is being fixed ● Unnecessary Extensions ● Joomla(CMS) Need To Be Upgraded
  • 62.
  • 63. Vulnerabilities ● A weakness which allows an attacker to reduce a system's information assurance ● Different versions have different issues & most of them are solved. ● Vulnerability could exist due to an extension. ● docs.joomla.org/Vulnerable_Extensions_List ● Report : vel.joomla.org
  • 65. How To Fix ● Use The Latest Joomla Security Update ● Keep Extensions Updated ● Applied Server Level Security ● Follow Best Practices In Coding ● Delete The Joomla Templates That You Do Not Use ● Write-Protected Your Joomla Configuration File
  • 67. Where To Start ● docs.joomla.org ● developer.joomla.org ● hiddenjoomlasecrets.com ● Youtube ● Google