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	
  
Ad

Recommended

Joomla 15 Quickstart
Joomla 15 Quickstart
AmyStephen
 
Integrate Shindig with Joomla
Integrate Shindig with Joomla
Anand Sharma
 
DotNet Nuke Document To Create Child Portal
DotNet Nuke Document To Create Child Portal
Sanjeev Chaudhary
 
Joomla Presentations
Joomla Presentations
SiliconExpert Technologies
 
JOOMLA
JOOMLA
Akhil Kumar
 
Joomla Tutorial: Joomla 2.5 a first look
Joomla Tutorial: Joomla 2.5 a first look
Tim Plummer
 
Readme
Readme
mutiadwiki
 
Readme
Readme
Quyền Đặng
 
Social website
Social website
Saqib Iqbal
 
Using advanced features in joomla
Using advanced features in joomla
krishnapriya Tadepalli
 
Facebook api
Facebook api
Sangon Lee
 
Tutorial PHP and Dreamweaver CS3
Tutorial PHP and Dreamweaver CS3
Halizah Ahmad
 
Websphere portal theme menu framework
Websphere portal theme menu framework
michele buccarello
 
IBM Connections 4.5 User Data Propagation.
IBM Connections 4.5 User Data Propagation.
michele buccarello
 
Rapid Development With CakePHP
Rapid Development With CakePHP
Edureka!
 
What’s new in joomla 3.7
What’s new in joomla 3.7
Tim Plummer
 
Responsive WEB APP using cakePHP
Responsive WEB APP using cakePHP
Edureka!
 
Joomla 3.6 - The revolution in Joomla User Experience
Joomla 3.6 - The revolution in Joomla User Experience
JoomlaShine
 
Magento 2 Theme Trainning for Beginners | Magenest
Magento 2 Theme Trainning for Beginners | Magenest
Magenest
 
How to install joomla 2.5
How to install joomla 2.5
Kamis Kalees
 
Installing Extensions in Joomla! 2.5
Installing Extensions in Joomla! 2.5
Vishwash Gaur
 
Configuring a web logic domain and server
Configuring a web logic domain and server
ggopinath50
 
How to Build a Website using Joomla
How to Build a Website using Joomla
Mamunur Rashid
 
FAQ's in Joomla 2.5
FAQ's in Joomla 2.5
Vishwash Gaur
 
Enable seo friendly url in websphere portal
Enable seo friendly url in websphere portal
michele buccarello
 
Drupal Features Module by New Tech Fusion presentation
Drupal Features Module by New Tech Fusion presentation
NewTechFusion Cybertech Pvt Ltd
 
Step by step how to create database with phpmyadmin
Step by step how to create database with phpmyadmin
Fathimah Azkiya
 
Overview of CMS and Joomla!
Overview of CMS and Joomla!
Vishwash Gaur
 
Spf chapter 03 WinForm
Spf chapter 03 WinForm
Hock Leng PUAH
 
Objective C Primer (with ref to C#)
Objective C Primer (with ref to C#)
Hock Leng PUAH
 

More Related Content

What's hot (20)

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

Viewers also liked (20)

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

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

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

More from Hock Leng PUAH (20)

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

Recently uploaded (20)

LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
 
Q1_TLE 8_Week 1- Day 1 tools and equipment
Q1_TLE 8_Week 1- Day 1 tools and equipment
clairenotado3
 
Gladiolous Cultivation practices by AKL.pdf
Gladiolous Cultivation practices by AKL.pdf
kushallamichhame
 
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
INDUCTIVE EFFECT slide for first prof pharamacy students
INDUCTIVE EFFECT slide for first prof pharamacy students
SHABNAM FAIZ
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
IIT Kharagpur Quiz Club
 
How to use _name_search() method in Odoo 18
How to use _name_search() method in Odoo 18
Celine George
 
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
sumadsadjelly121997
 
How to Customize Quotation Layouts in Odoo 18
How to Customize Quotation Layouts in Odoo 18
Celine George
 
Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
trjnesjnqg7801
 
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
AndrewBorisenko3
 
June 2025 Progress Update With Board Call_In process.pptx
June 2025 Progress Update With Board Call_In process.pptx
International Society of Service Innovation Professionals
 
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
 
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
F-BLOCK ELEMENTS POWER POINT PRESENTATIONS
mprpgcwa2024
 
Q1_TLE 8_Week 1- Day 1 tools and equipment
Q1_TLE 8_Week 1- Day 1 tools and equipment
clairenotado3
 
Gladiolous Cultivation practices by AKL.pdf
Gladiolous Cultivation practices by AKL.pdf
kushallamichhame
 
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
 
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
 
VCE Literature Section A Exam Response Guide
VCE Literature Section A Exam Response Guide
jpinnuck
 
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
M&A5 Q1 1 differentiate evolving early Philippine conventional and contempora...
ErlizaRosete
 
INDUCTIVE EFFECT slide for first prof pharamacy students
INDUCTIVE EFFECT slide for first prof pharamacy students
SHABNAM FAIZ
 
Tanja Vujicic - PISA for Schools contact Info
Tanja Vujicic - PISA for Schools contact Info
EduSkills OECD
 
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
Great Governors' Send-Off Quiz 2025 Prelims IIT KGP
IIT Kharagpur Quiz Club
 
How to use _name_search() method in Odoo 18
How to use _name_search() method in Odoo 18
Celine George
 
Birnagar High School Platinum Jubilee Quiz.pptx
Birnagar High School Platinum Jubilee Quiz.pptx
Sourav Kr Podder
 
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
GREAT QUIZ EXCHANGE 2025 - GENERAL QUIZ.pptx
Ronisha Das
 
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
LAZY SUNDAY QUIZ "A GENERAL QUIZ" JUNE 2025 SMC QUIZ CLUB, SILCHAR MEDICAL CO...
Ultimatewinner0342
 
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
Filipino 9 Maikling Kwento Ang Ama Panitikang Asiyano
sumadsadjelly121997
 
How to Customize Quotation Layouts in Odoo 18
How to Customize Quotation Layouts in Odoo 18
Celine George
 
Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
Public Health For The 21st Century 1st Edition Judy Orme Jane Powell
trjnesjnqg7801
 
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
CRYPTO TRADING COURSE BY FINANCEWORLD.IO
AndrewBorisenko3
 

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