Blog: Difference between revisions
No edit summary |
m (using an external editor) |
||
Line 1: | Line 1: | ||
{{Incomplete}} | |||
== Definition == | |||
A weblog | A blog or weblog is a web-based application where authors write regularly some articles such as in a journal or diary. Entries are displayed in reverse chronological order. | ||
== Architecture of a typical blog == | |||
Generally a weblog is composed by different elements: | |||
The | === Articles === | ||
A weblog engine enables the possibility to enter a new article via a web form. User can write a title, an excerpt and the body of the article. He can also choose the categories in wich he will fill the new article. The user can always modify or edit the previous articles. The visitors can post comments to articles. | |||
Each article (or ''post'') is generally composed by different elements: | |||
*date of writing | *date of writing | ||
Line 18: | Line 23: | ||
*permalink of the article | *permalink of the article | ||
=== | |||
=== Main page=== | |||
; Articles | |||
The main page displays the most recent articles sorted into a reverse chronological order. A variant or similar application are [[news engine]]s where only the trailers of articles are displayed. | |||
; Sidemenu | |||
Generally, depending on the layout choosen, we can find several navigational links: | Generally, depending on the layout choosen, we can find several navigational links: | ||
*monthly archives | * monthly archives | ||
*category archives | * category archives | ||
*search form | * search form | ||
*blogroll (list of | * blogroll (a list of blogs that the author reads) | ||
*[[RSS]] | * Sometimes [[RSS]] feeds from other blogs (usually just the title) | ||
* An "RSS" button that provides the URL of the blog's RSS export(s). | |||
* A button that lists blogs that link to this blog (e.g. via [http://www.technorati.com/search/ Technorati search] | |||
==How To== | ==How To / Installation == | ||
If you have a hosting, you can install a standalone plateform (we have dressed a small list of the most important Open Source blogging tools). You can also open a blog without any installation. You can find a lot of commercial solutions ([http://www.google.com Google] is your friend). | If you have a hosting, you can install a standalone plateform (we have dressed a small list of the most important Open Source blogging tools). You can also open a blog without any installation. You can find a lot of commercial solutions ([http://www.google.com Google] is your friend). | ||
=== Popular open source softwares === | |||
#[http://wordpress.org/ WordPress]: based on PHP/MySQL is one of the best blog engines. The new version of WordPress integrates a small CMS | |||
#[http://mu.wordpress.org/ MU WordPress]: based on WordPress this version enhance some functionalities. The administrators can create more blogs with one installation. WordPress permits to have only one blog at time | |||
#[http://www.textpattern.com/ TextPattern]: based on PHP/MySQL | |||
#[http://www.dotclear.net/ DotClear]: french blog engine | |||
#[http://b2evolution.net/ b2evolution]: like MU WordPress | |||
#[http://nucleuscms.org/ Nucleus]: multi-blog-CMS like MU WordPress (PHP/MySQL) | |||
#[http://www.rollerweblogger.org/ Roller Weblogger]: like MU WordPress but based on Java | |||
==Educational Usages== | ==Educational Usages== | ||
Line 39: | Line 63: | ||
*A blog as a website | *A blog as a website | ||
==Articles and resources== | |||
=== Introductions etc === | |||
*[http://www.educationworld.com/a_tech/tech/tech217.shtml Blogging? It's Elementary, My Dear Watson!] | |||
*[http://static.cognitivearchitects.com/gems/Seblogging/FiedlerBlogTalk1.pdf Personal Webpublishing as a reflective conversational tool for self-organized learning] (PDF document) | |||
*[http://ascilite.org.au/conferences/perth04/procs/pdf/farmer.pdf Communication dynamics: Discussion boards, weblogs and the development of communities of inquiry in online learning environments] (PDF document) | |||
*[http://mt.middlebury.edu/middblogs/ganley/bgblogging/Blogging%20as%20a%20Dynamic.doc Blogging as a Dynamic, Transformative Medium in an American Liberal Arts Classroom] (Word document) | |||
*[http://www.educause.edu/pub/er/erm04/erm0452.asp Blogging as a Dynamic, Transformative Medium in an American Liberal Arts Classroom] (PDF document) | |||
*[http://www.nytimes.com/2004/08/19/technology/circuits/19blog.html?ex=1250568000&en=33627811ca310596&ei=5090&partner=rssuserland In the Classroom, Web Logs Are the New Bulletin Boards] | |||
*[http://weblogtoolscollection.com/archives/2004/08/18/educational-blogging-as-a-research-tool/ Educational blogging as a research tool] | |||
=== Academic and/or research === | |||
*[http://blog.lib.umn.edu/blogosphere/remediation_genre.html Remediation, Genre, and Motivation: Key Concepts for Teaching with Weblogs] | |||
*Godwin-Jones, Bob (2003) Blogs and Wikis: Environments for On-line Collaboration, Language Learning & Technology, Vol. 7, No. 2, May 2003, pp. 12-16. ([http://llt.msu.edu/vol7num2/pdf/emerging.pdf pdf]) ([http://llt.msu.edu/vol7num2/emerging/default.html html]) | |||
[[Category:Educational technologies]] | [[Category:Educational technologies]] | ||
[[Category:Technologies]] | [[Category:Technologies]] |
Revision as of 14:41, 13 September 2006
Definition
A blog or weblog is a web-based application where authors write regularly some articles such as in a journal or diary. Entries are displayed in reverse chronological order.
Architecture of a typical blog
Generally a weblog is composed by different elements:
Articles
A weblog engine enables the possibility to enter a new article via a web form. User can write a title, an excerpt and the body of the article. He can also choose the categories in wich he will fill the new article. The user can always modify or edit the previous articles. The visitors can post comments to articles.
Each article (or post) is generally composed by different elements:
- date of writing
- author
- title
- content
- categorie(s)
- number of comments
- number of trackbacks
- permalink of the article
Main page
- Articles
The main page displays the most recent articles sorted into a reverse chronological order. A variant or similar application are news engines where only the trailers of articles are displayed.
- Sidemenu
Generally, depending on the layout choosen, we can find several navigational links:
- monthly archives
- category archives
- search form
- blogroll (a list of blogs that the author reads)
- Sometimes RSS feeds from other blogs (usually just the title)
- An "RSS" button that provides the URL of the blog's RSS export(s).
- A button that lists blogs that link to this blog (e.g. via Technorati search
How To / Installation
If you have a hosting, you can install a standalone plateform (we have dressed a small list of the most important Open Source blogging tools). You can also open a blog without any installation. You can find a lot of commercial solutions (Google is your friend).
Popular open source softwares
- WordPress: based on PHP/MySQL is one of the best blog engines. The new version of WordPress integrates a small CMS
- MU WordPress: based on WordPress this version enhance some functionalities. The administrators can create more blogs with one installation. WordPress permits to have only one blog at time
- TextPattern: based on PHP/MySQL
- DotClear: french blog engine
- b2evolution: like MU WordPress
- Nucleus: multi-blog-CMS like MU WordPress (PHP/MySQL)
- Roller Weblogger: like MU WordPress but based on Java
Educational Usages
- A blog as a bloc notes
- A blog as a (class or project) management tool
- A blog as a collaborative tool
- A blog as a news tool
- A blog as a website
Articles and resources
Introductions etc
- Personal Webpublishing as a reflective conversational tool for self-organized learning (PDF document)
- Communication dynamics: Discussion boards, weblogs and the development of communities of inquiry in online learning environments (PDF document)