SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Introduction to Web Architecture
Introduction to Web ArchitectureIntroduction to Web Architecture
Introduction to Web Architecture
Chamnap Chhorn
 
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
Patrick Ogbuitepu
 

Tendances (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
 

En vedette

PROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEMPROJECT REPORT_ONLINE VOTING SYSTEM
PROJECT REPORT_ONLINE VOTING SYSTEM
Nandasaba Wilson
 

En vedette (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
 

Similaire à Wordpress: A Tool for online Earning

Applied+Web+Development+[Autosaved].pptx
Applied+Web+Development+[Autosaved].pptxApplied+Web+Development+[Autosaved].pptx
Applied+Web+Development+[Autosaved].pptx
voot1
 
Web engineering 2(lect 0)
Web engineering 2(lect 0)Web engineering 2(lect 0)
Web engineering 2(lect 0)
Roohul Amin
 

Similaire à 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
 

Dernier

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 

Dernier (20)

Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 

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

Notes de l'éditeur

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