SlideShare a Scribd company logo
 

Integrate	
  jQuery,	
  PHP,	
  MySQL	
  project	
  into	
  a	
  Joomla	
  Web	
  Site	
  
	
  
Step	
  1)	
  	
  Ensure	
  that	
  the	
  JOOMLA	
  website	
  has	
  been	
  setup	
  and	
  working	
  properly.	
  
	
  
Step	
  2)	
  	
  Download	
  the	
  Joomla	
  extensions	
  to	
  enable	
  the	
  integration.	
  

	
  

Step	
  3)	
  	
  Login	
  to	
  Joomla	
  web	
  site	
  via	
  administrator.	
  

	
  

	
  

	
  

	
  

	
  

1	
  
 
Step	
  4)	
  	
  Select	
  Extensions	
  >	
  Extension	
  Manager	
  
	
  
	
  	
  	
  	
  Then	
  browse	
  the	
  downloaded	
  sourcerer	
  zip	
  file,	
  upload	
  and	
  install.	
  

	
  

	
  

	
  

	
  

	
  

	
  

2	
  
 
Step	
  5)	
  	
  Copy	
  the	
  completed	
  project	
  folder	
  from	
  htdoc	
  to	
  Joomla	
  folder.	
  

	
  

	
  

	
  

	
  

	
  

3	
  
 
Step	
  6)	
  	
  Create	
  a	
  new	
  article:	
  Content	
  >	
  Article	
  Manager	
  
	
  
	
  	
  	
  	
  	
  	
  Click	
  on	
  New	
  
	
  
	
  	
  	
  	
  	
  	
  Give	
  the	
  article	
  a	
  title:	
  Task	
  Manager	
  
	
  
	
  	
  	
  	
  	
  	
  Select	
  Insert	
  Code.	
  

	
  

	
  

	
  

	
  

	
  

	
  

4	
  
 
	
  
Step	
  7)	
  	
  Add	
  php	
  code	
  to	
  include	
  the	
  project	
  index	
  file.	
  

	
  

	
  

	
  

	
  

	
  

	
  

5	
  
 
Step	
  8)	
  	
  View	
  the	
  page	
  on	
  the	
  Joomla	
  web	
  site.	
  	
  	
  
Observe	
  that	
  although	
  the	
  page	
  is	
  loaded,	
  we	
  need	
  to	
  modify	
  the	
  followings:	
  	
  
1)	
  extra	
  footer,	
  2)	
  missing	
  images	
  and	
  3)	
  CSS	
  formatting	
  not	
  correct.	
  
Also	
  the	
  Joomla	
  login	
  module	
  is	
  blocking	
  part	
  of	
  the	
  page.	
  

	
  

	
  

	
  

	
  

	
  

	
  

6	
  
 
Step	
  9)	
  	
  Use	
  Joomla	
  Administrator	
  to	
  change	
  the	
  position	
  of	
  the	
  login	
  module.	
  
	
  	
  	
  
	
  	
  	
  	
  	
  	
  	
  Depends	
  on	
  the	
  site,	
  you	
  may	
  need	
  to	
  use	
  a	
  different	
  position	
  from	
  the	
  guide.	
  

	
  

	
  

	
  

	
  

	
  

7	
  
 
Step	
  10)	
  	
  View	
  the	
  Joomla	
  web	
  site	
  >	
  Task	
  Manager	
  

	
  

	
  

	
  

	
  

	
  

8	
  
 
	
  
Step	
  11)	
  	
  Start	
  Dreamweaver	
  
	
  	
  	
  	
  	
  	
  Open	
  index.php	
  file	
  from	
  the	
  joomla/project	
  folder	
  that	
  we	
  have	
  copied	
  in	
  step	
  Step	
  5)	
  
	
  

	
  

	
  
Save	
  index.php,	
  view	
  the	
  Joomla	
  >	
  Task	
  Manager	
  

	
  
	
  

	
  

	
  

	
  

9	
  
 
Step	
  12)	
  	
  Make	
  our	
  CSS	
  style	
  unique.	
  
	
  

	
  

	
  

	
  

:	
  

	
  
:	
  
and	
  the	
  rest	
  of	
  the	
  CSS	
  styles….	
  
	
  
	
  
	
  

	
  

	
  

	
  

	
  

10	
  
 
View	
  Joomla	
  >	
  Task	
  Manager	
  page	
  

	
  

	
  
	
  

	
  

	
  

	
  

11	
  
 
Step	
  13)	
  	
  Update	
  the	
  correct	
  path	
  for	
  the	
  jquery	
  and	
  jquery	
  ui	
  script	
  

	
  
View	
  Joomla	
  >	
  Task	
  Manager	
  page	
  
	
  
Test	
  the	
  jquery	
  ui	
  drag	
  and	
  drop	
  to	
  confirm	
  that	
  now	
  it	
  is	
  working.	
  
	
  
	
  
Step	
  14)	
  	
  Update	
  the	
  correct	
  path	
  for	
  the	
  CSS	
  images.	
  	
  Depending	
  on	
  the	
  site	
  configuration,	
  the	
  path	
  to	
  
be	
  updated	
  may	
  varies	
  from	
  just	
  adding	
  ‘../project/’	
  to	
  ‘../../project/’.	
  

	
  

:	
  

	
  

:	
  

	
  

	
  

12	
  
 

	
  

	
  
	
  
	
  

	
  

	
  

	
  

13	
  
 
View	
  Joomla	
  >	
  Task	
  Manager	
  page	
  
Test	
  its	
  functionality	
  
	
  

	
  
	
  
(Note:	
  The	
  email	
  addresses	
  has	
  complication	
  with	
  the	
  Joomla	
  stop	
  spam	
  functionality,	
  one	
  temporary	
  
solution	
  is	
  to	
  update	
  all	
  the	
  email	
  addresses	
  to	
  add	
  a	
  space	
  before	
  and	
  after	
  the	
  @)	
  
	
  
===	
  The	
  End	
  ===	
  
	
  
	
  	
  

	
  

	
  

	
  

14	
  

More Related Content

What's hot (20)

PPTX
Social website
Saqib Iqbal
 
PDF
Using advanced features in joomla
krishnapriya Tadepalli
 
KEY
Facebook api
Sangon Lee
 
PDF
Tutorial PHP and Dreamweaver CS3
Halizah Ahmad
 
PDF
Websphere portal theme menu framework
michele buccarello
 
PDF
IBM Connections 4.5 User Data Propagation.
michele buccarello
 
PDF
Rapid Development With CakePHP
Edureka!
 
PPTX
What’s new in joomla 3.7
Tim Plummer
 
PDF
Responsive WEB APP using cakePHP
Edureka!
 
PDF
Joomla 3.6 - The revolution in Joomla User Experience
JoomlaShine
 
PPTX
Magento 2 Theme Trainning for Beginners | Magenest
Magenest
 
PPTX
How to install joomla 2.5
Kamis Kalees
 
PPTX
Installing Extensions in Joomla! 2.5
Vishwash Gaur
 
DOC
Configuring a web logic domain and server
ggopinath50
 
PPTX
How to Build a Website using Joomla
Mamunur Rashid
 
PPTX
FAQ's in Joomla 2.5
Vishwash Gaur
 
PDF
Enable seo friendly url in websphere portal
michele buccarello
 
PPTX
Drupal Features Module by New Tech Fusion presentation
NewTechFusion Cybertech Pvt Ltd
 
PPTX
Step by step how to create database with phpmyadmin
Fathimah Azkiya
 
PPTX
Overview of CMS and Joomla!
Vishwash Gaur
 
Social website
Saqib Iqbal
 
Using advanced features in joomla
krishnapriya Tadepalli
 
Facebook api
Sangon Lee
 
Tutorial PHP and Dreamweaver CS3
Halizah Ahmad
 
Websphere portal theme menu framework
michele buccarello
 
IBM Connections 4.5 User Data Propagation.
michele buccarello
 
Rapid Development With CakePHP
Edureka!
 
What’s new in joomla 3.7
Tim Plummer
 
Responsive WEB APP using cakePHP
Edureka!
 
Joomla 3.6 - The revolution in Joomla User Experience
JoomlaShine
 
Magento 2 Theme Trainning for Beginners | Magenest
Magenest
 
How to install joomla 2.5
Kamis Kalees
 
Installing Extensions in Joomla! 2.5
Vishwash Gaur
 
Configuring a web logic domain and server
ggopinath50
 
How to Build a Website using Joomla
Mamunur Rashid
 
FAQ's in Joomla 2.5
Vishwash Gaur
 
Enable seo friendly url in websphere portal
michele buccarello
 
Drupal Features Module by New Tech Fusion presentation
NewTechFusion Cybertech Pvt Ltd
 
Step by step how to create database with phpmyadmin
Fathimah Azkiya
 
Overview of CMS and Joomla!
Vishwash Gaur
 

Viewers also liked (20)

PPTX
Spf chapter 03 WinForm
Hock Leng PUAH
 
PPTX
Objective C Primer (with ref to C#)
Hock Leng PUAH
 
PPTX
Revision exercises on loop
Hock Leng PUAH
 
PPTX
Pazova 4
kaja12
 
PPTX
Spf Chapter5 Conditional Logics
Hock Leng PUAH
 
PDF
c# events, delegates and lambdas
Fernando Galvan
 
PPS
12 iec t1_s1_oo_ps_session_17
Niit Care
 
PPTX
[Development Simply Put] Events & Delegates In C# - Win Forms Controls
Ahmed Tarek Hasan
 
PPTX
Spf chapter10 events
Hock Leng PUAH
 
PPTX
Java event processing model in c# and java
Tech_MX
 
PDF
WEB APPLICATION USING PHP AND MYSQL
Aakash Khandelwal
 
PPT
Ch01
guest7a6cbb3
 
PDF
C# Starter L06-Delegates, Event Handling and Extension Methods
Mohammad Shaker
 
PDF
C# Delegates and Event Handling
Jussi Pohjolainen
 
PPTX
Hospital management system (php project) web engineering
Iftikhar Ahmad
 
PPT
Student Information System ( S.I.S. )
Pulkiŧ Sharma
 
ODP
PHP Web Programming
Muthuselvam RS
 
PPTX
Windowforms controls c#
prabhu rajendran
 
PDF
Visual basic asp.net programming introduction
Hock Leng PUAH
 
Spf chapter 03 WinForm
Hock Leng PUAH
 
Objective C Primer (with ref to C#)
Hock Leng PUAH
 
Revision exercises on loop
Hock Leng PUAH
 
Pazova 4
kaja12
 
Spf Chapter5 Conditional Logics
Hock Leng PUAH
 
c# events, delegates and lambdas
Fernando Galvan
 
12 iec t1_s1_oo_ps_session_17
Niit Care
 
[Development Simply Put] Events & Delegates In C# - Win Forms Controls
Ahmed Tarek Hasan
 
Spf chapter10 events
Hock Leng PUAH
 
Java event processing model in c# and java
Tech_MX
 
WEB APPLICATION USING PHP AND MYSQL
Aakash Khandelwal
 
C# Starter L06-Delegates, Event Handling and Extension Methods
Mohammad Shaker
 
C# Delegates and Event Handling
Jussi Pohjolainen
 
Hospital management system (php project) web engineering
Iftikhar Ahmad
 
Student Information System ( S.I.S. )
Pulkiŧ Sharma
 
PHP Web Programming
Muthuselvam RS
 
Windowforms controls c#
prabhu rajendran
 
Visual basic asp.net programming introduction
Hock Leng PUAH
 
Ad

Similar to Integrate jQuery PHP MySQL project to JOOMLA web site (20)

ODP
Successful Joomla migrations that don't hurt Search Engine Rankings
Joomla Day South Africa
 
PPTX
Building a website based on Joomla
昀橋 蔡
 
PDF
Joomla Online Training
Nagendra Kumar
 
PPTX
Techgig Webinar: Joomla Introduction and Module Development June 2012
Vishwash Gaur
 
PPT
Joomla Day Austin Part 4
Kyle Ledbetter
 
PPT
Developing a website
Khirulnizam Abd Rahman
 
PPT
Joomla Day1
Phusit Konsurin
 
PPT
Joomlasitein60 Part1
Linda Coonen
 
PDF
Immediate download Joomla Bible Second Edition Ric Shreves ebooks 2024
lidiochiemtd
 
PDF
Joomla2 5-afirstlook-120214054019-phpapp01
Deepak Sangramsingh
 
PDF
Joomla training-by-ruchiwebsolutions
php2ranjan
 
PDF
Download full ebook of Joomla Bible Second Edition Ric Shreves instant downlo...
rsjlgsdl332
 
PDF
User Manual Joomla2006
defg gf
 
PPT
Creating a
acarpenter2
 
PPT
Joomla Migration Checklist - US Joomla Force
US Joomla Force
 
PPTX
Joomla
sahil
 
KEY
Joomla Day New York City 2010
Helvecio da Silva
 
PPT
Impact Of A Cms Framework Change - Holland Open Netherlands
Wilco Jansen
 
PPT
Joomla english for the work group
Vicent Selfa
 
PDF
Download full ebook of Joomla Bible Second Edition Ric Shreves instant downlo...
fickersehila
 
Successful Joomla migrations that don't hurt Search Engine Rankings
Joomla Day South Africa
 
Building a website based on Joomla
昀橋 蔡
 
Joomla Online Training
Nagendra Kumar
 
Techgig Webinar: Joomla Introduction and Module Development June 2012
Vishwash Gaur
 
Joomla Day Austin Part 4
Kyle Ledbetter
 
Developing a website
Khirulnizam Abd Rahman
 
Joomla Day1
Phusit Konsurin
 
Joomlasitein60 Part1
Linda Coonen
 
Immediate download Joomla Bible Second Edition Ric Shreves ebooks 2024
lidiochiemtd
 
Joomla2 5-afirstlook-120214054019-phpapp01
Deepak Sangramsingh
 
Joomla training-by-ruchiwebsolutions
php2ranjan
 
Download full ebook of Joomla Bible Second Edition Ric Shreves instant downlo...
rsjlgsdl332
 
User Manual Joomla2006
defg gf
 
Creating a
acarpenter2
 
Joomla Migration Checklist - US Joomla Force
US Joomla Force
 
Joomla
sahil
 
Joomla Day New York City 2010
Helvecio da Silva
 
Impact Of A Cms Framework Change - Holland Open Netherlands
Wilco Jansen
 
Joomla english for the work group
Vicent Selfa
 
Download full ebook of Joomla Bible Second Edition Ric Shreves instant downlo...
fickersehila
 
Ad

More from Hock Leng PUAH (20)

PDF
ASP.net Image Slideshow
Hock Leng PUAH
 
PDF
Using iMac Built-in Screen Sharing
Hock Leng PUAH
 
PDF
Hosting SWF Flash file
Hock Leng PUAH
 
PDF
PHP built-in functions date( ) and mktime( ) to calculate age from date of birth
Hock Leng PUAH
 
PDF
PHP built-in function mktime example
Hock Leng PUAH
 
PDF
A simple php exercise on date( ) function
Hock Leng PUAH
 
PPTX
Responsive design
Hock Leng PUAH
 
PDF
Step by step guide to use mac lion to make hidden folders visible
Hock Leng PUAH
 
PPTX
Beautiful web pages
Hock Leng PUAH
 
PPT
CSS Basic and Common Errors
Hock Leng PUAH
 
PPTX
Connectivity Test for EES Logic Probe Project
Hock Leng PUAH
 
PPTX
Logic gate lab intro
Hock Leng PUAH
 
PDF
Ohm's law, resistors in series or in parallel
Hock Leng PUAH
 
PPTX
Connections Exercises Guide
Hock Leng PUAH
 
PPTX
Design to circuit connection
Hock Leng PUAH
 
PPTX
NMS Media Services Jobshet 1 to 5 Summary
Hock Leng PUAH
 
DOCX
Virtualbox step by step guide
Hock Leng PUAH
 
PPTX
Nms chapter 01
Hock Leng PUAH
 
PPTX
Pedagogic Innovation to Engage Academically Weaker Students
Hock Leng PUAH
 
PPTX
Do While and While Loop
Hock Leng PUAH
 
ASP.net Image Slideshow
Hock Leng PUAH
 
Using iMac Built-in Screen Sharing
Hock Leng PUAH
 
Hosting SWF Flash file
Hock Leng PUAH
 
PHP built-in functions date( ) and mktime( ) to calculate age from date of birth
Hock Leng PUAH
 
PHP built-in function mktime example
Hock Leng PUAH
 
A simple php exercise on date( ) function
Hock Leng PUAH
 
Responsive design
Hock Leng PUAH
 
Step by step guide to use mac lion to make hidden folders visible
Hock Leng PUAH
 
Beautiful web pages
Hock Leng PUAH
 
CSS Basic and Common Errors
Hock Leng PUAH
 
Connectivity Test for EES Logic Probe Project
Hock Leng PUAH
 
Logic gate lab intro
Hock Leng PUAH
 
Ohm's law, resistors in series or in parallel
Hock Leng PUAH
 
Connections Exercises Guide
Hock Leng PUAH
 
Design to circuit connection
Hock Leng PUAH
 
NMS Media Services Jobshet 1 to 5 Summary
Hock Leng PUAH
 
Virtualbox step by step guide
Hock Leng PUAH
 
Nms chapter 01
Hock Leng PUAH
 
Pedagogic Innovation to Engage Academically Weaker Students
Hock Leng PUAH
 
Do While and While Loop
Hock Leng PUAH
 

Recently uploaded (20)

PPTX
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
PPTX
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PDF
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
PPTX
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
PPTX
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
PPT-Q1-WK-3-ENGLISH Revised Matatag Grade 3.pptx
reijhongidayawan02
 
PPT
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
Quarter 1_PPT_PE & HEALTH 8_WEEK 3-4.pptx
ronajadolpnhs
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
PPTX
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
PDF
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 
PPTX
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
PDF
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 
PDF
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPTX
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 
PATIENT ASSIGNMENTS AND NURSING CARE RESPONSIBILITIES.pptx
PRADEEP ABOTHU
 
QUARTER 1 WEEK 2 PLOT, POV AND CONFLICTS
KynaParas
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
Stokey: A Jewish Village by Rachel Kolsky
History of Stoke Newington
 
Universal immunization Programme (UIP).pptx
Vishal Chanalia
 
How to Create Odoo JS Dialog_Popup in Odoo 18
Celine George
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPT-Q1-WK-3-ENGLISH Revised Matatag Grade 3.pptx
reijhongidayawan02
 
Talk on Critical Theory, Part II, Philosophy of Social Sciences
Soraj Hongladarom
 
Quarter 1_PPT_PE & HEALTH 8_WEEK 3-4.pptx
ronajadolpnhs
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Neurodivergent Friendly Schools - Slides from training session
Pooky Knightsmith
 
How to Handle Salesperson Commision in Odoo 18 Sales
Celine George
 
Aprendendo Arquitetura Framework Salesforce - Dia 03
Mauricio Alexandre Silva
 
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
Geographical Diversity of India 100 Mcq.pdf/ 7th class new ncert /Social/Samy...
Sandeep Swamy
 
Reconstruct, Restore, Reimagine: New Perspectives on Stoke Newington’s Histor...
History of Stoke Newington
 
PPT-Q1-WEEK-3-SCIENCE-ERevised Matatag Grade 3.pptx
reijhongidayawan02
 

Integrate jQuery PHP MySQL project to JOOMLA web site

  • 1.   Integrate  jQuery,  PHP,  MySQL  project  into  a  Joomla  Web  Site     Step  1)    Ensure  that  the  JOOMLA  website  has  been  setup  and  working  properly.     Step  2)    Download  the  Joomla  extensions  to  enable  the  integration.     Step  3)    Login  to  Joomla  web  site  via  administrator.             1  
  • 2.   Step  4)    Select  Extensions  >  Extension  Manager            Then  browse  the  downloaded  sourcerer  zip  file,  upload  and  install.               2  
  • 3.   Step  5)    Copy  the  completed  project  folder  from  htdoc  to  Joomla  folder.             3  
  • 4.   Step  6)    Create  a  new  article:  Content  >  Article  Manager                Click  on  New                Give  the  article  a  title:  Task  Manager                Select  Insert  Code.               4  
  • 5.     Step  7)    Add  php  code  to  include  the  project  index  file.               5  
  • 6.   Step  8)    View  the  page  on  the  Joomla  web  site.       Observe  that  although  the  page  is  loaded,  we  need  to  modify  the  followings:     1)  extra  footer,  2)  missing  images  and  3)  CSS  formatting  not  correct.   Also  the  Joomla  login  module  is  blocking  part  of  the  page.               6  
  • 7.   Step  9)    Use  Joomla  Administrator  to  change  the  position  of  the  login  module.                      Depends  on  the  site,  you  may  need  to  use  a  different  position  from  the  guide.             7  
  • 8.   Step  10)    View  the  Joomla  web  site  >  Task  Manager             8  
  • 9.     Step  11)    Start  Dreamweaver              Open  index.php  file  from  the  joomla/project  folder  that  we  have  copied  in  step  Step  5)         Save  index.php,  view  the  Joomla  >  Task  Manager             9  
  • 10.   Step  12)    Make  our  CSS  style  unique.           :     :   and  the  rest  of  the  CSS  styles….                 10  
  • 11.   View  Joomla  >  Task  Manager  page               11  
  • 12.   Step  13)    Update  the  correct  path  for  the  jquery  and  jquery  ui  script     View  Joomla  >  Task  Manager  page     Test  the  jquery  ui  drag  and  drop  to  confirm  that  now  it  is  working.       Step  14)    Update  the  correct  path  for  the  CSS  images.    Depending  on  the  site  configuration,  the  path  to   be  updated  may  varies  from  just  adding  ‘../project/’  to  ‘../../project/’.     :     :       12  
  • 13.                 13  
  • 14.   View  Joomla  >  Task  Manager  page   Test  its  functionality         (Note:  The  email  addresses  has  complication  with  the  Joomla  stop  spam  functionality,  one  temporary   solution  is  to  update  all  the  email  addresses  to  add  a  space  before  and  after  the  @)     ===  The  End  ===               14