<?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>Animesh Kumar {itsAnimesh} &#187; Wordpress</title>
	<atom:link href="http://itsanimesh.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsanimesh.com</link>
	<description>Tech Geek / FOSS Enthusiasts</description>
	<lastBuildDate>Sun, 10 Jul 2011 04:49:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How To : Hide WP Stats Smiley!!!</title>
		<link>http://itsanimesh.com/2010/05/14/how-to-hide-wp-stats-smiley/</link>
		<comments>http://itsanimesh.com/2010/05/14/how-to-hide-wp-stats-smiley/#comments</comments>
		<pubDate>Fri, 14 May 2010 04:19:35 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WPStats]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=1822</guid>
		<description><![CDATA[As most of WordPress user&#8217;s know Wp Stats is a great plugin that displays useful statistics on your dashboard such as Top posts &#38; Searches&#8230; However, it will display a small smiley at the bottom of your page&#8230; The best wayt o get rid of this is by inserting a code snippet at the end ...]]></description>
			<content:encoded><![CDATA[<p>As most of WordPress user&#8217;s know <em>Wp Stats</em> is a great plugin that displays useful statistics on your dashboard such as Top posts &amp; Searches&#8230; However, it will display a small smiley at the bottom of your page&#8230;</p>
<p>The best wayt o get rid of this is by inserting a code snippet at the end of your  main css file, normally called “styles.css”:</p>
<p><code>img#wpstats {<br />
height:0;<br />
width:0;<br />
overflow:hidden;<br />
}</code></p>
<p>The code above will reduce the image size to 0 and thus makes the smiley disappear. If something is still out of place in the immediate vicinity of the smiley, it is probably due to borders or spacing elements being applied to the image. Add these additional lines of codes between the “overflow:hidden;” and the closing curly bracket:</p>
<p><code>margin:0;<br />
border: none;<br />
padding:0;</code></p>
<p>DO <strong>NOT</strong> USE <strong><code>display:none</code></strong> to remove the smiley because that would prevent the statistics tracking from working because the image would not be loaded at all by the browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2010/05/14/how-to-hide-wp-stats-smiley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Blogs Hit With Malware&#8230;</title>
		<link>http://itsanimesh.com/2010/05/11/wordpress-blogs-hit-with-malware/</link>
		<comments>http://itsanimesh.com/2010/05/11/wordpress-blogs-hit-with-malware/#comments</comments>
		<pubDate>Tue, 11 May 2010 12:49:47 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=1816</guid>
		<description><![CDATA[Got a few Friends pointing out yesterday that my site was affected by malware&#8230; But on checking Google Webmaster I found no such errors there&#8230; But when i tried to login into the Dashboard today morning i got many Javascript errors&#8230; On using Firebug to debug it I found perticular javascript codes were appended to ...]]></description>
			<content:encoded><![CDATA[<p>Got a few Friends pointing out yesterday that my site was affected by malware&#8230; But on checking Google Webmaster I found no such errors there&#8230; But when i tried to login into the Dashboard today morning i got many Javascript errors&#8230; On using Firebug to debug it I found perticular javascript codes were appended to the fotter of my blog&#8230;Which mentioned various php files like&#8230;</p>
<blockquote><p>http://www.indesignstudioinfo.com/ls.php</p>
<p>http://zettapetta.com/js.php</p>
<p>http://holasionweb.com/oo.php</p></blockquote>
<p>I gueesd this would be coming from a peculiar looking long base64 encoded string added to many of my php files&#8230; Upon searching more on the web I came accross an <a href="http://blog.sucuri.net/2010/05/new-attack-today-against-wordpress.html">article by Sucuri</a> which explains a bit about this attack:</p>
<blockquote><p>&#8220;We are seeing multiple reports today of WordPress sites (running their latest version) getting compromised. The initial reports today were restricted only to Dreamhost, but now we are seeing the same pattern on blogs hosted at GoDaddy, Bluehost, Media temple and other places&#8230;<br />
One thing very interesting that is becoming a trend is that the malware is also hiding from Google. This causes the site to do not get blacklisted, making it harder for the owner to notice&#8230;.&#8221;</p></blockquote>
<p>The encoded string is decoded here&#8230;  <a href="http://sucuri.net/malware/entry/MW:MROBH:1">http://sucuri.net/malware/entry/MW:MROBH:1</a></p>
<p>The main issue now is to remove this particular javascript in all the php files, and how can i remove them in a single go&#8230; Sucuri has a solution for that too.. <a href="http://blog.sucuri.net/2010/05/simple-cleanup-solution-for-latest.html">Have a look here..</a></p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2010/05/11/wordpress-blogs-hit-with-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 is Out!!!</title>
		<link>http://itsanimesh.com/2009/12/21/wordpress-2-9-is-out/</link>
		<comments>http://itsanimesh.com/2009/12/21/wordpress-2-9-is-out/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 10:55:04 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=1468</guid>
		<description><![CDATA[The world’s most popular blogging engine has released it’s latest update and there’s a little something for everyone&#8230;. Whilst the most recent minor update to the blogging software was primarily concerned with plugging security vulnerabilities, this major release includes a number of major new features. These include a global undo function, meaning that accidentally deleted ...]]></description>
			<content:encoded><![CDATA[<p>The world’s most popular blogging engine has released it’s latest update and there’s a little something for everyone&#8230;.</p>
<p>Whilst the most recent minor update to the blogging software was primarily concerned with plugging security vulnerabilities, this major release includes a number of major new features. These include a global undo function, meaning that accidentally deleted posts or comments can now be restored. <span id="more-1468"></span></p>
<p>WordPress 2.9 also includes a new built-in image editor, providing basic functions such as rotation, cropping and resizing. Video embedding has also been simplified. In WordPress 2.9, it&#8217;s possible to simply paste the URL for an embedded video in a separate line, with coding being taken of automatically.</p>
<p>If you are interested in learning about what is new in WordPress 2.9, there is a great write up posted on Quick Online Tips which you can view <a href="http://www.quickonlinetips.com/archives/2009/12/download-wordpress-29/">here</a>.  The post features the following new features:</p>
<ol>
<li>Thrash It</li>
<li>Image Editor</li>
<li>Batch Plugin Update</li>
<li>Easier Video Embeds</li>
<li>Database Optimization Support</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2009/12/21/wordpress-2-9-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto forward a WordPress Page to an external URL!!!</title>
		<link>http://itsanimesh.com/2009/12/07/howto-forward-a-wordpress-page-to-an-external-url/</link>
		<comments>http://itsanimesh.com/2009/12/07/howto-forward-a-wordpress-page-to-an-external-url/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 12:30:02 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=1380</guid>
		<description><![CDATA[Sometimes we may need to forward a WordPress page to an external link/page&#8230; Since there is no option to do this in the page itself you have to use a page template, this is the way to do it&#8230; Lets say i want to forward it to twitter.. Create a file lets call it re-twitter.php ...]]></description>
			<content:encoded><![CDATA[<p>Sometimes we may need to forward a WordPress page to an external link/page&#8230; Since there is no option to do this in the page itself you have to use a <a href="http://codex.wordpress.org/Pages">page template</a>, this is the way to do it&#8230;</p>
<ol>
<li>Lets say i want to forward it to twitter.. <img src='http://itsanimesh.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Create a file lets call it re-twitter.php with the text below and save it to your theme folder (/public_html/wp-content/themes/&lt;yourtheme&gt;/re-twitter.php)
<pre>&lt;?php
/*
Template Name: Redirect Twitter
*/

header('Location: http://twitter.com/itsAnimesh');
die();
?&gt;</pre>
<p>If you plan on making more redirects the file name starting in redirect will ensure they all stay together.</li>
<li>Create the page, and choose the ‘Template Name’  Twitter Redirect.</li>
<li>Save, done, test, done.</li>
</ol>
<p>NOTE : If you change your theme you’ll have to move the redirect page templates&#8230;</p>
<p>I know there are plug-ins for this but i like this way better than using plug-ins or playing around with .htaccess. <img src='http://itsanimesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2009/12/07/howto-forward-a-wordpress-page-to-an-external-url/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.6 security release!!!</title>
		<link>http://itsanimesh.com/2009/11/13/wordpress-2-8-6-security-release/</link>
		<comments>http://itsanimesh.com/2009/11/13/wordpress-2-8-6-security-release/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:01:52 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=1046</guid>
		<description><![CDATA[We know that the WordPress developers are currently working hard completing version 2.9, but 23 days after releasing 2.8.5 there is one more 2.8 release : WordPress 2.8.6 Security Release. As a security release, WordPress releases version 2.8.6 which fixes two security problems that can be exploited by untrusted users in your blog who have ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1048" title="wordpress-logo" src="http://itsanimesh.com/wp-content/uploads/2009/11/wordpress-logo.jpg" alt="wordpress-logo" width="112" height="112" />We know that the WordPress developers are currently working hard completing version 2.9, but 23 days after releasing 2.8.5 there is one more 2.8 release : <a href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/">WordPress 2.8.6 Security Release</a>.<br />
<span id="more-1046"></span><br />
As a security release, WordPress releases version 2.8.6 which fixes two security problems that can be exploited by untrusted users in your blog who have posting privileges.</p>
<blockquote><p>The first problem is an XSS vulnerability in Press This discovered by Benjamin Flesch.  The second problem, discovered by Dawid Golunski, is an issue with sanitizing uploaded file names that can be exploited in certain Apache configurations.</p></blockquote>
<p>If you blog has untrusted authors, then upgrading to 2.8.6 (<a href="http://wordpress.org/download/">download</a>) is recommended or you could just upgrade automatically through your blog’s WordPress Dashboard.</p>
<p>This WordPress update does not require an update of the WordPress database. It is however recommended to perform a backup of both the WordPress files on the web server and the MySQL database to be prepared if the update should fail for any reason.</p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2009/11/13/wordpress-2-8-6-security-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto Company Blog!!!</title>
		<link>http://itsanimesh.com/2009/09/08/howto-company-blog/</link>
		<comments>http://itsanimesh.com/2009/09/08/howto-company-blog/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 17:31:33 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=756</guid>
		<description><![CDATA[A company blog is extremely challenging to create as well as maintain. The biggest challenge (which is not unique to a company blog) is finding the time to do it. Everyone’s busy with other work and blogging is just never part of the companies plan. But what companies don&#8217;t realize is that it should be ...]]></description>
			<content:encoded><![CDATA[<p>A company blog is extremely challenging to create as well as maintain. The biggest challenge (which is not unique to a company blog) is finding the time to do it. Everyone’s busy with other work and blogging is just never part of the companies plan. But what companies don&#8217;t realize is that it should be a part of there plan form the very moment you start the company. Blogging is probably the best way of generating a buzz for your company. If your company blogs well it would definitely create more awareness, customers, press and publicity than anything else you can do.<span id="more-756"></span></p>
<p><strong>Lets focus on the steps required to to set up your company blog.</strong></p>
<p>1. One should use a simple domain name for there company blog ( for example if your company site is companyabc.com then use a sub-domain for a blog like blog.companyabc.com or use companyabc.com/blog ). The blog should be the integral part of your brand or website.</p>
<p>2. You should choose your blogging application carefully to suite your company needs or make a personal blogging application. Though i would personally recommend using <a href="http://wordpress.org/">WordPress</a>. If you want to proved employees with individual blogs then i recommend using <a href="http://mu.wordpress.org/">WordPress MU</a>.</p>
<p>3. Make sure that the design of your blog is similar to your website design. This maintains continuity of your brand, and makes the blog easily recognizable. It also ensures the blog becomes a key part of your website (which should be the case <img src='http://itsanimesh.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>4. Offer email and RSS subscriptions.</p>
<p>The content is also an important part of the company blog. The best company blogs will always publish a combination of posts, blending them in naturally with eachother. A great example is <a href="http://www.37signals.com/svn/">Signal vs. Noise</a> from 37Signals. A more recent example of a killer company blog is the official <a href="http://googleblog.blogspot.com/" target="_blank">Google Blog</a>. The rules of good <a href="http://www.copyblogger.com/">copywriting</a> and <strong>blogging </strong>still apply no matter what you publish, but the diversity of content will help.</p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2009/09/08/howto-company-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress MU Review!!!</title>
		<link>http://itsanimesh.com/2009/08/24/wordpress-mu-review/</link>
		<comments>http://itsanimesh.com/2009/08/24/wordpress-mu-review/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:12:58 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=751</guid>
		<description><![CDATA[Been setting up and played around with WordPress MU for the pass few days, after a few attempts to install WordPress MU, finally i got it running in my web directory. Honestly and seriously, i’m kind of disappointed with WordPress MU, it’s not because of the features, WordPress MU has all the features that a ...]]></description>
			<content:encoded><![CDATA[<p>Been setting up and played around with <a href="http://mu.wordpress.org/">WordPress MU</a> for the pass few days, after a few attempts to install WordPress MU, finally i got it running in my web directory.</p>
<p>Honestly and seriously, i’m kind of disappointed with WordPress MU, it’s not because of the features, WordPress MU has all the features that a blogging software need to have.<span id="more-751"></span></p>
<p>But the thing i’m disappointed about WordPress MU is because it’s too rely on the administrator’s server skills. If you are going to host WordPress MU, you need to have a lot of control over your server, and know your server very well, for example if you want subdomain for all your users, then you have to enable <a href="http://en.wikipedia.org/wiki/Wildcard_DNS_record">Wildcard DNS</a>, to do this you have to gain access to alter the <em>httpd.conf</em>.</p>
<p>I really hope that there will be a workaround for this, or better solution in the future release, to me WordPress is the best piece of software for blogging purpose, and i hope that i can share the best part of WordPress together with my friends and my family. But for now, one thing for sure is that WordPress MU aren’t meant for those who want to manage a small size multiuser blogging service just for the sake of having fun with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2009/08/24/wordpress-mu-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Linux newbie guide to installation of LAMP on Ubuntu!!!</title>
		<link>http://itsanimesh.com/2009/07/05/linux-newbie-guide-to-installation-of-lamp-on-ubuntu/</link>
		<comments>http://itsanimesh.com/2009/07/05/linux-newbie-guide-to-installation-of-lamp-on-ubuntu/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 10:16:03 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=624</guid>
		<description><![CDATA[The acronym LAMP refers to a set of free software programs commonly used together to run dynamic Web sites or servers Linux, the operating system; Apache, the Web server; MySQL, the database management system (or database server) and Perl, PHP, and/or Python, scripting languages. The LAMP stack is a very popular setup and many websites ...]]></description>
			<content:encoded><![CDATA[<p>The acronym LAMP refers to a set of free software programs commonly used together to run dynamic Web sites or servers <strong>L</strong>inux, the operating system; <strong>A</strong>pache, the Web server; <strong>M</strong>ySQL, the database management system (or database server) and <strong>P</strong>erl, <strong>P</strong>HP, and/or <strong>P</strong>ython, scripting languages. The LAMP stack is a very popular setup and many websites run on it. Best of all, all four of the tools in the stack are free and open source and really easy to get started with.</p>
<p>For this tutorial, I&#8217;m going to be showing you how to install LAMP on Ubuntu 9.04 (Jaunty Jackalope), but the process is very similar for other Linux distributions too.</p>
<p>All the stuff you need is pre-loaded into Ubuntu&#8217;s software repositories, and it&#8217;s really simple to install everything you need. If you&#8217;re doing a new install, you may want to take a look at <a href="http://www.ubuntu.com/products/WhatIsUbuntu/serveredition">the server edition of Ubuntu</a> as it allows for a pre-configured profile that you can pick at install time.</p>
<p>You need to install the following packages:</p>
<ul>
<li>apache2</li>
<li>php5-mysql</li>
<li>libapache2-mod-php5</li>
<li>mysql-server</li>
</ul>
<h3>Apache</h3>
<p>Install Apache</p>
<div>
<blockquote><p>sudo apt-get install apache2</p></blockquote>
</div>
<p>Testing HTTP Server by open a web browser and enter http://localhost</p>
<h3>PHP</h3>
<p>Install PHP5</p>
<div>
<blockquote><p>sudo apt-get install php5 libapache2-mod-php5</p></blockquote>
</div>
<p>Stop/Restart Apache</p>
<div>
<blockquote><p>sudo /etc/init.d/apache2 restart</p></blockquote>
</div>
<p>Test the installation</p>
<div>
<blockquote><p>sudo gedit /var/www/testphp.php</p></blockquote>
</div>
<p>Insert this following line into testphp.php file.</p>
<div>
<blockquote><p>&lt;?php phpinfo(); ?&gt;</p></blockquote>
</div>
<p>Save this new file.<br />
Open a web browser and enter http://localhost/testphp.php<br />
Be sure to remove the file afterwards, as it may pose a security risk.</p>
<div>
<blockquote><p>sudo rm /var/www/testphp.php</p></blockquote>
</div>
<h3>MySQL</h3>
<p>Install MySQL Server</p>
<div>
<blockquote><p>sudo apt-get install mysql-server</p></blockquote>
</div>
<p>MySQL initially only allows connections from the localhost (127.0.0.1). We’ll need to remove that restriction if you wish to make it accessible to everyone on the internet. Open the file /etc/mysql/my.cnf</p>
<div>
<blockquote><p>gksudo gedit /etc/mysql/my.cnf</p></blockquote>
</div>
<p>Find the line bind-address = 127.0.0.1 and comment it out then save the file.<br />
MySQL comes with no root password as default. This is a huge security risk. You’ll need to set one. So that the local computer gets root access as well, you’ll need to set a password for that too. The local-machine-name is the name of the computer you’re working on.</p>
<div>
<blockquote><p>mysqladmin -u root password &lt;newpassword&gt;<br />
mysqladmin -h root@local-machine-name -u root -p password &lt;newpassword&gt;<br />
sudo /etc/init.d/mysql restart</p></blockquote>
</div>
<h3>MySQL Administrator</h3>
<p>Install MySQL Administrator</p>
<div>
<blockquote><p>sudo apt-get install mysql-admin</p></blockquote>
</div>
<p>Refresh Gnome Panel</p>
<div>
<blockquote><p>killall gnome-panel</p></blockquote>
</div>
<p>Run MySQL Administrator<br />
Applications -&gt; System Tools -&gt; MySQL Administrator</p>
<h3>MySQL for Apache HTTP Server</h3>
<div>
<blockquote><p>sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin</p></blockquote>
</div>
<p>To get PHP to work with MySQL, open the php.ini file</p>
<div>
<blockquote><p>gksudo gedit /etc/php5/apache2/php.ini</p></blockquote>
</div>
<p>You’ll need to uncomment the “;extension=mysql.so” line so that it looks like this</p>
<div>
<blockquote><p>extension=mysql.so</p></blockquote>
</div>
<p>Restart Apache</p>
<div>
<blockquote><p>sudo /etc/init.d/apache2 restart</p></blockquote>
</div>
<p>That&#8217;s pretty much all the configuration you need to do, so you can now grab any web applications you want and install them.</p>
<p>Cheers <img src='http://itsanimesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2009/07/05/linux-newbie-guide-to-installation-of-lamp-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving from wordpress.com blog to paid hosting!!!</title>
		<link>http://itsanimesh.com/2009/07/04/moving-from-wordpress-com-blog-to-paid-hosting/</link>
		<comments>http://itsanimesh.com/2009/07/04/moving-from-wordpress-com-blog-to-paid-hosting/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 16:14:48 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Assorted Gyaan]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=597</guid>
		<description><![CDATA[I had a blog at wordpress.com but since it is free software, was very limited to what I wanted to do with it. So I moved to a paid hosting. The free blog was animeshkmr.wordpress.com. Initially i had bought a domain (itsanimesh.com) and had mapped it to my original wordpress blog. I searched a lot ...]]></description>
			<content:encoded><![CDATA[<p>I had a blog at wordpress.com but since it is free software, was very limited to what I wanted to do with it. So I moved to a paid hosting.</p>
<p>The free blog was animeshkmr.wordpress.com.</p>
<p>Initially i had bought a domain (itsanimesh.com) and had mapped it to my original wordpress blog. I searched a lot to find the best place to host my blog and i ended up buying hosting from the same place i bought my domain from Godaddy. The reason i used Godaddy was that installing wordpress on godadday can be done by just a single click. This makes your move extremely easy. I also found that they were the cheapest hosting company. The blog does not take up a lot of room so I&#8217;m starting of with the Economy Plan.It is $3.99 for 2 months or if you want a 12 month plan it is $3.79. I purchased the plan for 36 months and it was only $3.39 a month. The reason I purchased so long was:<br />
1. the discount.<br />
2. If I decide in a year to move to another hosting company, I will be refunded for the time that I have not used.<br />
As time goes by, if I need more space I can upgrade but the Economy plan has plenty of available space! I already owned my domain, but if you purchase the hosting plan through godaddy, your domain purchase will only be US$1.99 at the time you buy the hosting plan. This is so much cheaper than any other place I have found.</p>
<p>All you need to do after buying hosting is install wordpress, which can be done by a single click and export your wordpress.com data and import it on your new wrodpress blog. It&#8217;s really easy and the total time it took me was around two hours. I really recommend people that can opt for paid hosting should definitely do it. When you start using wordpress.org then you realise how limited wordpress.com really is.<br />
Cheers <img src='http://itsanimesh.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2009/07/04/moving-from-wordpress-com-blog-to-paid-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

