lesson 2 - blogs and commenting

13
Blogging and Edublogging 2: Blogs Grow with Comments Seth Dickens www.digitalang.com

Upload: seth-dickens

Post on 06-Sep-2014

1.588 views

Category:

Education


2 download

DESCRIPTION

The second in a series 3 of presentations to help EFL students and teachers learn how to blog and how to use blogger. Comments are the lifeblood of a good, active blog. It helps the writer and the read engage with each other and gives a "purpose" to writing. These slides help EFL teachers and learners to learn the comments features of blogger.

TRANSCRIPT

Page 1: Lesson 2 - Blogs And Commenting

Blogging and

Edublogging

2: Blogs Grow with Comments

Seth Dickens www.digitalang.com

Page 2: Lesson 2 - Blogs And Commenting

Blogs Grow With Comments

“Blogs are not just a one way road.”

Comments on your blog will: Enhance and develop communication

Give you a chance to interact with each other,

your teachers and your PLN in a different way

Commenting helps you to engage

with your learning.

Commenting on other blogs helps

you to connect to other people.

Page 3: Lesson 2 - Blogs And Commenting

Blogs Grow With Comments

Today’s Tasks

Tell us your blog address.

Use some html

Page 4: Lesson 2 - Blogs And Commenting

Look at this sentence. It has a hyperlink.

This is Seth’s Blog. Go have a look if you want.

If you click on the words “Seth’s Blog” you go to

a new webpage.

Page 5: Lesson 2 - Blogs And Commenting

To do this on a web page we need some

simple html code.

This is <a href="http://www.digitalang.com/blog/">

Seth's Blog</a> Go have a look if you want.

Page 6: Lesson 2 - Blogs And Commenting

Lets look at this code

This is <a href="http://www.digitalang.com/blog/">

Seth's Blog</a> Go have a look if you want.

Page 7: Lesson 2 - Blogs And Commenting

1) The web address

This is <a href="http://www.digitalang.com/blog/">

Seth's Blog</a> Go have a look if you want.

This is the web address I want

Page 8: Lesson 2 - Blogs And Commenting

2) The text you want

This is <a href="http://www.digitalang.com/blog/">

Seth's Blog</a> Go have a look if you want.

This is the web address I want

This is the text I want people to read

Page 9: Lesson 2 - Blogs And Commenting

3) The HTML “Anchor” tag

This is <a href="http://www.digitalang.com/blog/">

Seth's Blog</a> Go have a look if you want.

This is the web address I want

This is the text I want people to read

This is the HTML that makes the link appear

Page 10: Lesson 2 - Blogs And Commenting

Lets look at that again

This is <a href="http://www.digitalang.com/blog/"> Seth's Blog</a>

http://www.digitalang.com/blog

<a href=“ "> </a>

Seth's Blog

Page 11: Lesson 2 - Blogs And Commenting

Lets look at that again

This is <a href="http://www.digitalang.com/blog/"> Seth's Blog</a>

<a href=“ "> </a>

http://www.digitalang.com/blog

Seth's Blog

Page 12: Lesson 2 - Blogs And Commenting

Blogs Grow With Comments

Commenting tasks 2

Visit 5 of your colleagues’ and leave a

comment on any post that interests you

Try to leave a comment that engages with

the writer and encourages interaction ask

questions

Leave at least one comment that contains

a link to something relevant to the post.

Complete your blogging register.

Page 13: Lesson 2 - Blogs And Commenting