<?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>Blogthority&#187; Definitions</title>
	<atom:link href="http://www.blogthority.com/category/definitions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogthority.com</link>
	<description>Learn How To Increase Your Blog Earnings With No Extra Effort</description>
	<lastBuildDate>Sun, 18 Jul 2010 14:54:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Backup MySQL Database Without PhpMyAdmin</title>
		<link>http://www.blogthority.com/87/how-to-backup-mysql-database-without-phpmyadmin/</link>
		<comments>http://www.blogthority.com/87/how-to-backup-mysql-database-without-phpmyadmin/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 01:35:43 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Blog Administration and Maintainance]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[PhpMyAdmin]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.blogthority.com/?p=87</guid>
		<description><![CDATA[Ever since my host upgraded my admin control panel to Plesk 8.3.0, I have been running into problem backing up large MySQL databases using PhpMyAdmin.  For whatever reason, the export function will only generate 0 byte SQL backup file.  Moreover, it&#8217;s becoming quite a chore to backup 9 databases spread across 7 domains [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ever since my host upgraded my admin control panel to <a href="http://www.parallels.com/plesk/">Plesk</a> 8.3.0, I have been running into problem backing up large <a href="http://www.mysql.com/">MySQL</a> databases using <a href="http://www.phpmyadmin.net/home_page/index.php">PhpMyAdmin</a>.  For whatever reason, the export function will only generate <em>0 byte</em> SQL backup file.  Moreover, it&#8217;s becoming quite a chore to backup 9 databases spread across 7 domains &#8212; there&#8217;s a lot of clicking in Plesk and PhpMyAdmin to accomplish this. <strong>As such, I had to look for and easy way to backup large MySQL database that doesn&#8217;t require PhpMyAdmin.<br />
</strong></p>
<p style="text-align: center;"><img class="aligncenter" title="shell" src="http://www.blogthority.com/wp-content/uploads/2008/09/shell.jpg" alt="shell" width="500" height="200" /><br />
<small>Photo by <a href="http://www.flickr.com/photos/christinamatheson/97002957/">Melete</a> via Flickr</small></p>
<h2>Backup MySQL Database Via SSH</h2>
<p>So I did a little digging today and found an alternative that helps you easily backup large MySQL databases. The solution is to backup your MySQL databases through SSH.  Here are the steps.</p>
<ul>
<li>Enable <a href="http://www.cpanel.net/docs/cpanel/SSH___Shell_access.htm">shell access</a> inside your Plesk control panel</li>
<li>Using utility such as <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a>, log into your server via SSH</li>
<li>Change to the directory where you want to save your backup files &#8212; e.g., <strong>CD wwwroot/dbbackup</strong>.  If you don&#8217;t have a directory created, follow these steps:
<ul>
<li> FTP into your server, using software such as <a href="http://filezilla-project.org/">FileZilla Client</a></li>
<li> Go to your domain root directory</li>
<li>Create a folder &#8212; e.g., call it <strong>dbbackup</strong></li>
<li><a href="http://www.cubecartforums.org/docs/appendix/how-to-chmod-directories.html">CHMOD</a> the dbbackup folder attribute to 777</li>
</ul>
</li>
<li>Using <strong>mysqldump </strong>command to export the database into a file on the server.  For example:</li>
</ul>
<p><code>mysqldump --add-drop-table -u db_username -p db_name &gt; mybackup.sql</code></p>
<blockquote><p><strong>About the command:</strong></p>
<ul>
<li>Omit the <strong>&#8211;add-drop-table</strong> argument if you&#8217;ll want to merge this backup with an existing database upon restore</li>
<li>Replace <strong>db_username</strong> with the name of your database user</li>
<li>Replace <strong>db_name</strong> with the name of your database</li>
<li>Replace <strong>mybackup.sql</strong> with the name of your backup file</li>
</ul>
<p><strong>Note:</strong> You can find your database name, user, and password information in your<strong> wp-config.php</strong> file (if you are using WordPress).</p></blockquote>
<ul>
<li>Enter your database password when prompted</li>
</ul>
<p>That should be it.  The command executes very fast and you should be able to FTP into your web site and find the backup file in the folder you created earlier.  If you have multiple databases, all you have to do is replace the database name, user, password, and backup filename information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogthority.com/87/how-to-backup-mysql-database-without-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Get More Search Traffic With Keywords Optimization</title>
		<link>http://www.blogthority.com/83/get-more-search-traffic-with-keywords-optimization/</link>
		<comments>http://www.blogthority.com/83/get-more-search-traffic-with-keywords-optimization/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 02:36:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[A]]></category>
		<category><![CDATA[B]]></category>
		<category><![CDATA[Blog Promotion and Search Optimization]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[keyword optimization]]></category>
		<category><![CDATA[keyword selection]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search traffic]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.blogthority.com/?p=83</guid>
		<description><![CDATA[If you have been blogging for a while, chances are you&#8217;ve been getting some traffic from search engines.  For example, based on Google Analytics my personal finance blog received 12,707 total visits via 8,513 keywords in the past 30 days &#8212; of which, the top 50 keywords produced 4,876 visits (or 38%).

Photo by Spiritokko [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have been blogging for a while, chances are you&#8217;ve been getting some traffic from search engines.  For example, based on Google Analytics my <a href="http://www.moolanomy.com/">personal finance blog</a> received 12,707 total visits via 8,513 keywords in the past 30 days &#8212; of which, the top 50 keywords produced 4,876 visits (or 38%).</p>
<p><img class="topimage" title="traffic" src="http://www.blogthority.com/wp-content/uploads/2008/08/traffic.jpg" alt="Traffic" /><br />
<small>Photo by <a href="http://www.flickr.com/photos/spiritokko/255829683/">Spiritokko</a> via Flickr</small></p>
<h3>What can we derive from this information?</h3>
<ol>
<li><strong>It&#8217;s a mistake to focus on a few keywords.</strong> I often see new webmasters trying to rank for a handful of specific keywords that describe their sites.  For example, I could&#8217;ve tried to rank Moolanomy for &#8220;personal finance blog&#8221; or &#8220;investing blog&#8221;, but that&#8217;s not where traffic will be coming from.<strong><br />
</strong></li>
<li><strong>Long tail keywords and search traffic are powerful.</strong> There are limitless numbers of search terms and you&#8217;ll not be able to anticipate them.  So one of the best <a href="http://www.blogthority.com/category/search-engines-optimization/">search engine optimization</a> (SEO) strategies is to write as much high quality content as you can.  Think of content as fishing net, and more content is  like having a bigger net that allows you to capture more search engines traffic.<strong><br />
</strong></li>
<li><strong>Top 50 keywords give you the most return for your effort.</strong> It&#8217;s likely that a major portion of your search engines visitors found your blog through one of the top 50 keywords, so there&#8217;s a good opportunity for keywords optimization in this area.</li>
</ol>
<h2>How To Choose Which Keywords To Optimize</h2>
<p>If you have to choose just 10 keywords to optimize, how would you do it?  Personally, I don&#8217;t have unlimited resources so I try to focus on efforts that provide the best return on investment.  In this example, I will show you how I identify the top 10 keywords that I feel will provide me with the most search engines traffic.</p>
<h3>1. Identify your top 50 keywords and the amount of traffic for each</h3>
<p>This is an easy exercise if you use <a href="http://www.google.com/analytics/"><strong>Google Analytics</strong></a>.  Just a few clicks and you&#8217;ll have access to this list.  You can simply copy and paste the result into a spreadsheet.  Here&#8217;s a small sample of my top 50 keywords.</p>
<table style="border: 1px solid #dddddd; text-align: center;" border="0">
<tbody>
<tr>
<th>Keywords</th>
<th>Hits</th>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/462/30-alternative-income-ideas-and-resources/">passive income ideas</a></td>
<td style="text-align: center;">204</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/326/50-frugal-tips-ideas-and-resources/">frugal ideas</a></td>
<td style="text-align: center;">179</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/689/extra-income-guide/">extra income</a></td>
<td style="text-align: center;">103</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/287/ask-the-expert-with-larry-swedroe/">larry swedroe</a></td>
<td style="text-align: center;">99</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/474/dave-ramseys-baby-step-6-pay-off-home-early/">dave ramsey</a></td>
<td style="text-align: center;">93</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/326/50-frugal-tips-ideas-and-resources/">frugal tips</a></td>
<td style="text-align: center;">92</td>
</tr>
</tbody>
</table>
<p>When you are doing this, you&#8217;ll be doing it for all 50 keywords in order to get the final 10.</p>
<h3>2. Identify current search engines ranking for your top 50 keywords</h3>
<p>Next, I am going to add the search engines ranking for each keyword into the spreadsheet.  For this exercise, I usually stick to Google search result since it&#8217;s my biggest source of search engines traffic.  Moreover, to simplify the task, I recommend <a href="http://www.digitalpoint.com/tools/keywords/">Digital Point Search Engine Keyword Tracker &amp; Keyword Ranking Tool</a>.</p>
<p><strong>Updated 4/19/2009</strong>:<em> You may no longer be able to get Google API needed for this application to work. If that&#8217;s the case, you&#8217;ll have to track it manually. You top keywords tend to be in the top 20 SERP positions so this is just a bit of extra work.</em></p>
<p>This is what my spreadsheet looks like after I add search engines rankings:</p>
<table style="border: 1px solid #dddddd; text-align: center;" border="0">
<tbody>
<tr>
<th>Keywords</th>
<th>Hits</th>
<th>Rank</th>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/462/30-alternative-income-ideas-and-resources/">passive income ideas</a></td>
<td>204</td>
<td>1</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/326/50-frugal-tips-ideas-and-resources/">frugal ideas</a></td>
<td>179</td>
<td>3</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/689/extra-income-guide/">extra income</a></td>
<td>103</td>
<td>10</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/287/ask-the-expert-with-larry-swedroe/">larry swedroe</a></td>
<td>99</td>
<td>1</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/474/dave-ramseys-baby-step-6-pay-off-home-early/">dave ramsey</a></td>
<td>93</td>
<td>18</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/326/50-frugal-tips-ideas-and-resources/">frugal tips</a></td>
<td>92</td>
<td>16</td>
</tr>
</tbody>
</table>
<p>If you run into keywords that you cannot identify the rank &#8212; i.e., not in top 100 &#8212; you can simply enter 999 for the purpose of this exercise.</p>
<h3>3. Calculate the Keyword ROI Score</h3>
<p>To calculate the keyword ROI score, you just multiple the number of <strong>hits</strong> by <strong>rank</strong>.  The logic behind this is to focus on keywords with highest traffic hits, but lowest ranks.</p>
<table style="border: 1px solid #dddddd; text-align: center;" border="0">
<tbody>
<tr>
<th>Keywords</th>
<th>Hits</th>
<th>Rank</th>
<th>ROI</th>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/462/30-alternative-income-ideas-and-resources/">passive income ideas</a></td>
<td>204</td>
<td>1</td>
<td>204</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/326/50-frugal-tips-ideas-and-resources/">frugal ideas</a></td>
<td>179</td>
<td>3</td>
<td>537</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/689/extra-income-guide/">extra income</a></td>
<td>103</td>
<td>10</td>
<td>1030</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/287/ask-the-expert-with-larry-swedroe/">larry swedroe</a></td>
<td>99</td>
<td>1</td>
<td>99</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/474/dave-ramseys-baby-step-6-pay-off-home-early/">dave ramsey</a></td>
<td>93</td>
<td>18</td>
<td>1674</td>
</tr>
<tr>
<td style="text-align: left;"><a href="http://www.moolanomy.com/326/50-frugal-tips-ideas-and-resources/">frugal tips</a></td>
<td>92</td>
<td>16</td>
<td>1472</td>
</tr>
</tbody>
</table>
<p><strong>Note: </strong><em>With 50 keywords, the easiest thing to do is sort the list by ROI and look at the top 10 rows.  You should skip any row with rank of &#8220;999&#8243; to find the top 10 with the best chance of improving.</em></p>
<p>Based on the example above, I should work on keywords like &#8220;dave ramsey&#8221;, &#8220;frugal tips&#8221;, and &#8220;extra income&#8221; instead of &#8220;frugal ideas&#8221;, &#8220;passive income ideas&#8221;, and &#8220;larry swedroe&#8221;.</p>
<h2>How To Optimize Keywords For Better Search Engines Ranking</h2>
<p>Now that you know the top 10 keywords you&#8217;d like to work with, there are a few things that you could do to improve your search engines ranking. For example, since I know that my article <a href="http://www.moolanomy.com/689/extra-income-guide/">Extra Income Guide</a> rank #10 in Google for &#8220;extra income&#8221;, I could do a few things to optimize it for better search ranking.  Here are a few things that you could do to improve your blog article:</p>
<ol>
<li>Install <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO plugin</a> to optimize the title.  Also it will add META keywords and META description to your post.</li>
<li>Change the title of the page to include the word &#8220;extra income&#8221;</li>
<li>Add headings &#8212; i.e., H2 and H3 &#8212; to include the word &#8220;extra income&#8221;</li>
<li>Write custom META description for the post.  Note, All in One SEO will use the first few sentences of your post, but this is not always the best META description.</li>
<li>Add and/or modify tags in your post. Note, All in One SEO uses your tags as META keywords</li>
<li>Search for the word &#8220;extra income&#8221; within the blog and link to your targeted article</li>
<li>Ask your friends to link to the article using the keyword as anchor text</li>
</ol>
<p>So there it is&#8230;a basic strategy on how to get more search traffic with keyword optimization.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogthority.com/83/get-more-search-traffic-with-keywords-optimization/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To Add Image Thumbnail Using Wordpress Custom Fields</title>
		<link>http://www.blogthority.com/75/how-to-add-image-thumbnail-using-wordpress-custom-fields/</link>
		<comments>http://www.blogthority.com/75/how-to-add-image-thumbnail-using-wordpress-custom-fields/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 15:26:42 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[D]]></category>
		<category><![CDATA[Design, Usability, and Readers]]></category>
		<category><![CDATA[Lead Story]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thumbnail]]></category>
		<category><![CDATA[thumbnail image]]></category>

		<guid isPermaLink="false">http://www.blogthority.com/?p=75</guid>
		<description><![CDATA[Over the past few days, I have been toying around with the idea of setting up WordPress as the CMS for a web site directory.  One thing I wanted to do with my personal finance directory is to show a thumbnail image of the featured site when I am on the main page, category [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Over the past few days, I have been toying around with the idea of setting up WordPress as the CMS for a web site directory.  One thing I wanted to do with my <a href="http://directory.moolanomy.com/">personal finance directory</a> is to show a thumbnail image of the featured site when I am on the main page, category pages, tag pages, and search result pages.</p>
<p>As you know the thumbnail feature is not common in free WordPress themes, so I had to do some work to get it working. You can see how the directory looks below:</p>
<p style="text-align: center;"><img class="size-full wp-image-76 aligncenter" title="moolanomy-directory" src="http://www.blogthority.com/wp-content/uploads/2008/07/moolanomy-directory.png" alt="" width="500" height="275" /></p>
<h2>How To Add Thumbnail Image To WordPress Template</h2>
<p>Now, let&#8217;s take a look at what we need to do to enable this feature.</p>
<h3>1. Modify the main page (index.php) to show image</h3>
<p>Note you could make the same changes to <strong>archive.php</strong> and <strong>search.php</strong> to get the same result.  Note, I added the following code right under the title inside <a href="http://codex.wordpress.org/The_Loop">The Loop</a>:</p>
<p><code>&lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="&lt;?php the_title(); ?&gt;"&gt;&lt;img style="float:left;margin: 0 10px 10px 0;border:1px solid #000;height:90px" src="/wp-content/uploads&lt;?php $values = get_post_custom_values("Image"); echo $values[0]; ?&gt;" alt="thumbnail" height="90" /&gt;&lt;/a&gt;</code></p>
<p>There are two parts to this code, the &lt;a&gt; tag and the &lt;img&gt; tag.</p>
<ul>
<li>The <strong>&lt;a&gt;</strong> tag is the same as the one on the post title.  I am adding it here so that users can click on the image to get to the full post.</li>
<li>The <strong>&lt;img&gt;</strong> tag has a couple of components:
<ul>
<li>The <strong>style </strong>attribute tells the browser to float the image to left, add some white space around the image, surround it with a black border, and make it 90 pixels high.</li>
<li>The <strong>src </strong>attribute tells the server to grab the image from <strong>/wp-content/uploads</strong> directory with the rest of path and filename information coming from a custom field called &#8220;Image&#8221;</li>
</ul>
</li>
</ul>
<h3>2. Add custom field called &#8220;Image&#8221; to each post</h3>
<p>Now, when you are writing a post, you need to add a custom field called Image to the post with a value that reflects the rest of image path and filename information.  In this example, we will use the same image that is shown inside the post itself. To do this:</p>
<ul>
<li>Upload an image to the post</li>
<li>Switch to HTML mode and take note of the image path (see image below) &#8212; note the image path is <strong>/wp-content/uploads/2008/07/annualcreditreport.png</strong> in this example.</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-77 aligncenter" title="image-path" src="http://www.blogthority.com/wp-content/uploads/2008/07/image-path.png" alt="" width="500" height="200" /></p>
<ul>
<li>Next add the custom field called <strong>Image</strong>. Note that we already defined some of the path information in the template &#8212; i.e., <strong>/wp-content/uploads</strong>.  So you are adding the rest of the path information and filename in the value field &#8212; i.e., <strong>/2008/07/annualcreditreport.png</strong>. (see image below)</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-78 aligncenter" title="custom-fields" src="http://www.blogthority.com/wp-content/uploads/2008/07/custom-fields.png" alt="" width="500" height="200" /></p>
<ul>
<li>Save and you&#8217;re done!</li>
</ul>
<p>That&#8217;s it!  Your blog should start showing thumbnail image next to each post once you completed these two steps.</p>
<h2>Things to consider</h2>
<p>Right now, if the Image custom field is not defined, the template will show missing image error.  With a bit of PHP programming using if-then statement to detect the if the custom field is defined or not, you could show the thumbnail only when the Image custom field is defined.</p>
<p><strong>This article was featured in:</strong></p>
<ul>
<li>The <a href="http://createblogguides.wordpress.com/2008/09/23/wordpress-blogging-guide-september-23-2008/">WordPress Blogging Guide Carnival</a> at Create A Blog Guides</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogthority.com/75/how-to-add-image-thumbnail-using-wordpress-custom-fields/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
