<?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>SEO Blog - Search Engine Optimization Blog &#187; Wordpress</title>
	<atom:link href="http://www.bettermychance.org/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bettermychance.org</link>
	<description>Better My Chances For Good SERPs</description>
	<lastBuildDate>Fri, 16 May 2008 08:54:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Move A WordPress Blog</title>
		<link>http://www.bettermychance.org/how-to-move-a-wordpress-blog.html</link>
		<comments>http://www.bettermychance.org/how-to-move-a-wordpress-blog.html#comments</comments>
		<pubDate>Mon, 25 Feb 2008 20:13:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Backing Up]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Host]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Moving]]></category>
		<category><![CDATA[Moving A Wordpress Blog]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://www.bettermychance.org/how-to-move-a-wordpress-blog.html</guid>
		<description><![CDATA[How to move a wordpress blog. (without any downtime) Backing up your blog. Download all your wordpress files from your sites root directory to somewhere safe on your local computer. Easiest way to do this is using a FTP manager. &#8230; <a href="http://www.bettermychance.org/how-to-move-a-wordpress-blog.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>How to move a wordpress blog. (without any downtime)</p>
<p><strong>Backing up your blog.</strong></p>
<p>Download all your wordpress files from your sites root directory to somewhere safe on your local computer.</p>
<p>Easiest way to do this is using a FTP manager. If you don&#8217;t have one, Google filezilla, it works well and its free.</p>
<p><strong>Backup your database.</strong></p>
<p> Go into cpanel and click on <strong>mysql databases</strong> then at the bottom of the page click on <strong>phpmyadmin</strong></p>
<p> Phpmyadmin should now load in a new window, near the top left of the screen you should see your database name with a number in brackets after it. Something like <strong>myblog_seoblog (13)</strong> click on that and wait for your database tables to load in the main screen.</p>
<p>Once that loads click on <strong>export</strong> at the top of the screen, when the next screen loads you want to select the box at the bottom left <strong>save file as</strong> and then click on <strong>go</strong> to the right (see pic below)</p>
<p><img width="450" src="http://www.bettermychance.org/images/wp-export-footer.gif" height="113" /></p>
<p>Once you have clicked on <strong>go</strong> you will be prompted to save the file, save this on your computer somewhere near the site files that you have recently downloaded. when you click save the file will be downloaded and should look something like <strong>myblog_seoblog.sql</strong></p>
<p>That&#8217;s the backing up part complete.</p>
<p>Next, set up your new hosting account. (something similar to below)</p>
<p>+===================================+</p>
<p>  | New Account Info |</p>
<p>  +===================================+</p>
<p>  | Domain: yourdomain.com</p>
<p>  | Ip: 123.12.123.123 (n)</p>
<p>  | HasCgi: y</p>
<p>  | UserName: user123</p>
<p>  | PassWord: password123</p>
<p>  | CpanelMod: x</p>
<p>  | HomeRoot: /home</p>
<p>  | Quota: 10000 Meg</p>
<p>  | NameServer1: ns1.nameserver.com</p>
<p>  | NameServer2: ns2.nameserver.com</p>
<p>  | NameServer3:</p>
<p>  | NameServer4:</p>
<p>  | Contact Email:</p>
<p>  | Package: hosting 4</p>
<p>+===================================+</p>
<p>We will use the details above as an example of how to upload your files and database to your new host BEFORE changing the nameserver to avoid any downtime.</p>
<p>Open your ftp program and create a new ftp site connection. something like below, this will vary depending on the FTP client but you will have similar options.</p>
<p><img width="300" src="http://www.bettermychance.org/images/wp-new-host.jpg" height="340" /></p>
<p>Label: this can be anything you like, usually your site name will do.</p>
<p>Host address: this must be the IP address of the new hosting account, for the example we would enter <strong>123.12.123.123</strong> you would enter your IP details</p>
<p>Username: we would enter <strong>user123</strong> you would enter your username</p>
<p>Password we would enter <strong>password123</strong> you would enter your password</p>
<p>Now click connect, to connect to your new hosting account.</p>
<p><strong>Uploading your blog</strong></p>
<p>Now you have connected to your new hosting account, navigate to the <strong>www</strong> folder and upload the whole of your site files that you previously backed up.</p>
<p>Once that is done you need to create a new database and import your wordpress tables and information.</p>
<p>Log into you new hosting accounts cpanel via the IP address. some like this: http://123.12.123.123/cpanel and when prompted enter your username and password.</p>
<p>Now you are into cpanel click on <strong>mysql databases</strong> and create a <strong>new database</strong>, create a new <strong>username and password</strong> and <strong>add user to database</strong>. (see below)</p>
<p><img width="350" src="http://www.bettermychance.org/images/new-db.gif" height="376" /></p>
<p>Once you have completed those step its time to import your wordpress data into the new database, click on <strong>phpmyadmin</strong> at the bottom of the screen.</p>
<p>What you have to do now is basically the opposite of what you did to backup the database.</p>
<p>Click on your new database name at the top left of the screen, then click on <strong>import</strong> near the top of the screen, then browse and locate your backed up database and click on go at the bottom of the screen.</p>
<p><img width="450" src="http://www.bettermychance.org/images/phpmyadmin.gif" height="125" /></p>
<p>Once you click on go you will need to wait, this can be anything from a few seconds to a few minutes depending on the size of your blog.</p>
<p>When its complete you will see something like xxx amount of queries completed. This means your database has been imported completely.</p>
<p>Only two more steps left.</p>
<p>Connect your wordpress blog to the database, you do this by editing a file called wp-config.php in your sites root directory. The first part of the file should look something like this:</p>
<p>// ** MySQL settings ** //</p>
<p>  define(&#8216;DB_NAME&#8217;, &#8216;<strong>newdbusername</strong>&#8216;); // The name of the database</p>
<p>  define(&#8216;DB_USER&#8217;, &#8216;<strong>newdbusername</strong>&#8216;); // Your MySQL username</p>
<p>  define(&#8216;DB_PASSWORD&#8217;, &#8216;<strong>newpassword</strong>&#8216;); // &#8230;and password</p>
<p>  define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;); // 99% chance you won&#8217;t need to change this value</p>
<p>  define(&#8216;DB_CHARSET&#8217;, &#8216;utf8&#8242;);</p>
<p>define(&#8216;DB_COLLATE&#8217;, &#8221;);</p>
<p>The 3 parts you need to change are in bold above, replace these with the details you gave when setting up the new database in cpanel.</p>
<p>Once you have done that all you need to do is change the nameservers, go to your domain registrar, and change the nameservers there, giving the new details you got from your new hosting account. Once the nameservers have resolved your wordpress blog should be running on your new hosting account without any downtime.</p>
<p>It can take a few minutes or a few hours for your nameserver to change completely, a good way to check is by opening a dos prompt on your computer and ping your domain, type <strong>ping www.yourdomain.com</strong> you should get a reply from your new IP address if the nameservers have resolved.</p>
<p>That&#8217;s it your all done, if you want a recommendation for a hosting company, i can recommend <a target="_blank" href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=hostingosc" rel="nofollow">hostgator</a>.</p>
<p><a target="_blank" href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=hostingosc"><img border="0" src="http://www.hostgator.com/affiliates/banners/468x60e.gif" rel="nofollow" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bettermychance.org/how-to-move-a-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improving Your Adsense Earnings</title>
		<link>http://www.bettermychance.org/improving-your-adsense-earnings.html</link>
		<comments>http://www.bettermychance.org/improving-your-adsense-earnings.html#comments</comments>
		<pubDate>Tue, 15 Jan 2008 19:36:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Making Money]]></category>
		<category><![CDATA[SEO Basics]]></category>
		<category><![CDATA[SEO For Blogs]]></category>
		<category><![CDATA[Site Optimization]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bettermychance.org/improving-your-adsense-earnings.html</guid>
		<description><![CDATA[OK, so you have a site and your finally getting visitors to your site, now how do you make money from your visitors? you could sell them a product of your own, you could promote an affiliate product, but most &#8230; <a href="http://www.bettermychance.org/improving-your-adsense-earnings.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OK, so you have a site and your finally getting visitors to your site, now how do you make money from your visitors? you could sell them a product of your own, you could promote an affiliate product, but most people start with AdSense ads.</p>
<p>AdSense is easy to set up and if your getting traffic to your site then that should convert nicely into a bit of extra pocket money for you.</p>
<p>If your site is in a common niche you may only get a couple of cents per click, but with enough traffic even the poorest of niches can still make you a few extra $&#8217;s a day.</p>
<p>So what if you are getting traffic but not getting any clicks throughs?</p>
<p>Well this was my case with my <a target="_blank" href="http://www.freedreaminterpretation.co.uk" title="Dream Interpretation">Dream Interpretation</a> site. i was getting hundreds of visitors a day, about two thousand page views a day and making less than $1 a day <img src='http://www.bettermychance.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I decided to create a new template for the site more geared up for displaying AdSense ads, I now have a text ad unit near the top and 2 large vertical columns one for a banner and one for text ads.</p>
<p>So far this is working much better and i am now getting around 5x the revenue each day.</p>
<p>It seemed like a lot of work at first but its worth it long term, if you have a wordpress blog its a lot easier you can just upload a new theme, if you are running a 2.3.x wordpress blog and above i recommend having a look at <a rel="nofollow" target="_blank" href="http://codex.wordpress.org/Themes/Theme_Compatibility/2.3" title="wordpress 2.3 compatibility list">this site</a> as the have links to all compatible 2.3.x themes that are free.</p>
<p>Good luck and happy earning <img src='http://www.bettermychance.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bettermychance.org/improving-your-adsense-earnings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update Your WordPress Ping List</title>
		<link>http://www.bettermychance.org/update-your-wordpress-ping-list.html</link>
		<comments>http://www.bettermychance.org/update-your-wordpress-ping-list.html#comments</comments>
		<pubDate>Tue, 23 Oct 2007 16:51:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Backlinks]]></category>
		<category><![CDATA[SEO For Blogs]]></category>
		<category><![CDATA[Blog SEO]]></category>
		<category><![CDATA[Ping List]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bettermychance.org/update-your-wordpress-ping-list.html</guid>
		<description><![CDATA[Updating your ping list could be a good way for you to get more traffic to your blog and more backlinks for free. When you write a new blog post and publish it, wordpress automatically pings http://rpc.pingomatic.com/ thus notifying it &#8230; <a href="http://www.bettermychance.org/update-your-wordpress-ping-list.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Updating your ping list could be a good way for you to get more traffic to your blog and more backlinks for free.</p>
<p>When you write a new blog post and publish it, wordpress automatically pings http://rpc.pingomatic.com/<br />
thus notifying it of a new blog post. If you update your ping list to include the following services. more sites and people will be aware of your new blog post and now you potentially have a better chance of getting more people to visit your blog</p>
<p>http://rpc.pingomatic.com</p>
<p>http://ping.bitacoras.com</p>
<p>http://bulkfeeds.net/rpc</p>
<p>http://blogsearch.google.com/ping/RPC2</p>
<p>http://www.blogpeople.net/servlet/weblogUpdates</p>
<p>http://ping.myblog.jp</p>
<p>http://bblog.com/ping.php</p>
<p>http://ping.bloggers.jp/rpc/</p>
<p>To update the list go to your wordpress admin section and then go to options / writing<br />
you will see update services at the bottom of the page, copy and paste the above list there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bettermychance.org/update-your-wordpress-ping-list.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Better Permalink Structure</title>
		<link>http://www.bettermychance.org/a-better-permalink-structure.html</link>
		<comments>http://www.bettermychance.org/a-better-permalink-structure.html#comments</comments>
		<pubDate>Sat, 22 Sep 2007 14:42:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO For Blogs]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[Permalink]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SERPs]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bettermychance.org/a-better-permalink-structure.html</guid>
		<description><![CDATA[Search engines love to index static pages and WordPress has a very simple way of rewriting urls to make them search engine friendly, it is called permalinks and you would of seen this in your WordPress admin panel under the &#8230; <a href="http://www.bettermychance.org/a-better-permalink-structure.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Search engines love to index static pages and WordPress has a very simple way of rewriting urls to make them search engine friendly, it is called permalinks and you would of seen this in your WordPress admin panel under the section options.</p>
<p>The best permalink structure i like to use is this:</p>
<p>/%postname%.html</p>
<p>This will rewrite the url as your post title and give the url the .html extention.</p>
<p>Reason i like this structure, Its a keyword rich URL that is SE&#8217;s friendly, Easy to index and good for SERP&#8217;s</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bettermychance.org/a-better-permalink-structure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

