<?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>olivetalks &#187; Blogs</title>
	<atom:link href="http://www.olivetalks.com/category/blogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.olivetalks.com</link>
	<description>The Olive has arrived and it has things to say…</description>
	<lastBuildDate>Tue, 16 Nov 2010 19:25:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Security problem with WordPress</title>
		<link>http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/</link>
		<comments>http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 14:43:48 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/</guid>
		<description><![CDATA[Default installation of WordPress leaves some folders completely accessible and open to anyone. Do you really want everybody to see the images you uploaded for your new posts before they are published? No, I didn't think you did.]]></description>
			<content:encoded><![CDATA[<p>When writing the post <a href="/2009/06/06/protect-your-laptop-from-overheating/" title="Stop your laptop from succumbing to thermal death" target="_blank">Stop your laptop from succumbing to thermal death</a> I wanted to upload a text file which could be downloaded by the readers. The file didn&#8217;t have any extension and as such was not accepted by WordPress when I pressed the Upload button.</p>
<p>I decided to upload the file with the File Manager which is accessible from Hostgator&#8217;s cpanel. When doing it, I discovered that various folders which belong to olivetalks&#8217;s WordPress installation can be easily seen in web browser by editing the URL in the address bar. For example, <a href="/wp-content/uploads/" title="olivetalks.com" target="_blank">olivetalks.com/wp-content/uploads/</a> or <a href="/wp-includes/" title="olivetalks.com" target="_blank">olivetalks.com/wp-includes/</a></p>
<p>Currently these links are already fixed but here&#8217;s an image of how this was before:</p>
<p align="center"> <a href="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads.png" title="Content of WordPress uploads folder"><img src="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads.thumbnail.png" alt="Content of WordPress uploads folder" /></a></p>
<p>Check your own WordPress blog, it&#8217;s possible that you will encounter the same issue even if your WordPress installation is not hosted with Hostgator.</p>
<p>Now that I got your attention, here&#8217;s a short description of how to fix this problem. In the main folder of your WordPress installation (the one which contains three folders wp-admin, wp-content and wp-includes) find file called <strong>.htaccess</strong> (dot at the beginning of the name is important). If the file is not there create it (and set the permissions to <strong>0644</strong>). In any case edit the file and add this line:</p>
<p><code>Options -Indexes</code></p>
<p>This line will tell Apache (the most popular web server) not to show listings of directories. The configuration applies to the folder where the <strong>.htaccess</strong> file is located and recursively to all its sub-folders.</p>
<p>After updating <strong>.htaccess</strong> file &#8211; if you try any of the problematic folders you&#8217;ll see that their content cannot be seen any more:</p>
<p align="center"><a href="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads-fixed.png" title="Content of WordPress uploads folder after correcting the .htaccess file"><img src="http://www.olivetalks.com/wp-content/uploads/2009/06/wp-content-uploads-fixed.thumbnail.png" alt="Content of WordPress uploads folder after correcting the .htaccess file" /></a></p>
<p>Now it&#8217;s all right <img src='http://www.olivetalks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/10/30/inodes-28-weeks-later/" title="Inodes 28 weeks later&#8230;">Inodes 28 weeks later&#8230; (2)</a></li><li><a href="http://www.olivetalks.com/2008/06/19/is-your-colleague-spying-on-you/" title="Is your colleague spying on you?">Is your colleague spying on you? (0)</a></li><li><a href="http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li><li><a href="http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/" title="Blogging strategies: length, frequency and topics">Blogging strategies: length, frequency and topics (3)</a></li><li><a href="http://www.olivetalks.com/2008/03/09/inodes-attack-part2/" title="The return of the inodes &#8211; tell me your package and I&#8217;ll tell you your inodes">The return of the inodes &#8211; tell me your package and I&#8217;ll tell you your inodes (6)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to write a great blog post?</title>
		<link>http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/</link>
		<comments>http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/#comments</comments>
		<pubDate>Sun, 04 May 2008 18:59:38 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/</guid>
		<description><![CDATA[As mentioned a month ago ZoltarStark is going to provide some insights into publishing posts which attract many viewers. Partly this will be based on our experiences with the blog and partially on what other people with more blogging knowledge suggest. The approach can be summarized with three words: hook, sink and liner.]]></description>
			<content:encoded><![CDATA[<p>Would you like to write amazing blog posts which attract many readers? I bet you do. Spend a few minutes reading this post and the chances of you achieving this dream will greatly increase.</p>
<blockquote><p><em>Blow them out of the water.</em></p></blockquote>
<p>First let us define what is meant here by a great blog post. I am assuming that if you are reading this post you are looking for ways to increase the readership of your blog and that is what I am going to focus on &#8211; how to write a blog post which will bring lots of readers to your blog.</p>
<blockquote><p><em>Hook them and keep them.</em></p></blockquote>
<p>The definitions are out of the way and now we can focus on the meat of the issue. You want to write a fantastic post which will result in lots of visitors to your blog. There are three parts to achieving this goal:</p>
<ul>
<li>hook &#8211; the readers find your post</li>
<li>sink &#8211; the readers find the post interesting</li>
<li>liner &#8211; the readers spread the word about your post</li>
</ul>
<p>All three parts are essential in order to create a great post. They work best if combined together. Thanks to the synergy their effectiveness reaches its maximum.</p>
<blockquote><p><em>The hook</em></p></blockquote>
<p>First you need to somehow put the post in front of as many eyeballs as possible. The way to catch the attention of your steady readers is to start with a <a href="http://www.copyblogger.com/why-some-people-almost-always-write-great-post-titles/" title="Why Some People Almost Always Write Great Post Titles">good title</a> and follow with a great <a href="http://www.copyblogger.com/5-simple-ways-to-open-your-blog-post-with-a-bang/" title="5 Simple Ways to Open Your Blog Post With a Bang">opening</a>. Attracting new readers who do not know yet about your blog is different; use the right keywords in the post so it gets picked up by the search engines, then apply a bit of <a href="/2008/02/18/how-to-feed-google-properly/" title="How to feed Google properly">SEO</a>. You can also place the links to your post in relevant online forums. Be careful as this method works best if the post is truly connected to the issues discussed on the forum.</p>
<blockquote><p><em>The sink</em></p></blockquote>
<p>People are starting to read your post. Now you need to make sure they keep reading till the very end. You can guarantee this will happen by thinking of <a href="http://www.bloggingblog.net/how-to-write-a-great-blog-post/" title="How to write a great blog post">a topic and a goal</a> for the post before you start writing it. Both the topic and the goal have to be crisp and clear. You cannot afford to confuse your readers. After you have the post content written it is absolutely crucial that you <a href="http://jergames.blogspot.com/2008/02/how-to-edit-blog-post.html" title="How To Edit a Blog Post">edit</a> it &#8211; this step is essential if you want to end up with a great post. Some of the content will be thrown away during editing, this is normal and expected.</p>
<blockquote><p><em>The liner</em></p></blockquote>
<p>The readers like your post and feel good about having read it. You want them to tell other people about it, to spread the news. They will be more likely to do this if your post is in some way useful to them and if the content is still current. These types of posts will bring traffic to the whole blog over a long time not only for a short while. They&#8217;re known as <a href="http://www.entrepreneurs-journey.com/845/pillar-article/" title="Pilar Article - How To Write Great Blog Content">Pilar Articles</a>, <a href="http://performancing.com/blog-pulling-power-creating-flagship-content" title="Blog Pulling Power - Creating Flagship Content">Flagship Content</a> or <a href="http://www.copyblogger.com/how-to-create-cornerstone-content-that-google-loves/" title="How to Create Cornerstone Content That Google Loves">Cornerstone Content</a>. Regardless of the name you chose for these posts they will be the workhorse of your blog. They will be linked to by other people and they will rank highly in the search engines. All these factors will contribute to bringing you more traffic.</p>
<blockquote><p><em>The synergy </em></p></blockquote>
<p>Use effectively all three parts of the process to end up with a wildly successful post. Perfection is rarely achieved the first time; you will get better if you do it again and again. You&#8217;re bound to hit it true. Happy and successful writing!</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/04/05/olivetalks-three-months/" title="Today olivetalks celebrates three months">Today olivetalks celebrates three months (5)</a></li><li><a href="http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/" title="How to feed Google properly">How to feed Google properly (2)</a></li><li><a href="http://www.olivetalks.com/2008/02/07/one-size-does-not-suit-all/" title="One Size Does Not Suit All">One Size Does Not Suit All (4)</a></li><li><a href="http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li><li><a href="http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/" title="Blogging strategies: length, frequency and topics">Blogging strategies: length, frequency and topics (3)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 5 stages of bloggers</title>
		<link>http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/</link>
		<comments>http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 06:30:18 +0000</pubDate>
		<dc:creator>LadyRostand</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/</guid>
		<description><![CDATA[Blogging is... Interesting. Insightful. Intriguing. Stressful. Addictive. <i>Addictive!?</i> Yes, blogging is addictive. But not at the beginning, later.  <i>Later you say?</i> Yes, later. Bloggers go through 5 different stages.  <i>5? </i> Yeah, that's the number of stages I have observed so far.  <i>You mean like the 7 stages of grief?</i> Kind of.  <i>Really?</i> Yeah. <i>How do you know?</i> I went through them. <i>But if only you went through them... </i> well, and ZoltarStark.  <i>Two peas in a pot.</i> True, but the olivetalks team's experiences served to create the theory and now we are testing it.]]></description>
			<content:encoded><![CDATA[<p>This is another post to celebrate <a href="/2008/04/05/olivetalks-three-months/" title="olivetalks-three-months/">olivetalks has survived three months</a>. Three months don&#8217;t seem like many, but blogging and even more, doing so regularly, can be very exhausting. If you have ever tried to do something regularly outside working hours (or even during working hours) you will know it requires loads of will power (although it does help to be in a team where everyone is as hooked to the task).</p>
<p>These months have been fun. Interesting. Insightful. Intriguing. Stressful. Addictive. <em>Addictive!?</em> Yes, blogging is addictive. But not at the beginning, later.<em> Later you say?</em> Yes, later. Bloggers go through 5 different stages. <em>5? </em>Yeah, that&#8217;s the number of stages I have observed so far. <em>You mean like the 7 stages of grief?</em> Kind of. <em>Really?</em> Yeah. <em>How do you know?</em> I went through them. <em>But if only you went through them&#8230;</em> well, and ZoltarStark. <em>Two peas in a pot.</em> True, but the olivetalks team&#8217;s experiences served to create the theory and now we are testing it. I know personally two other bloggers who have started blogging recently and I can see at what stage they are at the moment. <em>Really?</em> Yeah. <em>So these two bloggers will serve to test the olivetalks-blogging-theory?</em> Well, the two bloggers serve as our first two &#8220;guinea pigs&#8221; to check our theory. <em>To test your olivetalks-blogging-theory?</em> Now you named our theory, not us. <em>Well, it&#8217;s a cool name.</em> Ok. <em>So what are the names of the stages?</em> They are&#8230; <em>And does every blogger stay in each stage the same amount of time?</em> Well,&#8230; <em>And can a blogger go backwards? </em>What? <em>I mean, if a blogger passes a stage, can they go back to a previous stage later on?</em> eeeh&#8230; <em>And do you think there will be more stages?</em> Hey! let me tell you the 5 stages first! Then ask! <em>ok&#8230;</em></p>
<p><strong>olivetalks-5-stages-blogging-theory</strong> (oh, crap, the name stuck) <em>He, he, he&#8230;</em> Shut up! <em>ok&#8230;  </em></p>
<ol>
<li>Blog fright</li>
<li>Blog doubt</li>
<li>Blog fever</li>
<li>Blog exhaustion (plus blog stats plunge panic attack)</li>
<li>Blog peace</li>
</ol>
<p><strong><font color="#ff0000">1. Blog fright</font></strong></p>
<p>It takes the blogger a few weeks or even months to come up with that super cool name the blog will have. The blogger finally buys the domain, obtains a hosting service and sets up the Wordpress or b2evolution or Blogger or&#8230; blog.  And then&#8230; nothing. All the cool ideas he/she had for the blog disappear. All they can think of writing is &#8220;Hi, my name is yyy, and this is my blog. Hope you read me&#8221;.</p>
<p>For the blogger to gain confidence and improve from this post (or even several posts) to less timid posts can take days if not weeks. It is a daunting moment. The blogger suddenly realizes what they write might be read and their opinions criticized,  ridiculed or&#8230; ignored.</p>
<p><strong><font color="#ff0000">2. Blog doubt</font></strong></p>
<p>The blogger starts writing posts with a bit more confidence. He/She sees it is not so hard and hey, what he/she wrote the previous night is actually interesting&#8230; And then the blogger checks the stats and realizes that nobody but their mother has read the posts. Hmmm&#8230; <em>is it because the posts I have written are not that interesting? Will anybody ever read my blog? What&#8217;s the point? Am I not thinking too much of myself for believing I could blog and people might want to know what I have to say? Should I not just stop? What if blogging is not for me?? </em>- The blogger cries with amounting panic.</p>
<p><strong><font color="#ff0000">3.  Blog fever</font></strong></p>
<p>Suddenly, after a few (a couple, a dozen, a hundred&#8230;) posts, a Googler reaches one of the blogger&#8217;s posts. A Googler means someone, not family, looked for something using a search engine like Google or Yahoo, and found the link to a post of the blogger and actually pressed it and visited the blog. The blog has been found! It has been read! If the blog has something like Clustrmaps or any other kind of map that shows where the visitor&#8217;s to the blog come from, the map might even have an extra dot (besides the ones marking the author&#8217;s location and his/her mother&#8217;s).</p>
<p>The blog has been read (doesn&#8217;t matter if it was only by a couple of random visitors from even more random cities), the blog&#8217;s <em>raison d&#8217;être</em>, has been discovered. And here starts a period where the blogger needs to publish every day. The blogger cannot see but posts in every task/story/anecdote/experience of the day. All day&#8217;s activities become posts with titles, tags, categories&#8230; The blogger cannot go to sleep even if it is 5 am in the morning and he/she must get up to go to work in an hour, if the day&#8217;s post has not been published.</p>
<p>And if a comment is by any chance left by someone (again, not a blood-relative), the &#8220;hyper-ness&#8221; will prevent the blogger from sleeping that night completely.</p>
<p><strong><font color="#ff0000">4. Blog exhaustion (plus blog stats plunge panic attack)</font></strong></p>
<p>Suddenly, because of a work deadline, a trip, an absolute physical/mental breakdown or a blogging aversion reaction, the blogger will stop writing posts. The blogger will try to think of things to write about and will come up empty handed (empty headed?). He/she will feel their brain is depleted. All there was to say, has been said. <em>Feck the blog and its overpowering control of my life!</em> &#8211; the blogger will scream to the silent computer.</p>
<p>And days/weeks/months without posts will pass by. And the world will still go round even though the blogger has not published anything in two days, a week, two weeks, a month&#8230; But out of curiosity, the blogger will check the stats from time to time. The stats will show that the number of visits continue to increase. <em>How can that be???</em> Maybe the quality of the posts wasn&#8217;t so bad, and Googlers keep finding the posts. <em>So without posting new things, people still come? Wow! Forever? Will they?&#8230;</em></p>
<p><em> OH! NO! The stats went down!</em></p>
<p>One day the number of visits will drop, maybe only slightly or not really overall, just at a particular time or day, but the blogger will suffer the <em>blog stats plunge panic attack</em> and the fear of losing those readers will prompt the blogger to go back to writing&#8230;</p>
<p><strong><font color="#ff0000">5. Blog peace</font></strong></p>
<p>After the <em>blog stats plunge panic attack</em> the blogger will realise two things: blogging must be done regularly to keep the visitors coming but it must be done without losing oneself in the process. A new post doesn&#8217;t have to be published every day. Blogging must be done as long as it is entertaining not as a compulsory task. If it is raining, it can be quite nice to sit in front of the laptop and write a new story for your blog, but if it is sunny, dude (or dudette) go out!</p>
<p><strong><font color="#ff0000">The end of the 5 stages of bloggers.. until a 6 one is found&#8230;</font> </strong></p>
<p>What do you think? Are they true? Did you go through those stages? Do you find yourself in one of those stages? Did you &#8220;lose&#8221; someone to blogging? How long&#8230;</p>
<p><em>Woman, now you are the one asking loads of questions&#8230; </em></p>
<p>Oops, true.</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/" title="Blogging strategies: length, frequency and topics">Blogging strategies: length, frequency and topics (3)</a></li><li><a href="http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/" title="How to feed Google properly">How to feed Google properly (2)</a></li><li><a href="http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/" title="Security problem with WordPress">Security problem with WordPress (2)</a></li><li><a href="http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/" title="How to write a great blog post?">How to write a great blog post? (0)</a></li><li><a href="http://www.olivetalks.com/2008/04/05/olivetalks-three-months/" title="Today olivetalks celebrates three months">Today olivetalks celebrates three months (5)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Blogging strategies: length, frequency and topics</title>
		<link>http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/</link>
		<comments>http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 06:17:50 +0000</pubDate>
		<dc:creator>LadyRostand</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/</guid>
		<description><![CDATA[I am a new blogger, what should I do? Should I write lengthy posts? Or should the posts be telegram-short? Must I write every day? Or can I only work on Sundays? Is my blog a diary or a handbook? Once I choose among these different options, how will it affect the number of visitors my blog gets? ]]></description>
			<content:encoded><![CDATA[<p>As part of this week&#8217;s celebrations of <a href="/2008/04/05/olivetalks-three-months/" title="olivetalks-three-months/">the 3 months of olivetalks</a> we are going to publish a set of posts on things we have learnt about blogging during this time. We want to share our experiences as to encourage other new bloggers. The first post in the series is on blogging strategies.</p>
<p>When starting a new blog, three doubts arise:</p>
<ol>
<li>Should the posts be long or short</li>
<li>Should new posts appear every day (even more than once?) or every few days?</li>
<li>What should the posts be about?</li>
</ol>
<p><strong>1. Length of the posts</strong></p>
<p>ZoltarStark already went through the differences between post lengths in his post <a href="/2008/02/07/one-size-does-not-suit-all/" title="one-size-does-not-suit-all/">One Size Does Not Suit All</a> post. He compared short and to the point posts with more detailed articles, concluding that both had their audience. People that have little time will not read posts that look long, while those looking for detailed information on a subject will pass your blog if they see you only say a sentence on their topic of interest.</p>
<p><strong>2. Frequency of posts</strong></p>
<p>Two extremes: when several new posts appear each day (with the risk of regular readers getting overwhelmed); when no new posts appear in over a week, or even worse, a month (in this case the risk is readers might think the blog is &#8220;dead&#8221; and not come back). Then there is the in-between position: 2-3 of posts per week on average.</p>
<p><strong>3. The blog&#8217;s topics/subjects</strong></p>
<p>There are three main types of blogs: a. where different subjects are discussed, b. where all the posts have something in common, c. personal blogs.</p>
<ol class="abc">
<li style="list-style-type: lower-alpha"><strong>multi-subject blogs</strong>: where one day the post will be about the dangers of fireworks and the next day about how to make your guinea pig understand Linux.</li>
<li style="list-style-type: lower-alpha"><strong>blogs with a main aim/topic behind them</strong>: they may talk about different aspects or subjects, but they will have an idea in common (for example Computer blogs or Theatre-reviews blogs like <a href="http://hairline.org.uk" title="hairline">Hairline</a>).</li>
<li style="list-style-type: lower-alpha"><strong>personal blogs</strong>: where the author shares his/her experiences in life, stories, anecdotes, etc.</li>
</ol>
<p>While blog types <strong>b</strong> and <strong>c</strong> will be able to create a group of followers or regular readers, type <strong>a</strong> will have it a bit harder. If the posts have little in common besides the author(s), it will be difficult to keep a &#8220;faithful&#8221; group of readers. For example, in olivetalks readers of the <a href="/tag/xen/" title="xen posts">Xen</a> posts will probably not be interested in the <a href="/category/product-reviews/rio-laser-hair-remover/" title="rio-laser-hair-remover/">Rio Hair Laser Remover</a> ones, and viceversa. But it will be easier to have new visitors arriving in blog types <strong>a</strong> and <strong>b</strong> from search engines like Google, because it is more likely they will discuss topics that are currently searched for by Internet users.</p>
<p><strong>So&#8230; all in all, balance is the answer? What about real examples?  </strong></p>
<p>What I have done is compare the Wordpress stats of two quite different blogs which have been running along a similar period of time: <a href="/" title="olivetalks.com">olivetalks</a> and <a href="http://elblogboyacense.com" title="elblogboyacense.com">elblogboyacense</a>.</p>
<ul class="spaced">
<li><strong><font color="#008000">olivetalks</font></strong> is a <strong><font color="#008000">&#8220;long(ish) posts + medium post frequency + type a&#8221; kind of blog</font></strong>. It has posts on quite a variety of topics (I mean, look at the categories, and you&#8217;ll agree). The posts are not short, but so far we haven&#8217;t published any that went on and on. And we have published an average of 1 post every second day.</li>
<li><strong><font color="#ff0000">elblogboyacense</font></strong> on the other hand is a <font color="#ff0000"><strong>&#8220;short posts + very frequent + type b&#8221; kind of blog</strong></font>. They publish several posts per day which are usually only a few lines long (10 tops) and all the posts have a common denominator: they might be interesting to the people in the Department of Boyacá in Colombia. They have published about 3 posts per day.</li>
</ul>
<p>Oh, and while olivetalks is mostly in English (with the odd post in Catalan), elblogboyacense is only in Spanish. So pretty much, two completely different blogs.</p>
<p>The people of elblogboyacense were kind enough to share their visitor&#8217;s statistics with us for comparison purposes. We have plotted the visitors to both blogs per day (for the last  30 days), week and month (beware that elblogboyacense is a month younger than olivetalks. Also that we are only counting the posts of Monday for week 15th and only the 7 first days of the month for April, and hence the apparent decrease in visits in the last data point in each graph).</p>
<p><u>1. visitors per day</u></p>
<p align="center"> <a href="http://www.olivetalks.com/wp-content/uploads/2008/04/olives-vs-elbb-xday-less-res.png" title="olives-vs-elbb-xday-200px"><img src="http://www.olivetalks.com/wp-content/uploads/2008/04/olives-vs-elbb-xday-500px.png" alt="olives-vs-elbb-xday-200px" /></a></p>
<p><u>2. visitors per week</u></p>
<p align="center"><a href="http://www.olivetalks.com/wp-content/uploads/2008/04/olives-vs-elbb-xmonth-low-res.png" title="olives-vs-elbb-xmonth-500px.png"><img src="http://www.olivetalks.com/wp-content/uploads/2008/04/olives-vs-elbb-xmonth-500px.png" alt="olives-vs-elbb-xmonth-500px.png" /></a></p>
<p><u>3. visitors per month</u></p>
<p align="center"><a href="http://www.olivetalks.com/wp-content/uploads/2008/04/olives-vs-elbb-xmonthreal-low-res.png" title="olives-vs-elbb-xmonthreal-300px.png"><img src="http://www.olivetalks.com/wp-content/uploads/2008/04/olives-vs-elbb-xmonthreal-300px.png" alt="olives-vs-elbb-xmonthreal-300px.png" /></a></p>
<p>As you can see we are having approximately the same success! Both seem to be increasing at the same rate and have a similar average of visits per day (about 70 visits per day for olivetalks and 85 for elblogboyacense). In spite of blogging in completely different ways! Curious isn&#8217;t it? Just chance?</p>
<p>So if you want to spend two hours writing a post, you will probably be ok with only publishing every few days. On the other hand, if you prefer to write short posts, it might be better if you publish at least one, if not more, every day. And if you want to have regular readers, decide on the characteristics of your posts and your target audience, and always remember those characteristics when writing new posts.</p>
<p>What remains to be seen is the stats for a type <strong>c</strong> kind of blog. I have my eye on <a href="http://storkpigelephant.com/" title="storkpigelephant.com/">The Stork, The Guinea Pig &amp; The Elephant</a>, a new personal blog that started 2 weeks ago. I&#8217;ll try to convince the author to let me access his stats when it reaches two/three months of life. In the meantime, if any reader has a personal blog he/she would not mind comparing blog-type vs stat results with us, drop us a note!</p>
<p><font color="#ff6600"><em>PS. LadyRostand would like to thank the team of <a href="http://elblogboyacense.com/" title="elblogboyacense.com/">elblogboyacense</a> for allowing her to use their Wordpress Stats for this article: Saludos y gracias desde  olivetalks al equipo y los lectores de elblogboyacense.  </em></font></p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li><li><a href="http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/" title="How to feed Google properly">How to feed Google properly (2)</a></li><li><a href="http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/" title="Security problem with WordPress">Security problem with WordPress (2)</a></li><li><a href="http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/" title="How to write a great blog post?">How to write a great blog post? (0)</a></li><li><a href="http://www.olivetalks.com/2008/04/05/olivetalks-three-months/" title="Today olivetalks celebrates three months">Today olivetalks celebrates three months (5)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Today olivetalks celebrates three months</title>
		<link>http://www.olivetalks.com/2008/04/05/olivetalks-three-months/</link>
		<comments>http://www.olivetalks.com/2008/04/05/olivetalks-three-months/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 13:54:14 +0000</pubDate>
		<dc:creator>theolive</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/04/05/olivetalks-three-months/</guid>
		<description><![CDATA[Olivetalks has been online for three months already. In this time it has gone through a few changes and transformations. It's getting more successful and attracts new visitors every week.]]></description>
			<content:encoded><![CDATA[<p>Today olivetalks blog has reached the age of three months. During this time it has been through many changes and transformations. Starting as a very <a href="/2008/01/05/first-post/" title="Blog fright">shy newcomer</a> it then overcame the initial embarrassment and proceeded to publish its first blockbuster posts about <a href="/2008/01/16/rio-laser-hair-remover-does-it-work-day-1/">Rio Laser Hair Remover</a> and <a href="/2008/01/24/usb-forwarding-on-xen/" title="USB forwarding on Xen">USB on Xen</a>. These two posts alone are responsible for a bit over 10% of all the visits to olivetalks.com, yay! Around the same time the blog also blundered into a less successful venture of documenting ZoltarStark&#8217;s <a href="/category/fitness/30d-fitness-challenge/" title="30 day fitness challenge">30-day fitness challenge</a>. The initial month of olivetalks also witnessed the more successful series of posts about <a href="/category/10-weirdest-things/" title="10 weirdest things I've seen in ...">10 weirdest things</a>, the first post <a href="/2008/01/22/aniversari-uelo/" title="feliç aniversari uelo">en Català</a> and the first <a href="/2008/01/28/waterstones-kindness-edi/" title="A Waterstone's kindness">guest post</a>.</p>
<p>The second month of olivetalks brought a continuation of the <a href="/category/product-reviews/rio-laser-hair-remover/" title="Rio Laser Hair Remover">Rio Laser</a> and <a href="/tag/xen/" title="Xen">Xen</a> sagas, including some of their most successful posts so far which will be dealt with in more detail in the soon to be published post by ZoltarStark. Besides that we&#8217;ve published more miscellaneous posts about <a href="/category/computers/" title="Computers">computers</a> and a failed attempt at <a href="/2008/02/11/rules-for-system-administrators/" title="Bad system administrators">sarcasm</a>. The average daily amount of viewers during the second month was seen to steadily climb to almost double the result from January. The olivetalks writers were very busy that month, trying to post something every day as documented in the upcoming post by LadyRostand.</p>
<p>The third month of our blog has showed an even faster growth, the total amount of views in March was over 50% higher than January and February combined! This surprised us a bit but nonetheless we are very happy with the olivetalks performance. We put at least part of the &#8220;blame&#8221; on the <a href="/2008/03/01/new-design-olivetalks-out/" title="New design of olivetalks">new fashion sense</a> of the blog. The average daily amount of viewers in March was more than twice than in February. All that in spite of the writers changing the blogging strategy and publishing higher quality posts while reducing the posting frequency to half of the preceding months. LadyRostand is writing a post about the two main blogging strategies &#8211; often short posts or less often but longer ones. ZoltarStark will give some insights into publishing posts which attract many viewers based on our experiences with olivetalks.</p>
<p>Well done olivetalks <img src='http://www.olivetalks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p align="center"><img src="http://www.olivetalks.com/wp-content/uploads/2008/04/theolive-3months-200px.png" alt="theolive-3months-200px" /></p>
<p align="left">And thank you all our readers for your support, your comments or just showing up from different search engines. A blog without you, the readers, would not be half as fun!</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/" title="How to write a great blog post?">How to write a great blog post? (0)</a></li><li><a href="http://www.olivetalks.com/2008/02/07/one-size-does-not-suit-all/" title="One Size Does Not Suit All">One Size Does Not Suit All (4)</a></li><li><a href="http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li><li><a href="http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/" title="Blogging strategies: length, frequency and topics">Blogging strategies: length, frequency and topics (3)</a></li><li><a href="http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/" title="How to feed Google properly">How to feed Google properly (2)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/04/05/olivetalks-three-months/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The new design of olivetalks is out!</title>
		<link>http://www.olivetalks.com/2008/03/01/new-design-olivetalks-out/</link>
		<comments>http://www.olivetalks.com/2008/03/01/new-design-olivetalks-out/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 11:17:02 +0000</pubDate>
		<dc:creator>LadyRostand</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/03/01/new-design-olivetalks-out/</guid>
		<description><![CDATA[The new design of olivetalks is out. Using Cordobo Green Park as the base theme to work on, we have gone and applied a serious face-lift, not only to the base theme but to the whole olivetalks design. What do you think? ]]></description>
			<content:encoded><![CDATA[<p>Finally! It has taken 45 hours of hard work (yes, we counted them), and here is the result. I&#8217;m quite happy with it <img src='http://www.olivetalks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  . As ZoltarStark mentioned in <a href="/2008/02/17/olivetalks-redesign/" title="olivetalks-redesign">olivetalks redesign</a>, we have used <a href="http://themes.wordpress.net/columns/3-columns/871/cordobo-green-park-09-beta-09/">Cordobo Green Park</a> as the starting point for our new design. But check out how does Cordobo Green Park look (image 1) and what we&#8217;ve ended up with (image 2)&#8230; quite different, aren&#8217;t they?</p>
<p style="text-align: center"> <img src="http://www.olivetalks.com/wp-content/uploads/2008/03/cordobo-th-smaller.png" alt="cordobo-smaller" /></p>
<p style="text-align: center">image 1</p>
<p style="text-align: center"><img src="http://www.olivetalks.com/wp-content/uploads/2008/03/olivetalks-newthemeout.png" alt="olivetalks-newthemeout" /></p>
<p style="text-align: center">image 2</p>
<p>Yes, I&#8217;ve gone inside the beast and turned it upside down. It&#8217;s been quite entertaining changing parameters, font-sizes, colors, images, layouts&#8230; This morning I got up at 8 am to try to upload the new theme before any viewers visited us. It took me two and a half hours because some glitches appeared. The biggest one was that the <a href="http://www.laptoptips.ca/projects/wordpress-excerpt-editor/" title="wordpress-excerpt-editor/">Excerpt Editor</a> plugin we are using started causing some errors like<br />
<code><br />
Fatal error: Allowed memory size of ... bytes exhausted (tried to allocate ... bytes) in .../wp-includes/post.php on line 127<br />
</code><br />
but it was readily solved by disabling the Auto-Generate options of the plugin, which as far as we can see, are not really needed.</p>
<p>We have tested our new design in Firefox, IE6 and Opera and 3 different laptops. Now it&#8217;s your turn to let us know what do you think of the new layout and any problems that might arise in your browsers or computers. Oh, and any questions regarding modifying the Cordobo Green Park theme, are welcome! I have become quite an expert at tweaking it&#8230;</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/02/17/olivetalks-redesign/" title="olivetalks redesign">olivetalks redesign (3)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/03/01/new-design-olivetalks-out/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to feed Google properly</title>
		<link>http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/</link>
		<comments>http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 09:08:16 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[title tags]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/</guid>
		<description><![CDATA[Optimize your SEO ranking using free WordPress plug-in. Learn how to specify title tag separately from the post title.]]></description>
			<content:encoded><![CDATA[<p>This article is going to explain how to properly use the title tags in your Wordpress posts to improve your search engine rankings. The post is applicable to all search engines, including all the big three: Google, Yahoo and MSN.</p>
<p>First let me introduce the meaning of the title tags since while discussing the topic with LadyRostand we realized it&#8217;s not as clear as we thought. It all started in 1980 &#8230; &#8211; OK let&#8217;s not go back so far, even though the beginnings of HTML are really related to the matter at hand. The title tag is what your web browser displays in the title bar. It&#8217;s basically the title of the page. Big deal, you say, I knew that. Sure, it&#8217;s not a big deal, it&#8217;s rather simple. The big deal is that when Google, Yahoo, MSN or any other search engine is indexing your page they pay big attention to this title. Why? The title is supposed to be a summary of your post. It&#8217;s not supposed to be witty or funny. It&#8217;s just a summary.</p>
<p align="center"><a href="/wp-content/uploads/2008/02/jazz-title-tag-titles.png" title="jazz-title-tag-titles.png"><img src="/wp-content/uploads/2008/02/jazz-title-tag-titles-300px.png" alt="jazz-title-tag-titles-300px.png" /></a></p>
<p>So if you write a post about installing an <a href="/2008/02/08/thats-how-ive-learned-to-like-jazz/">external USB enclosure</a> you better give it a good Google friendly title tag. Like for example: &#8220;Enermax EB307S-B Jazz: installing external USB enclosure&#8221; rather than &#8220;That’s how I’ve learned to like Jazz&#8221;. Now the second one is funnier but Google has no sense of humor (quite a big shortcoming if you ask me) and it interprets the title tags rather literally. After seeing the title tag it will &#8220;make up its mind&#8221; about what should be the content of the page. If the page content doesn&#8217;t match it will lower your ranking in the search engine results. Why? How would you like to see a page about penguins (or more likely porn if you&#8217;re using the same Internet as I do) when you were searching for rabbits? See, if the search engines didn&#8217;t compare the page content with the page title they would allow pages to be ranked high for results to which they are not relevant. I think I&#8217;m mumbling here a bit. Basically it&#8217;s a technique to prevent or at least reduce web spam.</p>
<p>Back to the &#8220;That’s how I’ve learned to like Jazz&#8221; post. So far you know that the title tag as seen by the search engines should be relevant to the content of the post. It should be even <a href="http://blogbusinessworld.blogspot.com/2005/05/title-tags-simple-seo_111726863634203615.html">devoid of articles</a> and include <a href="http://www.geocities.com/frakilk/seo-title-tag.html">relevant keywords</a>. Now it starts to sound more like a super concentrated abstract. In fact, that&#8217;s what it is. The problem is that this super concentrated soup of keywords is not very human friendly and believe me you are really writing for humans not for search engines.</p>
<p>OK, so is there a way to have nice human friendly post titles where you can show off your wit and at the same time allow for high keyword concentration in the title tag? Yes, it&#8217;s possible. In fact, if you&#8217;re using Wordpress for your blog it&#8217;s just one plug-in away. The plug-in we&#8217;re using here at olivetalks is called <a href="http://wordpress.org/extend/plugins/seo-title-tag/#post-808">SEO Title Tag</a>. Once you install it you can have a separate post title for human consumption and a title tag to feed the search engines.</p>
<p>Installing SEO Title Tag plug-in is rather simple. First download it from <a href="http://wordpress.org/extend/plugins/seo-title-tag/#post-808">this location</a>. Then you need to unzip the file and upload the whole <code>seo-title-tag</code> directory to the <code>wp-content/plugins</code> directory of your blog. After that you activate the plug-in using Wordpress admin. The default options are just fine so you don&#8217;t need to change them. Editing the Header in Theme Editor is also unnecessary even though it&#8217;s included in the plug-in installation instructions.</p>
<p>With SEO Title Tag plug-in already installed you can now see &#8220;Title Tags&#8221; under &#8220;Manage&#8221; in the Wordpress admin. Here&#8217;s where you can quickly mass update the title tags of your existing posts. You can also do it by editing individual posts &#8211; you&#8217;ll notice a new field &#8220;Title Tag (optional)&#8221; which appears below &#8220;Save&#8221; button. The field &#8220;Title Tag (optional)&#8221; will also appear when you edit a new post.</p>
<p>In this post you can see that the title of the post (for humans) is different than the title which appears in the title bar (for search engines). So now everybody is well fed&#8230; and happy.</p>
<hr align="left" width="20%" /> <a href="/category/computers/feed" title="rss feed to post"><img src="/wp-content/uploads/2008/01/feed-icon-14x14.png" alt="rss feed to post" /></a> Subscribe to the Computers posts of olivetalks, if you found this article interesting, thank you!</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/" title="How to write a great blog post?">How to write a great blog post? (0)</a></li><li><a href="http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li><li><a href="http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/" title="Blogging strategies: length, frequency and topics">Blogging strategies: length, frequency and topics (3)</a></li><li><a href="http://www.olivetalks.com/2009/06/07/naked-folders-in-wordpress/" title="Security problem with WordPress">Security problem with WordPress (2)</a></li><li><a href="http://www.olivetalks.com/2008/04/05/olivetalks-three-months/" title="Today olivetalks celebrates three months">Today olivetalks celebrates three months (5)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>olivetalks redesign</title>
		<link>http://www.olivetalks.com/2008/02/17/olivetalks-redesign/</link>
		<comments>http://www.olivetalks.com/2008/02/17/olivetalks-redesign/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 09:09:28 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/02/17/olivetalkscom-redesign/</guid>
		<description><![CDATA[LadyRostand is currently working on a new theme for olivetalks and since she&#8217;s very busy I&#8217;ll have the honor of informing our audience about the planned changes.
After looking at few different options we&#8217;ve selected Cordobo Green Park as a base for our new design. Cordobo Green Park is a three column theme with widgets support. [...]]]></description>
			<content:encoded><![CDATA[<p>LadyRostand is currently working on a new theme for olivetalks and since she&#8217;s very busy I&#8217;ll have the honor of informing our audience about the planned changes.</p>
<p>After looking at few different options we&#8217;ve selected <a href="http://themes.wordpress.net/columns/3-columns/871/cordobo-green-park-09-beta-09/">Cordobo Green Park</a> as a base for our new design. Cordobo Green Park is a three column theme with widgets support. It was originally designed for <a href="http://chungo.net/" rel='external nofollow'>http://chungo.net/</a> a German site about file sharing.</p>
<p>If you want to know how does the theme look like here&#8217;s a screen shot:<br />
<center><a href="/wp-content/uploads/2008/02/cordobo.png" title="Cordobo screenshot"><img src="/wp-content/uploads/2008/02/cordobo-th.png" alt="Cordobo screenshot" /></a></center>LadyRostand is giving it a serious face lift though so it will look much better on olivetalks <img src='http://www.olivetalks.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The new theme will be coming to olivetalks very soon. Get ready!</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/03/01/new-design-olivetalks-out/" title="The new design of olivetalks is out! ">The new design of olivetalks is out!  (5)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/02/17/olivetalks-redesign/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>One Size Does Not Suit All</title>
		<link>http://www.olivetalks.com/2008/02/07/one-size-does-not-suit-all/</link>
		<comments>http://www.olivetalks.com/2008/02/07/one-size-does-not-suit-all/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 22:52:10 +0000</pubDate>
		<dc:creator>ZoltarStark</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/02/07/one-size-does-not-suit-all/</guid>
		<description><![CDATA[Today I&#8217;ve read an article by Jakob Nielsen &#8220;Long vs. Short Articles as Content Strategy&#8220;. The author discusses different models used to describe the selection process of readers when they&#8217;re deciding what to read. He starts from a simple model and then proceeds to a more complex scenario. I&#8217;m going to summarize here what I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve read an article by Jakob Nielsen &#8220;<a href="http://www.useit.com/alertbox/content-strategy.html">Long vs. Short Articles as Content Strategy</a>&#8220;. The author discusses different models used to describe the selection process of readers when they&#8217;re deciding what to read. He starts from a simple model and then proceeds to a more complex scenario. I&#8217;m going to summarize here what I&#8217;ve understood from reading it and how can this be applied to writing blogs.</p>
<blockquote><p><em>&#8220;I have made this letter longer than usual because I lack the time to make it short.&#8221;</em></p>
<p><em>- Blaise Pascal </em></p></blockquote>
<p>Jakob initially assumes that shorter articles have slightly higher information density than the long ones. The assumption makes sense &#8211; in most articles one can remove some fragments without affecting the value provided by the text. It might take extra time spent editing but the readers will appreciate it. With that model the preference is for the short articles so make sure to spend some time editing your articles with intention of reducing the length.</p>
<blockquote><p><em>“Variety is the soul of pleasure.”</em></p>
<p><em>- Aphra Behn</em></p></blockquote>
<p>Later though Jakob takes into account situations where the longer articles provide more value because the reader needs in-depth information. The readers still generally prefer short articles but not exclusively. Their &#8220;diet&#8221; now contains both short and long articles since the readers are trying to optimize their cost/benefit ratio. So with this mixed model you need to write both short summaries and longer comprehensive posts. This way you provide better match for the readers&#8217; needs.</p>
<p>In the end there&#8217;s <strong>no simple answer</strong>. Too much depends on the target audience of your blog. If you&#8217;re looking for <strong>lots of visitors</strong> then <strong>shorter articles</strong> will be more useful for you since people find it easier to spend one minute reading a short post than five, ten or even more to digest a much longer paper. If you&#8217;re writing for people who really <strong>need to know something</strong> then <strong>longer articles</strong> are the way to go since there&#8217;s a limit to how much you can fit into a short summary. There&#8217;s also the middle road where you write <strong>both short and long posts</strong> to attract <strong>large readership</strong> and to also cater for a smaller but <strong>more interested</strong> subset seeking a <strong>deep understanding</strong> of the subject matter. What exactly should be the <strong>perfect ratio</strong> of short and long articles is a matter of defining your audience, trying out different options, experimenting and then choosing <strong>what works best</strong>. This article should give you a good <strong>starting point</strong> but the <strong>final answer</strong> is up to you.</p>
<h3>Related post(s)</h3><ul class="related_post"><li><a href="http://www.olivetalks.com/2008/05/04/how-to-write-a-great-blog-post/" title="How to write a great blog post?">How to write a great blog post? (0)</a></li><li><a href="http://www.olivetalks.com/2008/04/05/olivetalks-three-months/" title="Today olivetalks celebrates three months">Today olivetalks celebrates three months (5)</a></li><li><a href="http://www.olivetalks.com/2008/04/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li><li><a href="http://www.olivetalks.com/2008/04/08/blogging-strategies-length-frequency-and-topics/" title="Blogging strategies: length, frequency and topics">Blogging strategies: length, frequency and topics (3)</a></li><li><a href="http://www.olivetalks.com/2008/02/18/how-to-feed-google-properly/" title="How to feed Google properly">How to feed Google properly (2)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/02/07/one-size-does-not-suit-all/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

