<?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>Blogussion &#187; simple</title>
	<atom:link href="http://www.blogussion.com/tag/simple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogussion.com</link>
	<description>Blogging Discussion, Tips &#38; Tricks</description>
	<lastBuildDate>Wed, 08 Feb 2012 07:48:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>5 Easy Blog Improvements in under 5 Minutes</title>
		<link>http://www.blogussion.com/expansion/quick-blog-improvements/</link>
		<comments>http://www.blogussion.com/expansion/quick-blog-improvements/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 04:00:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Expansion]]></category>
		<category><![CDATA[blog improvements]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[simple]]></category>

		<guid isPermaLink="false">http://www.blogussion.com/?p=7648</guid>
		<description><![CDATA[5 things you can do to your blog to improve it with just 5 minutes of work.


Related posts:<ol><li>
<a href='http://www.blogussion.com/favorites/customizing-input-forms/' rel='bookmark' title='4 Tricks For &#8220;Awesome-izing&#8221; Input Forms'>4 Tricks For &#8220;Awesome-izing&#8221; Input Forms</a></li>
<li>
<a href='http://www.blogussion.com/design/404-error-page-exist/' rel='bookmark' title='How to Create an Informative &#8220;404 Error&#8221; Page'>How to Create an Informative &#8220;404 Error&#8221; Page</a></li>
<li>
<a href='http://www.blogussion.com/community/increase-comment-productivity-blog/' rel='bookmark' title='Increase Comment Productivity on Your Blog'>Increase Comment Productivity on Your Blog</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p><span class="drop_cap">Y</span>our blog is not perfect. There are many things you can do to improve your blog, and after reading this post &#8211; you will be glad you made some of these changes.</p>
<p><span id="more-7648"></span></p>
<p>There is just so much you can do to improve your blog. You can make a major change to it by adding a new design, or <a href="http://www.blogussion.com/community/tips-forum-owner/">adding a forum to it</a> or something minor like changing a title of a blog post to something more search engine friendly.</p>
<p>Whatever it is you want to do, you do it because you think it will make your blog better. Of all these little things you can do to make your blog better, I came up with five things I found on Blogussion that I chose to implement with hopes it would make my blog better.</p>
<p>And everything I did doesn&#8217;t even take five minutes to implement.</p>
<h4>1. Add a &#8220;back to top&#8221; link to your footer</h4>
<p>This is something so simple, but so beneficial. Blogs have a tendency to create huge scroll bars. Whether that scroll bar is long because you <a href="http://www.blogussion.com/writing/increase-pageviews-partial-posts/">don&#8217;t use the more tag to cut down your posts</a>, or you <a href="http://www.blogussion.com/tools/6-plugins-comments-blog/">get a lot of blog comments</a> &#8211; the fact of the matter is if you have a huge scroll bar and no easy way to get back to the top, it will annoy us as your readers.</p>
<p>So when a user gets to the bottom of the page and sees the link, when the click it &#8211; they go to the very top of the page. It&#8217;s very easy to create. Just use this code and add it to your footer somewhere:</p>
<pre>&lt;a href="#header"&gt;Back to top&lt;/a&gt;</pre>
<p>It&#8217;s just that easy. When that link gets clicked, it automatically shoots to the top of the page.</p>
<p><strong>More on this method:</strong> <a href="http://www.smashingmagazine.com/2008/11/27/short-story-about-top-links/">A Short Story about &#8220;Back To Top&#8221; Links</a></p>
<h4>2. Little Icons</h4>
<p>Every minor detail counts when it comes to designing for a blog. It&#8217;s the minor details that make some designs so excellent, and adding icons next to links on your blog can really make some parts of your blog stellar looking.</p>
<p>Here are a few examples:</p>
<div id="attachment_7653" class="wp-caption alignleft" style="width: 217px">
	<a href="http://copyblogger.com/"><img src="http://www.blogussion.com/wp-content/uploads/2009/09/copyblogger.png" alt="Copyblogger uses a nice mail icon on a slant to represent where you can sign up for email updates" title="Copy Blogger" width="217" height="168" class="size-full wp-image-7653" /></a>
	<p class="wp-caption-text">Copyblogger uses a nice mail icon on a slant to represent where you can sign up for email updates</p>
</div>
<div id="attachment_7654" class="wp-caption alignleft" style="width: 315px">
	<a href="http://net.tutsplus.com/"><img src="http://www.blogussion.com/wp-content/uploads/2009/09/nettuts.png" alt="Nettuts uses a nice RSS icon to represent their forms of subscriptions" title="Nettuts" width="315" height="93" class="size-full wp-image-7654" /></a>
	<p class="wp-caption-text">Nettuts uses a nice RSS icon to represent their forms of subscriptions</p>
</div>
<div id="attachment_7655" class="wp-caption alignleft" style="width: 317px">
	<a href="http://problogger.net/"><img src="http://www.blogussion.com/wp-content/uploads/2009/09/problogger.png" alt="ProBlogger uses icons to represent all kinds of ways to sign up to the RSS feed" title="ProBlogger" width="317" height="218" class="size-full wp-image-7655" /></a>
	<p class="wp-caption-text">ProBlogger uses icons to represent all kinds of ways to sign up to the RSS feed</p>
</div>
<h4>3. Customized Input Forms</h4>
<p>Input forms are used all the time on blogs. To sign up for newsletters, to fill out a comment, and anything else that generally involves getting information from the user.</p>
<p>Input forms without style are often very ugly and boring to use. Luckily, they are extremely easy to customize. You may want to check out a past post on Blogussion with <a href="http://www.blogussion.com/design/customizing-input-forms/">four tricks to making input forms great</a>.</p>
<h5>More on improving input forms:</h5>
<ul>
<li><a href="http://www.tripwiremagazine.com/ajax/html/16-stunning-mootools-scripts-for-enhancing-your-html-forms.html">16 Stunning Mootools scripts for enhancing your html forms</a></li>
<li><a href="http://www.alistapart.com/articles/prettyaccessibleforms">Prettier Accessible Forms</a></li>
<li><a href="http://www.smashingmagazine.com/2008/04/17/web-form-design-modern-solutions-and-creative-ideas/">Web Form Design Patterns: Sign-Up Forms</a></li>
<li><a href="http://www.smashingmagazine.com/2008/07/04/web-form-design-patterns-sign-up-forms/">Web Form Design Patterns: Sign-Up Forms</a></li>
</ul>
<h4>4. Creating thumbnails for posts</h4>
<p>I love thumbnails, they make lists look so much more attractive. Just take a look around on Blogussion, there are thumbnails to display the popular posts on the blog, and there are thumbnails to represent the names of commentators in the top commentators list.</p>
<p>Take for example my other blog, <a href="http://asnio.com/">Asnio</a>. You see thumbnails everywhere on the blog, and it really makes the design stand out. If you use the <a href="http://diythemes.com/?a_aid=alexFraiser">Thesis theme</a>, using thumbnails for posts is as easy as it gets.</p>
<h4>5. Numbered page navigation</h4>
<p>At the bottom of the homepage on Blogussion, you can see a list of pages you can visit on the blog. All of those numbers link to a page full of articles on them.</p>
<p>Using numbered page navigation gets a lot more posts available to readers, which increases pageviews and can really show off the age of your blog with the more number of pages you have. It is a much more effective method of navigation than the standard &#8220;previous&#8221; and &#8220;next&#8221;post links that is standard on many blogs today,</p>
<p>Here is the plugin I use to represent page numbers on my blogs. It is very simple to use and comes with some great pre-styled themes.</p>
<p><a href="http://www.jenst.se/2008/03/29/wp-page-numbers/">Download WP Page Numbers</a></p>
<h3>A Little Goes A Long Way</h3>
<p>If you implement these five minor changes on your blog, you should see some real improvements to your blog usability wise. As I mentioned in this article, every little detail counts and if you can make your blog more convenient in even the smallest ways &#8211; you will see small rewards.</p>
<h6 style="float: right">Photo by <a href="http://www.flickr.com/photos/spackletoe/">Joe Popp</a></h6>


<p>Related posts:<ol><li><p><a href='http://www.blogussion.com/favorites/customizing-input-forms/' rel='bookmark' title='4 Tricks For &#8220;Awesome-izing&#8221; Input Forms'>4 Tricks For &#8220;Awesome-izing&#8221; Input Forms</a></p></li>
<li><p><a href='http://www.blogussion.com/design/404-error-page-exist/' rel='bookmark' title='How to Create an Informative &#8220;404 Error&#8221; Page'>How to Create an Informative &#8220;404 Error&#8221; Page</a></p></li>
<li><p><a href='http://www.blogussion.com/community/increase-comment-productivity-blog/' rel='bookmark' title='Increase Comment Productivity on Your Blog'>Increase Comment Productivity on Your Blog</a></p></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blogussion.com/expansion/quick-blog-improvements/feed/</wfw:commentRss>
		<slash:comments>119</slash:comments>
		</item>
	</channel>
</rss>

