<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>FuglyCode &#187; review</title>
	<atom:link href="http://www.fuglycode.com/tag/review/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fuglycode.com</link>
	<description>\fʌ-gli koʊd\ n: How not to code!</description>
	<lastBuildDate>Tue, 06 Apr 2010 04:14:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blog Widgets, Flexo Archives</title>
		<link>http://www.fuglycode.com/2010/03/10/blog-widgets-flexo-archives/</link>
		<comments>http://www.fuglycode.com/2010/03/10/blog-widgets-flexo-archives/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 17:00:30 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.fuglycode.com/?p=142</guid>
		<description><![CDATA[Today we&#8217;ll be reviewing a fun little plugin called Flexo Archives, but before we do, lets talk a little bit about Widgets.
What&#8217;s a widget?
A WordPress Widget is a plugin (or part of a plugin) that is designed to provide a simple way to arrange the various elements of your blog&#8217;s sidebar content without having to [...]]]></description>
			<content:encoded><![CDATA[<p>Today we&#8217;ll be reviewing a fun little plugin called Flexo Archives, but before we do, lets talk a little bit about Widgets.</p>
<p><strong>What&#8217;s a widget?</strong></p>
<blockquote><p>A WordPress Widget is a plugin (or part of a plugin) that is designed to provide a simple way to arrange the various elements of your blog&#8217;s sidebar content without having to change any code.</p>
<p>- <em>Paraphrase from </em><a href="http://codex.wordpress.org/WordPress_Widgets" target="_blank"><em>WordPress.org&#8217;s Widget Page</em></a></p></blockquote>
<p>So in other words, a widget can be seen as the physical manifestation of a plugin on your site.</p>
<p>If you take a look at the side of the screen you&#8217;ll see FuglyCode&#8217;s sidebar, and within that sidebar you&#8217;ll see a login form (that is, unless you&#8217;re logged in, of course), which is one of a handful of widgets displayed on the site.</p>
<p>Some plugins will come with one or many widgets, that you can freely add to your sidebar as you see fit, whereas others do not require a widget to work (<a href="http://www.fuglycode.com/2010/03/03/blog-tools-review-akismet/" target="_self">Akismet</a>, for example, does not need to be displayed on the sidebar for it to filter comment spam).</p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<div id="attachment_155" class="wp-caption alignleft" style="width: 152px"><a href="http://www.fuglycode.com/wp-content/uploads/2010/03/flexo_archives_off.png"><img class="size-full wp-image-155" title="Large Archives" src="http://www.fuglycode.com/wp-content/uploads/2010/03/flexo_archives_off.png" alt="Large Archives" width="142" height="648" /></a><p class="wp-caption-text">Large Archives</p></div>
<p><strong>The Popular Archives Widget</strong></p>
<p>One of the most popular widgets I&#8217;ve seen on blogs is the Archives widget (which should be somewhere on FuglyCode&#8217;s sidebar as well).  The widget lists each month your blog has been in operation, along with the number of posts for that month.  When the visitor clicks on the month, they are presented with a short description of each post and can read further by clicking on those posts.</p>
<p>This widget is very useful, as it allows visitors to jump to past posts that would otherwise be buried deep within your blog with just one click.  An issue arises, however, when your blog begins to age.  My personal site, for example, has been online for over two years, and the default Archives Widget (seen to the left) has gotten quite long.</p>
<p><strong>Flexo Archives to the Rescue!</strong></p>
<p>Large archives can become a nuisance to visitors, and take up a lot of valuable site retail space on your blog.  Luckily, today&#8217;s plugin offers a quick and easy solution to the problem.</p>
<p>Developed by <a href="http://wordpress.org/extend/plugins/profile/heathharrelson" target="_blank">heathharrelson</a>, Flexo Archives comes with its own widget that you can use instead of the default Archives widget provided by WordPress.  The widget regroups the months of your archive into collapsible years, which visitors can then click on to expand.</p>
<p>Its very easy to install (honestly, it only takes 2 to 3 clicks of the mouse), although it only works if visitors have JavaScript enabled (without javascript, all months display just like the default archive plugin).  Some users have also reported that their archive list will sometimes not match the look of their blog.  This is more often than not caused by the blog&#8217;s stylesheets not having any defined styles for lists.</p>
<div id="attachment_156" class="wp-caption alignright" style="width: 155px"><a href="http://www.fuglycode.com/wp-content/uploads/2010/03/flexo_archives_on.png"><img class="size-full wp-image-156" title="Flexo Archives" src="http://www.fuglycode.com/wp-content/uploads/2010/03/flexo_archives_on.png" alt="Flexo Archives" width="145" height="157" /></a><p class="wp-caption-text">Flexo Archives</p></div>
<p><strong>The Recap</strong></p>
<p>Pros:</p>
<ul>
<li>Quick and easy install</li>
<li>Removes website/blog clutter</li>
<li>Easy to use</li>
</ul>
<p>Cons:</p>
<ul>
<li>JavaScript must be enabled</li>
<li>Stylesheets may need to be updated for bullet lists to match blog theme</li>
</ul>
<p>You can <a href="http://wordpress.org/extend/plugins/flexo-archives-widget/" target="_blank">find out more about Flexo Archives on the WordPress Plugins Directory</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuglycode.com/2010/03/10/blog-widgets-flexo-archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Blog Tools Review]]></series:name>
	</item>
		<item>
		<title>Akismet</title>
		<link>http://www.fuglycode.com/2010/03/03/akismet/</link>
		<comments>http://www.fuglycode.com/2010/03/03/akismet/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:00:33 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.fuglycode.com/?p=130</guid>
		<description><![CDATA[Remember the days before spam?
- Akismet
I remember my very first spam email like it was yesterday.  I was looking at my good old hotmail inbox and wondering why I never got any emails when suddenly, as though an answer to my prayers, I received an email from someone I didn&#8217;t know.
Being both naive and confused, [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Remember the days before spam?</p>
<p>- <a href="http://www.akismet.com/" target="_blank">Akismet</a></p></blockquote>
<p>I remember my very first spam email like it was yesterday.  I was looking at my good old hotmail inbox and wondering why I never got any emails when suddenly, as though an answer to my prayers, I received an email from someone I didn&#8217;t know.</p>
<p>Being both naive and confused, I clicked reply, explained that I believed the senders had the wrong address, and clicked send.  It probably took a few weeks before I received my next spam email, and the next one came a few days after that, and the next a few hours, and so on.</p>
<p>Things are very different today, as spammers learn new tricks and spam takes on new forms, the tools at our disposal also evolve to protect us against such threats.  One of these tools is a blog plugin that I&#8217;ve been using since day 1 on my site, and will be the subject of today&#8217;s Blog Tools Review.  The name of the plugin: Akismet.</p>
<p><strong>Why spam a blog?</strong></p>
<p>If I had to guess, I would say that most people&#8217;s first encounter with spam is related to emails.  What&#8217;s important to remember, however, is that spam is not limited to email.  In fact, as a blogger, chances are that email spam will quickly become the least of your worries, and, without proper protection on your blog, you&#8217;ll soon be filtering through a barrage of comments to remove spam!</p>
<p>Now you may be wondering why a spammer would even bother with your blog.  The answer, simply put, is links.</p>
<p>You see, links on the internet are very important when it comes to increasing visitor traffic and increasing a site&#8217;s rank in search engine results.  It also turns out that blogs, by the very nature of their comment functionality, are a very easy target for spammers.</p>
<p><strong>So how can I protect my blog?</strong></p>
<div id="attachment_133" class="wp-caption alignright" style="width: 203px"><a href="http://akismet.com/stats/"><img class="size-full wp-image-133" title="Click on the image to see more Akismet Stats" src="http://www.fuglycode.com/wp-content/uploads/2010/03/akismet_stats.png" alt="Click on the image to see more Akismet Stats" width="193" height="82" /></a><p class="wp-caption-text">Click above to see Akismet stats</p></div>
<p>Well that&#8217;s where Akismet comes in.  Developed by the same people who developed Wordpress, Akismet is a self-learning spam detection service that filters over 14 million spam comments a day.</p>
<p>It offers an API that is not blog engine specific (meaning you can pretty much use it on any blog), and is free for personal use (they also offer different plans for corporate and commercial users).</p>
<p>Setup is very simple, especially in for Wordpress users, as all one needs to do is install the plugin and provide an API Key.  Such keys are provided by WordPress.com and Akismet.com, are free for personal users, and are used to limit abuse of the spam busting tool.</p>
<p>Once installed, the plugin will begin filtering any new comments posted on your site.  Any comments deemed to be spam will be put in a separate folder from which you can review and correct Akismet if it makes any mistakes (although you may not have to correct it often.  On my personal site, for example, Akismet has an accuracy rating of over 99%.)</p>
<p><strong>Review Recap</strong></p>
<p>Pros:</p>
<ul>
<li>Easy installation for WordPress users</li>
<li>Very efficient (over 99% accuracy) and learns from mistakes</li>
<li>Very flexible, can be used with a variety of online tools</li>
<li>Free for personal use and reasonable prices for professional or corporate use</li>
</ul>
<p>&nbsp;</p>
<p>Get more information on <a href="http://www.akismet.com/">Akismet&#8217;s web site</a> or the <a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">WordPress Plugin Directory</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuglycode.com/2010/03/03/akismet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Blog Tools Review]]></series:name>
	</item>
		<item>
		<title>Blog Tools Review Article Series</title>
		<link>http://www.fuglycode.com/2010/03/01/blog-tools-review-article-series/</link>
		<comments>http://www.fuglycode.com/2010/03/01/blog-tools-review-article-series/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 05:33:49 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[series]]></category>

		<guid isPermaLink="false">http://www.fuglycode.com/?p=124</guid>
		<description><![CDATA[As we begin to ramp up the different articles that will be published on FuglyCode.com, I&#8217;m proud to announce our first article series: Blog Tools Review.
Articles of this series will be posted every Wednesday around noon ET and will focus on the different tools, themes and plugins that I commonly use to make my blogs easier [...]]]></description>
			<content:encoded><![CDATA[<p>As we begin to ramp up the different articles that will be published on FuglyCode.com, I&#8217;m proud to announce our first article series: Blog Tools Review.</p>
<p>Articles of this series will be posted every Wednesday around noon ET and will focus on the different tools, themes and plugins that I commonly use to make my blogs easier to maintain and manage.  It was started on my personal site as a thank you to the open source community responsible for the creation of so many useful and free blogging tools, and will now become a regular part of FuglyCode.com.</p>
<p>If you have any ideas for blog tools that you&#8217;d like to see reviewed on FuglyCode.com, feel free to drop us a message using our <a href="http://www.fuglycode.com/contact-us/" target="_self">Contact page</a>.</p>
<p><a href="http://www.fuglycode.com/2010/02/03/blog-tools-review-blog-engine/">View the first Blog Tools Review</a></p>
<p><a href="http://www.fuglycode.com/series/blog-tools-review/" target="_self">View all Blog Tools Review articles in the series</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuglycode.com/2010/03/01/blog-tools-review-article-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugins Introduction, WP-Cumulus</title>
		<link>http://www.fuglycode.com/2010/02/18/plugins-introduction-wp-cumulus/</link>
		<comments>http://www.fuglycode.com/2010/02/18/plugins-introduction-wp-cumulus/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 13:36:35 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.fuglycode.com/?p=117</guid>
		<description><![CDATA[So today we&#8217;re going to be diving into blog plugins, but before we do, I&#8217;d invite you to read the Blog Engine and Blog Themes post if you havn&#8217;t already done so, just to make sure we are all on the same page.
What&#8217;s a plugin?
Before we jump into reviewing the different plugins that I use [...]]]></description>
			<content:encoded><![CDATA[<p>So today we&#8217;re going to be diving into blog plugins, but before we do, I&#8217;d invite you to read the <a href="http://www.fuglycode.com/2010/02/03/blog-tools-review-blog-engine/" target="_self">Blog Engine</a> and <a href="http://www.fuglycode.com/2010/02/10/blog-tools-review-themes/" target="_self">Blog Themes</a> post if you havn&#8217;t already done so, just to make sure we are all on the same page.</p>
<p><strong>What&#8217;s a plugin?</strong></p>
<p>Before we jump into reviewing the different plugins that I use in my blogs, I think its a good idea to take a step back and understand what a plugin really is:</p>
<blockquote><p>Lets say your blog is a small, old car.  When we were setting up the blog&#8217;s theme, we were actually doing things like giving the car a new paintjob, putting some new leather on the seats, and hanging a pair of fuzzy dice on the rear-view mirror (oh yea!).</p>
<p>Now that we have a pretty hot ride, we start to focus on making the car run, and begin installing upgrades like new tires, new suspensions and a lower frame.  These upgrades, while not changing the basic functionality of the car, make it run smoother, and to our taste.  This is the nature of a blog plugin.</p></blockquote>
<p>So a plugin is a small piece of code that adds to or changes the functionality of your blog.  They come in all shapes and sizes (from simple to very complex), most of which are created and can be used for free on your blog.  With time, you will learn to master the art of including plugins on your blog seamlessly.  This will allow you to add new functionality to your blog, while not distracting your visitors.</p>
<p><strong>Our First Plugin Review: WP-Cumulus</strong></p>
<p><strong> </strong></p>
<div id="attachment_121" class="wp-caption alignright" style="width: 289px"><a href="http://www.fuglycode.com/wp-content/uploads/2010/02/wp-cumulus.jpg"><img class="size-full wp-image-121" title="WP-Cumulus on Folaji.com" src="http://www.fuglycode.com/wp-content/uploads/2010/02/wp-cumulus.jpg" alt="WP-Cumulus on Folaji.com" width="279" height="264" /></a><p class="wp-caption-text">WP-Cumulus on Folaji.com</p></div>
<p>For our first blog review, we&#8217;ll be looking at one of my favorite plugins: WP-Cumulus.  This plugin takes your blog&#8217;s tags, categories, or both, and creates a 3D floating cloud of clickable links, which is then displayed in your blog&#8217;s sidebar.</p>
<p>Not only is the 3D rendered &#8220;cloud&#8221; visually appealing, it also engages your visitors, allowing them to skim through all of your blog&#8217;s content with the quick movement of a mouse.  The plugin is very easy to install and configure, and allows you to set the tag cloud&#8217;s colours and size to any RGB value.</p>
<p>For those of you that are concerned about the information being lost to search engine bots, WP-Cumulus will display a normal list of tags to any visitor that does not have Flash 9 or higher installed and javascript enabled.  Although some users might like this functionality, I see it more as a double edged sword.  Yes, the search engine bots will be able to crawl your site using tags, but this also means that anybody who doesn&#8217;t have Flash 9 and javascript enabled won&#8217;t see WP-Cumulus, but isntead will see the normal list of tags (which is not as professional looking as the 3D tag cloud itself).</p>
<p>So I say take the time to download and install this plugin.  Even if you don&#8217;t end up using it, its fun to setup and test (and who knows, you might just keep it on your site after giving it a test drive).</p>
<p>The WP-Cumulus plugin is available for WordPress self hosted blogs free of charge, and can be downloaded from the <a href="http://wordpress.org/extend/plugins/wp-cumulus/" target="_blank">Wordpress.org Plugin Directory</a>.</p>
<p><strong>Review Recap</strong></p>
<p>Pros:</p>
<ul>
<li>Beautiful and professional looking</li>
<li>Very easy to install and configure</li>
<li>Customizable height, width and colours</li>
<li>Displays normal tag cloud to visitors without flash (useful for search engine bots)</li>
</ul>
<p>Cons:</p>
<ul>
<li>Requires Flash 9 (or better) and javascript enabled</li>
<li>May not be available to all blog visitors and browsers (ie: doesn&#8217;t seem to work in Internet Explorer 6)</li>
</ul>
<p>&nbsp;</p>
<p><a href="http://wordpress.org/extend/plugins/wp-cumulus/" target="_blank">Download WP-Cumulus here!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuglycode.com/2010/02/18/plugins-introduction-wp-cumulus/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Blog Tools Review]]></series:name>
	</item>
		<item>
		<title>Blog Themes</title>
		<link>http://www.fuglycode.com/2010/02/10/blog-themes/</link>
		<comments>http://www.fuglycode.com/2010/02/10/blog-themes/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:35:53 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.fuglycode.com/?p=115</guid>
		<description><![CDATA[Now I know I said that I would be talking about plugins for my second Blog Tools Review, but truth be told there is one aspect of maintaining a blog that I should cover first: Themes.
What&#8217;s a Theme?
A theme is to a blog like makeup is to a person.
- Me
What does that mean?  It means that themes [...]]]></description>
			<content:encoded><![CDATA[<p>Now I know I said that I would be talking about plugins for my second Blog Tools Review, but truth be told there is one aspect of maintaining a blog that I should cover first: Themes.</p>
<p><strong>What&#8217;s a Theme?</strong></p>
<blockquote><p>A theme is to a blog like makeup is to a person.</p>
<p>- Me</p></blockquote>
<p>What does that mean?  It means that themes allow you to personalize your blog, just like makeup allows you to change your looks and express yourself (if you&#8217;re into that kind of thing&#8230;).  Themes typically encompass everything that has to do with the visual look and feel of your blog.  They are often created by the online community, and most are free to use, usually only requiring a small mention of the theme author somewhere on your blog (can you find the name and author of the theme used on Folaji.com?).</p>
<p><strong>Are Themes really that impo<span style="font-weight: normal;"><strong>rtant for my blog?</strong></span></strong></p>
<p>The answer, simply put, is no (you thought I was going to say yes, huh? gotcha!).</p>
<p>Although themes allow you to give your site a professional and inviting look, they are in no way a substitute for content.  Now don&#8217;t get me wrong, themes are a very powerful tool and can be very useful, but if you think that all you need on your blog is a good theme to attract visitors, you are mistaken.</p>
<p>Think about it for a second.  Say you are in a book store and you see this book with a professional looking cover.  You walk up to the book, take a peak inside and find that there is no text.  In fact, there are no pages in the book at all, its just an empty shell of a book with a cool cover.  Would you buy the book?  Would you suggest it to a friend?  Well, your blog is the same way, it can be the most beautiful blog in the world, but if it has no content, people won&#8217;t visit it.</p>
<p>Now Themes aren&#8217;t a bad thing, just remember that they shouldn&#8217;t be the only thing your blog has to show for itself.</p>
<p><strong>So, how do I set my theme?</strong></p>
<p>Blogs typically come with a default theme, which is usually very dry and fugly (<a href="http://commons.wikimedia.org/wiki/File:Wordpress_default_theme.png" target="_blank">click here to see WordPress&#8217; default theme</a>).  Luckily, most blog engines have built-in tools that allow you to select and install themes with little to no work on your part (allowing you to focus on your blog&#8217;s content, which is what you should be doing).</p>
<p>If your blog is hosted on your own server, then chances are that your particular blog engine has a library or directory of themes available to you (like <a href="http://wordpress.org/extend/themes/" target="_blank">WordPress&#8217; Free Themes Directory</a>).  If, on the other hand, you are using a free service (comparable to WordPress.com or Blogspot.com) then you will be limited to a dozen or so preselected themes. In some cases (Blogspot.com for example) you&#8217;ll be allowed to manually update the code of your applied theme through the blog&#8217;s admin panel, although chances are you&#8217;ll need basic knowledge of HTML and Cascading Style Sheets (CSS).</p>
<p><strong>Its so purdy!</strong></p>
<p>And there we go, a quick, hopefully effective crash course on blog themes.  Next week, I&#8217;ll try to do an overview on blog plugins, and then I&#8217;ll start reviewing all of the plugins currently being used in my different blogs.  As always, feel free to leave any questions or comments in the comments section (or you can send them to me using the <a href="http://www.fuglycode.com/contact-us/" target="_self">Contact Page</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuglycode.com/2010/02/10/blog-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Blog Tools Review]]></series:name>
	</item>
		<item>
		<title>Blog Engine</title>
		<link>http://www.fuglycode.com/2010/02/03/blog-engine/</link>
		<comments>http://www.fuglycode.com/2010/02/03/blog-engine/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 13:27:03 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.fuglycode.com/?p=112</guid>
		<description><![CDATA[For the first of my Blog Tools Reviews, I figure its only fair that I talk about blogs in general to make sure we are all on a level playing field.
So first off, what&#8217;s a blog?
The very first thing that one should know is: what is a blog?
A blog (a contraction of the term &#8220;web log&#8220;) is a [...]]]></description>
			<content:encoded><![CDATA[<p>For the first of my Blog Tools Reviews, I figure its only fair that I talk about blogs in general to make sure we are all on a level playing field.</p>
<p><strong>So first off, what&#8217;s a blog?</strong></p>
<p>The very first thing that one should know is: what is a blog?</p>
<blockquote><p>A <strong>blog</strong> (a contraction of the term &#8220;<strong>web log</strong>&#8220;) is a type of website, usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video. Entries are commonly displayed in reverse-chronological order.<br />
- <a href="http://en.wikipedia.org/wiki/Blog" target="_blank">Wikipedia</a></p></blockquote>
<p>If that didn&#8217;t make any sense, then you can look at it this way: a blog is kind of like a public diary, except that it can be about anything: news, politics, events, music, videos, personal stuff, etc.  There exists millions of blogs all over the internet that cover a wide range of subjects, and the regrouping of all these blogs together is known as <em>&#8220;The Blogosphere&#8221;<span style="font-style: normal;"> (</span></em><em>s</em>ounds cheesy, I know, but what can you do?).</p>
<p><strong>Ok, so whats a Blog Engine?</strong></p>
<p>A Blog Engine is a software application designed to make a website act like a blog with little to no work required on the part of the website owner.  Typically, a blog engine will ask you a few simple questions, such as a blog name and your email address.  If you take a little more time at setup, you can also set the look and feel of the blog with predefined themes, and after no more than 5 to 10 minutes, your blog is up and running and waiting for your first post.</p>
<p>Blog engines are generally offered in two different formats: as a sign-up service (often free, ie: <a href="http://www.blogger.com/" target="_blank">Blogger</a>, <a href="http://www.wordpress.com" target="_blank">Wordpress.com</a>), or as a download for hosting on your own personal servers (ie: <a href="http://www.wordpress.org" target="_blank">Wordpress.org</a>, which is also free, as well as open source).  The main difference between these two types of engines is that unless you are using an open source engine on your own server, you will probably be limited in your ability to personalize the look and feel of your blog, as well as how much memory you have to store your content (ie: if you want to posts videos or large images for example).</p>
<p><strong>What engine does FuglyCode.com use?</strong></p>
<p>When I launched my personal site (<a href="http://www,folaji.com" target="_blank">Folaji.com</a>), I didn&#8217;t want to create a personal blog, but I also didn&#8217;t want to build the website from a scratch.  I began looking for a tool that would allow me to publish the type of content I wanted to create, and this being a personal project that was very dear to me, I also wanted as much control over the site and the tool as possible.  I already had a personal web server, and therefore decided that the Wordpress.org engine would be the best for me (I had previously seen it running on <a href="http://www.matthewgood.org/" target="_blank">MatthewGood.Org</a> and <a href="http://politicalticker.blogs.cnn.com/" target="_blank">CNN&#8217;s Political Ticker</a>, two sites that clearly demonstrated the power of this particular blog engine).</p>
<p>I purchased the Folaji.com domain name, downloaded the Wordpress.org blog engine and installed it on the server, and wrote my <a href="http://www.folaji.com/2008/07/28/welcome-to-dans-online-adventures/" target="_self">first post</a>, all in a matter of a few hours.  At the time, I was new to WordPress and to the different features that their blog engine really offered.  It wasn&#8217;t long, however, before I discovered the true power of the blog engine: plug-ins (which I&#8217;ll begin talking about in the next post).</p>
<p><strong>That&#8217;s all for now!</strong></p>
<p>Well hopefully that cleared up any questions you may have had regarding blog engines.  If you have any questions, feel free to type them in the comments section below.  If you don&#8217;t want to leave a comment, you can send your question by email by using the <a href="http://www.fuglycode.com/contact-us/" target="_self">Contact Page</a>.</p>
<p><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fuglycode.com/2010/02/03/blog-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Blog Tools Review]]></series:name>
	</item>
	</channel>
</rss>

