SlideShare a Scribd company logo
1 of 50
By Prof. Dr. M. A. Pasha
Chairman Pasha Trust
A Free Workshop Delivered at
Pasha Institute of Emerging Disciplines
Basic Concepts
 A Website is a set of related web pages served from a

single web domain.
 A website is hosted on a web server, accessible
through an Internet address known as a Uniform
Resource Locator (URL).
 All publicly accessible websites collectively constitute
the World Wide Web.
 HTTP ( Hyper Text Transfer Protocol) The Hypertext
Transfer Protocol (HTTP) is an application protocol for
distributed, collaborative, hypermedia information
systems
Web Browsers
The purpose of a web browser (such as Google Chrome,
Internet Explorer, Firefox, Safari) is to read HTML
documents and display them as web pages. The browser
does not display the HTML tags, but uses the tags to
interpret the content of the page
Web Page
Static web pages are often HTML documents stored as
files in the file system and made available by the web
browser.
<html>
<body>
<h1>This a heading</h1>
<p>This is a paragraph.</p>
<p>This is another
paragraph.</p>
</body>
</html>
HTML (Hyper Text Markup Language)
<head>
<title>Pasha Institute of Emerging
Disciplines</title>
</head>

<body>
<h1> Welcome to Pasha Institute</h1>
<h3> Wordpress: A Tool for Earning Online</h3>
<p>WordPress is a free and open source blogging
tool and a content management system (CMS)
based on PHP and MySQL, which runs on a web
hosting service.</p>
<a
href="http://www.pied.innovators.edu.pk">Visit
us for further information</a>
<br />
<br />
<div>
<img src="pic1.jpg" width="200" height="150" />
</div>
</body>
</html>
<html >
<head>
<title>Pasha Institute of Emerging Disciplines</title>
</head>
<body>
<h1 style="color:#00C; font-style:italic;"> Welcome to
Pasha Institute</h1>
<h3> Wordpress: A Tool for Earning Online</h3>
<p>WordPress is a free and open source blogging tool
and a content management system (CMS) based on
PHP and MySQL, which runs on a web hosting
service.</p>
<a href="http://www.pied.innovators.edu.pk">Visit us
for further information</a>
<br />
<br />
<div style="padding:10px; background-color:#FF6;
border:double; width:210px; height:160px;">
<img src="pic1.jpg" width="200" height="150" />
</div>
</body>
</html>

HTML
Cascading Style Sheets
 CSS stands for Cascading Style Sheets

 Styles define how to display HTML elements
 An external style sheet allows to apply the style to

many pages or change the entire Web site by changing
one file.
<html>
<head>
<title>Pasha Institute of Emerging Disciplines</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1 style="color:#00C; font-style:italic"> Welcome to Pasha
Institute</h1>
<h3> Wordpress: A Tool for Earning Online</h3>
<p>WordPress is a free and open source blogging tool and a
content management system (CMS) based on PHP and MySQL,
which runs on a web hosting service.</p>
<a href="http://www.pied.innovators.edu.pk">Visit us for further
information</a>
<br />
<br />
<div style="padding:10px; background-color:#FF6; border:double;
width:210px; height:160px;">
<img src="pic1.jpg" width="200" height="150" />
</div>
</body>
style.css
</html>
hr {color:sienna;}

p {margin-left:20px;
color:#00FF66}
body { background-color:#0CF;}
Current Trends
 CSS 3: new version of the CSS, with new elements,

attributes, and behaviors
 HTML 5: new version of the HTML, with new
elements, attributes, and behaviors
Dynamic Web Pages
 These pages contain "server-side" code, which allows

the server to generate unique content each time the
page is loaded.
Server-Side scripting
Server-side scripting is a technique used in website design which involves
embedding scripts in an HTML source code which results in a user's (client's)
request to the server website being handled by a script running server-side before
the server responds to the client's request.

<!DOCTYPE html>
<html>
<body>
<?php
echo "My first PHP script!";
?>
</body>
</html>
Content Management System
A computer requires programs to
function, typically executing the
program's instructions in a central
process
Free & Open Source Software
Anyone is freely licensed to use, copy,
study, and change the software in any
way, and the source code is openly
shared so that people are encouraged to
voluntarily improve the design of the
software.
Open Source CMS











WordPress
Joomla
Drupal
ModX
TextPattern
RefineryCMS
Concrete5
DotNetNuke (Microsoft)
Umbraco (Microsoft)
TinyCMS
Software Required for Wordpress
 PHP version 5.2.4 or greater
 MySQL version 5.0 or greater
 Apache

One Silver Bullet:
WAMP
WampServer is a web development platform on Windows allowing you to
create dynamic web applications with Apache, PHP and MySQL.
XAMP is a free and open source cross-platform web server solution stack
package, consisting mainly of the Apache HTTP Server, MySQL database,
and interpreters for scripts written in the PHP and Perl programming
languages.
Download WampServer & Install
Start
WampServer
Download & Install Wordpress
Configuration of wp-config.php file
Create Wordpress Database
Ways to Make Money Online
 Make Money Online with Affiliate Programs
 Make Money Online with Blogs
 Make Money Online with eBooks
 Make Money Online with ebay Referrals

 Make Money Online with Your Own Niche Directory
 Make Money Online with An Internet Radio Show
 Make Money Online Selling Stock Photos
Ways to Make Money Online
 Make Money Online Interviewing Experts
 Make Money Online with a Classified Advertising Site
 Make Money Online with a Local Real Estate Portal
 Make Money Online Creating Your Own Software

 Make Money Online with Tele sminars & Webinars
 Make Money Online with Residual Income Programs
 Make Money Online with Audio eCourses
Ways to Make Money Online
 Make Money Online with Audio eCourses
 Make Money Online as a Coach/Consultant
 Make Money Online with a Content Site
 Make Money Online as a Virtual Assistant

 Make Money Online a Local Online Mall
 Make Money Online with Social Networking Sites
 Make Money Online Providing Helpdesk Support

 Make Money Online with a Membership Site
Q&A
Thank you

More Related Content

What's hot

Wordpress For Begineer
Wordpress For BegineerWordpress For Begineer
Wordpress For BegineerBinita Neupane
 
Speeding Up WordPress sites
Speeding Up WordPress sitesSpeeding Up WordPress sites
Speeding Up WordPress sitesJason Yingling
 
Html workshop 1
Html workshop 1Html workshop 1
Html workshop 1Lee Scott
 
A Beginners Guide to WordPress by Lee Ndegwa
A Beginners Guide to WordPress by Lee NdegwaA Beginners Guide to WordPress by Lee Ndegwa
A Beginners Guide to WordPress by Lee Ndegwanairobiwordcamp
 
Introduction to Web Architecture
Introduction to Web ArchitectureIntroduction to Web Architecture
Introduction to Web ArchitectureChamnap Chhorn
 
Wordpress Website Development Services Hyderabad | Wordpress Website Develop...
 Wordpress Website Development Services Hyderabad | Wordpress Website Develop... Wordpress Website Development Services Hyderabad | Wordpress Website Develop...
Wordpress Website Development Services Hyderabad | Wordpress Website Develop...webdesigning
 
Web server and web-hosting
Web server and web-hostingWeb server and web-hosting
Web server and web-hostingAK DigiHub
 
Club website demo
Club website demoClub website demo
Club website demoblstov
 
CONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITION
CONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITIONCONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITION
CONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITIONPatrick Ogbuitepu
 
Club website demo
Club website demoClub website demo
Club website demoblstov
 
Website/Web Applications / Static vs Dynamic Website / Web Browser /
Website/Web Applications  / Static vs Dynamic Website / Web Browser / Website/Web Applications  / Static vs Dynamic Website / Web Browser /
Website/Web Applications / Static vs Dynamic Website / Web Browser / Sachin Yadav
 
Introducing MongoPress
Introducing MongoPressIntroducing MongoPress
Introducing MongoPressMark Smalley
 
Architecture Best Practices
Architecture Best PracticesArchitecture Best Practices
Architecture Best PracticesAWS Germany
 
Busy Architects Guide to Modern Web Architecture in 2014
Busy Architects Guide to  Modern Web Architecture in 2014Busy Architects Guide to  Modern Web Architecture in 2014
Busy Architects Guide to Modern Web Architecture in 2014Particular Software
 

What's hot (20)

Wordpress For Begineer
Wordpress For BegineerWordpress For Begineer
Wordpress For Begineer
 
Speeding Up WordPress sites
Speeding Up WordPress sitesSpeeding Up WordPress sites
Speeding Up WordPress sites
 
Html workshop 1
Html workshop 1Html workshop 1
Html workshop 1
 
Html workshop 1
Html workshop 1Html workshop 1
Html workshop 1
 
A Beginners Guide to WordPress by Lee Ndegwa
A Beginners Guide to WordPress by Lee NdegwaA Beginners Guide to WordPress by Lee Ndegwa
A Beginners Guide to WordPress by Lee Ndegwa
 
Enhanced web design
Enhanced web designEnhanced web design
Enhanced web design
 
Introduction to Web Architecture
Introduction to Web ArchitectureIntroduction to Web Architecture
Introduction to Web Architecture
 
Database & Database Users
Database & Database UsersDatabase & Database Users
Database & Database Users
 
Php reports sumit
Php reports sumitPhp reports sumit
Php reports sumit
 
Wordpress Website Development Services Hyderabad | Wordpress Website Develop...
 Wordpress Website Development Services Hyderabad | Wordpress Website Develop... Wordpress Website Development Services Hyderabad | Wordpress Website Develop...
Wordpress Website Development Services Hyderabad | Wordpress Website Develop...
 
Web server and web-hosting
Web server and web-hostingWeb server and web-hosting
Web server and web-hosting
 
Club website demo
Club website demoClub website demo
Club website demo
 
CONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITION
CONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITIONCONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITION
CONCEPTUAL DRAFT FOR ENTERPRISE WEBSITE DEVELOPMENT PROPOSITION
 
Php Intro
Php IntroPhp Intro
Php Intro
 
Club website demo
Club website demoClub website demo
Club website demo
 
Website/Web Applications / Static vs Dynamic Website / Web Browser /
Website/Web Applications  / Static vs Dynamic Website / Web Browser / Website/Web Applications  / Static vs Dynamic Website / Web Browser /
Website/Web Applications / Static vs Dynamic Website / Web Browser /
 
Introducing MongoPress
Introducing MongoPressIntroducing MongoPress
Introducing MongoPress
 
Architecture Best Practices
Architecture Best PracticesArchitecture Best Practices
Architecture Best Practices
 
Busy Architects Guide to Modern Web Architecture in 2014
Busy Architects Guide to  Modern Web Architecture in 2014Busy Architects Guide to  Modern Web Architecture in 2014
Busy Architects Guide to Modern Web Architecture in 2014
 
Guide Hosting Dictionary
Guide Hosting DictionaryGuide Hosting Dictionary
Guide Hosting Dictionary
 

Viewers also liked

MAKING MONEY ONLINE WITHOUT INVESTMENT
MAKING MONEY ONLINE WITHOUT INVESTMENTMAKING MONEY ONLINE WITHOUT INVESTMENT
MAKING MONEY ONLINE WITHOUT INVESTMENTsamad67
 
Pariksha_Online_Video_Competency
Pariksha_Online_Video_CompetencyPariksha_Online_Video_Competency
Pariksha_Online_Video_Competencyparikshalabs.com
 
Fastest cars 2011-2012
Fastest cars 2011-2012Fastest cars 2011-2012
Fastest cars 2011-2012jacalynwicks
 
Complete Online Earning System
Complete Online Earning SystemComplete Online Earning System
Complete Online Earning SystemTanvir Showkat
 
Online job portal
Online job portal Online job portal
Online job portal Aj Maurya
 
PROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEMPROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEMNandasaba Wilson
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerLuminary Labs
 

Viewers also liked (8)

MAKING MONEY ONLINE WITHOUT INVESTMENT
MAKING MONEY ONLINE WITHOUT INVESTMENTMAKING MONEY ONLINE WITHOUT INVESTMENT
MAKING MONEY ONLINE WITHOUT INVESTMENT
 
Pariksha_Online_Video_Competency
Pariksha_Online_Video_CompetencyPariksha_Online_Video_Competency
Pariksha_Online_Video_Competency
 
Worlds fastest car
Worlds fastest carWorlds fastest car
Worlds fastest car
 
Fastest cars 2011-2012
Fastest cars 2011-2012Fastest cars 2011-2012
Fastest cars 2011-2012
 
Complete Online Earning System
Complete Online Earning SystemComplete Online Earning System
Complete Online Earning System
 
Online job portal
Online job portal Online job portal
Online job portal
 
PROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEMPROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEM
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 

Similar to Wordpress: A Tool for online Earning

Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Les Basiques - Web  Développement HTML5, CSS3, JS et PHPLes Basiques - Web  Développement HTML5, CSS3, JS et PHP
Les Basiques - Web Développement HTML5, CSS3, JS et PHPHamdi Hmidi
 
PHP Hypertext Preprocessor
PHP Hypertext PreprocessorPHP Hypertext Preprocessor
PHP Hypertext Preprocessoradeel990
 
Fundamentals of web_design_v2
Fundamentals of web_design_v2Fundamentals of web_design_v2
Fundamentals of web_design_v2hussain534
 
Websites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly WebsitesWebsites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly Websiteswebsiteunlimited
 
Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on WindowsJosh Holmes
 
Applied+Web+Development+[Autosaved].pptx
Applied+Web+Development+[Autosaved].pptxApplied+Web+Development+[Autosaved].pptx
Applied+Web+Development+[Autosaved].pptxvoot1
 
Web engineering 2(lect 0)
Web engineering 2(lect 0)Web engineering 2(lect 0)
Web engineering 2(lect 0)Roohul Amin
 
Making Of PHP Based Web Application
Making Of PHP Based Web ApplicationMaking Of PHP Based Web Application
Making Of PHP Based Web ApplicationSachin Walvekar
 
CONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEMCONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEMANAND PRAKASH
 
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 Evan Mullins
 

Similar to Wordpress: A Tool for online Earning (20)

Website 101
Website 101Website 101
Website 101
 
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
Les Basiques - Web  Développement HTML5, CSS3, JS et PHPLes Basiques - Web  Développement HTML5, CSS3, JS et PHP
Les Basiques - Web Développement HTML5, CSS3, JS et PHP
 
Web Programming
Web Programming Web Programming
Web Programming
 
Wp Tech
Wp TechWp Tech
Wp Tech
 
PHP Hypertext Preprocessor
PHP Hypertext PreprocessorPHP Hypertext Preprocessor
PHP Hypertext Preprocessor
 
Fundamentals of web_design_v2
Fundamentals of web_design_v2Fundamentals of web_design_v2
Fundamentals of web_design_v2
 
Websites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly WebsitesWebsites Unlimited - Pay Monthly Websites
Websites Unlimited - Pay Monthly Websites
 
Wordpress on Windows
Wordpress on WindowsWordpress on Windows
Wordpress on Windows
 
Applied+Web+Development+[Autosaved].pptx
Applied+Web+Development+[Autosaved].pptxApplied+Web+Development+[Autosaved].pptx
Applied+Web+Development+[Autosaved].pptx
 
Web engineering 2(lect 0)
Web engineering 2(lect 0)Web engineering 2(lect 0)
Web engineering 2(lect 0)
 
What is a Website?
What is a Website? What is a Website?
What is a Website?
 
Making Of PHP Based Web Application
Making Of PHP Based Web ApplicationMaking Of PHP Based Web Application
Making Of PHP Based Web Application
 
CONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEMCONTENT MANAGEMENT SYSTEM
CONTENT MANAGEMENT SYSTEM
 
WebMatrix2
WebMatrix2WebMatrix2
WebMatrix2
 
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017 So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
So, You Wanna Dev? Join the Team! - WordCamp Raleigh 2017
 
Php intro
Php introPhp intro
Php intro
 
Php intro
Php introPhp intro
Php intro
 
Php intro
Php introPhp intro
Php intro
 
Web Designing
Web DesigningWeb Designing
Web Designing
 
Web design EJ3
Web design    EJ3Web design    EJ3
Web design EJ3
 

Recently uploaded

APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
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
 
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
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
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
 
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
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
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
 
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
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
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
 

Recently uploaded (20)

APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
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 ...
 
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
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
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
 
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
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
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
 
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
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
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
 

Wordpress: A Tool for online Earning

  • 1. By Prof. Dr. M. A. Pasha Chairman Pasha Trust A Free Workshop Delivered at Pasha Institute of Emerging Disciplines
  • 2. Basic Concepts  A Website is a set of related web pages served from a single web domain.  A website is hosted on a web server, accessible through an Internet address known as a Uniform Resource Locator (URL).  All publicly accessible websites collectively constitute the World Wide Web.  HTTP ( Hyper Text Transfer Protocol) The Hypertext Transfer Protocol (HTTP) is an application protocol for distributed, collaborative, hypermedia information systems
  • 3. Web Browsers The purpose of a web browser (such as Google Chrome, Internet Explorer, Firefox, Safari) is to read HTML documents and display them as web pages. The browser does not display the HTML tags, but uses the tags to interpret the content of the page
  • 4. Web Page Static web pages are often HTML documents stored as files in the file system and made available by the web browser. <html> <body> <h1>This a heading</h1> <p>This is a paragraph.</p> <p>This is another paragraph.</p> </body> </html>
  • 5. HTML (Hyper Text Markup Language) <head> <title>Pasha Institute of Emerging Disciplines</title> </head> <body> <h1> Welcome to Pasha Institute</h1> <h3> Wordpress: A Tool for Earning Online</h3> <p>WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service.</p> <a href="http://www.pied.innovators.edu.pk">Visit us for further information</a> <br /> <br /> <div> <img src="pic1.jpg" width="200" height="150" /> </div> </body> </html>
  • 6. <html > <head> <title>Pasha Institute of Emerging Disciplines</title> </head> <body> <h1 style="color:#00C; font-style:italic;"> Welcome to Pasha Institute</h1> <h3> Wordpress: A Tool for Earning Online</h3> <p>WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service.</p> <a href="http://www.pied.innovators.edu.pk">Visit us for further information</a> <br /> <br /> <div style="padding:10px; background-color:#FF6; border:double; width:210px; height:160px;"> <img src="pic1.jpg" width="200" height="150" /> </div> </body> </html> HTML
  • 7. Cascading Style Sheets  CSS stands for Cascading Style Sheets  Styles define how to display HTML elements  An external style sheet allows to apply the style to many pages or change the entire Web site by changing one file.
  • 8. <html> <head> <title>Pasha Institute of Emerging Disciplines</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <h1 style="color:#00C; font-style:italic"> Welcome to Pasha Institute</h1> <h3> Wordpress: A Tool for Earning Online</h3> <p>WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL, which runs on a web hosting service.</p> <a href="http://www.pied.innovators.edu.pk">Visit us for further information</a> <br /> <br /> <div style="padding:10px; background-color:#FF6; border:double; width:210px; height:160px;"> <img src="pic1.jpg" width="200" height="150" /> </div> </body> style.css </html> hr {color:sienna;} p {margin-left:20px; color:#00FF66} body { background-color:#0CF;}
  • 9. Current Trends  CSS 3: new version of the CSS, with new elements, attributes, and behaviors  HTML 5: new version of the HTML, with new elements, attributes, and behaviors
  • 10. Dynamic Web Pages  These pages contain "server-side" code, which allows the server to generate unique content each time the page is loaded.
  • 11. Server-Side scripting Server-side scripting is a technique used in website design which involves embedding scripts in an HTML source code which results in a user's (client's) request to the server website being handled by a script running server-side before the server responds to the client's request. <!DOCTYPE html> <html> <body> <?php echo "My first PHP script!"; ?> </body> </html>
  • 12. Content Management System A computer requires programs to function, typically executing the program's instructions in a central process
  • 13. Free & Open Source Software Anyone is freely licensed to use, copy, study, and change the software in any way, and the source code is openly shared so that people are encouraged to voluntarily improve the design of the software.
  • 15. Software Required for Wordpress  PHP version 5.2.4 or greater  MySQL version 5.0 or greater  Apache One Silver Bullet: WAMP WampServer is a web development platform on Windows allowing you to create dynamic web applications with Apache, PHP and MySQL. XAMP is a free and open source cross-platform web server solution stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP and Perl programming languages.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23. Download & Install Wordpress
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 32.
  • 33.
  • 34.
  • 35.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47. Ways to Make Money Online  Make Money Online with Affiliate Programs  Make Money Online with Blogs  Make Money Online with eBooks  Make Money Online with ebay Referrals  Make Money Online with Your Own Niche Directory  Make Money Online with An Internet Radio Show  Make Money Online Selling Stock Photos
  • 48. Ways to Make Money Online  Make Money Online Interviewing Experts  Make Money Online with a Classified Advertising Site  Make Money Online with a Local Real Estate Portal  Make Money Online Creating Your Own Software  Make Money Online with Tele sminars & Webinars  Make Money Online with Residual Income Programs  Make Money Online with Audio eCourses
  • 49. Ways to Make Money Online  Make Money Online with Audio eCourses  Make Money Online as a Coach/Consultant  Make Money Online with a Content Site  Make Money Online as a Virtual Assistant  Make Money Online a Local Online Mall  Make Money Online with Social Networking Sites  Make Money Online Providing Helpdesk Support  Make Money Online with a Membership Site

Editor's Notes

  1. https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
  2. https://developer.mozilla.org/en-US/demos/detail/train-animation-css3