<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lojic Technologies Blog &#187; blog</title>
	<atom:link href="http://lojic.com/blog/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://lojic.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 25 Nov 2011 20:12:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tarski Wordpress Theme</title>
		<link>http://lojic.com/blog/2009/03/10/tarski-wordpress-theme/</link>
		<comments>http://lojic.com/blog/2009/03/10/tarski-wordpress-theme/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 06:32:11 +0000</pubDate>
		<dc:creator>Brian Adkins</dc:creator>
				<category><![CDATA[communication]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://lojic.com/blog/?p=399</guid>
		<description><![CDATA[Tarski Theme
I&#8217;ve switched to the Tarski Wordpress theme for both this and my personal blog. Thanks to Jordan for the tip on the theme and for helping me to get up to speed quickly. I think Tarski is a nice theme with a reasonable set of configurable options. Being able to easily specify a custom [...]]]></description>
			<content:encoded><![CDATA[<h2>Tarski Theme</h2>
<p>I&#8217;ve switched to the Tarski Wordpress theme for both this and my personal blog. Thanks to Jordan for the tip on the theme and for helping me to get up to speed quickly. I think Tarski is a nice theme with a reasonable set of configurable options. Being able to easily specify a custom style sheet is a big plus. With a couple of lines of css, I was able to widen my page enough to fit most of my code snippets.</p>
<p>After the theme switch, I took some time to reduce my category list considerably and use tags in place of the deleted categories. I also added category counts to provide some useful feedback.</p>
<h2>Comments Plugin</h2>
<p>Thanks to a comment on Jordan&#8217;s blog, I grabbed a simple plugin to change the text that&#8217;s displayed when there are no comments from &#8220;No comments&#8221; to &#8220;Add a comment&#8221;. The former could imply that &#8220;no comments are allowed&#8221; vs. &#8220;no comments exist yet&#8221;.</p>
<p>Just drop the following code in wp-content/plugins/change_no_comments.php and activate the plugin in the admin UI:</p>
<pre>&lt;?php
  /*
  Plugin Name: Change Comment Text
  Plugin URI:  http://tarskitheme.com/
  Description: Change comment text to something else.
  Author:      Benedict Eastaugh
  Version:     1.0
  Author URI:  http://extralogical.net/
  */

  function change_no_comments_text($text, $number) {
    if (0 == $number) { $text = 'Add a comment'; }
    return $text;
  }
  add_filter('comments_number', 'change_no_comments_text', 10, 2);
?&gt;</pre>
<h2>Wordpress as a CMS</h2>
<p>Next I&#8217;ll be testing the boundaries of Wordpress as a general purpose CMS. My initial assessment is that even though I much prefer Ruby over PHP as a programming language, the maturity, ease of use, feature richness, availability of documentation &amp; developers, etc. of Wordpress outweighs the disadvantages of the implementation language for a <em>large</em> set of clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://lojic.com/blog/2009/03/10/tarski-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Let the blogging begin</title>
		<link>http://lojic.com/blog/2007/04/07/let-the-blogging-begin/</link>
		<comments>http://lojic.com/blog/2007/04/07/let-the-blogging-begin/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 19:42:18 +0000</pubDate>
		<dc:creator>Brian Adkins</dc:creator>
				<category><![CDATA[communication]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://lojic.com/blog/?p=7</guid>
		<description><![CDATA[Article moved to:
http://adkinsgroup.org/blog/2007/04/07/let-the-blogging-begin/
]]></description>
			<content:encoded><![CDATA[<p>Article moved to:</p>
<p><a href="http://adkinsgroup.org/blog/2007/04/07/let-the-blogging-begin/">http://adkinsgroup.org/blog/2007/04/07/let-the-blogging-begin/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lojic.com/blog/2007/04/07/let-the-blogging-begin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

