<?xml version="1.0"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>Create a blog</title><link>http://Create_a_blog.reallifelog.com/</link><description><![CDATA[How to create a blog]]></description><pubDate>Fri, 23 Jun 06 17:04:08 +0200</pubDate><generator>http://www.reallifelog.com/?feed=rss2</generator><item><title>How to create a blog</title><link>http://Create_a_blog.reallifelog.com/archive/145/</link><dc:creator/><guid isPermaLink="true">http://Create_a_blog.reallifelog.com/archive/145/#permalink</guid><comments>http://Create_a_blog.reallifelog.com/archive/145/#comments</comments><pubDate>Fri, 23 Jun 06 17:04:08 +0200</pubDate><category/><description><![CDATA[There are several ways to launch your own <a href="http://www.boutell.com/newfaq/definitions/blog.html">blog</a>, also known
as a <a style="text-decoration: underline ! important; position: relative" href="http://www.boutell.com/newfaq/creating/cblog.html" target="_blank"> weblog</a>. 
First, there are several sites that offer free
<a href="http://www.boutell.com/newfaq/creating/cblog.html#" target="_blank">blog hosting</a>. 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
<a href="http://www.blogger.com/">blogger</a>, a subsidiary
of Google. Another solid option is <a href="http://www.reallifelog.com" title="Real Life Log">Real Life Log</a><span>, which employs
a different features, like video blogs. T<a id="KonaLink2" style="text-decoration: underline ! important; position: relative" href="http://www.boutell.com/newfaq/creating/cblog.html#" target="_top" class="kLink" onclick="adlinkMouseClick(event,this,2);" onmouseover="adlinkMouseOver(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);"></a>hose 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 &quot;<a id="KonaLink3" style="text-decoration: underline ! important; position: relative" href="http://www.boutell.com/newfaq/creating/cblog.html#" target="_top" class="kLink" onclick="adlinkMouseClick(event,this,3);" onmouseover="adlinkMouseOver(event,this,3);" onmouseout="adlinkMouseOut(event,this,3);"><font style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" color="green"><span style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" class="kLink">bloggers</span></font></a>&quot; are usually seeking to reach
the largest audience possible.
<p>
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:
</p>
<p>
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Bob&#39;s Blog&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1 align=&quot;center&quot;&gt;Bob&#39;s Blog&lt;/h1&gt;<br />
<br />
&lt;h4&gt;Punters Escape Puntersville Prison&lt;/h4&gt;<br />
&lt;a xhref=&quot;http://www.example.com/example-news-story.html&quot;&gt;<br />
Sixteen punters have escaped from Puntersville Prison&lt;/a&gt;, <br />
according to &lt;a xhref=&quot;http://www.example.com/&quot;&gt;example.com&lt;/a&gt;.<br />
Even now, they may be in your pantry.<br />
This is just another example of the mainstream press<br />
covering up the real story: their prison uniforms<br />
were made by nonunion labor!<br />
<br />
&lt;h4&gt;Exploding Golf Balls Cruel to Groundhogs&lt;/h4&gt;<br />
&lt;a xhref=&quot;http://www.example.com/example-news-story-2.html&quot;&gt;<br />
Exploding golf balls&lt;/a&gt; recently brought to market by <br />
&lt;a xhref=&quot;http://www.example.com/&quot;&gt;example.com&lt;/a&gt; may be<br />
good for a laugh, but won&#39;t somebody &lt;b&gt;please&lt;/b&gt; think<br />
of the groundhogs?<br />
<br />
&lt;/body&gt;<br />
&lt;/html&gt;
</p>
<p>
While this produces a perfectly acceptable blog, and it isn&#39;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 <a href="http://www.boutell.com/newfaq/creating/include.html">server side
include directives</a> involve some repeated effort. Second, you
may wish to offer your blog entries for 
syndication by creating
an <a href="http://www.boutell.com/newfaq/definitions/rss.html">RSS feed</a><span>. It is possible
to maintain both an RSS feed and a <a id="KonaLink4" style="text-decoration: underline ! important; position: relative" href="http://www.boutell.com/newfaq/creating/cblog.html#" target="_top" class="kLink" onclick="adlinkMouseClick(event,this,4);" onmouseover="adlinkMouseOver(event,this,4);" onmouseout="adlinkMouseOut(event,this,4);"><font style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" color="green"><span style="border-bottom: 1px solid green; color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px; padding-bottom: 1px; background-color: transparent" class="kLink">web </span><span style="border-bottom: 1px solid green; color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px; padding-bottom: 1px; background-color: transparent" class="kLink">page</span></font></a> by hand, but why go to
so much trouble when there are simple, free, open-source tools to do 
it for you?
</span>
</p>
<p>
<a href="http://www.blosxom.com/">blosxom</a><span> is a remarkably simple
yet powerful tool for creating blogs automatically. Just write a
<a id="KonaLink5" style="text-decoration: underline ! important; position: relative" href="http://www.boutell.com/newfaq/creating/cblog.html#" target="_top" class="kLink" onclick="adlinkMouseClick(event,this,5);" onmouseover="adlinkMouseOver(event,this,5);" onmouseout="adlinkMouseOut(event,this,5);"><font style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" color="green"><span style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" class="kLink">text </span><span style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" class="kLink">file</span></font></a> 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 &quot;entries&quot; folder. blosxom does the rest. If you don&#39;t
like the layout, you can change it in a single place instead of
editing every entry. And blosxom automatically generates an
</span><a href="http://www.boutell.com/newfaq/definitions/rss.html">RSS feed</a><span> as well. blosxom is
compatible with any web hosting account that allows the use of
<a id="KonaLink6" style="text-decoration: underline ! important; position: relative" href="http://www.boutell.com/newfaq/creating/cblog.html#" target="_top" class="kLink" onclick="adlinkMouseClick(event,this,6);" onmouseover="adlinkMouseOver(event,this,6);" onmouseout="adlinkMouseOut(event,this,6);"><font style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" color="green"><span style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" class="kLink">Perl</span></font></a> CGI programs; a Unix shell account is particularly handy
but not mandatory.
</span>
</p>
<p>
<span>
blosxom is far from the only useful <a id="KonaLink7" style="text-decoration: underline ! important; position: relative" href="http://www.boutell.com/newfaq/creating/cblog.html#" target="_top" class="kLink" onclick="adlinkMouseClick(event,this,7);" onmouseover="adlinkMouseOver(event,this,7);" onmouseout="adlinkMouseOut(event,this,7);"><font style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" color="green"><span style="color: green; position: relative; font-family: Helvetica,Verdana,sans-serif; font-weight: 400; font-size: 16px" class="kLink">blogging</span></font></a> tool available. 
Perhaps the most powerful option is 
</span><a href="http://www.movabletype.org/">Movable Type</a>, 
highly sophisticated but still free to individuals and
nonprofit organizations.
</p>
</span>
]]></description></item></channel></rss>
