<?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>Working Hard On The Internet &#187; Blogspot</title>
	<atom:link href="http://nothowtodoit.com/category/blogspot/feed/" rel="self" type="application/rss+xml" />
	<link>http://nothowtodoit.com</link>
	<description>Ever wonder why so many folks are trying to make extra money on the Internet and who is succeeding? This isn't the site to learn from.</description>
	<lastBuildDate>Wed, 18 Jan 2012 10:30:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To: Redirect Blogspot to Point at WordPress Hosted Blog</title>
		<link>http://nothowtodoit.com/2008/11/05/redirect-blogspot-to-point-at-wordpress-hosted-blog/</link>
		<comments>http://nothowtodoit.com/2008/11/05/redirect-blogspot-to-point-at-wordpress-hosted-blog/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:36:15 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=368</guid>
		<description><![CDATA[I wrote this post to myself on my personal blog in February while I was attempting to transition from my old site on Blogspot to my new site at Dreamhost. At the end of it, I over thought it, and should have simply shut down the Blogspot site after a month and not worried about [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How To: Redirect Blogspot to Point at WordPress Hosted Blog", url: "http://nothowtodoit.com/2008/11/05/redirect-blogspot-to-point-at-wordpress-hosted-blog/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F11%2F05%2Fredirect-blogspot-to-point-at-wordpress-hosted-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F11%2F05%2Fredirect-blogspot-to-point-at-wordpress-hosted-blog%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=Google,How+To,Wordpress&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I wrote this post to myself on my personal blog in February while I was attempting to transition from my old site on Blogspot to my new site at Dreamhost. At the end of it, I over thought it, and should have simply shut down the Blogspot site after a month and not worried about redirection, but for those who wish to bash their heads against a wall, feel free to learn from this mistake. </p>
<h2>301 Redirect from Blogspot Blog</h2>
<p>So while attempting to follow all the in&#8217;s and outs for the 301 redirect set up I made many blunders but I think I now have an 85% solution.</p>
<p>Using the WordPress sitemap, I was able to get a list of most of the articles and the archives on the WordPress side of things. I mistakenly thought that the article naming would be the same from WordPress to Blogspot, however that was a huge error, but that is putting ahead of myself. Let&#8217;s see if I can remember each blunder as I made it.</p>
<ul>
<li>I had a list of links that all were of the form http://canajunfinances.com/????/??/??/&lt;article title&gt; which needed to have the  site stripped off them and then the date stripped off before the title name so that it became  /YEAR/MN/&lt;article title&gt; .</li>
<li>I installed VIM (vi for windows) to do a lot of this.</li>
<li>First I imported .xml sitemap file into Excel and then stripped out the unusable columns, leaving a single column of the format in the first bullet. I then duplicated that column so I had two columns and then saved the file in tab separated format.</li>
<li>The error with using excel which then saved it, is that it broke a bunch of the longer lines into TWO lines, but I only figured that one out later.</li>
<li>I opened the text file in VIM, and replaced the http://canajunfinances.com with what was needed to make <code>Redirect 301 old-page-trail new-page-full-URL.</code></li>
<li>So now I had a file with two columns with all of these 301 redirects which I then saved as .htaccess.</li>
<li>On my web site I saved the existing .htaccess file in a BACKUP directory and then noted it had stuff in it already, so I appended all my redirects onto the end and tried it on my site.  SERVER FAILURE messages came up. I put back the old .htaccess and the site came back.</li>
<li>I then shot myself in the foot by accidently deleting a bunch of the files in my blog&#8217;s directory, spent 1/2 an hour piecing it back together. Don&#8217;t do that!</li>
<li>Tried a few iterations of the .htaccess file, the first one with just the Month archives, which worked fine.
<ul>
<li>To test it you have to go to the BLOGSPOT publish section and point the BLOGSPOT blog to the new site. It is also easy to undo.</li>
</ul>
<p>I got bold and tried a bigger file and it failed.</li>
<li>After trying that a few times, I then decided to test my .htaccess file on my home wordpress config on my local pc (no ftp involved and no danger of screwing up my real site).</li>
<li>Tried full .htaccess file again, Server failure.
<ul>
<li>Removed most of the list, and the server was fine.</li>
<li>Added month at a time, and waited to get a failure, which I then found, after a few additions.</li>
<li>This is where I figured out that the command lines were getting broken into two lines with a ^M in them. Had to fix all of those (about 100 of them) by hand.</li>
<li>Once they were all fixed I had a complete file that did not cause my server to crash. Notice I didn&#8217;t say that worked right.</li>
</ul>
<p>Now that I had a .htaccess file that didn&#8217;t cause my server to crash I uploaded it to my WordPress site via FTP.</li>
<li>Moved blogspot to point at my new site, month archives worked fine, so then I tried out some of my individual postings, and started getting  Error 404 (article not found).</li>
<li>Learned that Blogspot removes many common words from their posting addresses on line, such as  &#8220;A&#8221;, &#8220;THE&#8221; and a few other, so by hand I removed those from a plethora (over 300) postings.</li>
<li>Oh I also had to remove the DAY date from the postings earlier on as well (on EVERY posting, over 750).</li>
</ul>
<p>I now have a working .htaccess that I sure does not work for every single posting, but should point most of the posts over from my old site. I need to create entries for categories, and other things as well.</p>
<h2>Epilogue</h2>
<p>It all worked eventually but I must have spent over 30 hours elapsed time on this, and at the end of it, I still ended up with a ZERO Page Rank for a while because Google thought I was attempting to double post the same content. </p>
<p>I would suggest doing what I have done now, which is blow away the old blogspot site after a grace period, recreate it and have it have 1 post which points to your new site, and then use various tools to find all the links to your OLD site and ask the owners of the linking site to update their links to your new site. Might take a little less time, too!</p>
<div class="shr-publisher-368"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F11%2F05%2Fredirect-blogspot-to-point-at-wordpress-hosted-blog%2F' data-shr_title='How+To%3A+Redirect+Blogspot+to+Point+at+Wordpress+Hosted+Blog'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F11%2F05%2Fredirect-blogspot-to-point-at-wordpress-hosted-blog%2F' data-shr_title='How+To%3A+Redirect+Blogspot+to+Point+at+Wordpress+Hosted+Blog'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=How+To%3A+Redirect+Blogspot+to+Point+at+WordPress+Hosted+Blog&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F11%2F05%2Fredirect-blogspot-to-point-at-wordpress-hosted-blog%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/11/05/redirect-blogspot-to-point-at-wordpress-hosted-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving from Blogspot to Hosted WordPress?</title>
		<link>http://nothowtodoit.com/2008/10/29/moving-from-blogspot-to-hosted-wordpress/</link>
		<comments>http://nothowtodoit.com/2008/10/29/moving-from-blogspot-to-hosted-wordpress/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 14:49:12 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Traffic]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=361</guid>
		<description><![CDATA[Simply use a 301 redirect with some devilishly ingenious code from TechCounter: 301 Permanent Redirect from Blogger Beta to WordPress 11. May 2007, 10:51 By Ryan Ferone Most Bloggers start out with free blog hosting with the most popular of the free services being Google’s blogger where you get a yoursite.blogspot.com address. Now you want to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Moving from Blogspot to Hosted WordPress?", url: "http://nothowtodoit.com/2008/10/29/moving-from-blogspot-to-hosted-wordpress/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F29%2Fmoving-from-blogspot-to-hosted-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F29%2Fmoving-from-blogspot-to-hosted-wordpress%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=How+To,Traffic,Wordpress&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Simply use a 301 redirect with some devilishly ingenious code from TechCounter:</p>
<h3 id="post-47" class="entrytitle"><a title="Artikel-Link (Permalink)" rel="bookmark" href="http://www.techcounter.com/wordpress/301-permanent-redirect-from-blogger-beta-to-wordpress/">301 Permanent Redirect from Blogger Beta to WordPress</a></h3>
<p class="entrymeta1"><span class="meta-time">11. May 2007, 10:51 By </span><span class="meta-author"><a title="author" href="http:///">Ryan Ferone</a></span></p>
<p><!-- [entrymeta1] -->Most Bloggers start out with free blog hosting with the most popular of the free services being Google’s blogger where you get a yoursite.blogspot.com address. Now you want to move from Blogger to your own domain. One of the best publishing software is provided by WordPress and the best part is it is free. Importing to WordPress from Blogger used to be a breeze using WordPress’s import posts feature. However when Google moved from Blogger to the new Blogger or Blogger Beta, it became impossible to use WordPress’s import utility.</p>
<p>However, you can now do so with the steps outlined here about <a title="Import from Blogger Beta to WordPress" href="http://www.techcounter.com/wordpress/import-blogger-beta-posts-to-wordpress/" target="_blank">Importing Blogger Beta Posts to WordPress</a></p>
<p>Many users were able to implement this method successfully. Now, we move to the next step. Lets deal with some questions I had so far …</p>
<p>1. What happens to my old blogger blog? Should I just delete it after importing to WordPress?</p>
<p>2. I heard Google penalizes duplicate content. I now have my posts at both my old blogger blog and my new WordPress blog hosted on my domain. What should I do?</p>
<p>3. You mentioned using the 301 permanent redirect from blogger to wordpress. Can i do it?</p>
<p>Okay … lets deal with these questions first.</p>
<p>1. No, you should not delete your Blogger blog. I am sure you worked hard at it. You might have many subscribers to that blog. The search engines have content indexed to that blog. What happens if you delete your blogger blog is simple … you end up LOSING ALL YOUR TRAFFIC, all your loyal subscribers and visitors simply because they dont know your new address.</p>
<p>2. Yes, Google penalizes duplicate content. How do you deal with this.. well read on</p>
<p>3. When people move from their old website to a new one they use a 301 permanent redirect method without being penalized by the search engines. However, you cannot do this straight up with Blogger because you do not have access to your .htaccess file. So its not a simple plug and play unfortunately because of this.</p>
<h3>How to redirect your old Blogger posts to your New wordpress blog posts using a permanent redirect</h3>
<p>I wanted to thank Owen Barder for his excellent <a title="move blogger posts to wordpress" onclick="javascript:urchinTracker ('/outbound/article/www.owen.org');" href="http://www.owen.org/blog/204" target="_blank">code</a> to redirect your individual posts from blogger to wordpress. Also, thanks to <a title="move from blogger to wordpress" onclick="javascript:urchinTracker ('/outbound/article/underscorebleach.net');" href="http://underscorebleach.net/jotsheet/2006/05/move-blogger-to-wordpress" target="_blank">Tom Sherman</a>. I will try to stick to what these two guys have to tell.</p>
<p>Using the method outlined here, you will be able to</p>
<p>1. Redirect your visitors from your old Blogger blog to your WordPress Blog on your domain</p>
<p>2. Redirect your old posts to new posts on your wordpress blog instead of redirecting them just to your home page of your wordpress blog</p>
<p>3. Do all this in such a way that Google does not penalize you. You also get to transfer your Google Page Rank too. How about that ….. !</p>
<h3>Step # 1: Import from Blogger Beta to your WordPress domain</h3>
<p>I am assuming that you backed up your blog and Imported to your WordPress domain from the new Blogger or Blogger Beta. If you didn’t do, check out my article on <a title="Import from Blogger beta to WordPress" href="http://www.techcounter.com/wordpress/import-blogger-beta-posts-to-wordpress/" target="_blank">Import from Blogger Beta to WordPress</a></p>
<h3>Step # 2: Modify your Blogger Template to include redirects</h3>
<p>Log into your Blogger account. Go to <strong>Template</strong> and then <strong>Edit HTML.</strong> Paste the code shown below where you replace http://www.yoursite.com with the root URL of your WordPress Blog</p>
<p>a. Add the code below after &lt;Blogger&gt; in your template</p>
<blockquote><p>&lt;MainOrArchivePage&gt;<br />
&lt;script language=”javascript”&gt;&lt;!–<br />
var blog_root=http://www.yoursite.com/;<br />
document.location.href=blog_root;<br />
//–&gt;&lt;/script&gt;<br />
&lt;/MainOrArchivePage&gt;</p>
<p>&lt;ItemPage&gt;<br />
&lt;script language=”javascript”&gt;&lt;!–<br />
var process_page=”http://www.yoursite.com/bloggerposts.php”;<br />
var newpage=process_page;<br />
var oldlink=”&lt;$BlogItemPermalinkUrl$&gt;”;</p>
<p>newpage+=”?p=”+oldlink;<br />
newpage=newpage.toLowerCase();<br />
document.location.href=newpage;<br />
//–&gt;&lt;/script&gt;<br />
&lt;/ItemPage&gt;</p></blockquote>
<p>b. Add the line shown here somewhere in between the &lt;head&gt; ..&lt;/head&gt; tags of your blog</p>
<blockquote><p>&lt;meta http-equiv=”refresh” content=”0;url=http://www.yoursite.com/” /&gt;</p></blockquote>
<p>Notice the space between  /” and the /&gt;</p>
<p>somewhere in between the &lt;head&gt;&lt;/head&gt; tags like this:</p>
<p>&lt;head&gt;<br />
&lt;meta http-equiv=”refresh” content=”0;url=http://www.yoursite.com”&gt;<br />
&lt;/head&gt;</p>
<h3>Step # 3: Prepare your WordPress blog for Redirects</h3>
<p>a. Open Notepad. Copy and paste the code given below. Save it as bloggerposts.php or anything else you want and put it in the root location of your wordpress blog. By root, I mean not in any wp-admin or any other folder, but in the root and the link should be something like http://www.yoursite.com/bloggerposts.php</p>
<blockquote><p><!--p<--></p>
<p>&lt;?php</p>
<p>require($_SERVER[’DOCUMENT_ROOT’].’/blog/wp-blog-header.php’);<br />
$search_link = $_GET[’p'];<br />
$vars = explode(’/&#8217;, $search_link);<br />
$num = count($vars) &#8211; 1;<br />
$filename = $vars[$num];<br />
$slug = str_replace(”.html”, “”, $filename);</p>
<p>$SQL = “SELECT posts.* FROM $wpdb-&gt;posts AS posts WHERE posts.post_name = ‘$slug’ LIMIT 1″;<br />
$posts = $wpdb-&gt;get_results(”$SQL”);</p>
<p>if ($posts) {<br />
foreach ($posts as $post) {<br />
$found_link = get_permalink($post-&gt;ID);<br />
}<br />
}<br />
else<br />
{<br />
$found_link = “http://www.yoursite.com/”;<br />
}</p>
<p>?&gt;</p>
<p>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Redirecting…&lt;/title&gt;<br />
&lt;script language=”javascript”&gt;&lt;!–<br />
document.location.href=”&lt;?php echo ($found_link); ?&gt;”;<br />
//–&gt;&lt;/script&gt;</p>
<p>&lt;meta http-equiv=”refresh” content=”2;url=&lt;?php echo ($found_link); ?&gt;”&gt;</p>
<p>&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;h1&gt;Redirecting…&lt;/h1&gt;<br />
&lt;p&gt;You can also proceed immediately to &lt;a href=”&lt;?php echo ($found_link); ?&gt;”&gt;&lt;?php echo ($found_link); ?&gt;&lt;/a&gt;.&lt;/p&gt;<br />
&lt;p&gt;The main blog URL is &lt;a href=”http://www.yoursite.com/” mce_href=”http://www.yoursite.com/”&gt;www.yoursite.com&lt;/a&gt;.&lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p></blockquote>
<p>All you need to do in the above code is wherever you see http://www.yoursite.com , change it to the root location of your WordPress blog. What this code is doing is taking the URL from Step # 2 and redirect the user to the corresponding entry in your wordpress blog. In case it does not find the corresponding entry, it redirects to the homepage of your blog.</p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>WordPress</strong></li>
<li><a href="http://www.blogherald.com/2008/10/29/revolution-two-wordpress-theme/">Brian Gardner Launches Revolution Two Open-Source <strong>WordPress</strong> Theme</a></li>
<li><a href="http://www.blogherald.com/2008/10/29/wordpress-wednesday-news-wordpress-27-soon-security-upgrade-podcamp-wordcamp-hawaii-polldaddy-and-more/"><strong>WordPress</strong> Wednesday News: <strong>WordPress</strong> 2.7 Soon, Security Upgrade <strong>&#8230;</strong></a></li>
</ul>
<div class="shr-publisher-361"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F29%2Fmoving-from-blogspot-to-hosted-wordpress%2F' data-shr_title='Moving+from+Blogspot+to+Hosted+Wordpress%3F'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F29%2Fmoving-from-blogspot-to-hosted-wordpress%2F' data-shr_title='Moving+from+Blogspot+to+Hosted+Wordpress%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Moving+from+Blogspot+to+Hosted+WordPress%3F&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F29%2Fmoving-from-blogspot-to-hosted-wordpress%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/10/29/moving-from-blogspot-to-hosted-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Blogspot Entries Cleaned Out</title>
		<link>http://nothowtodoit.com/2008/10/28/how-to-blogspot-entries-cleaned-out/</link>
		<comments>http://nothowtodoit.com/2008/10/28/how-to-blogspot-entries-cleaned-out/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 14:01:18 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=351</guid>
		<description><![CDATA[So after figuring it was long enough wait I have destroyed and recreated both original entries of my Blogs. Originally this site was Not How To Do It on Blogspot and it held pretty much an exact duplicate of a lot of the entries in this site, however, I did the following steps: Log onto the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How To: Blogspot Entries Cleaned Out", url: "http://nothowtodoit.com/2008/10/28/how-to-blogspot-entries-cleaned-out/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F28%2Fhow-to-blogspot-entries-cleaned-out%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F28%2Fhow-to-blogspot-entries-cleaned-out%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=Comments,How+To&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So after figuring it was long enough wait I have destroyed and recreated both original entries of my Blogs.</p>
<p>Originally this site was <a title="How Not To Succeed on the Web" href="http://nothowtodoit.blogspot.com/" target="_blank">Not How To Do It</a> on Blogspot and it held pretty much an exact duplicate of a lot of the entries in this site, however, I did the following steps:</p>
<ol>
<li>Log onto the Blogspot web site</li>
<li>Go to the Template section and save the HTML that is the template for this site (I copied it into Notepad)</li>
<li>Go into the Settings area for the blog, at the bottom select DELETE this blog from Blogspot (be very sure when you do this because it will disappear completely).</li>
<li>Wait about 5 minutes for Blogspot to settle down</li>
<li>Go back and CREATE the exact same blog, with the exact same domain name (change the title to say OLD Version of site, or something like that).</li>
<li>Once creation is complete, copy back the Template from the site you saved.</li>
<li>Turn off all Comment capabilities.</li>
<li>Create an entry that says <a title="We Have Moved" href="http://nothowtodoit.blogspot.com/2008/10/we-have-moved-eh.html" target="_blank">We Have Moved</a> that points to your new site</li>
</ol>
<div>You are now done! Your old site points to your new site and there is no longer any duplicate entires on the web either!</div>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>How To</strong></li>
<li><a title="Dummies Guide to Blogger" href="http://bloggerfordummies.blogspot.com/" target="_blank"><strong>Dummies Guide to Blogger</strong></a></li>
</ul>
<div class="shr-publisher-351"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F28%2Fhow-to-blogspot-entries-cleaned-out%2F' data-shr_title='How+To%3A+Blogspot+Entries+Cleaned+Out'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F28%2Fhow-to-blogspot-entries-cleaned-out%2F' data-shr_title='How+To%3A+Blogspot+Entries+Cleaned+Out'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=How+To%3A+Blogspot+Entries+Cleaned+Out&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F28%2Fhow-to-blogspot-entries-cleaned-out%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/10/28/how-to-blogspot-entries-cleaned-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: Essential Blogging</title>
		<link>http://nothowtodoit.com/2008/10/27/book-review-essential-blogging/</link>
		<comments>http://nothowtodoit.com/2008/10/27/book-review-essential-blogging/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 12:30:21 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Book Review]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=344</guid>
		<description><![CDATA[I took this book out of the Ottawa Public library just to see what interesting tid bits I might pick up, as I usually find all books by O&#8217;Reilly and Associates very informative. The book itself is an excellent resource for beginner bloggers who want to start out and figure out how to set up [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Book Review: Essential Blogging", url: "http://nothowtodoit.com/2008/10/27/book-review-essential-blogging/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F27%2Fbook-review-essential-blogging%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F27%2Fbook-review-essential-blogging%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=Book+Review,How+To&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div class="wp-caption alignleft" style="width: 132px"><a href="http://www.amazon.ca/gp/product/0596003889?ie=UTF8&amp;tag=bigcajunstore-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0596003889"><img style="border: 0px;" title="Essential Blogging by Oreilly and Associates" src="https://images-na.ssl-images-amazon.com/images/I/51h2DKdYSuL._SL160_.jpg" border="0" alt="" width="122" height="160" /></a><p class="wp-caption-text">Essential Blogging</p></div>
<p><img style="border:none !important; margin:0px !important;" src="https://images-na.ssl-images-amazon.com/images/I/51h2DKdYSuL._SL160_.jpg" border="0" alt="" width="1" height="1" />I took this book out of the Ottawa Public library just to see what interesting tid bits I might pick up, as I usually find all books by O&#8217;Reilly and Associates very informative.</p>
<p>The book itself is an excellent resource for beginner bloggers who want to start out and figure out how to set up their blog (using Blogspot as their hosting software). It does a step by step set up procedure and then starts adding in more and more details for the beginner to &#8220;tweak&#8221; and enhance their content to get more readers and more interest in what they write (unless you are writing a blog you don&#8217;t want anybody to read, very useful advice).</p>
<p>When I first started blogging I think I would have appreciated this book a lot more because it talks about changing the default templates from Blogspot and how to use all the variables that blogspot gives you access to.  Lots of information on how to customize the default blogroll for the blogspot set up would have helped me a lot as well.</p>
<p>Some information about Movable type work, that I skimmed, since I wasn&#8217;t really interested in it.</p>
<p><strong><span style="text-decoration: underline;">Review:</span></strong>Overall a very useful book for the beginner blogger who wants to get started quickly and wants to learn the ins and outs of blogging and get up and running quickly. If you use blogspot I would also recommend this book (although hopefully there is a newer version that elaborates on the Widgets in the new Blogspot configuration). </p>
<p>I did not buy this book, I borrowed it from the Ottawa Public Library and would not buy it myself, but it was a useful read for me.</p>
<p><strong>ISBN</strong>: 0-596-0038-9<br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>Book Review</b></li>
<li><a href="http://skgillespie.wordpress.com/2008/10/27/book-review-4/"><b>Book Review</b></a></li>
<li><a href="http://religion.foreignpolicyblogs.com/2008/10/27/book-review-the-islamist-by-ed-husain/"><b>Book Review</b>: The Islamist by Ed Husain</a></li>
<li><a href="http://paraklesis.com/childrens_publishing_news/2008/10/27/alan-gratz/">Alan Gratz</a></li>
<li><a href="http://www.comedyspin.com">Comedy</a>
</li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>How To</b></li>
<li><a href="http://outside-in-thinking.com/?p=126"><b>How to</b> get great client insights</a></li>
</ul>
<div class="shr-publisher-344"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F27%2Fbook-review-essential-blogging%2F' data-shr_title='Book+Review%3A+Essential+Blogging+'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F27%2Fbook-review-essential-blogging%2F' data-shr_title='Book+Review%3A+Essential+Blogging+'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Book+Review%3A+Essential+Blogging&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F27%2Fbook-review-essential-blogging%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/10/27/book-review-essential-blogging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Alexa To Clean up</title>
		<link>http://nothowtodoit.com/2008/10/23/using-alexa-to-clean-up/</link>
		<comments>http://nothowtodoit.com/2008/10/23/using-alexa-to-clean-up/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 00:38:10 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Canadian Financial Rants]]></category>
		<category><![CDATA[Page Ranking.]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=341</guid>
		<description><![CDATA[I have been trying to find a smart way to clean up my old blog on blog spot Canadian Financial Rants, but I finally bit the bullet and deleted it and then recreated it.  That purged all of the entries on the site, and now it has a single entry telling whoever trips over the [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Using Alexa To Clean up", url: "http://nothowtodoit.com/2008/10/23/using-alexa-to-clean-up/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F23%2Fusing-alexa-to-clean-up%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F23%2Fusing-alexa-to-clean-up%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=Page+Ranking.,seo&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I have been trying to find a smart way to clean up my old blog on blog spot <a title="Canadian Financial Rants" href="http://canajunfinances.blogspot.com" target="_blank">Canadian Financial Rants</a>, but I finally bit the bullet and deleted it and then recreated it.  That purged all of the entries on the site, and now it has a single entry telling whoever trips over the site to go to <a title="Canadian Personal Finance Opinions" href="http://www.canajunfinances.com" target="_blank">Canadian Personal Finance Opinions</a>, instead. My concern is with the old site still around if Google&#8217;s bots found it and went through it my page rank would get set back to zero (again), as it stands now, the only official copies of my content are now on Canadian Financial Opinions, so I am happy with that.</p>
<p>I also noticed that Alexa has 82 sites that link into Canadian Financial Rants, so I used Alexa to point out these sites and then started sending the Blog owners where the links are that the blog they are pointing at has moved to Canadian Financial Opinions. Where it was not possible, I simply left a comment on the site that also pointed to Canadian Financial Opinions, so hopefully this will add to my Alexa IN-Link count and this might help my Page Rank as well, we shall see on that part, but a useful way to find messed up links too.</p>
<div class="shr-publisher-341"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F23%2Fusing-alexa-to-clean-up%2F' data-shr_title='Using+Alexa+To+Clean+up'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F23%2Fusing-alexa-to-clean-up%2F' data-shr_title='Using+Alexa+To+Clean+up'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Using+Alexa+To+Clean+up&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F23%2Fusing-alexa-to-clean-up%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/10/23/using-alexa-to-clean-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Page Rank of 2/10</title>
		<link>http://nothowtodoit.com/2008/10/05/page-rank-of-210/</link>
		<comments>http://nothowtodoit.com/2008/10/05/page-rank-of-210/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 10:52:08 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Page Ranking.]]></category>
		<category><![CDATA[Readership]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=295</guid>
		<description><![CDATA[This is quite funny because now both my sites have this page rank, including this site. I am astounded to see that somehow this simple little &#8220;on line notebook&#8221; is actually ranked at 2/10, while my Canadian Personal Finance Blog which has thousands of links and such is also 2/10 (but then again, so is [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Page Rank of 2/10", url: "http://nothowtodoit.com/2008/10/05/page-rank-of-210/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F05%2Fpage-rank-of-210%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F05%2Fpage-rank-of-210%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=Adsense,Page+Ranking.&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>This is quite funny because now both my sites have this page rank, including this site. I am astounded to see that somehow this simple little &#8220;on line notebook&#8221; is actually ranked at 2/10, while my <a title="Canadian Personal Financial Opinions" href="http://www.canajunfinances.com" target="_blank">Canadian Personal Finance Blog</a> which has thousands of links and such is also 2/10 (but then again, so is the <a title="Canadian Capitalist" href="http://canadiancapitalist.com" target="_blank">Canadian Capitalist</a>, and he is a much higher ranked blogger than I am).  What&#8217;s funny is our friend over at <a title="Canadian Money Review" href="http://www.canadianmoneyblogs.com/index.html" target="_blank">Canadian Money Review</a> is ranked 3/10 yet he hasn&#8217;t posted anything in months (busy with new baby and such). </p>
<p>I think I am getting my ranks back because I have turned off the &#8220;Bots&#8221; on my left over sites over at Blogspot. At the end of the year, I am going to delete the Financial One, since it still seems to be creating &#8220;echos&#8221; throughout the Web, and the redirection from Blogspot does not seem to work that well these days either. </p>
<p>Given I am using Chrome much more these days, I haven&#8217;t really been looking at my page rankings (haven&#8217;t got a chrome add in for this), so I only noticed that this site seems to have a page rank of 2/10 on Friday. I am not getting deluged with advertising opportunities here yet, and somehow I doubt that will happen, but then again, you never know either.</p>
<div class="shr-publisher-295"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F05%2Fpage-rank-of-210%2F' data-shr_title='Page+Rank+of+2%2F10'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F05%2Fpage-rank-of-210%2F' data-shr_title='Page+Rank+of+2%2F10'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Page+Rank+of+2%2F10&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F10%2F05%2Fpage-rank-of-210%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/10/05/page-rank-of-210/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Links Repaired</title>
		<link>http://nothowtodoit.com/2008/08/12/links-repaired/</link>
		<comments>http://nothowtodoit.com/2008/08/12/links-repaired/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 08:35:28 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Link Building]]></category>
		<category><![CDATA[Page Ranking.]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=246</guid>
		<description><![CDATA[So after spending most of my spare time this past weekend, repairing any links on my web site that pointed at it&#8217;s old Blogspot address, I am now attempting to tackle all of the rest of the broken links on Canadian Personal Finance blog, and it is turning out to be another behemoth of a [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Links Repaired", url: "http://nothowtodoit.com/2008/08/12/links-repaired/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F08%2F12%2Flinks-repaired%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F08%2F12%2Flinks-repaired%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=How+To,Link+Building,Page+Ranking.&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So after spending most of my spare time this past weekend, repairing any links on <a href="http://nothowtodoit.com/2008/07/18/how-to-move-from-blogspot-to-hosted-wordpress-internal-links/" target="_blank">my web site that pointed at it&#8217;s old Blogspot address</a>, I am now attempting to tackle all of the rest of the broken links on <a href="http://canajunfinances.com" target="_blank">Canadian Personal Finance blog</a>, and it is turning out to be another behemoth of a task.</p>
<p>Using the <a href="http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/" target="_blank">WordPress Broken Link Plug In</a>, I found that along with the hundreds of links to my old web site I had over 160 broken links on my site pointing to various non-existant sites or posts on the Web, <strong>Oh Joy!</strong></p>
<p>The interface for the Plug In is very straight forward, so that is good, but I am also cleaning up the postings as well (deleting some posts, that I must have written while asleep, or when I was in a particularly lazy mood, that is for sure). You can simply discard the bad link and that speeds things up a lot, but I have many images that I have linked to that are no longer there, which I want to clean up (the post looks stupid without them).</p>
<p>This site only has 1 broken link, so that is kind of cool too.</p>
<div class="shr-publisher-246"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F08%2F12%2Flinks-repaired%2F' data-shr_title='Links+Repaired'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F08%2F12%2Flinks-repaired%2F' data-shr_title='Links+Repaired'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Links+Repaired&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F08%2F12%2Flinks-repaired%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/08/12/links-repaired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam, spam, spam, baked beans, spam, spam and spam</title>
		<link>http://nothowtodoit.com/2008/07/25/spam-spam-spam-baked-beans-spam-spam-and-spam/</link>
		<comments>http://nothowtodoit.com/2008/07/25/spam-spam-spam-baked-beans-spam-spam-and-spam/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 11:54:41 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Content]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=201</guid>
		<description><![CDATA[Originally posted on my finance blog after a particularly vulgar weekend that I spent cleaning up hundreds of SPAM comments on my blogspot account. Spam, Spam, Spam&#8230;.. I don&#8217;t like SPAM ! No that is not my breakfast, it is what I am now continually finding as &#8220;comments&#8221; on this page. I have turned off [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Spam, spam, spam, baked beans, spam, spam and spam", url: "http://nothowtodoit.com/2008/07/25/spam-spam-spam-baked-beans-spam-spam-and-spam/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F25%2Fspam-spam-spam-baked-beans-spam-spam-and-spam%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F25%2Fspam-spam-spam-baked-beans-spam-spam-and-spam%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=Comments,Content&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Originally posted on my finance blog after a particularly vulgar weekend that I spent cleaning up hundreds of SPAM comments on my blogspot account.<a title="Spam, Spam, Spam, Spam, Spam..." href="http://www.canajunfinances.com/2005/09/15/spam-spam-spam-baked-beans-spam-spam-and-spam/" target="_blank"> Spam, Spam, Spam&#8230;..</a></p>
<h2>I don&#8217;t like SPAM !</h2>
<p>No that is not my breakfast, it is what I am now continually finding as &#8220;comments&#8221; on this page. I have turned off Anonymous comments, since those are just an invitation for idiots to come and spew stupidities, but this is even worse.</p>
<p>Typically what happens is there is a comment like:</p>
<div style="text-align: center;">&#8220;&#8230; I really like your debt reduction web site, have a look at mine at <a href="http://fanclub.spam.com/main_ns.asp">FUNNY LINK</a>&#8230;&#8221;</div>
<p>You go and look and it is a page with 1 entry on it and 10,000 Adsense ads, so the only thing you CAN click are the ads (not my <a href="http://fanclub.spam.com/main_ns.asp">FUNNY LINK</a>, that is a link to the <a href="http://fanclub.spam.com/main_ns.asp">SPAM FAN CLUB</a>!). That is just poor sportsmanship, an abuse of blogging and a pretty tacky way to make money (only in this author&#8217;s humble opinion). Yes, I have adsense ads, and yes I&#8217;d like to make money on them, but at least I create relatively relevant and new content, not just an obvious, ca$h grab!</p>
<p><a href="http://www.montypythonsspamalot.com/"><img src="http://www.geocities.com/fang_club/spam.gif" border="3" alt="" align="left" /></a><br />
I espouse Debt Reduction, taking control of your finances and I am now a crusader against <strong>SPAM</strong>. As a kid actually I liked &#8220;Klik&#8221; more than SPAM anyway.</p>
<p>OK a real posting is coming soon, but I had to get that one off my shoulder! Oh and if you click on the <em>SPAM</em> picture you go to the <span style="text-decoration: underline;">SPAM</span>-A-LOT Broadway Show Home page.</p>
<p>Do you like SPAM? I love it!<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/anwy2MPT5RE&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/anwy2MPT5RE&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
<div class="shr-publisher-201"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F25%2Fspam-spam-spam-baked-beans-spam-spam-and-spam%2F' data-shr_title='Spam%2C+spam%2C+spam%2C+baked+beans%2C+spam%2C+spam+and+spam'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F25%2Fspam-spam-spam-baked-beans-spam-spam-and-spam%2F' data-shr_title='Spam%2C+spam%2C+spam%2C+baked+beans%2C+spam%2C+spam+and+spam'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Spam%2C+spam%2C+spam%2C+baked+beans%2C+spam%2C+spam+and+spam&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F25%2Fspam-spam-spam-baked-beans-spam-spam-and-spam%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/07/25/spam-spam-spam-baked-beans-spam-spam-and-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to: Move from Blogspot to Hosted WordPress &#8212; Internal Links</title>
		<link>http://nothowtodoit.com/2008/07/18/how-to-move-from-blogspot-to-hosted-wordpress-internal-links/</link>
		<comments>http://nothowtodoit.com/2008/07/18/how-to-move-from-blogspot-to-hosted-wordpress-internal-links/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 12:25:48 +0000</pubDate>
		<dc:creator>Big Cajun Man</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=187</guid>
		<description><![CDATA[The more I learn, the more I realize how much I have to learn, is sort of how my week has been going for this blog. After realizing that there must be BLOGSPOT based internal links in the content on this web page that points to my old Not How To Do It blog, I [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "How to: Move from Blogspot to Hosted WordPress &#8212; Internal Links", url: "http://nothowtodoit.com/2008/07/18/how-to-move-from-blogspot-to-hosted-wordpress-internal-links/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F18%2Fhow-to-move-from-blogspot-to-hosted-wordpress-internal-links%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F18%2Fhow-to-move-from-blogspot-to-hosted-wordpress-internal-links%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=How+To,Wordpress&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The more I learn, the more I realize how much I have to learn, is sort of how my week has been going for this blog.</p>
<p>After realizing that there must be BLOGSPOT based <strong>internal links</strong> in the content on this web page that points to my old Not How To Do It blog, I wondered how could I find all of that.</p>
<p>The easiest way to deal with it was:</p>
<ol>
<li>Go into your WordPress Dashboard</li>
<li>Select &#8220;Manage Posts&#8221;</li>
<li>And then in SEARCH input your old blogspot address (in my case nothowtodoit.blogspot.com)</li>
<li>Voila, all posts that you have that have <span style="text-decoration: underline;">internal links</span>to your posts on your Blogspot site!</li>
</ol>
<p>For me it was simple only 5 posts to fix, one, two three all updated to point to my new site address, all internal links fixed and happy no problemo.</p>
<p>Then I wondered, how many of the posts on this site have internal links to my old finance site? Go back to the Manage Posts page and input  canajunfinances.blogspot.com, <strong><span style="color: #ff0000;">OH CRAP!</span></strong> Pages upon pages of posts with internal links back to my old site. I am slowly cleaning up that mess, one by one, and adding tags so it is a long tedious methodology for now.</p>
<p>Then I realized I need to do this on <a title="Canadian Financial Opinions" href="http://canajunfinances.com" target="_blank">Canadian Financial Opinions</a> as well. <strong><span style="text-decoration: underline;">OH CRAP!!!!</span></strong> That is going to be hundreds of posts to fix with internal links! <span style="text-decoration: underline;">Darn</span>.</p>
<p>BDV-361074-BDV</p>
<p>Is there a better way, to do bulk edits in WordPress?</p>
<div class="shr-publisher-187"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F18%2Fhow-to-move-from-blogspot-to-hosted-wordpress-internal-links%2F' data-shr_title='How+to%3A+Move+from+Blogspot+to+Hosted+Wordpress+--+Internal+Links'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F18%2Fhow-to-move-from-blogspot-to-hosted-wordpress-internal-links%2F' data-shr_title='How+to%3A+Move+from+Blogspot+to+Hosted+Wordpress+--+Internal+Links'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=How+to%3A+Move+from+Blogspot+to+Hosted+WordPress+%26%238212%3B+Internal+Links&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2008%2F07%2F18%2Fhow-to-move-from-blogspot-to-hosted-wordpress-internal-links%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2008/07/18/how-to-move-from-blogspot-to-hosted-wordpress-internal-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good story, guess i need more readers</title>
		<link>http://nothowtodoit.com/2007/10/11/good-story-guess-i-need-more-readers/</link>
		<comments>http://nothowtodoit.com/2007/10/11/good-story-guess-i-need-more-readers/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 20:18:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Canadian Financial Rants]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Content]]></category>

		<guid isPermaLink="false">http://nothowtodoit.com/?p=148</guid>
		<description><![CDATA[Figured Walter&#8217;s Turkey story was a sure fire winner, but I guess there just isn&#8217;t a market for psychotic, pseudo farmers who don&#8217;t know how to kill poultry. It was an idea. The traffic on this site continues to be a little flat, but then again, it is not like I am posting a great [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Good story, guess i need more readers", url: "http://nothowtodoit.com/2007/10/11/good-story-guess-i-need-more-readers/" });</script>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnothowtodoit.com%2F2007%2F10%2F11%2Fgood-story-guess-i-need-more-readers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnothowtodoit.com%2F2007%2F10%2F11%2Fgood-story-guess-i-need-more-readers%2F&amp;source=bigcajunman&amp;style=normal&amp;hashtags=Content,Humor&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Figured Walter&#8217;s Turkey story was a sure fire winner, but I guess there just isn&#8217;t a market for psychotic, pseudo farmers who don&#8217;t know how to kill poultry. It was an idea.</p>
<p>The traffic on this site continues to be a little flat, but then again, it is not like I am posting a great deal of useful information either.</p>
<p>On the <a href="http://canajunfinances.com">Canadian Financial Views</a> web site, traffic continues to be it&#8217;s normal brisk self of about 200 visitors and over 500 <span id="SPELLING_ERROR_0" class="blsp-spelling-error">RSS</span> subscribers as well. I really need to figure out a way to make money on the <span id="SPELLING_ERROR_1" class="blsp-spelling-error">RSS</span> side of things, given that I have so few folks that actually visit the site (and all of it&#8217;s advertising whore-<span id="SPELLING_ERROR_2" class="blsp-spelling-error">dom</span>).</p>
<p>Still tinkering with moving away from <span id="SPELLING_ERROR_3" class="blsp-spelling-error">Blogspot</span>, but might take this and my family blog away first and see how much work it actually is. <span id="SPELLING_ERROR_4" class="blsp-spelling-error">Blogspot</span> is so darn easy to use, not sure why I would be changing except to get away from the &#8220;Oh you are only a <span id="SPELLING_ERROR_5" class="blsp-spelling-error">Blogspot</span> Blogger&#8221;, crap that you read about from the &#8220;Blog Snobs&#8221; out there.</p>
<p>Another <span id="SPELLING_ERROR_6" class="blsp-spelling-error">Adsense</span> cheque is in the <span id="SPELLING_ERROR_7" class="blsp-spelling-error">off&#8217;ing</span>, so we shall see I might crack $1K for profits on the web site this year. <span id="SPELLING_ERROR_8" class="blsp-spelling-error">Whoo</span> <span id="SPELLING_ERROR_9" class="blsp-spelling-error">Hoo</span>, almost above slave wages!</p>
<div class="blogger-post-footer">
<p>Subscribe to my RSS feed <a href="http://feeds.feedburner.com/HowToBeUnsuccessfulOnTheInternet">here</a></p>
<p>Help the needy by clicking on <a href="http://www.thehungersite.com/">The Hunger Site</a> as well</p>
</div>
<div class="shr-publisher-148"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' data-shr_layout='button_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2007%2F10%2F11%2Fgood-story-guess-i-need-more-readers%2F' data-shr_title='Good+story%2C+guess+i+need+more+readers'></a><a class='shareaholic-googleplusone' data-shr_size='medium' data-shr_count='true' data-shr_href='http%3A%2F%2Fnothowtodoit.com%2F2007%2F10%2F11%2Fgood-story-guess-i-need-more-readers%2F' data-shr_title='Good+story%2C+guess+i+need+more+readers'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic --><p><a href="http://sharethis.com/item?&wp=3.3.1&amp;publisher=1dfac3dd-a7ae-450f-bc6f-278c4b6043f3&amp;title=Good+story%2C+guess+i+need+more+readers&amp;url=http%3A%2F%2Fnothowtodoit.com%2F2007%2F10%2F11%2Fgood-story-guess-i-need-more-readers%2F">ShareThis</a></p><p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://nothowtodoit.com/2007/10/11/good-story-guess-i-need-more-readers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

