<?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; wordpress</title>
	<atom:link href="http://www.olivetalks.com/tag/wordpress/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, 20 Jul 2010 06:27:21 +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>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>The return of the inodes &#8211; tell me your package and I&#8217;ll tell you your inodes</title>
		<link>http://www.olivetalks.com/2008/03/09/inodes-attack-part2/</link>
		<comments>http://www.olivetalks.com/2008/03/09/inodes-attack-part2/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 08:55:44 +0000</pubDate>
		<dc:creator>LadyRostand</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[b2evolution]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[inodes]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Mambo]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[TikiWiki]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[WebCalendar]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.olivetalks.com/2008/03/09/inodes-attack-part2/</guid>
		<description><![CDATA[Before getting a web hosting service and installing all the available software packages, it is good to know the inodes each package is going to generate. Here you will find a list of the minimum inode count of programs like WordPress, Mambo, b2evolution, WebCalendar, etc. ]]></description>
			<content:encoded><![CDATA[<p>As discussed in my previous posts, it is important to know the number of inodes your web pages are using, to stay within the limit granted by hosting services. In many forums they say that the usual 50,000 inode limit is very generous, but it is not that difficult to reach it, as I learnt the hard way a week ago. Before, I was blissfully happy not knowing what an inode was&#8230;</p>
<p>When you upload pages to your site, you know how many files and directories there are. If you check your email, the number of emails will give you an additional inode count. As long as in your site you are only going to have files uploaded by you and email accounts, you won&#8217;t probably need to worry about inodes. The problem appears if you are planning on having a blog, a forum, a content-management system or any other software package. These packages all have a large quantity of files even just installed. And some are made in such a way as to generate many additional files when you start using them.</p>
<p><em>Example-case</em>: a basic <strong>Moodle</strong> installation, with menus only in English and no courses, has <strong>4,850 inodes</strong> approximately to start with. If you upload 30 courses, this number goes up to 11,000 inodes. And that&#8217;s without any students (real example taken from <a href="http://tunja.ticat.org/" title="http://tunja.ticat.org/">here</a>). 30 courses are loads. Ok, another example: one Moodle platform with &#8220;only&#8221; 7 courses BUT 500 students has 20,000 inodes (example taken from <a href="http://atri.ticat.org/" title="http://atri.ticat.org/">here</a>). The reason is that every time a student uploads an exercise, Moodle creates two inodes: one corresponding to the student&#8217;s folder inside the exercise folder, and one corresponding to the actual exercise. 5 exercises, 10 inodes. 500 students doing the 5 exercises, 5,000 inodes. And it keeps growing&#8230; Furthermore, each language pack has over 600 inodes. So if you want to support different languages, be aware of how the number of inodes is going to increase even more. So knowing this, it is wise not to have more than one Moodle installation in a single web hosting account if you want to have many students. But if you don&#8217;t know about inodes, you might get a web hosting package with loads of disk space and as many mysql databases as you want, install Moodle, b2evolution and say Joomla and collapse your server in no time.</p>
<p>I have not been able to find a list of the inodes all well-known packages have to start with. I think this information is important to be able to decide what hosting account to get or how to use your hosting accounts in a more efficient way (for example combine Moodle and a few small scale web pages in a server and a forum and a blog in another). Therefore I have set upon myself the task of compiling an inode count list as complete as possible. At the initial release of this post, the table is far from complete. I will be adding more entries to the table as I find out the number of inodes each installation comes with. If you find out any additional data, do let me know, and I&#8217;ll add it to the list. Also, if you&#8217;d like me to find out the inode count of any program I don&#8217;t have yet, drop me a note as well, and I&#8217;ll see what can I do.<br />
<center></p>
<table class="tauleta" width="40%">
<tr>
<td><strong>programme</strong></td>
<td align="center"><strong>inode count<sup>1</sup></strong></td>
<td align="center"><strong>source<sup>2</sup></strong></td>
</tr>
<tr>
<td><strong><font color="#008000">b2evolution</font></strong></td>
<td align="center">850</td>
<td align="center">olivetalks</td>
</tr>
<tr>
<td><strong><font color="#008000">Drupal</font></strong></td>
<td align="center">400</td>
<td align="center">olivetalks</td>
</tr>
<tr>
<td><strong><font color="#008000">Gallery</font></strong></td>
<td align="center"><em>14000</em></td>
<td align="center"><a href="http://blog.kmikhaylov.net/">K. Mikhaylov</a></td>
</tr>
<tr>
<td><strong><font color="#008000">Joomla</font></strong></td>
<td align="center"><em>15000</em></td>
<td align="center"><a href="#comment-465">Vivian</a></td>
</tr>
<tr>
<td><strong><font color="#008000">Mambo</font></strong></td>
<td align="center">2450</td>
<td align="center">olivetalks</td>
</tr>
<tr>
<td><strong><font color="#008000">Moodle</font></strong></td>
<td align="center">4850</td>
<td align="center">olivetalks</td>
</tr>
<tr>
<td><strong><font color="#008000">osCommerce</font></strong></td>
<td align="center"><em>1100</em></td>
<td align="center"><a href="http://elblogboyacense.com">El Blog Boyacense</a></td>
</tr>
<tr>
<td><strong><font color="#008000">TikiWiki</font></strong></td>
<td align="center">4250</td>
<td align="center">olivetalks</td>
</tr>
<tr>
<td><strong><font color="#008000">TYPO3</font></strong></td>
<td align="center">?</td>
<td align="center">&#8211;</td>
</tr>
<tr>
<td><strong><font color="#008000">WebCalendar</font></strong></td>
<td align="center">200</td>
<td align="center">olivetalks</td>
</tr>
<tr>
<td><strong><font color="#008000">WordPress</font></strong></td>
<td align="center">650</td>
<td align="center">olivetalks</td>
</tr>
<tr>
<td colspan="3"><small><br />
1. unless otherwise stated, this number corresponds to the basic installation, before adding any files, users,&#8230; and only the default language package installed. The number of inodes has been rounded to the nearest 50th. <em>The inode count appears in italics if the value has not been double-checked by olivetalks.</em><br />
2. inode count obtained by.<br />
</small></td>
</tr>
</table>
<p></center></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/03/04/hostgator-pros-cons/" title="Hostgator: pros and cons of their web hosting offer">Hostgator: pros and cons of their web hosting offer (15)</a></li><li><a href="http://www.olivetalks.com/2008/03/05/inodes-attack-part1/" title="The attack of the inodes &#8211; how to find out your number">The attack of the inodes &#8211; how to find out your number (9)</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/12/the-5-stages-of-bloggers/" title="The 5 stages of bloggers">The 5 stages of bloggers (3)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.olivetalks.com/2008/03/09/inodes-attack-part2/feed/</wfw:commentRss>
		<slash:comments>6</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>
	</channel>
</rss>
