WordPress for beginners 1

49
ARNIKA IT SOLUTION WWW.ARNIKAIT.COM WordPress for Beginners - 1 1 Arnika IT Solution

Transcript of WordPress for beginners 1

Page 1: WordPress for beginners 1

A R N I K A I T S O L U T I O N

W W W . A R N I K A I T . C O M

WordPress for Beginners - 1 1

Arnika IT Solution

Page 2: WordPress for beginners 1

Arnika IT Solution

Who we are ?

What we do ?

What we believe in ?

2

Arnika IT Solution

Page 3: WordPress for beginners 1

Arnika IT Solution

Who we are ?

What we do ?

What we believe in ?

3

Arnika IT Solution

Page 4: WordPress for beginners 1

Arnika IT Solution

Who we are ?

What we do ?

What we believe in ?

4

Arnika IT Solution

Page 5: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

5

Arnika IT Solution

Page 6: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

6

Arnika IT Solution

Page 7: WordPress for beginners 1

Web Architecture

Website architecture is an approach to the design and planning of websites that involves technical, aesthetic and functional criteria.

The web is a two-tiered architecture. A web browser displays information content, and a web server that transfers information to the client.

7

Arnika IT Solution

Page 8: WordPress for beginners 1

In the Beginning

Arnika IT Solution

8

Cons Low Computational Overhead

Highly Cacheable

Highly Indexable

Sites were static HTML

Pros Hard(easy?) to update

No personalization

Usually poor UI

Page 9: WordPress for beginners 1

Let there be CGI

Arnika IT Solution

9

Cons High Computational Overhead

Hard to Create

Usually poor UI

Introduced Dynamic Generated Pages

Pros Dynamic Selectively cacheable Highly Indexable Personalizable

Page 10: WordPress for beginners 1

Then came JavaScript

Arnika IT Solution

10

Cons Abuses annoyed users

Business logic often implemented twice: client and server

Dynamic Pages and Validation

Pros

Enhanced Usability

Reduced trips to server

Page 11: WordPress for beginners 1

AJAX Web 2.0

Arnika IT Solution

11

Cons Abuses annoyed users

Required Javascript

Dynamic Pages and Validation

Pros

Killer UI

More Responsive Apps

Google maps sparked Web 2.0

Gmail

- Required JavaScript

Page 12: WordPress for beginners 1

Client Side Applications

Arnika IT Solution

12

Cons Content is not indexable

Requires JavaScript

Often requires modern browser

Pros

Reduce server workloads

Application is highly cacheable

Extremely rich UI

Business Logic lives on the client.

Resources and permanent states stored on the server.

Application and session state stored on client

Page 13: WordPress for beginners 1

3 Tier Architecture

Arnika IT Solution

13

Page 14: WordPress for beginners 1

The World Wide Web

Arnika IT Solution

14

HTML

URI

HTTP

Cookie

Session

SMPT

Javascript

Page 15: WordPress for beginners 1

The World Wide Web

Arnika IT Solution

15

HTML

URI

HTTP

Cookie

Session

SMPT

Javascript

Page 16: WordPress for beginners 1

The World Wide Web

Arnika IT Solution

16

HTML

URI

HTTP

Cookie

Session

SMPT

Javascript

Page 17: WordPress for beginners 1

The World Wide Web

Arnika IT Solution

17

HTML

URI

HTTP

Cookie

Session

SMPT

Javascript

Page 18: WordPress for beginners 1

The World Wide Web

Arnika IT Solution

18

HTML

URI

HTTP

Cookie

Session

SMPT

Javascript

Page 19: WordPress for beginners 1

The World Wide Web

Arnika IT Solution

19

HTML

URI

HTTP

Cookie

Session

SMPT

Javascript

Page 20: WordPress for beginners 1

The World Wide Web

Arnika IT Solution

20

HTML

URI

HTTP

Cookie

Session

SMPT

Javascript

Page 21: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

21

Arnika IT Solution

Page 22: WordPress for beginners 1

Content Management System

Arnika IT Solution

22

What is CMS

CMS and programming language

MySql, PHP and Apache

Page 23: WordPress for beginners 1

Content Management System

Arnika IT Solution

23

What is CMS

CMS and programming language

MySql, PHP and Apache

Page 24: WordPress for beginners 1

Content Management System

Arnika IT Solution

24

What is CMS

CMS and programming language

MySql, PHP and Apache

Page 25: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

25

Arnika IT Solution

Page 26: WordPress for beginners 1

Plan Your Website

Arnika IT Solution

26

Why are you building a website for your business?

Who do you want to visit your WordPress site?

What do you want people to do once they get to the site?

What functionalities do you need?

Page 27: WordPress for beginners 1

Plan Your Website

Arnika IT Solution

27

Why are you building a website for your business?

Who do you want to visit your WordPress site?

What do you want people to do once they get to the site?

What functionalities do you need?

Page 28: WordPress for beginners 1

Plan Your Website

Arnika IT Solution

28

Why are you building a website for your business?

Who do you want to visit your WordPress site?

What do you want people to do once they get to the site?

What functionalities do you need?

Page 29: WordPress for beginners 1

Plan Your Website

Arnika IT Solution

29

Why are you building a website for your business?

Who do you want to visit your WordPress site?

What do you want people to do once they get to the site?

What functionalities do you need?

Page 30: WordPress for beginners 1

Xampp / Wamp

Arnika IT Solution

30

What is Xampp and Wamp

How it works

Installation process

File Structure

Page 31: WordPress for beginners 1

Xampp / Wamp

Arnika IT Solution

31

What is Xampp and Wamp

How it works

Installation process

File Structure

Page 32: WordPress for beginners 1

Xampp / Wamp

Arnika IT Solution

32

What is Xampp and Wamp

How it works

Installation process

File Structure

Page 33: WordPress for beginners 1

Xampp / Wamp

Arnika IT Solution

33

What is Xampp and Wamp

How it works

Installation process

File Structure

Page 34: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

34

Arnika IT Solution

Page 35: WordPress for beginners 1

WordPress

Arnika IT Solution

35

Understand the main features of WordPress.

Know how to configure WordPress for best results.

Understand plugins & themes and how to find/install them.

Page 36: WordPress for beginners 1

WordPress

Arnika IT Solution

36

Understand the main features of WordPress.

Know how to configure WordPress for best results.

Understand plugins & themes and how to find/install them.

Page 37: WordPress for beginners 1

WordPress

Arnika IT Solution

37

Understand the main features of WordPress.

Know how to configure WordPress for best results.

Understand plugins & themes and how to find/install them.

Page 38: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

38

Arnika IT Solution

Page 39: WordPress for beginners 1

Arnika IT Solution

39

Website Development Demo

Page 40: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

40

Arnika IT Solution

Page 41: WordPress for beginners 1

Arnika IT Solution

41

Domain

Hosting

Themes

Plugins

Page 42: WordPress for beginners 1

Arnika IT Solution

42

Domain

Hosting

Themes

Plugins

Page 43: WordPress for beginners 1

Arnika IT Solution

43

Domain

Hosting

Themes

Plugins

Page 44: WordPress for beginners 1

Arnika IT Solution

44

Domain

Hosting

Themes

Plugins

Page 45: WordPress for beginners 1

Agenda

Web Architecture

Content Management System (CMS)

How to get started

WordPress

Basic website development

Domain, Hosting, Themes and Plugins

Freelancing

45

Arnika IT Solution

Page 46: WordPress for beginners 1

Arnika IT Solution

46

What is Freelancing?

How to do it?

Websites: freelancer.com, upwork.com, fivver.com and many more.

Page 47: WordPress for beginners 1

Arnika IT Solution

47

What is Freelancing?

How to do it?

Websites: freelancer.com, upwork.com, fivver.com and many more.

Page 48: WordPress for beginners 1

Arnika IT Solution

48

What is Freelancing?

How to do it?

Websites: freelancer.com, upwork.com, fivver.com and many more.

Page 49: WordPress for beginners 1

Arnika IT Solution

49

Queries