<?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>Blog Building Basics &#187; Wordpress</title>
	<atom:link href="http://www.blogbuildingbasics.com/category/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blogbuildingbasics.com</link>
	<description>How To Create A Blog From The Ground Up</description>
	<lastBuildDate>Fri, 07 Dec 2007 16:41:44 +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 Customize Your Permalink Structure</title>
		<link>http://www.blogbuildingbasics.com/blogging/how-to-customize-your-permalink-structure.html</link>
		<comments>http://www.blogbuildingbasics.com/blogging/how-to-customize-your-permalink-structure.html#comments</comments>
		<pubDate>Thu, 01 Nov 2007 01:49:26 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/how-to-customize-your-permalink-structure.html</guid>
		<description><![CDATA[Making a decision about your blog link structure is in the top 5 things you should do before publishing your first blog post. Your link structure is what you see in your browser address bar when you’re looking at a &#8230; <a href="http://www.blogbuildingbasics.com/blogging/how-to-customize-your-permalink-structure.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Making a decision about your <strong>blog link structure</strong> is in the top 5 things you should do before publishing your first blog post.  Your link structure is what you see in your browser address bar when you’re looking at a website, blog or blog post page and it’s one of the most important parts of getting traffic to your post.</p>
<p>One of the best ways to rank higher for your keyword phrase is to have them in your domain name.  A blog that is about photography would rank higher and come up in more searches if the domain name was something like <a href="http://www.herviewphotography.com" target="_blank">www.herviewphotography.com</a> rather than <a href="http://www.herview.ca" target="_blank">www.herview.ca</a> for example.  &#8220;Her View&#8221; is catchy yes, and of course good branding, but for organic search engine traffic from people looking for fine art photography, www.herview.ca would have to rely on a lot of &#8220;on page&#8221; optimization.</p>
<p>Having the <a href="http://www.blogbuildingbasics.com/blogging-tips/how-to-create-search-engine-friendly-page-titles.html" rel="tag">keyword phrase</a> in the actual url of the website page or blog post is a very important and often overlooked aspect of blog design.</p>
<p>In the example below, you see the URL of another post in this blog</p>
<p><img src="http://www.blogbuildingbasics.com/i/link-structure-example.jpg" width="500" alt="permalink structure"></p>
<p>Here you see the domain name Blog Building Basics, followed by the category name of the post in question, &#8220;blogging tips&#8221; and then the actual post title.  The post title is followed by .html which indicates that it is to be viewed in a web browser.</p>
<p>This format is but one way <strong>set up your permalink structure</strong> and is why I wrote earlier about the <a href="http://www.blogbuildingbasics.com/rss/how-important-is-your-blog-post-title.html" rel="tag">importance of a good post title</a>.  Aaron Wall, the author of <a href="http://www.blogbuildingbasics.com/r/seo-book/">SEOBook</a>, describes <a href="http://www.blogbuildingbasics.com/blogging-tips/how-to-create-search-engine-friendly-page-titles.html" rel="tag">how to create search engine friendly page titles</a> in his free search engine optimization video I recently posted and this is where it all applies, the <strong>custom permalink structure</strong>.</p>
<h3>What Is A Permalink?</h3>
<p>Permalink stands for Permanant Link and is used to describe the full link to the blog post or website page.  </p>
<p>When you first go to a blog, you might see a couple of posts on the front page but each post has it&#8217;s own page all by itself as well.  The link to that single post is called the Permanant Link or Permalink.</p>
<h2>Choosing A Custom Permalink Structure</h2>
<p>A WordPress blog handles all this through the Custom Permalink Structure setup on the Permalink sub tab of the WordPress Options Tab.  </p>
<p><img src="http://www.blogbuildingbasics.com/i/wordpress-custom-permalink-structure-options.jpg" width="500" alt="custom permalink structure"></p>
<p>When you first create a blog with WordPress, the default setting is chosen.  You see in the screen shot that the default setting uses the post id number rather than the title.  </p>
<h3>Ugly Permalinks</h3>
<p>If your post is about &#8220;Fine Art Photography From Peru&#8221; and your post number is 24, the link to your post would be <strong>www.herviewphotography.com/?p=24</strong> .  As described above, <strong>www.herviewphotography.com/fine-art/fine-art-photography-from-peru.html</strong> would be much more descriptive and get your keyword phrases in the url.  </p>
<p>Using the post id number as your url descriptor is called &#8220;ugly permalink&#8221;</p>
<p>The Date and Name based setting inserts the year, the month and the day, then the post name without the .html but instead a trailing slash.  Much better than the default and used for very busy blogs, ones with many posts and when post titles might duplicate.</p>
<p>If you use the custom one like I suggest, you’d have to do well not to duplicate a post title as your blog ages because WordPress would gag on it, not knowing which post to show &#8220;fine art photography&#8221; from March 21st 2004 or &#8220;fine art photography&#8221; from Dec 22nd, 2006.  Same title, two different posts, …hiccup… crash.</p>
<h3>Pretty Permalinks</h3>
<p>If you think your page titles are going to be unique all the time, with no duplication, the best choice for a new blogger in my opinion is to use the custom setting and then specify the custom structure.  These url’s that use the full post title instead of numeric descriptor are called “pretty permalinks”</p>
<p>Insert your custom structure into the field provided.  In my example, I used two WordPress Permalink variables %category% and %postname% with the slashes to separate them and followed with “.html” to complete it.</p>
<p>If you use a lot of the same post titles but want to create some sort of uniqueness, I would opt for one of these two custom structures</p>
<p><code>/%year%/%monthnum%/%day%/%postname%.html </code></p>
<p>Or</p>
<p><code>/%category%/%post_id%/%postname%.html </code></p>
<p>This last option gives you a keyword phrase from the category, inserts the post id to make it unique, then finishes with the post title and then .html</p>
<p>What you&#8217;re looking at in the example above are variables that WordPress uses.  A percent sign is wrapped around a word and is then used internally to pull the data from the database based on the variable.  The variable %category% is replaced with the actual category.  In the case of two categories being used, WordPress uses the one with the lower id number.</p>
<p>Look here for a complete list of <a href="http://codex.wordpress.org/Using_Permalinks#Structure_Tags">permalink structure tags</a>, and more information about this as not all combinations of structure tags work together.</p>
<p>It&#8217;s important if not critical to get this done right before you even write your first post because if you&#8217;ve got any inbound links to your blog or blog pages and then change your permalink structure, all those links will now be dead (404 not found).  When you first create a blog, choosing a custom permalink structure should be on the top of your list.  Besides, it&#8217;s easy, the entire Options tab setup takes about 5 minutes or less.</p>
<p><map name='google_ad_map_25_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/25?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_25_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=25&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fblogging%2Fhow-to-customize-your-permalink-structure.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=25&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/blogging/how-to-customize-your-permalink-structure.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Configure The WordPress Dashboard Writing Tab</title>
		<link>http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-writing-tab.html</link>
		<comments>http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-writing-tab.html#comments</comments>
		<pubDate>Wed, 24 Oct 2007 00:00:09 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/how-to-configure-the-wordpress-dashboard-writing-tab.html</guid>
		<description><![CDATA[After configuring the wordpress dashboard general tab, the next one is the writing tab. The writing tab sets the parameters for your “write a post” page where you enter the actual blog post information. The options for this tab include &#8230; <a href="http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-writing-tab.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After configuring the <a href="http://www.blogbuildingbasics.com/wordpress/how-to-configure-the-wordpress-dashboard-general-tab.html" rel="tag">wordpress dashboard general tab</a>, the next one is the <strong>writing tab</strong>.  The writing tab sets the parameters for your “write a post” page where you enter the actual blog post information.</p>
<p>The options for this tab include the size of the post box ,convert emoticons to graphics for display, setting the default post category, post via email and update services.</p>
<p>This tutorial will focus on the size of the post box and update services</p>
<p><em>Note: throughout this article and this website, the term &#8220;WordPress Tab&#8221; or &#8220;Tab&#8221; refers to the tabs within the wordpress architecture and not to be confused with the tabs within your Firefox browser.</em></p>
<h2>Configure The Writing Tab</h2>
<ol>
<li>Login to your WordPress Dashboard, and click on the Options tab found in the light blue WordPress navigation bar</li>
<li>If this is a brand new install of WordPress with no Plugins installed, there should be 7 subtabs as options</li>
<li>Click on the &#8220;Writing&#8221; tab as shown in the image below</li>
</ol>
<p class="centeredimage"><img src="http://www.blogbuildingbasics.com/i/wordpress-options-tab-writing-options.jpg" width="500" alt="configure the wordpress dashboard writing tab"></p>
<h2>Size Of Post Box</h2>
<p>You’ll see that I have “size of the post box” circled.  The number you set here has an impact on how much room you have to write your blog post.  By default, the number is 10 which refers to 10 rows of space for writing in.</p>
<p>Go have a look at this right now.  Login to your wordpress blog, then click the “write a post” link from your dashboard (or click the “write” tab next to “dashboard”).</p>
<p>Make a note of the size of the “post” box under “title”.  Not too big is it?  If you haven’t already change this setting, it’s exactly 10 rows tall.  Personally, I prefer it twice that size just so I can see more of my post without having to scroll through it while I’m editing it.</p>
<p>Now, go back to the “writing” tab by clicking on Options -> Writing and change this value to 20 so that it doubles the writing space available.</p>
<p>Once you’ve done that, we’ll skip over the blog by email part and straight down to the bottom, the “Update Services”</p>
<p class="centeredimage"><img src="http://www.blogbuildingbasics.com/i/wordpress-options-tab-update-services.jpg" width="500" alt="wordpress update services"></p>
<h2>Update Services</h2>
<p>You may or may not have heard about ping or pinging, but essentially it’s a way for to tell someone or a service that something has happened.  Pinging can be used in various ways, but in this case it’s to tell some blog announcement services that “hey, I’ve got some new content, please update your catalog”.</p>
<p>A ping is just a little nudge saying, I’m here, and I’ve got something new.  This is an over simplification, but you get the idea.</p>
<p>The “Update Services” is a list of places that accept pings from you so that they can alert their readers or update their lists and put a link to your new post on their website.</p>
<p>What happens is that you ping them, then they come to your website and see what’s new.  Then they take the new title of your blog post and usually the first paragraph and update their websites with the new info.  This then displays your latest work on their sites so that interested parties can come back to your site and read.</p>
<p>Pinging is a good thing.</p>
<p>Too much pinging can be a bad thing.</p>
<p>By default, this box has one entry in it.</p>
<p>Here are a few more entries that I use myself.</p>
<p><code>http://api.feedster.com/ping</p>
<p>http://api.moreover.com/ping</p>
<p>http://api.my.yahoo.com/rss/ping</p>
<p>http://ping.feedburner.com</p>
<p>http://ping.syndic8.com/xmlrpc.php</p>
<p>http://ping.weblogalot.com/rpc.php</p>
<p>http://rpc.blogbuzzmachine.com/RPC2</p>
<p>http://rpc.blogrolling.com/pinger/</p>
<p>http://rpc.pingomatic.com</p>
<p>http://rpc.technorati.com/rpc/ping</p>
<p>http://rpc.weblogs.com/RPC2</p>
<p>http://topicexchange.com/RPC2</p>
<p>http://www.blogdigger.com/RPC2</p>
<p>http://www.blogroots.com/tb_populi.blog?id=1</p>
<p>http://www.blogstreet.com/xrbin/xmlrpc.cgi</p>
<p>http://www.newsisfree.com/RPCCloud</p>
<p>http://xping.pubsub.com/ping/</code></p>
<p>Copy and paste these items into your Update Services text field.</p>
<p>Keep in mind that whenever you publish a new post, part of what your <a href="http://www.blogbuildingbasics.com/wordpress/what-is-web-hosting-and-where-is-my-website.html" rel="tag">web host</a> is doing is then pinging these places.  That takes time and server resources.  It can slow things down just slightly, so you may notice a slight hesitation in response time.  I know of places that give you huge lists of places to ping and then your website just times out when you hit publish.  This is a stripped down version of that huge list that I find works.  </p>
<p>You get to ping a bunch of places to announce your work, your blog post publishes in a timely manor, you get more traffic and everyone is happy.</p>
<p>Once you’ve configured this “writing” tab on your wordpress dashboard, press the update button.  Then go have a look at your “write a post” page and see how the change looks.</p>
<p><map name='google_ad_map_23_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/23?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_23_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=23&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fblogging%2Fhow-to-configure-the-wordpress-dashboard-writing-tab.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=23&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-writing-tab.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Configure The WordPress Dashboard General Tab</title>
		<link>http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-general-tab.html</link>
		<comments>http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-general-tab.html#comments</comments>
		<pubDate>Tue, 23 Oct 2007 02:29:18 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/how-to-configure-the-wordpress-dashboard-general-tab.html</guid>
		<description><![CDATA[When you first create a blog, one of your first steps to complete before beginning any posting is to configure the various subtabs found under the Options tab in the Dashboard. This post focus&#8217; on the &#8220;General tab&#8221; which shows &#8230; <a href="http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-general-tab.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you first create a blog, one of your first steps to complete before beginning any posting is to configure the various subtabs found under the Options tab in the Dashboard.  This post focus&#8217; on the &#8220;General tab&#8221; which shows up first in the list from left to right.</p>
<p>The general tab is where you configure your blog title, tagline, add the www to the domain name and set the blog timzone offset.</p>
<p><em>Note: throughout this article and this website, the term &#8220;WordPress Tab&#8221; or &#8220;Tab&#8221; refers to the tabs within the wordpress architecture and not to be confused with the tabs within your Firefox browser.</em></p>
<ol>
<li>Login to your WordPress Dashboard, and click on the Options tab found in the light blue WordPress navigation bar</li>
<li>If this is a brand new install of WordPress with no Plugins installed, there should be 7 subtabs as options</li>
<li>Click on the &#8220;General&#8221; tab as shown in the image below</li>
</ol>
<p class="centeredimage"><img src="http://www.blogbuildingbasics.com/i/wordpress-options-tab-general.jpg" width="500" alt="wordpress dashboard options tab general"></p>
<p>The first two fields, <strong>Weblog title</strong> and <strong>Tagline</strong> are just that, the title and tagline.  Both are great places to get your keywords into your website and be descriptive at the same time.  Depending on your theme, these two fields are used in different ways. The Weblog Title though is always used in the title field of your blog.  It shows up in the top part of your browser window, in links shown in search engines and when people bookmark your site (more often than not).  Keep them professional using your keywords and being as descriptive as possible. </p>
<h2>Add The WWW To Your WordPress Blog Address</h2>
<p>I want to draw your attention to the next two fields, WordPress Address (URL) and Blog Address (URL) (you&#8217;ll see them circled in red)</p>
<p>By default, your blog is installed <em>without the www</em>.  In my case, the default was http://blogbuildingbasics.com.  You can leave this if you like, however, when you link to your website, be aware that http://domainname.com and http://www.domainname.com are two different domains in the eyes of the search engines.</p>
<p>It is my opinion that you should always add the www in front of your domain name in these two fields before you do any posting or marketing of your blog.  </p>
<p>To update them, simply put your curser in that field and add the www. in front of your domain name.</p>
<h2>Enter Your Timezone Offset</h2>
<p>The last thing of note here is the &#8220;Times In The Weblog Should Differ By&#8221; field.  This is so that when you&#8217;re looking at anything that is time stamped in your blog (ie: future posting), you will know when the post is really coming out.  You may find that you use this more often than you think in your upcoming blogging experience, so best to just enter your GMT offset here.  I&#8217;m in mountain time which is GMT -7, so that&#8217;s what I put in the box.</p>
<p>Press the update button to complete this portion of the General Tab configuration.</p>
<p><map name='google_ad_map_22_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/22?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_22_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=22&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fblogging%2Fhow-to-configure-the-wordpress-dashboard-general-tab.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=22&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/blogging/how-to-configure-the-wordpress-dashboard-general-tab.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Must Have WordPress Plugins For Beginners</title>
		<link>http://www.blogbuildingbasics.com/blogging/3-must-have-wordpress-plugins-for-beginners.html</link>
		<comments>http://www.blogbuildingbasics.com/blogging/3-must-have-wordpress-plugins-for-beginners.html#comments</comments>
		<pubDate>Thu, 18 Oct 2007 04:34:05 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/3-must-have-wordpress-plugins-for-beginners.html</guid>
		<description><![CDATA[When you first create a blog with WordPress, I highly suggest that the first thing you do after customizing your WordPress Dashboard Options is to install these 3 Plugins. A plugin is like a utility for your blog that does &#8230; <a href="http://www.blogbuildingbasics.com/blogging/3-must-have-wordpress-plugins-for-beginners.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When you first create a blog with WordPress, I highly suggest that the first thing you do <em>after</em> customizing your WordPress Dashboard Options is to install these 3 Plugins.  </p>
<p>A plugin is like a utility for your blog that does something.  </p>
<p>There are programmers all over the world who build these plugins to do little jobs for them and then they share them.  Most of them are given away free of charge, so feel free to experiment with them if you like.</p>
<p>When I first create a blog for myself or clients, these are the first three I install and activate.</p>
<h2>First 3 Plugins For WordPress Beginners To Install</h2>
<ul>
<li><a href="http://www.ilfilosofo.com/blog/wp-db-backup/" target="_blank">WordPress Database Backup</a></li>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">Google XML Sitemap Generator</a></li>
<li><a href="http://wordpress.org/extend/plugins/stats/" target="_blank">Blog Stats</a></li>
</ul>
<h3 style="color:black">Why these three plugins?</h3>
<p><strong>WordPress Database Backup Plugin</strong> &#8211; All your posts, links and any other data you input into WordPress is stored in a database.  If anything should happen to your blog or the <a href="http://www.blogbuildingbasics.com/wordpress/what-is-web-hosting-and-where-is-my-website.html" rel="tag">web hosting</a> server that it&#8217;s on, having a recent backup is pretty critical wouldn&#8217;t you think?  The first plugin allows you to schedule a backup of your database tables hourly, daily, weekly or on demand.  There are few options so that keeps it simple.  Set it to email the zipped up database content file to you once a day or once a week depending on how often you blog.</p>
<p><strong>Google XML Sitemap Generator</strong> &#8211; You have probably seen a sitemap but what the hell is XML?  Not to worry, this one you don&#8217;t even have to understand, except for the fact that it tells Google, Yahoo and ASK.com about your new posts in a format that they can understand easily and effectively.  Think &#8220;Marketing&#8221;.  This plugin generates a search engine readable sitemap and then actually goes out and tells them about it (It pings the search engines and says &#8220;come look, I have a new post &#8211; here&#8217;s where it is!&#8221; ).  This little plugin is extremely well built by Arne Brachold and I even gave a donation to him I was so impressed and appreciative of his efforts.  </p>
<p>Again, with this plugin, simply download it, ftp it to your server using a <a href="http://www.blogbuildingbasics.com/wordpress/how-to-ftp-your-files-to-your-webhost.html" rel="tag">free ftp</a> client like <a href="http://www.blogbuildingbasics.com/wordpress/how-to-ftp-your-files-to-your-webhost.html" rel="tag">FireFTP</a> and then activate it.  Once activated, go to options -> XML-Sitemap page and check off the fields that apply. Simple.  There&#8217;s a lot of things the plugin asks on the options page, but most of the default options are fine.</p>
<p><strong>Blog Stats</strong> &#8211; This one does just what it says, it gives you a nice little interface (within your free wordpress.com account) showing you your visitors, where they came from, what they&#8217;re viewing, how many came on which days, what they had searched for to find you and much much more.  It&#8217;s not really critical at all, but it&#8217;s pretty good to know if you&#8217;re getting any traffic from your link building and especially knowing what your readers had searched for to find you.  This little plugin was created by the WordPress team at Automattic.</p>
<p>In order to use Blog Stats, you will have to have to have a username with wordpress.  They show you your stats via an interface on wordpress.  In order to see it, you have to login to your account AND you have to have an API code (Application Programming Interface code &#8211; like a unique id for your account).  You&#8217;ll need this same API code for an anti-spam plugin as well, so if you already have it, you&#8217;re good to go.</p>
<p>To get the WordPress Username and API code, go to <a href="http://www.wordpress.com" target="_blank">www.wordpress.com</a> (dot com, not dot org) and click on &#8220;signup&#8221;.  You&#8217;ll see a page where you enter a username and a password for your account.</p>
<p>Below the fields where you enter your username and password you will see this question</p>
<p class="centeredimage"><img src="http://www.blogbuildingbasics.com/i/wordpress-account-username.jpg" alt="wordpress account username" width="400"></p>
<p>Choose the second option as you see here.  All you really need is the username so that you can get your API key.</p>
<p>To get your API Key, Follow the &#8220;<a href="http://faq.wordpress.com/2005/10/19/api-key/" target="_blank">where is my api key</a>&#8221; instructions at WordPress</p>
<p><map name='google_ad_map_21_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/21?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_21_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=21&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fblogging%2F3-must-have-wordpress-plugins-for-beginners.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=21&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/blogging/3-must-have-wordpress-plugins-for-beginners.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Is Web Hosting and Where Is My Website?</title>
		<link>http://www.blogbuildingbasics.com/blogging/what-is-web-hosting-and-where-is-my-website.html</link>
		<comments>http://www.blogbuildingbasics.com/blogging/what-is-web-hosting-and-where-is-my-website.html#comments</comments>
		<pubDate>Fri, 12 Oct 2007 00:53:27 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/what-is-web-hosting-and-where-is-my-website.html</guid>
		<description><![CDATA[What is web hosting and why the hell do I need it anyway? Great question that deserves a decent answer. One of the first things I taught to my students was this concept of where their website was physically located. &#8230; <a href="http://www.blogbuildingbasics.com/blogging/what-is-web-hosting-and-where-is-my-website.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>What is web hosting</strong> and why the hell do I need it anyway?  Great question that deserves a decent answer.  One of the first things I taught to my students was this concept of where their website was physically located.  In order to view a website or a blog, it has to have a home.  The files, images and content have to be on a server somewhere in the world so that when your domain name is typed in, it displays what you want it to display.</p>
<p>Your WordPress blog has a home on a web server.  The web server is a computer located somewhere in the world and may be shared by many other blogs.</p>
<p>The server that stores all your files and serves them out when requested is called a Web Host.  Web Hosting is the first thing you will require after purchasing your desired website name (or domain name).</p>
<p class="centeredimage"><img src="http://www.blogbuildingbasics.com/i/client-server.jpg" alt="what is web hosting" width="500"></p>
<h2>Understanding Web Hosting</h2>
<p>In the picture above we see a simple diagram showing how your computer is connected to your Web Host across the internet.  In the old days (1990’s and early 2000’s), people would work on their web pages using Frontpage or Dream Weaver, Microsoft Visual Dev, or in my case Notepad and then once they had them looking like they wanted, would transfer the files to the Web Host where they would then be available for viewing to people around the world.</p>
<p>Files are transferred to your Web Host using a <a href="http://www.blogbuildingbasics.com/wordpress/how-to-ftp-your-files-to-your-webhost.html" rel="tag">free ftp program</a> like <a href="http://www.blogbuildingbasics.com/wordpress/how-to-ftp-your-files-to-your-webhost.html" rel="tag">FireFTP</a>.</p>
<p>These days, blogging platforms like WordPress make it easy to add content to your website right from within your web browser and the days of manually editing, tweaking and formatting your website are gone.  With WordPress, it’s easily done with the click of a button.  </p>
<p>Web Hosts charge a yearly fee for various services that they offer. </p>
<ul>
<li>Storage space for your files</li>
<li>Database server for your data and content</li>
<li>One click install of your WordPress Blog</li>
<li>Bandwidth &#8211; or the moving of files from the server to the browser</li>
<li>Email for your domain</li>
<li>Online Photo Galleries</li>
<li>Website Statistics – who’s visiting, from where, what words, and how</li>
<li>24/7 phone support</li>
<li>Much more</li>
</ul>
<p>Basic packages are around $100 a year but some Web Hosting companies offer much better rates for more than one year.  Prices actually vary depending on your contract such as $8.95 per month if you pay by the month, but then lowers to $6.95 per month if you pay for a year in advance.  The price may drop to as little as $4.95 a month if you pay for 3 years in advance.  I use and recommend both <a href="http://www.blogbuildingbasics.com/r/hostgator/" target="_blank">Hostgator</a> and <a href="http://www.blogbuildingbasics.com/r/hostmonster/" target="_blank">Host Monster</a> as very good places to get your web hosting.</p>
<p>If you want to have a blog or a website, you pretty much need to rent some space from a Web Hosting company in some form or another.  There are free places to host your blog, but they’re not as robust or allow you to customize the things you need.  They’re a fine place to get started if you need to, but most outgrow their free hosting quickly.</p>
<p>The easiest way to answer the question “<strong>what is Web Hosting</strong>” is to simply realize that someone, somewhere, has to store your files so that they can be viewed by others on the internet.  A Web Host is the computer that manages all the parts of storing your data, managing your traffic as well as the other benefits listed above.</p>
<p><map name='google_ad_map_19_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/19?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_19_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=19&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fblogging%2Fwhat-is-web-hosting-and-where-is-my-website.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=19&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/blogging/what-is-web-hosting-and-where-is-my-website.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To FTP Your Files To Your Webhost</title>
		<link>http://www.blogbuildingbasics.com/blogging/how-to-ftp-your-files-to-your-webhost.html</link>
		<comments>http://www.blogbuildingbasics.com/blogging/how-to-ftp-your-files-to-your-webhost.html#comments</comments>
		<pubDate>Thu, 11 Oct 2007 20:00:27 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/how-to-ftp-your-files-to-your-webhost.html</guid>
		<description><![CDATA[This is a short video tutorial on how to FTP your files from your local computer to your webhost. You&#8217;ve got your new webhost account and you&#8217;ve used Fantastico to install WordPress for the first time but you have no &#8230; <a href="http://www.blogbuildingbasics.com/blogging/how-to-ftp-your-files-to-your-webhost.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a short video tutorial on <strong>how to FTP</strong> your files from your local computer to your webhost.  You&#8217;ve got your new webhost account and you&#8217;ve used Fantastico to install WordPress for the first time but you have no idea how to move files from your computer to your webhost. You may have been told about Cute FTP or WS FTP, but neither are free or as easy as they could be.  <strong>The solution is FireFTP</strong>.  FireFTP is a free FTP client for Firefox which allows you to transfer files, WordPress themes, plugins, images or any other files from your laptop or desktop machine to your webhost server account.</p>
<p><img src="http://www.blogbuildingbasics.com/i/fireftp-logo.png" class="right" alt="how to ftp your files with fireftp">When you first install your wordpress blog using Fantastico, from within cpanel, a default theme is put in place.  Once you’ve found another theme you want to use to spice up how your blog looks, you will have to first download the theme, and then transfer those files to your webhost to be used.  This is called transferring the files and it’s done through a process of FTPing.</p>
<p>FTP simply stands for <strong>File Transfer Protocol</strong> and it’s just a fancy name for a method of moving files across the internet.</p>
<p><strong>FireFTP </strong>is an easy method to do so because it’s an add-on for Firefox and opens within a tab of your browser allowing access to your local files and your remote files. </p>
<p>Local files are those stored on your own computer and remote files are those stored on your webhost server.</p>
<h2>Install And Use FireFTP</h2>
<p>Your first order of business is to install FireFTP into your firefox browser.  If you have not yet made the switch from Internet Explorer to Firefox, now is the time to do so.  Fire fox is much more robust, more secure and easily configurable web browser. Even the US govt warn about the dangers of using Internet Explorer.  Switch to Firefox now and you wont ever look back.</p>
<p><strong>Firstly: </strong><script type="text/javascript"><!--
google_ad_client = "pub-0898093957359754";
google_ad_output = "textlink";
google_ad_format = "ref_text";
google_cpa_choice = "CAAQwaT2_gEaCK4YeWxdsHieKLGsuIEBMAA";
//-->
</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></li>
<p><strong>Secondly:</strong><br />
Install <a href="https://addons.mozilla.org/en-US/firefox/addon/684" target="_blank">FireFTP</a></p>
<p><strong>Third:</strong><br />
Watch this 4m30s video on <a href="http://www.screencast.com/t/lVtJ4LiHtd" target="_blank">using FireFTP</a></p>
<p>I completely understand the confusion about how to ftp, what it means and how to do it when you first begin blogging.  Most of us take it for granted as a way to move files across the internet to our webhosts, but for the person new to blogging, I&#8217;d like to make ftping as easy to understand as possible.  I&#8217;ve used both <strong>CuteFTP</strong> and <strong>WS FTP</strong>, the latter for years and I&#8217;m not only much more happy with FireFTP, I now recommend it as the <strong>free ftp client</strong> of choice.</p>
<p><map name='google_ad_map_18_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/18?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_18_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=18&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fblogging%2Fhow-to-ftp-your-files-to-your-webhost.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=18&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/blogging/how-to-ftp-your-files-to-your-webhost.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing WordPress Permalink Structure</title>
		<link>http://www.blogbuildingbasics.com/wordpress/changing-wordpress-permalink-structure.html</link>
		<comments>http://www.blogbuildingbasics.com/wordpress/changing-wordpress-permalink-structure.html#comments</comments>
		<pubDate>Fri, 17 Aug 2007 05:56:37 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/changing-wordpress-permalink-structure.html</guid>
		<description><![CDATA[Changing the permalink structure for a wordpress blog may have your inbound links end up as 404 not found errors because they&#8217;re pointing at an old link structure. Changing your permalink structure is something you have to consider quite thoroughly &#8230; <a href="http://www.blogbuildingbasics.com/wordpress/changing-wordpress-permalink-structure.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Changing the permalink structure for a wordpress blog may have your inbound links end up as 404 not found errors because they&#8217;re pointing at an old link structure.  Changing your permalink structure is something you have to consider quite thoroughly before doing.  It may not be common sense to future think and know what the impact of such a change would make, but it&#8217;s what you have to do. Do not make changes to your permalink structure without knowing the implications.  Can it be easy and seamless?  I just found out that it can.</p>
<p>You may or may not know my story of how <a href="http://www.formerfatguyblog.com/weight-loss/2007/05/how-i-lost-300-pounds-my-weight-loss-story.html" rel="tag">I once weighed 475 pounds</a> and then took it upon myself to learn about health, nutrition and fitness and lose 300 pounds of fat.  I then took up bodybuilding and gained another 50 to 60 pounds of lean muscle.  I first began a website about it where I wrote about <a href="http://www.formerfatguy.com" rel="tag">natural weight loss</a>, health, fitness, tips and tricks etc and then in 2004 began a <a href="http://www.formerfatguy.com/weblog/blogger.asp">blogger blog</a> on the backend of my website.  My expertise was in microsoft, IIS, Active Server Pages and I used what I knew.</p>
<h2>Enter wordpress blogs</h2>
<p>I see how wordpress is much easier, much more robust, has the ability to make changes and allows for many plugins and automatic RSS feeds.  It&#8217;s just plain easy for anyone to get started blogging and for a seasoned expert / programmer / html designer to get into simply and easily.</p>
<p>I began a new wordpress blog and launched it using th keyword phrase <a href="http://www.formerfatguyblog.com">weight loss blog</a>.  It has quickly become a great resource for people wanting to learn how to take action on their health and weight loss by learning, being accountable and by taking action&#8230; and then getting support.  </p>
<p>I chose the permalink structure early on having the category followed by the postname which is just good SEO.</p>
<p>in the options -> permalinks tab in the wordpress dashboard, you set the permalinks to &#8220;custom&#8221; and enter /%category%/%postname%.html</p>
<p>%category% and %postname% are variables that get replaced with the category and the postname, so by entering in the text above you end up with a post something like www.formerfatguyblog.com/weight-loss/how-i-lost-300-pounds-my-weight-loss-story.html.  It has the domain name, a keyword phrase (the category) and then the post name followed by .html</p>
<p>This was how it was up until I decided to have guest authors.</p>
<p>The idea behind guest authors was to have the actual expert in their field write and educate the reader in their chosen field of expertise, then provide a revenue sharing model for them so that they not only educate and inspire, but then split the income from the advertisements.  It would then be in their best interest to promote their author page and their posts driving traffic to the site.  Each author doing this would results in more net views, more lives changed, more people educated and a cross promotion system going on.  A person coming to the site to learn about Emotional Freedom Technique would then also learn about exercise from a top ranked personal trainer.  Then maybe learn about creating more passion in their relationships from the teachings of another writer.  More passionate relationships, better support for the person on the weight loss mission, less stress and better results.  win-win.</p>
<p>This is the model I&#8217;m adapting and promoting.</p>
<p>However, one possible problem arises.  Duplicate page names.  Duplicate titles to posts.  Rare yes, but possible.  Two authors may enter the same name for the post which would then cause a system crash of sorts.  Avoiding this would be a good idea.</p>
<p>Changing the permalink structure to reduce this possibility is the direction I&#8217;m taking.  </p>
<p>By adding in the year and the month of the post, the odds of two posts being entered with the same name in the same category, in the same year and same month is highly unlikely.  This also allows for the reader to then read older posts by date (year and month) within a category.</p>
<p>The permalink structure has been changed to /%category%/%year%/%monthnum%/%postname%.html </p>
<p>Crash.</p>
<p>Well, not crash, but certainly not good either.</p>
<p>All the links I had in place from my previous marketing are now dead.  They pointed to the old name and are now all turning up 404 not found.</p>
<p>Not exactly.</p>
<p>Normally, a bunch of work in the .htaccess file would be required to capture the old inbound links, process them, and then redirect them with a 301 redirect to the new page.</p>
<p>Have <strong>YOU</strong> got time to do that?  Me either.</p>
<p>Enter Deans <a href="http://www.deanlee.cn/wordpress/permalinks-migration-plugin/">Permalinks Migration Plugin</a> which does this all automatically with an upload, a click and then a change to the new WordPress permalink structure.</p>
<p>I&#8217;ll tell you how easy this was:  I had a new author log into the site and text me a message (SMS) that she was writing a post.  I texted her back saying &#8220;hold on a minute, I have to make a change&#8221;.  Then downloaded the plugin, unzipped it, uploaded it, activated it, clicked on the plugin tab, clicked update, changed the permalink structure and then texted the author back saying &#8220;it&#8217;s good to go&#8221;.</p>
<p>That was it.  Painless, and she was impressed too at how fast I did that.</p>
<p>Now my goal is to track the inbound links to the old posts and update them as best I can.  </p>
<p>Changing your wordpress permalink structure might seem to be complicated and scary to do, but with Deans Permalink Migration Plugin, my job was done in two minutes.</p>
<p>Update:  Spoke too soon.  Seems this plugin will not work in all circumstances.  It does not like %category% in the url structure that I pointed out above.  Even after removing the %category% part, it still wouldn&#8217;t work.  I de-activated the plugin, reverted back to the original permalink structure and will tackle this again when I have more time and more information.</p>
<p><map name='google_ad_map_13_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/13?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_13_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=13&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fwordpress%2Fchanging-wordpress-permalink-structure.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=13&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/wordpress/changing-wordpress-permalink-structure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Post Install Checklist</title>
		<link>http://www.blogbuildingbasics.com/wordpress/wordpress-post-install-checklist.html</link>
		<comments>http://www.blogbuildingbasics.com/wordpress/wordpress-post-install-checklist.html#comments</comments>
		<pubDate>Sun, 05 Aug 2007 20:08:55 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/blogging-tips/wordpress-post-install-checklist.html</guid>
		<description><![CDATA[Thanks to the Download Squad for this great starter list of post install WordPress To Do List. Depending on how you&#8217;ve installed WordPress (manually or by a &#8220;one-click-install&#8221; that many hosting providers offer) &#8211; one of the very last installation &#8230; <a href="http://www.blogbuildingbasics.com/wordpress/wordpress-post-install-checklist.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to the <a href="http://www.downloadsquad.com/2007/01/15/wordpress-the-complete-post-install-checklist/">Download Squad</a> for this great starter list of post install WordPress To Do List.</p>
<p style="margin: 5px; float: right"><a href="http://www.wordpress.org" title="Wordpress Post Install Checklist"><img src="http://www.blogbuildingbasics.com/wp-content/uploads/2007/08/wp-20-button-trans.gif" alt="Wordpress Post Install Checklist" border="0" /></a></p>
<p>Depending on how you&#8217;ve installed WordPress (manually or by a &#8220;one-click-install&#8221; that many hosting providers offer) &#8211; one of the very last installation steps is to choose a blog name and provide an email address. That&#8217;s where this checklist begins. Click on a heading below to get started!</p>
<ol>
<li>Create blog title, add email address</li>
<li>Change your password</li>
<li>Disable visual rich editor</li>
<li>Add users</li>
<li>Change the tagline</li>
<li>Edit Membership permissions</li>
<li>Set a date and time format</li>
<li>Modify Reading and Writing settings</li>
<li>Edit Discussion settings</li>
<li>Modify Permalinks structure</li>
<li>Pick a theme</li>
<li>Customize your theme</li>
<li>Write down CSS info</li>
<li>Change title format</li>
<li>Edit blogroll</li>
<li>Edit the About page</li>
<li>Add some categories</li>
<li>Edit the example post for testing</li>
<li>Install plugins</li>
<li>Check blog and test plugins</li>
<li>Create a favicon.ico</li>
<li>Create a shortcut to the Dashboard / setup WordPress client</li>
<li>Start posting</li>
</ol>
<p>I will be going through this WordPress post install checklist one by one in greater detail at a later date</p>
<p><map name='google_ad_map_11_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/11?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_11_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=11&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fwordpress%2Fwordpress-post-install-checklist.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=11&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/wordpress/wordpress-post-install-checklist.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write Your Blog Post In An External Editor First</title>
		<link>http://www.blogbuildingbasics.com/blogging/write-your-blog-post-in-an-external-editor-first.html</link>
		<comments>http://www.blogbuildingbasics.com/blogging/write-your-blog-post-in-an-external-editor-first.html#comments</comments>
		<pubDate>Thu, 14 Jun 2007 16:47:35 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbuildingbasics.com/wordpress/write-your-blog-post-in-an-external-editor-first.html</guid>
		<description><![CDATA[Never let your prime writing material for your blog post end up disappearing because of an online editor crash. Before posting your precious work for your blog, write the post using an external editor like Word or Textpad or other &#8230; <a href="http://www.blogbuildingbasics.com/blogging/write-your-blog-post-in-an-external-editor-first.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Never let your prime writing material for your blog post end up disappearing because of an online editor crash.</p>
<p>Before posting your precious work for your blog, write the post using an external editor like Word or Textpad or other tool.  This way you can take advantage of the word processor power, spell checking and grammer checking take place before posting.  As well, you will have a back up copy in the event that your blog platform crashes while you&#8217;re writing, or after you press the &#8220;Publish&#8221; button.</p>
<p>Why am I telling you this?  Because the very same thing just happened to me and I needed to remind myself why I write in MS Word first.  I had decided to write up a quick post with a paragraph or two, but it turned into an essay with lots of affiliate links and such.  Then I entered some Amazon affiliate information into the post, using the &#8220;Code&#8221; tab, and POOF!  Away it all went.</p>
<p>I have been in the habit of writing first, then copying and pasting into my blog editor after running the text through a text washer.  I use notepad to wash my text.  I call it text washing because as I used to teach my student, copying directly from word into your html editor brings a long a great number of MS Word formatting crap.  It looks like text, it smells like text and it feels like text, but have a look at the underlying code and there&#8217;s a bunch of crap that needs to be washed out.  Notepad is a simple editor that removes the extra formatting for you before you paste it into your wordpress editor window.  A client of mine, a writer from Wyoming calls it &#8220;taking the text for a bath&#8221;.</p>
<p>I&#8217;ll explain &#8220;washing your text&#8221; in another post.</p>
<p><map name='google_ad_map_7_cf2beaf83e97706e'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/7?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_7_cf2beaf83e97706e' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=7&amp;url= http%3A%2F%2Fwww.blogbuildingbasics.com%2Fblogging%2Fwrite-your-blog-post-in-an-external-editor-first.html' /></p><img src="http://www.blogbuildingbasics.com/?ak_action=api_record_view&id=7&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.blogbuildingbasics.com/blogging/write-your-blog-post-in-an-external-editor-first.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

