<?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>Digital Life &#187; hosting</title>
	<atom:link href="http://digitallife.co.in/tag/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitallife.co.in</link>
	<description></description>
	<lastBuildDate>Thu, 12 May 2011 07:56:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>5 Tips if you are starting a blog &#8211; A step-by-step guide</title>
		<link>http://digitallife.co.in/5-tips-if-you-are-starting-a-blog-a-step-by-step-guide/</link>
		<comments>http://digitallife.co.in/5-tips-if-you-are-starting-a-blog-a-step-by-step-guide/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 13:54:51 +0000</pubDate>
		<dc:creator>digitallife</dc:creator>
				<category><![CDATA[guide]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[starting blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://digitallife.co.in/5-tips-if-you-are-starting-a-blog-a-step-by-step-guide/</guid>
		<description><![CDATA[As I&#8217;ve settled a little with my blog. I am taking this opportunity to help the newbies with setting up their own wordpress blog. Following 5 tips which are in [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense#ad-2--></p>
<p align="justify">As I&#8217;ve settled a little with my blog. I am taking this opportunity to help the newbies with setting up their own wordpress blog. Following 5 tips which are in the format of a step-by-step guide would make it easy for people to set up their blog.</p>
<p align="justify">1) The first and most important tip is to get your own website and avoid blogging with blogging services like wordpress and blogger. What I mean by that is, you need to have your own website like <a href="http://digitallife.co.in" title="Digitally Yours">digitally yours</a> one and not something like http://xyz123.blogspot.com or http://xyz123.wordpress.com.</p>
<p>However, it is not mandatory that you have your blog hosted on a TLD (top level domain). What I mean is it&#8217;s not cumpolsory to have http://digitallife.co.in, you can have the website and host your blog on a sub domain like http://blog.digitallife.com or as a directory like http://digitallife.co.in/blog/. What&#8217;s important is that you are the owner of the TLD i.e. http://digitallife.co.in in this case.</p>
<p>2) If you are a hardcore programmer, please use your own ways of creating your blog. If you are novice, the best option you have is to install the latest version of wordpress (I personally feel that wordpress is the best blogging platform). You can download the latest copy (2.3.3) from <a href="http://wordpress.org/download/" title="Wordpress 2.3.3">here</a>. Please avoid beta releases if you are not an expert. There is a famous five minute installation of wordpress <a href="http://wordpress.org/docs/installation/5-minute/" title="wordpress 5 mins installation">here</a>.</p>
<p align="justify">3) WordPress is such a versatile tool that it gives you enormous power and with power comes responsibility. The responsibility of not screwing up. So to avoid any screw up of your wordpress on your server, I suggest you to make a replica of you wordpress and run it on your localhost. For this you&#8217;ll need:</p>
<p align="justify">&nbsp;</p>
<ul>
<li>A WAMP (WAMP is an acronym that stands for Windows, Apache, MySQL, and PHP (or Perl or Python)). I use Vertrigo which can be found <a href="http://vertrigo.sourceforge.net" title="Vertrigo Download">here</a>. I will do an exhaustive post on the basic setup of wordpress on localhost using Vertrigo.</li>
</ul>
<p align="justify"><a href="http://digitallife.co.in/wp-content/uploads/2008/03/vertrigo.png" title="Vertrigo"></a></p>
<p style="text-align: center"><a href="http://digitallife.co.in/wp-content/uploads/2008/03/vertrigo.png" title="Vertrigo"><img src="http://digitallife.co.in/wp-content/uploads/2008/03/vertrigo.png" alt="Vertrigo" /></a></p>
<ul>
<li> After you have installed the WAMP, you can installed the wordpress (2.3.3) that you&#8217;ve downloaded. Start playing with installing themes and plugins as per the requirement of your blog. I&#8217;ll do a post on my favorite themes and plugins which I am using.</li>
</ul>
<p>4) The next step is to ensure that your blog is seo optimized. Again, for this there are multiple plugins that you can find by visiting <a href="http://wordpress.org/extend/plugins/search.php?q=seo" title="Wordpress seo plugins">plugins</a> section. Also, ensure that the URL of your post is not dynamic. What I mean by this, by default wordpress generates dynamic URLs for the posts that you publish. Something like this http://digitallife.co.in/?p=19. Instead your URL should be http://digitallife.co.in/highest-traffic-keyword-on-internet/.</p>
<p>This can be easily changed by customizing permalinks under the options section in your wordpress. Following snapshots will help you get a clear picture.</p>
<p><a href="http://digitallife.co.in/wp-content/uploads/2008/03/permalinks1.png" title="Permalinks"></p>
<p style="text-align: center"><img src="http://digitallife.co.in/wp-content/uploads/2008/03/permalinks1.png" alt="Permalinks" /></p>
<p></a></p>
<p><a href="http://digitallife.co.in/wp-content/uploads/2008/03/permalinks2.png" title="permalinks2.png"></p>
<p style="text-align: center"><img src="http://digitallife.co.in/wp-content/uploads/2008/03/permalinks2.png" alt="permalinks2.png" /></p>
<p></a></p>
<p>5) The last and most important thing is to take a regular backup of your blog. You must be asking me, how do I do that? It&#8217;s pretty simple, just use the plugin named <a href="lesterchan.net/wordpress/readme/wp-dbmanager.html" title="WP-DBmanager">WP-DBManager</a>. I&#8217;ll do another post giving a complete tutorial on the usage and functionality of this plugin.</p>
<p>I hope, this post will be of some use to all the people planning to start their blog. These are just few tips when you are planning to start a blog. I&#8217;ll use another post with pictorial diagrams to tell you how to install wordpress on your hosting server.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitallife.co.in/5-tips-if-you-are-starting-a-blog-a-step-by-step-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

