<?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>Greatest Blog &#187; Blogging</title>
	<atom:link href="http://greatest-blog.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatest-blog.com</link>
	<description>Short Stories &#38; Reflections on Life, by Joseph Elliot</description>
	<lastBuildDate>Tue, 22 May 2012 10:59:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How To Remove &#8220;Posted By&#8221; on WordPress</title>
		<link>http://greatest-blog.com/blogs/how-to-remove-posted-by-on-wordpress/</link>
		<comments>http://greatest-blog.com/blogs/how-to-remove-posted-by-on-wordpress/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 13:10:02 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Posted By]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=356</guid>
		<description><![CDATA[A lot of people want to know how to remove the little bit of information that says &#8220;Posted By:&#8230;&#8221; on WordPress. Well, in this &#8220;How To&#8221; post for today, I will tell you just how to remove that irksome bit &#8230; <a href="http://greatest-blog.com/blogs/how-to-remove-posted-by-on-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A lot of people want to know <a href="http://greatest-blog.com/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How To">how to</a> remove the little bit of information that says &#8220;<a href="http://greatest-blog.com/tag/posted-by/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Posted By">Posted By</a>:&#8230;&#8221; on <a href="http://greatest-blog.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a>.</p>
<p>Well, in this &#8220;How To&#8221; post for today, I will tell you just how to remove that irksome bit of text.</p>
<p>Now, the first thing to remember about WordPress is that it very much depends what theme you are using, how things are laid out, but, assuming you are using something standard like the WordPress Twenty Eleven theme, then the code you need to remove is in the file <strong><a href="http://greatest-blog.com/tag/content/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Content">content</a>-single.php</strong>.</p>
<p>To edit that file, add the following to the end of your blog&#8217;s root URL:</p>
<blockquote><p>wp-admin/theme-editor.php?file=%2Fthemes%2Ftwentyeleven%2Fcontent-single.php&amp;theme=Twenty+Eleven&amp;dir=theme</p></blockquote>
<p>You should find any instance of</p>
<blockquote><p><strong>by &lt;a href=&#8221;%6$s&#8221;&gt;%5$s&lt;/a&gt;</strong></p></blockquote>
<p>and remove it.</p>
<p>That will remove the &#8220;posted by&#8221; part in WordPress for this theme.</p>
<p>Please note that, if you upgrade your theme, your edit will be overwritten by the new theme file &#8211; and you&#8217;ll have to do it again. Ideally, you should use &#8220;child themes&#8221; to overcome this, but I&#8217;m assuming you might not be able to achieve that if you are google searching the topic we&#8217;re talking about right here.</p>
<p>If you have any problems, leave a note in the <a href="http://greatest-blog.com/tag/comments/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Comments">comments</a> section, below.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/" rel="bookmark" title="January 17, 2012">How To Get The Linkedin Share Button</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-write-how-to-articles/" rel="bookmark" title="January 9, 2012">How To Write How To Articles</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-term-relationships-wp_term_relationships/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Orphaned Term Relationships (wp_term_relationships)</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-start-a-blog-with-wordpress/" rel="bookmark" title="December 21, 2011">How To Start A Blog With WordPress?</a></li>
<li><a href="http://greatest-blog.com/blogs/how-long-does-it-take-for-amazon-cloudfront-to-become-active/" rel="bookmark" title="January 3, 2012">How Long Does it Take for Amazon CloudFront to Become Active?</a></li>
</ul>
<p><!-- Similar Posts took 4.858 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/how-to-remove-posted-by-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress SQL Query: Delete Orphaned Term Relationships (wp_term_relationships)</title>
		<link>http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-term-relationships-wp_term_relationships/</link>
		<comments>http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-term-relationships-wp_term_relationships/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 13:13:54 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[PHPMyAdmin]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp_term_relationship]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=349</guid>
		<description><![CDATA[Now, if you&#8217;re a blogger like me, and, like me, you use WordPress to run that blog, you might have come to a time when you needed to remove a lot of posts, or a lot of categories or tags. &#8230; <a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-term-relationships-wp_term_relationships/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now, if you&#8217;re a blogger like me, and, like me, you use <a href="http://greatest-blog.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a> to run that <a href="http://greatest-blog.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blog">blog</a>, you might have come to a time when you needed to remove a lot of posts, or a lot of categories or tags.</p>
<p>If you did so using <a href="http://greatest-blog.com/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a>, you might have ended up with a lot of no longer relevant &#8220;Term Relationships&#8221; in your WordPress database. I did, and when that happened, I needed to run a little <a href="http://greatest-blog.com/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> <a href="http://greatest-blog.com/tag/query/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Query">Query</a> to delete all non-needed bits of data from the &#8220;wp_term_relationships&#8221; table.</p>
<p>Running the following query in <a href="http://greatest-blog.com/tag/phpmyadmin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHPMyAdmin">PHPMyAdmin</a> worked for me:</p>
<blockquote><p>DELETE tr FROM wp_term_relationships tr<br />
INNER JOIN wp_term_taxonomy tt ON (tr.term_taxonomy_id = tt.term_taxonomy_id)<br />
WHERE tt.taxonomy != &#8216;link_category&#8217;<br />
AND tr.object_id NOT IN (SELECT ID FROM wp_posts);</p>
<p>&nbsp;</p></blockquote>
<p>Remember to backup your WordPress database before you run anything like this. Also, please remember, while this worked for me, on my setup, it might not work for you on yours. Leave a <a href="http://greatest-blog.com/tag/comment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with comment">comment</a> below if this helped or didn&#8217;t help you this time.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-post-revisions/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Post Revisions</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-unused-tags/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Unused Tags</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-postemeta-on-posts-which-dont-exist/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete postemeta on Posts Which Don&#8217;t Exist</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-commentmeta/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Orphaned commentmeta</a></li>
<li><a href="http://greatest-blog.com/blogs/socialize-feature-in-feedburner-has-disappeared-gone/" rel="bookmark" title="February 23, 2012">Socialize Feature in Feedburner Has Disappeared &#8211; Gone!</a></li>
</ul>
<p><!-- Similar Posts took 2.785 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-term-relationships-wp_term_relationships/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress SQL Query: Delete Orphaned commentmeta</title>
		<link>http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-commentmeta/</link>
		<comments>http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-commentmeta/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 13:06:02 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[commentmeta]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp_commentmeta]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=344</guid>
		<description><![CDATA[For some reason, Akismet, and other WordPress plugins leave comment meta lying about from comments which have been deleted. This can lead to a whopping wp_commentmeta table on blogs which are on the larger or more popular side (like this &#8230; <a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-commentmeta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For some reason, Akismet, and other <a href="http://greatest-blog.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a> plugins leave <a href="http://greatest-blog.com/tag/comment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with comment">comment</a> meta lying about from <a href="http://greatest-blog.com/tag/comments/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Comments">comments</a> which have been deleted.</p>
<p>This can lead to a whopping wp_commentmeta table on <a href="http://greatest-blog.com/tag/blogs-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blogs">blogs</a> which are on the larger or more popular side (like this one <img src='http://d1jvsafzjcxgb6.cloudfront.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p>So, what you can do, is jump into a program like <a href="http://greatest-blog.com/tag/phpmyadmin/" class="st_tag internal_tag" rel="tag" title="Posts tagged with PHPMyAdmin">phpMyAdmin</a> and run a simple <a href="http://greatest-blog.com/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> <a href="http://greatest-blog.com/tag/query/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Query">query</a> to remove all the data from wp_commentmeta which relates to no longer present comments, using the following <a href="http://greatest-blog.com/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> query:</p>
<blockquote><p>DELETE FROM wp_commentmeta WHERE comment_id NOT IN (SELECT comment_id FROM wp_comments);</p></blockquote>
<p>Don&#8217;t forget to <strong>backup your database</strong> first, in case you break something. This works on my setup, but might not work on yours. Leave a comment below if it works / doesn&#8217;t work.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-postemeta-on-posts-which-dont-exist/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete postemeta on Posts Which Don&#8217;t Exist</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-term-relationships-wp_term_relationships/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Orphaned Term Relationships (wp_term_relationships)</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-post-revisions/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Post Revisions</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-unused-tags/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Unused Tags</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-remove-posted-by-on-wordpress/" rel="bookmark" title="February 17, 2012">How To Remove &#8220;Posted By&#8221; on WordPress</a></li>
</ul>
<p><!-- Similar Posts took 2.750 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/wordpress-sql-query-delete-orphaned-commentmeta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get Visitors To Your Blog!</title>
		<link>http://greatest-blog.com/blogs/get-visitors-to-your-blog/</link>
		<comments>http://greatest-blog.com/blogs/get-visitors-to-your-blog/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:28:51 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Output]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Visitors]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=329</guid>
		<description><![CDATA[So how do we do it, again and again? Just how do we get so many visitors to our blog? How do you do it? How does he do it? There are lots of ways, and not all of them &#8230; <a href="http://greatest-blog.com/blogs/get-visitors-to-your-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So how do we do it, again and again?</p>
<p>Just how do we get so many <a href="http://greatest-blog.com/tag/visitors/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visitors">visitors</a> to our <a href="http://greatest-blog.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blog">blog</a>?</p>
<p>How do you do it?</p>
<p>How does he do it?</p>
<p>There are lots of ways, and not all of them work for all people, but many people get many people to visit their <a href="http://greatest-blog.com/tag/blogs-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blogs">blogs</a>. And here is how: they make a blog that a lot of people would enjoy, then those people who would enjoy the blog discover it, and read it, and enjoy it,  and they <a href="http://greatest-blog.com/tag/share/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Share">share</a> it with their friends and they return to read it again in future.</p>
<p>The first step, therefore, is to make a blog that people will enjoy.</p>
<p>The next step is to make it easy for people to share links to your blog.</p>
<p>Another thing to make sure of is that your blog is search engine friendly.</p>
<p>Something else you should think about is to make it easy for people to <a href="http://greatest-blog.com/tag/comment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with comment">comment</a> and interact on your blog.</p>
<p>Importantly, you should make it easy for people to subscribe by RSS or email (use Feedburner, and place the buttons and forms somewhere obvious).</p>
<p>There are lots of other ways, but if you exhaust the above and still can&#8217;t get <a href="http://greatest-blog.com/tag/traffic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Traffic">traffic</a>, then it is probably your <a href="http://greatest-blog.com/tag/output/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Output">output</a> (<a href="http://greatest-blog.com/tag/content/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Content">content</a>) that needs a little attention next!</p>
<p>Leave a comment below if you have a good tip you think I have missed out.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/" rel="bookmark" title="January 17, 2012">How To Get The Linkedin Share Button</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-get-more-visitors-on-my-blog/" rel="bookmark" title="February 2, 2012">How To Get More Visitors On My Blog?</a></li>
<li><a href="http://greatest-blog.com/blogs/socialize-feature-in-feedburner-has-disappeared-gone/" rel="bookmark" title="February 23, 2012">Socialize Feature in Feedburner Has Disappeared &#8211; Gone!</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-love/" rel="bookmark" title="January 9, 2012">How To Love?</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-create-a-new-email-address/" rel="bookmark" title="January 9, 2012">How To Create a New Email Address</a></li>
</ul>
<p><!-- Similar Posts took 2.729 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/get-visitors-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Get More Visitors On My Blog?</title>
		<link>http://greatest-blog.com/blogs/how-to-get-more-visitors-on-my-blog/</link>
		<comments>http://greatest-blog.com/blogs/how-to-get-more-visitors-on-my-blog/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:22:04 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Traffic]]></category>
		<category><![CDATA[Visitors]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=324</guid>
		<description><![CDATA[Lots of people want to know how to get more visitors onto a website or blog. And the answer is usually so very simple: talk about something that people want to know about, and do so in an interesting and &#8230; <a href="http://greatest-blog.com/blogs/how-to-get-more-visitors-on-my-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lots of people want to know <a href="http://greatest-blog.com/tag/how-to/" class="st_tag internal_tag" rel="tag" title="Posts tagged with How To">how to</a> get more <a href="http://greatest-blog.com/tag/visitors/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visitors">visitors</a> onto a website or <a href="http://greatest-blog.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blog">blog</a>.</p>
<p>And the answer is usually so very simple: talk about something that people want to know about, and do so in an interesting and entertaining way.</p>
<p>Actually. Now that I think about it. It is not so simple. Well, if it were simple, those people who are looking to get more visitors to their <a href="http://greatest-blog.com/tag/blogs-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blogs">blogs</a> would probably not be looking for this &#8211; they&#8217;d just be writing about things they know, and these things would be something that people wanted to learn about.</p>
<p>Those visitors would be entertained and/or informed.</p>
<p>Those visitors would tell their friends about this great blog &#8211; they would drop links to it in their own blogs. Those visitors would hit &#8220;<a href="http://greatest-blog.com/tag/share/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Share">share</a>&#8221; and &#8220;like&#8221; and &#8220;tweet&#8221; all over the place.</p>
<p>Google would upgrade and enhance it&#8217;s opinion of the blog in question.</p>
<p>So, to clarify, to get more visitors to your blog, don&#8217;t look outside, focus on yourself. Write more. Write better. Add videos and images (with permission, of course). Make more entertaining. Improve.</p>
<p>If you do the above, and make sure that there is a &#8220;market&#8221; or, rather, &#8220;audience&#8221; out there, somewhere, for what you are saying, each time you say it, then you will not fail to increase your audience.</p>
<p>You&#8217;ll get more visitors. You&#8217;ll make more money. Or, you&#8217;ll just feel a little bit better about the fact that what you are saying isn&#8217;t just spilling down the digital drain.</p>
<p>Whatever your <a href="http://greatest-blog.com/tag/blogging/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blogging">blogging</a> goal might be, if one of those goals is increasing <a href="http://greatest-blog.com/tag/traffic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Traffic">traffic</a>, then you should focus almost all of your effort on improving your blog &#8211; and nothing else &#8211; if you make it good, people will find it.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/my-blog-has-no-ads/" rel="bookmark" title="January 17, 2012">My Blog Has No Ads</a></li>
<li><a href="http://greatest-blog.com/blogs/blogging-to-nobody/" rel="bookmark" title="January 19, 2012">Blogging to Nobody</a></li>
<li><a href="http://greatest-blog.com/blogs/ways-to-make-money-from-domain/" rel="bookmark" title="February 2, 2012">Ways To Make Money From Domain?</a></li>
<li><a href="http://greatest-blog.com/blogs/get-visitors-to-your-blog/" rel="bookmark" title="February 2, 2012">Get Visitors To Your Blog!</a></li>
<li><a href="http://greatest-blog.com/blogs/make-money-online/" rel="bookmark" title="December 21, 2011">Make Money Online</a></li>
</ul>
<p><!-- Similar Posts took 2.645 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/how-to-get-more-visitors-on-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogging to Nobody</title>
		<link>http://greatest-blog.com/blogs/blogging-to-nobody/</link>
		<comments>http://greatest-blog.com/blogs/blogging-to-nobody/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 10:49:51 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Nobody]]></category>
		<category><![CDATA[Why do you blog?]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=252</guid>
		<description><![CDATA[A big problem with starting and maintaining a blog on the internet is building an audience. In todays world, it so often seems that everyone out there is trying to tell their story and that, perhaps, we are not listening &#8230; <a href="http://greatest-blog.com/blogs/blogging-to-nobody/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A big problem with starting and maintaining a <a href="http://greatest-blog.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blog">blog</a> on <a href="http://greatest-blog.com/tag/the-internet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with The Internet">the internet</a> is building an audience.</p>
<p>In todays world, it so often seems that everyone out there is trying to tell their story and that, perhaps, we are not listening to other people quite so much.</p>
<p>Twitter is a good example of this &#8211; many people use Twitter to say things &#8211; even @ other people &#8211; but they don&#8217;t appear to use Twitter so much for listening to other people. Unless those people happen to be celebrities, of course.</p>
<p>So those ordinary people, like me, who blog, or microblog, or tweet, can often come to the point where it becomes clear they are <a href="http://greatest-blog.com/tag/blogging/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blogging">blogging</a> to <a href="http://greatest-blog.com/tag/nobody/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Nobody">nobody</a>. Literally <a href="http://greatest-blog.com/tag/nobody/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Nobody">nobody</a> in the whole wide world is interested in what the blogger is saying &#8211; or at the very least, those people who might be are not reading your blog!</p>
<p>So, then, what to do. There are two options: 1) give up; or 2) find your audience; or 3) carry on regardless, and let your audience (such as it is) find you.</p>
<p>There is something to be said for perseverance. Rome was not built in a day, and just the action of writing for an audience (albeit an imagined one) will improve your writing, whether or not your blog is to become your breakout successs story, or just a personal plaything.</p>
<p>It could be both. Or neither.</p>
<p>Blogging, like life, is what you make of it.</p>
<p>For me? I&#8217;m still not sure whether blogging is worth the time and effort, but I have committed a little of both to it as an outlet over the next few years as I&#8217;d like to have something light to use my writing skills on away from the formality of books and articles for more traditional publication.</p>
<p><a href="http://greatest-blog.com/tag/why-do-you-blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Why do you blog?">Why do you blog?</a> Does it matter what your audience is?</p>
<p>&nbsp;<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/how-to-get-more-visitors-on-my-blog/" rel="bookmark" title="February 2, 2012">How To Get More Visitors On My Blog?</a></li>
<li><a href="http://greatest-blog.com/blogs/my-blog-has-no-ads/" rel="bookmark" title="January 17, 2012">My Blog Has No Ads</a></li>
<li><a href="http://greatest-blog.com/blogs/freelance-writing/" rel="bookmark" title="May 21, 2012">Freelance Writing</a></li>
<li><a href="http://greatest-blog.com/blogs/reflections-of-life-blogs/" rel="bookmark" title="January 16, 2012">Reflections of Life Blogs</a></li>
<li><a href="http://greatest-blog.com/blogs/reflection-on-life-blogs/" rel="bookmark" title="May 21, 2012">Reflection on life blogs</a></li>
</ul>
<p><!-- Similar Posts took 2.647 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/blogging-to-nobody/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Blog Has No Ads</title>
		<link>http://greatest-blog.com/blogs/my-blog-has-no-ads/</link>
		<comments>http://greatest-blog.com/blogs/my-blog-has-no-ads/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:38:52 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Make Money]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=236</guid>
		<description><![CDATA[Today, I&#8217;m just saying &#8220;my blog has no ads&#8221; because that is the case. How many people start blogging as a means to make money online? And, how many of those people then realise that blogging is not, actually, that &#8230; <a href="http://greatest-blog.com/blogs/my-blog-has-no-ads/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, I&#8217;m just saying &#8220;my <a href="http://greatest-blog.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blog">blog</a> has no <a href="http://greatest-blog.com/tag/ads/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ads">ads</a>&#8221; because that is the case.</p>
<p>How many people start <a href="http://greatest-blog.com/tag/blogging/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blogging">blogging</a> as a means to <a href="http://greatest-blog.com/tag/make-money/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Make Money">make money</a> online? And, how many of those people then realise that blogging is not, actually, that good a way to <a href="http://greatest-blog.com/tag/make-money/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Make Money">make money</a> online.</p>
<p>Ultimately, if you have ads, you end up tailoring what you write, at least to some degree, in order to achieve more <a href="http://greatest-blog.com/tag/visitors/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visitors">visitors</a> to your blog (and therefore more revenue); or you&#8217;ll write about more lucrative subjects (in order to achieve more revenue); or you&#8217;ll do both.</p>
<p>Websites with no ads, which aren&#8217;t selling any products, are few and far between.</p>
<p>But we all must have an incentive to blog. So what is mine? And what is yours? Leave a <a href="http://greatest-blog.com/tag/comment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with comment">comment</a> below if your website has no ads too, or even if it has some ads!</p>
<p>Explain why you blog, and why you do (or don&#8217;t) earn money from it.</p>
<p>Does advertising make you write different things?<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/make-money-online/" rel="bookmark" title="December 21, 2011">Make Money Online</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-get-more-visitors-on-my-blog/" rel="bookmark" title="February 2, 2012">How To Get More Visitors On My Blog?</a></li>
<li><a href="http://greatest-blog.com/blogs/ways-to-make-money-from-domain/" rel="bookmark" title="February 2, 2012">Ways To Make Money From Domain?</a></li>
<li><a href="http://greatest-blog.com/blogs/watch-movies-free-online/" rel="bookmark" title="January 1, 2012">Watch Movies Free Online</a></li>
<li><a href="http://greatest-blog.com/blogs/blogging-to-nobody/" rel="bookmark" title="January 19, 2012">Blogging to Nobody</a></li>
</ul>
<p><!-- Similar Posts took 2.656 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/my-blog-has-no-ads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Get The Linkedin Share Button</title>
		<link>http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/</link>
		<comments>http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 10:57:39 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linkedin]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Share]]></category>
		<category><![CDATA[Sharebar]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=229</guid>
		<description><![CDATA[Linkedin is a popular network for professionals, so if you&#8217;re writing stuff on the internet aimed at business users &#8211; or any professional user who might be networked via Linkedin &#8211; you&#8217;ll probably want to make it easy for those &#8230; <a href="http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Linkedin is a popular network for professionals, so if you&#8217;re writing stuff on <a href="http://greatest-blog.com/tag/the-internet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with The Internet">the internet</a> aimed at business users &#8211; or any professional user who might be networked via Linkedin &#8211; you&#8217;ll probably want to make it easy for those people to <a href="http://greatest-blog.com/tag/share/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Share">share</a> your great <a href="http://greatest-blog.com/tag/content/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Content">content</a> on Linkedin.</p>
<p>In this blog post, I&#8217;m going to explain to you just how to do that!</p>
<h2>How to Get The Linkedin Share Button into Your Blog</h2>
<p>Firstly, there are a heap of good <a href="http://greatest-blog.com/tag/plugins/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Plugins">plugins</a> which will handle the placement and positioning of sharing buttons on your website.</p>
<p>I use a great <a href="http://greatest-blog.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a> plugin called &#8220;Sharebar&#8221; (just search for that name on the Add Plugins part of <a href="http://greatest-blog.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a> to grab it for yourself). However, that plugin, does not come with Linkedin support out of the box. Nope, you&#8217;ll need to edit one of the other templates and drop the Linkedin code into the &#8220;Large Button&#8221; and &#8220;Small Button&#8221; areas.</p>
<p>But what is that code? Fear not, I&#8217;m here to help you!</p>
<h2>Linkedin Large Button (With Count) Code</h2>
<p>The linkedin large button (with count) looks like this:</p>
<p><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><br />
<script type="IN/Share" data-counter="top"></script></p>
<p>The code you&#8217;ll need to put into your website, wherever you want this button to appear is as follows:</p>
<blockquote><p>&lt;script src=&#8221;http://platform.linkedin.com/in.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;IN/Share&#8221; data-counter=&#8221;top&#8221;&gt;&lt;/script&gt;</p></blockquote>
<h2>Linkedin Horizontal Button (With Count) Code</h2>
<p>The Linkedin Horizontal button (with count) looks like this:</p>
<p><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><br />
<script type="IN/Share" data-counter="right"></script></p>
<p>The code you need for this one is as follows:</p>
<blockquote><p>&lt;script src=&#8221;http://platform.linkedin.com/in.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;IN/Share&#8221; data-counter=&#8221;right&#8221;&gt;&lt;/script&gt;</p></blockquote>
<h2>Linkedin Horizontal Button (Without Count) Code</h2>
<p>Finally, if you want the Linkedin button, horizontally, only without the count number (maybe it will be soooo big that it will hide some other part of your page <img src='http://d1jvsafzjcxgb6.cloudfront.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) then that one looks like this:</p>
<p><script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><br />
<script type="IN/Share"></script></p>
<p>To get this into your website, simply enter the following code into your template, wherever you wish the button to appear:</p>
<blockquote><p>&lt;script src=&#8221;http://platform.linkedin.com/in.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;IN/Share&#8221;&gt;&lt;/script&gt;</p></blockquote>
<p>So, that&#8217;s all there is to adding the Linkedin Share Button to your websites and <a href="http://greatest-blog.com/tag/blogs-2/" class="st_tag internal_tag" rel="tag" title="Posts tagged with blogs">blogs</a>! Any problems, and you can leave a <a href="http://greatest-blog.com/tag/comment/" class="st_tag internal_tag" rel="tag" title="Posts tagged with comment">comment</a> below.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/how-old-is-justin-bieber/" rel="bookmark" title="January 23, 2012">How Old is Justin Bieber?</a></li>
<li><a href="http://greatest-blog.com/blogs/how-to-remove-posted-by-on-wordpress/" rel="bookmark" title="February 17, 2012">How To Remove &#8220;Posted By&#8221; on WordPress</a></li>
<li><a href="http://greatest-blog.com/blogs/wordpress-sql-query-delete-post-revisions/" rel="bookmark" title="February 13, 2012">WordPress SQL Query: Delete Post Revisions</a></li>
<li><a href="http://greatest-blog.com/blogs/socialize-feature-in-feedburner-has-disappeared-gone/" rel="bookmark" title="February 23, 2012">Socialize Feature in Feedburner Has Disappeared &#8211; Gone!</a></li>
<li><a href="http://greatest-blog.com/blogs/how-long-does-it-take-for-amazon-cloudfront-to-become-active/" rel="bookmark" title="January 3, 2012">How Long Does it Take for Amazon CloudFront to Become Active?</a></li>
</ul>
<p><!-- Similar Posts took 2.879 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/how-to-get-the-linkedin-share-button/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Complementary Spam Comments</title>
		<link>http://greatest-blog.com/blogs/complementary-spam-comments/</link>
		<comments>http://greatest-blog.com/blogs/complementary-spam-comments/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 10:04:10 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[Redsnow]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam comments]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=174</guid>
		<description><![CDATA[I receive an awful lot of complementary spam comments. By &#8220;complementary&#8221;, I of course, do not mean &#8220;free of charge&#8221; &#8211; nobody expects to pay to receive spam blog comments. Rather, I mean comments which are attempting to pay me &#8230; <a href="http://greatest-blog.com/blogs/complementary-spam-comments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I receive an awful lot of complementary <a href="http://greatest-blog.com/tag/spam-comments/" class="st_tag internal_tag" rel="tag" title="Posts tagged with spam comments">spam comments</a>.</p>
<p>By &#8220;complementary&#8221;, I of course, do not mean &#8220;free of charge&#8221; &#8211; <a href="http://greatest-blog.com/tag/nobody/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Nobody">nobody</a> expects to <em>pay</em> to receive <a href="http://greatest-blog.com/tag/spam/" class="st_tag internal_tag" rel="tag" title="Posts tagged with spam">spam</a> <a href="http://greatest-blog.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blog">blog</a> <a href="http://greatest-blog.com/tag/comments/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Comments">comments</a>. Rather, I mean <a href="http://greatest-blog.com/tag/comments/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Comments">comments</a> which are attempting to pay me a complement, such as:</p>
<blockquote><p>&#8220;What a fantastic insight, I am subscribing to your blog with my RSS reader (sic)&#8221;</p></blockquote>
<p>Even though I know they are spam &#8211; because the name links to some sort of download site or other, and my spam filter has placed them into the spam comments folder within <a href="http://greatest-blog.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a>, these complementary comments still make my day.</p>
<p>Not really, I just notice them when I&#8217;m deleting spam comments, something I do routinely whenever I login to this blog at the click of one button.</p>
<p>I just wrote this post in a shameless and slightly cynical attempt to get more <a href="http://greatest-blog.com/tag/traffic/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Traffic">traffic</a> to my blog by writing about something that many other bloggers will have noticed, in the hope that they may Google search something somewhat related to the topic of this post, and end up here.</p>
<p>It&#8217;s one of the things I do. You might have noticed.</p>
<p>Like writing about <a title="Redsnow" href="http://greatest-blog.com/blogs/redsnow/">redsnow</a>.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/funny-spam/" rel="bookmark" title="March 8, 2012">Funny Spam</a></li>
<li><a href="http://greatest-blog.com/blogs/rude-spam-comments/" rel="bookmark" title="January 23, 2012">Rude Spam Comments</a></li>
<li><a href="http://greatest-blog.com/blogs/stock-market-blogs/" rel="bookmark" title="January 6, 2012">Stock Market Blogs</a></li>
<li><a href="http://greatest-blog.com/blogs/website-fixed/" rel="bookmark" title="May 10, 2012">Website Fixed</a></li>
<li><a href="http://greatest-blog.com/blogs/shampoo-olby/" rel="bookmark" title="May 21, 2012">shampoo olby</a></li>
</ul>
<p><!-- Similar Posts took 2.648 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/complementary-spam-comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello Blogosphere</title>
		<link>http://greatest-blog.com/blogs/hello-blogosphere/</link>
		<comments>http://greatest-blog.com/blogs/hello-blogosphere/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 09:59:18 +0000</pubDate>
		<dc:creator>Joseph Elliot</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogosphere]]></category>
		<category><![CDATA[Lady Gaga]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://greatest-blog.com/?p=7</guid>
		<description><![CDATA[When you open up a new blog, as this surely is, you get a first post which is, somewhat presumptuously, entitled &#8220;Hello World&#8221;, and the hapless blogger, me, in this instance, tremulously begins typing away at their first, inspired, message &#8230; <a href="http://greatest-blog.com/blogs/hello-blogosphere/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you open up a new <a href="http://greatest-blog.com/tag/blog/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blog">blog</a>, as this surely is, you get a first post which is, somewhat presumptuously, entitled &#8220;Hello World&#8221;, and the hapless blogger, me, in this instance, tremulously begins typing away at their first, inspired, message to the planet.</p>
<p>However, <a href="http://greatest-blog.com/tag/the-internet/" class="st_tag internal_tag" rel="tag" title="Posts tagged with The Internet">the internet</a> is a busy <a href="http://greatest-blog.com/tag/shopping/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Shopping">shopping</a> street, full of people wandering around looking for the next thing upon which to spend their money. A blog is like a megaphone. You <em>could </em>be heard shouting away on your megaphone, but it&#8217;ll be damned hard getting any of those happy shoppers to <em>listen to you</em>.</p>
<p>So I&#8217;m directing my hello at the <a href="http://greatest-blog.com/tag/blogosphere/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Blogosphere">blogosphere</a>, because I&#8217;m led to believe by newspapers with large pages that such a thing does exist. This means there are people out there also standing on this busy shopping street, with megaphones in varying states of readiness, who will listen to another human&#8217;s efforts on <em>their </em>loudhailer before picking up once more and shouting something into the abyss.</p>
<p>Meanwhile, <a href="http://greatest-blog.com/tag/lady-gaga/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Lady Gaga">Lady Gaga</a> drifts past. One of her minions throws out a 140 character pearl of wisdom. All the shoppers turn, momentarily, from looking at the funny video in the TV store window, and gaze, glazen eyed, at <a href="http://greatest-blog.com/tag/lady-gaga/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Lady Gaga">Lady Gaga</a>. Each realises that they have just been offered the unmissable opportunity to purchase a T-shirt and become a Little Monster. They pull out their e-wallets&#8230;</p>
<p>And so. It begins&#8230;.</p>
<p>Hello World.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://greatest-blog.com/blogs/newsbeat-streaming/" rel="bookmark" title="May 10, 2012">Newsbeat Streaming</a></li>
<li><a href="http://greatest-blog.com/blogs/the-letter-k/" rel="bookmark" title="January 6, 2012">The Letter K</a></li>
<li><a href="http://greatest-blog.com/blogs/freelance-writing/" rel="bookmark" title="May 21, 2012">Freelance Writing</a></li>
<li><a href="http://greatest-blog.com/music-videos/hot-chip-i-feel-bonnie-house-remix/" rel="bookmark" title="May 10, 2012">Hot Chip &#8211; I Feel Bonnie &#8211; House Remix</a></li>
<li><a href="http://greatest-blog.com/blogs/the-word-swagger-has-now-officially-been-overused/" rel="bookmark" title="February 2, 2012">The Word &#8220;Swagger&#8221; Has Now Officially Been Overused</a></li>
</ul>
<p><!-- Similar Posts took 3.679 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://greatest-blog.com/blogs/hello-blogosphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 4162/4232 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d1jvsafzjcxgb6.cloudfront.net

Served from: greatest-blog.com @ 2012-05-23 14:54:24 -->
