<?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>How &#187; Blogging Tip</title>
	<atom:link href="http://how.best-free-information.com/category/blogging-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://how.best-free-information.com</link>
	<description>The best free information about how to do stuff!</description>
	<lastBuildDate>Tue, 24 Aug 2010 21:12:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Move a WordPress Blog from GoDaddy to HostGator</title>
		<link>http://how.best-free-information.com/2009/07/how-to-move-a-wordpress-blog-from-godaddy-to-hostgator/</link>
		<comments>http://how.best-free-information.com/2009/07/how-to-move-a-wordpress-blog-from-godaddy-to-hostgator/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 14:24:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tip]]></category>
		<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Auto Increment]]></category>
		<category><![CDATA[Binary Files]]></category>
		<category><![CDATA[Cpanel Login]]></category>
		<category><![CDATA[Database Login]]></category>
		<category><![CDATA[Database Name]]></category>
		<category><![CDATA[Dns Servers]]></category>
		<category><![CDATA[Downloade]]></category>
		<category><![CDATA[Email Ip]]></category>
		<category><![CDATA[Field Names]]></category>
		<category><![CDATA[Ftp Program]]></category>
		<category><![CDATA[Ftp Servers]]></category>
		<category><![CDATA[Godaddy]]></category>
		<category><![CDATA[Hexadecimal]]></category>
		<category><![CDATA[Hostgator]]></category>
		<category><![CDATA[Increment Value]]></category>
		<category><![CDATA[Line Breaks]]></category>
		<category><![CDATA[Mysql Database]]></category>
		<category><![CDATA[Mysql Databases]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Storage Space]]></category>
		<category><![CDATA[Structure Menu]]></category>
		<category><![CDATA[Tendency]]></category>

		<guid isPermaLink="false">http://how.best-free-information.com/?p=183</guid>
		<description><![CDATA[If you need to move a wordpress blog from GoDaddy to Hostgator, there are certain steps you will need to follow.  Doing them in the right order can help you avoid problems. Create your account at HostGator.  If you don't already have one, get one.  Write down your cPanel login and password.  These will also [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to move a wordpress blog from GoDaddy to <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411">Hostgator</a>, there are certain steps you will need to follow.  Doing them in the right order can help you avoid problems.</p>
<ol>
<li>Create your account at <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411">HostGator</a>.  If you don't already have one, get one.  Write down your cPanel login and password.  These will also be used for your FTP program.  Make sure you are set up with enough bandwidth and storage space to support a blog, and that your account allows you to have at least one MYSQL database.  You should get an email with a new IP (used for your FTP) and DNS servers.  Make a note of those.</li>
<li>FTP to your GoDaddy account, and download all of the contents of your site with the blog.  Save them to your local drive.</li>
<li>Open your wp_config.php file with Notepad.  ONLY use Notepad, because other editors have a tendency to put extra characters (line breaks, etc.) in the file, which can corrupt it.  Write down the database name, database username, and password from this file.  You will need it to login to GoDaddy's MYSQL database to export it.</li>
<li>In your GoDaddy control panel, go to your Databases.  Manage the database with the wordpress blog information in it (the name from the wp-config.php file).  Use your username and password that you retrieved from your wp-config.php to login.</li>
<li>Select the database.  Click on the Export tab.</li>
<li>Enable ‘add Drop Table’, ‘add Auto_Increment value’ and ‘enclosure table and field names with blackquotes’ from the Structure menu</li>
<li>Enable ‘Complete inserts’ and ‘Use hexadecimal for binary files’ from Data</li>
<li>Check on 'Save as File', then go, and it will ask you for a place on your local drive to save the database.</li>
<li>Login to your cPanel at <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411">Hostgator</a>.</li>
<li>Under MYSQL databases, create a new database.</li>
<li>Create a new user.  Write down the password. Then add that user to the database.</li>
<li>Login to MyPHPAdmin for that database, and select the new database.  Click 'Import'.</li>
<li>Browse to the location of your downloaded version of the MYSQL database (named with a .sql extension by default), and click Go.</li>
<li>Modify the wp-config.php file and put the NEW databasename, username and password in the file. REMEMBER!!!  Only use Notepad.  The single biggest issue from WordPress blogs 'breaking' during a move is someone adding some invisible line breaks in their wp-config.php.</li>
<li>Open an FTP session to the <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411">Hostgator </a>account.</li>
<li>Navigate to the public_html folder.  Nothing will be visible if you put it in a folder above the public_html folder.  Public_html is the 'root' of your Hostgator account.  (This is different from GoDaddy.)  If you want to put the blog in a subdirectory, create a directory under the public_html folder.</li>
<li>Upload all files from your local drive to the folder in which you want the blog to appear.</li>
<li>Remember email!  In your cPanel for <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411">Hostgator</a>, add an email account to match the one you used to use with your old account.</li>
<li>Login to GoDaddy, and manage Domains.  Edit the DNS servers to point to the new ones (from the email when you created the <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411">Hostgator </a>account).  It can take several days for the new DNS to be propogated across the world.  That means that for a few days some people will still see your old site when they type in the URL of your blog, and others will see the new one.  It's a good idea to leave your blog static for a few days.</li>
<li>Personally I like to make a small change to the footer of my new blog that only I will notice.  Maybe use two dashes instead of one, or change the copyright notice slightly.  That way I can tell if I'm seeing the old version or the new.  You can also use pagewash.com to view the site without any of your browser cache data messing with you.</li>
</ol>
<p>That's it.  It's not super-hard, but it's not as easy as 1-2-3, either.  I had a ton of blogs on GoDaddy and switched them over to my<a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411"> Hostgator account</a>.  The steps above come from the notes I made for myself.  The first one took me a long time to do.  It got down to about 20-30 minutes each after a few, using the steps above.</p>
<p>I hope that helps you if you need to move a WordPress blog from GoDaddy to <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=digital411">Hostgator</a>.</p>
<p>Linda - http://how.best-free-information.com - <a href="http://how.best-free-information.com">The "How" Blog</a></p>
<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F&amp;title=How+to+Move+a+WordPress+Blog+from+GoDaddy+to+HostGator" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F&amp;title=How+to+Move+a+WordPress+Blog+from+GoDaddy+to+HostGator" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F&amp;title=How+to+Move+a+WordPress+Blog+from+GoDaddy+to+HostGator" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F&amp;title=How+to+Move+a+WordPress+Blog+from+GoDaddy+to+HostGator" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F&amp;title=How+to+Move+a+WordPress+Blog+from+GoDaddy+to+HostGator', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F&amp;title=How+to+Move+a+WordPress+Blog+from+GoDaddy+to+HostGator" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F07%2Fhow-to-move-a-wordpress-blog-from-godaddy-to-hostgator%2F&amp;title=How+to+Move+a+WordPress+Blog+from+GoDaddy+to+HostGator" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://how.best-free-information.com/2009/07/how-to-move-a-wordpress-blog-from-godaddy-to-hostgator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Find Content for Blogs or Articles</title>
		<link>http://how.best-free-information.com/2009/05/how-to-find-content-for-blogs-or-articles/</link>
		<comments>http://how.best-free-information.com/2009/05/how-to-find-content-for-blogs-or-articles/#comments</comments>
		<pubDate>Wed, 27 May 2009 03:40:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging Tip]]></category>
		<category><![CDATA[SEO Tip]]></category>
		<category><![CDATA[Tech Tip]]></category>
		<category><![CDATA[Web Traffic Tip]]></category>
		<category><![CDATA[Article Marketing]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Bum Marketing]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[Find Articles]]></category>
		<category><![CDATA[Forehead]]></category>
		<category><![CDATA[Hot Topic]]></category>
		<category><![CDATA[Hot Topics]]></category>
		<category><![CDATA[Macros]]></category>
		<category><![CDATA[Niche]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://how.best-free-information.com/?p=168</guid>
		<description><![CDATA[If you write articles for Article Marketing (Bum Marketing), write for a blog, or are trying to develop your own eBook, you will probably have the same two problems everyone else does: what to write about how to easily generate the content There is a free eBook called "Uniquification" that solves these two problems.  It [...]]]></description>
			<content:encoded><![CDATA[<p>If you write articles for Article Marketing (Bum Marketing), write for a blog, or are trying to develop your own eBook, you will probably have the same two problems everyone else does:</p>
<ol>
<li>what to write about</li>
<li>how to easily generate the content</li>
</ol>
<p>There is a free eBook called "<a href="http://www.noduplicatecontent.com" target="_blank">Uniquification</a>" that solves these two problems.  It is full of ideas about finding topics related to your niche, how to structure your thoughts well, and, most importantly, how to make your content UNIQUE.</p>
<p>Sections include:</p>
<ul>
<li> why GOOD, UNIQUE content is king!</li>
<li>easy strategies for finding tons of hot topics to write about related to your niche</li>
<li>how to convert existing content into your own, unique, original content...easily</li>
<li>tools and macros to automate the process for you</li>
</ul>
<p>In my opinion, the two coolest things about the <a href="http://www.noduplicatecontent.com" target="_blank">Uniquification </a>ebook are the idea to use YouTube to create content for, say, a blog (or even an article!).  You really have to see that one...you'll smack yourself in the forehead.  The other one is the macros.  There are three macros that make both finding a hot topic and collecting the content very easy.</p>
<p>And it's all free, so give it a shot!</p>
<p>Oh...there's even a <a href="http://www.noduplicatecontent.com" target="_blank">blog </a>at the site with other ideas that aren't found in the eBook...very worth a read.</p>
<p><a href="http://http://www.noduplicatecontent.com">Uniquification - Generating Good, Unique Content Quickly and Easily</a></p>
<p><a href="http://www.noduplicatecontent.com" target="_blank">http://www.noduplicatecontent.com</a></p>
<p>Linda - http://how.best-free-information.com - <a href="http://how.best-free-information.com">The "How" Blog</a></p>
<span class="slashdigglicious">
<a href="http://slashdot.org/bookmark.pl?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F&amp;title=How+to+Find+Content+for+Blogs+or+Articles" title="Slashdot It!"><img src="http://slashdot.org/favicon.ico" height="16" width="16" alt="[Slashdot]" /></a>
<a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F&amp;title=How+to+Find+Content+for+Blogs+or+Articles" title="Digg This Story"><img src="http://digg.com/favicon.ico" width="16" height="16" alt="[Digg]" /></a>
<a href="http://reddit.com/submit?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F&amp;title=How+to+Find+Content+for+Blogs+or+Articles" title="Reddit"><img src="http://reddit.com/favicon.ico" width="16" height="16" alt="[Reddit]" /></a>
<a href="http://del.icio.us/post?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F&amp;title=How+to+Find+Content+for+Blogs+or+Articles" title="Save to del.icio.us" onclick="window.open('http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F&amp;title=How+to+Find+Content+for+Blogs+or+Articles', 'delicious', 'toolbar=no,width=700,height=400'); return false;"><img src="http://images.del.icio.us/static/img/delicious.small.gif" width="16" height="16" alt="[del.icio.us]" /></a>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F" title="Share on Facebook"><img src="http://www.facebook.com/favicon.ico" width="16" height="16" alt="[Facebook]" /></a>
<a href="http://technorati.com/faves?add=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F" title="Add to my Technorati Favorites"><img src="http://technorati.com/favicon.ico" width="16" height="16" alt="[Technorati]" /></a>
<a href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F&amp;title=How+to+Find+Content+for+Blogs+or+Articles" title="Save to Google Bookmarks"><img src="http://www.google.com/favicon.ico" width="16" height="16" alt="[Google]" /></a>
<a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fhow.best-free-information.com%2F2009%2F05%2Fhow-to-find-content-for-blogs-or-articles%2F&amp;title=How+to+Find+Content+for+Blogs+or+Articles" title="Stumble it!"><img src="http://www.stumbleupon.com/favicon.ico" width="16" height="16" alt="[StumbleUpon]" /></a>
</span>]]></content:encoded>
			<wfw:commentRss>http://how.best-free-information.com/2009/05/how-to-find-content-for-blogs-or-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
