How to create a blog

Written June 23. 2006 in Uncategorized
There are several ways to launch your own blog, also known as a weblog. First, there are several sites that offer free blog hosting. As of this writing, these sites work quite well and do not run obnoxiously instrusive advertisements or, in some cases, any advertisements at all on your pages. The largest free service describing itself as a free blog host is blogger, a subsidiary of Google. Another solid option is Real Life Log, which employs a different features, like video blogs. Those who expect their journal to be read by a relatively small audience, and with young people, especially teenagers. Real Life Log provides good tools for those who self-identify as "bloggers" are usually seeking to reach the largest audience possible. Second, you can of course launch your blog yourself as part of your existing web site. One perfectly valid approach is to simply create an HTML page by hand with each blog entry, as in the following example:

Bob's Blog


Bob's Blog



Punters Escape Puntersville Prison



Sixteen punters have escaped from Puntersville Prison
,
according to example.com.
Even now, they may be in your pantry.
This is just another example of the mainstream press
covering up the real story: their prison uniforms
were made by nonunion labor!

Exploding Golf Balls Cruel to Groundhogs



Exploding golf balls
recently brought to market by
example.com may be
good for a laugh, but won't somebody please think
of the groundhogs?


While this produces a perfectly acceptable blog, and it isn't terribly difficult to add new entries at the top and remove old entries from the bottom, there are reasons to use more advanced tools. First, you will probably want prettier formatting; copy and paste can save some time there, but it is still awkward to change the formatting later. Even server side include directives involve some repeated effort. Second, you may wish to offer your blog entries for syndication by creating an RSS feed. It is possible to maintain both an RSS feed and a web page by hand, but why go to so much trouble when there are simple, free, open-source tools to do it for you? blosxom is a remarkably simple yet powerful tool for creating blogs automatically. Just write a text file for each blog entry, with the title on the first line and the content on the remaining lines, and toss those files in the blosxom "entries" folder. blosxom does the rest. If you don't like the layout, you can change it in a single place instead of editing every entry. And blosxom automatically generates an RSS feed as well. blosxom is compatible with any web hosting account that allows the use of Perl CGI programs; a Unix shell account is particularly handy but not mandatory. blosxom is far from the only useful blogging tool available. Perhaps the most powerful option is Movable Type, highly sophisticated but still free to individuals and nonprofit organizations.

Feeds

Categories

Advertisement