<?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>WP Blog Host Video Tutorials &#187; WordPress</title>
	<atom:link href="http://wpbloghost.tv/tag/wordpress-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpbloghost.tv</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 31 Aug 2011 00:21:06 +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>SEO Egghead WordPress Firewall Plugin Video Overview</title>
		<link>http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/</link>
		<comments>http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:13:56 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=191</guid>
		<description><![CDATA[Note the video below showcases where my blog use to be located. It&#8217;s now located at Blog Training Classroom. Update: In the video I mention visiting SEO Egghead&#8217;s site, downloading the file, zipping it up, and then installing it on your blog. Since I created this video, SEO Egghead has added it to the WordPress [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><em>Note the video below showcases where my blog use to be located. It&#8217;s now located at <a href="http://blogtrainingclassroom.com/blog">Blog Training Classroom</a>.</em></p>
<p><strong>Update:</strong> In the video I mention visiting SEO Egghead&#8217;s site, downloading the file, zipping it up, and then installing it on your blog. Since I created this video, SEO Egghead has added it to the WordPress plugin repository, so to install it all you need to do is head over to your Dashboard area, go to Plugins, and then search for <strong>WordPress Firewall</strong>.</p>
<p><strong>Update 2:</strong> Someone &#8220;<a href="http://en.wikipedia.org/wiki/Fork_%28software_development%29">forked</a>&#8221; this plugin and conveniently named it WordPress Firewall 2. Either plugin will work just fine. I&#8217;m using the original WordPress Firewall.</p>
<p><embed src="http://blip.tv/play/AYGw9TEA" type="application/x-shockwave-flash" width="580" height="490" allowscriptaccess="always" allowfullscreen="true"></embed></p>
<p>Awhile back I wrote an article on my blog called, <a href="http://blogtrainingclassroom.com/blog/2-easy-ways-to-set-up-a-wordpress-firewall/">2 Easy Ways To Set Up A WordPress Firewall</a>. In it, I highlighted a <a href="http://wordpress.org/extend/plugins/wordpress-firewall/">WordPress Firewall security plugin</a> released by SEO Egghead which greatly increases your blog&#8217;s security against common exploits and hacks.</p>
<p>In this video, I&#8217;ll go over how to install the plugin and a few of its settings.</p>
<p>If WordPress security is important to you (and it should be), I have an ebook I wrote called, <a href="http://securemyblog.com/wordpress-defender.html">WordPress Defender</a> which you can pick up and details a ton of information on how to secure and monitor your blog against hackers.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/seo-egghead-wordpress-firewall-plugin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Decrease The Load Time Of Your WordPress Blog Using gzip</title>
		<link>http://wpbloghost.tv/how-to-decrease-the-load-time-of-your-wordpress-blog-using-gzip/</link>
		<comments>http://wpbloghost.tv/how-to-decrease-the-load-time-of-your-wordpress-blog-using-gzip/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 04:00:08 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=184</guid>
		<description><![CDATA[Copy This and Put It Here Copy &#60;?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], &#8216;gzip&#8216;)) ob_start(&#8220;ob_gzhandler&#8221;); else ob_start(); ?&#62; Paste A (for WordPress users) For WordPress users, paste the code up at the very top of your header.php file (above the DOCTYPE line). If you&#8217;re not sure how to do this, see the video at the end of this [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><embed src="http://blip.tv/play/AYGdozIC" type="application/x-shockwave-flash" width="580" height="490" allowscriptaccess="always" allowfullscreen="true"></embed> </center></p>
<h3>Copy This and Put It Here</h3>
<p><strong>Copy</strong></p>
<p style="border-style: dotted; border-width: 1px; border-color: #008e84; margin: 5px 20px 15px 9px;">&lt;?php if (substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], &#8216;<span class="highlight">gzip</span>&#8216;)) ob_start(&#8220;ob_gzhandler&#8221;); else ob_start(); ?&gt;</p>
<p><strong>Paste A (for WordPress users)</strong></p>
<p>For WordPress users, paste the code up at the very top of your header.php file (above the <strong>DOCTYPE</strong> line). If you&#8217;re not sure how to do this, see the video at the end of this tutorial.</p>
<p><img src="http://wpbloghost.com/blog/wp-files-greenblog/../blogimages/2009/09/gzip-where-to-paste-php.jpg" alt="gzip-where-to-paste-php" title="gzip-where-to-paste-php" width="592" height="131" class="aligncenter size-full wp-image-2301" /></p>
<p><strong>Paste B (for static .html pages)</strong></p>
<p>If your website is coded in html and not php, then what you&#8217;ll need to do is copy the code above and paste it up at the very top of each web page you want to compress (above the <strong>DOCTYPE</strong>). </p>
<p>The one change you&#8217;ll need to do here is change the extension of your web pages from .html to .php.</p>
<p>So for example, change: index.html to index.php</p>
<p>You can test your results by visiting <a href="http://www.port80software.com/support/p80tools.asp" target="_blank" title="Analysis Tools For Your Website">http://www.port80software.com</a>.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-decrease-the-load-time-of-your-wordpress-blog-using-gzip/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</title>
		<link>http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/</link>
		<comments>http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:57:31 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=176</guid>
		<description><![CDATA[If you&#8217;ve been blogging for longer than a few months, you&#8217;ve probably heard of the ever so popular site analytics program, Google Analytics. It allows blog owners to do such things as: Discover how your site visitors found your blog View how many visitors your blog receives each day View areas on your blog where [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/' rel='bookmark' title='How To Not Track Your Own Visits In Google Analytics &#8211; Setting Up A Filter'>How To Not Track Your Own Visits In Google Analytics &#8211; Setting Up A Filter</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
<li><a href='http://wpbloghost.tv/how-to-decrease-the-load-time-of-your-wordpress-blog-using-gzip/' rel='bookmark' title='How To Decrease The Load Time Of Your WordPress Blog Using gzip'>How To Decrease The Load Time Of Your WordPress Blog Using gzip</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><object width="550" height="470"><param name="movie" value="http://www.youtube.com/v/dUfef288VLU&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dUfef288VLU&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="470"></embed></object></center></p>
<table>
<tr>
<td height="25px"></td>
</tr>
</table>
<p>If you&#8217;ve been blogging for longer than a few months, you&#8217;ve probably heard of the ever so popular site analytics program, <a title="Google Analytics Sign Up Page." href="http://www.google.com/analytics/" target="_blank">Google Analytics</a>.</p>
<p>It allows blog owners to do such things as:</p>
<ul>
<li>Discover how your site visitors found your blog</li>
<li>View how many visitors your blog receives each day</li>
<li>View areas on your blog where people have clicked</li>
<li>. . . and a <a title="Google Analytics features" href="http://www.google.com/analytics/features.html" target="_blank">ton more</a>.</li>
</ul>
<p>If you blog, it&#8217;s inevitable that you are going to try Google Analytics at some point. It really is a great analytics program; however, I must admit that it can seem quite complex at times and if you&#8217;re new to the program and you might feel a bit intimidated. In the near future I&#8217;ll try to post some examples on how to use the program.</p>
<p>When it comes to plugging Google Analytics into your blog, you have a couple of options available to you.</p>
<ol>
<li>Download and use a plugin . . . <em>or</em></li>
<li>Copy and paste code into your blog&#8217;s footer file</li>
</ol>
<p><strong>Why I don&#8217;t like plugins</strong></p>
<p>Simply put, plugins slow down the load time of your website and also pose security risks which could leave your blog open to intruders. Even if the plugin is secure today, it might not be when a newer version of WordPress is released or if the plugin author abandons the program and stops issuing updates.</p>
<p>In my opinion, the best way (and just as easy) to install this is to simply copy and paste Google&#8217;s supplied code into your theme&#8217;s footer file. That&#8217;s it, no plugin, done and move on.</p>
<p><strong>Step 1: <a title="Click here to sign up" href="http://www.google.com/analytics/index.html" target="_blank">Sign up for a new Google Analytics account</a>.</strong></p>
<p align="center"><img src="http://wpbloghost.com/images/blog_articles/images2/google-signup.jpg" alt="" /></p>
<p><strong>Step 2: Copy the JavaScript code.</strong></p>
<p>During the sign up process you&#8217;ll be asked things like your name, email address, etc. At some point, you&#8217;ll come to a page that looks like the image seen below. You will will need to copy this code and paste it into your blog.</p>
<p align="center"><img src="http://wpbloghost.com/images/blog_articles/images2/copy-code.jpg" alt="" /></p>
<p>As a side note, even if you used a plugin to install Google Analytics, you would still need to copy and paste this code at some point; so plugins don&#8217;t necessarily make things any easier.</p>
<p><strong>Step 3: Pasting the code into your footer.php file</strong></p>
<p>At this point, log into your WordPress blog and navigate to your theme&#8217;s editor by going to Dashboard -&gt; Appearance &#8211;&gt; Editor.</p>
<p align="center"><img src="http://wpbloghost.com/images/blog_articles/images2/theme-editor.jpg" alt="" /></p>
<p>Then on the right you should see a list of your theme&#8217;s files. Click on the <strong>Footer.php</strong> file.</p>
<p align="center"><img src="http://wpbloghost.com/images/blog_articles/images2/footer.jpg" alt="" /></p>
<p>Paste the code you copied from Google Analytics just above the ending <strong>&lt;/body&gt;</strong> tag.</p>
<p align="center"><img src="http://wpbloghost.com/images/blog_articles/images2/paste-code.jpg" alt="" /></p>
<p>Click <strong>Update File</strong></p>
<p align="center"><img src="http://wpbloghost.com/images/blog_articles/images2/click-update.jpg" alt="" /></p>
<p>And that&#8217;s it. No plugins and no worries about updates.</p>
<p>To view your site&#8217;s statistics now, log into your Google Analytics account and view your stats. It may take a day or so to start receiving your traffic stats, so if you don&#8217;t see it right away, just be patient.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/' rel='bookmark' title='How To Not Track Your Own Visits In Google Analytics &#8211; Setting Up A Filter'>How To Not Track Your Own Visits In Google Analytics &#8211; Setting Up A Filter</a></li>
<li><a href='http://wpbloghost.tv/block-bad-requests/' rel='bookmark' title='Guarding WordPress Against Hacker URL Requests'>Guarding WordPress Against Hacker URL Requests</a></li>
<li><a href='http://wpbloghost.tv/how-to-decrease-the-load-time-of-your-wordpress-blog-using-gzip/' rel='bookmark' title='How To Decrease The Load Time Of Your WordPress Blog Using gzip'>How To Decrease The Load Time Of Your WordPress Blog Using gzip</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How To Not Track Your Own Visits In Google Analytics &#8211; Setting Up A Filter</title>
		<link>http://wpbloghost.tv/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/</link>
		<comments>http://wpbloghost.tv/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:49:54 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Adding To WordPress]]></category>
		<category><![CDATA[Must Know]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=174</guid>
		<description><![CDATA[Anyone whose been blogging for longer than a couple weeks will of at least heard of Google Analytics. Problem is, it&#8217;s so damn difficult to try and figure out when you&#8217;re just starting out because there&#8217;s SO much you can do with it. One of my first frustrations with it was the fact that I [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/a-complete-guide-to-setting-up-feedburner-on-wordpress/' rel='bookmark' title='A Complete Guide To Setting Up FeedBurner On WordPress'>A Complete Guide To Setting Up FeedBurner On WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Anyone whose been blogging for longer than a couple weeks will of at least heard of <a href="http://www.google.com/analytics/" title="The most popular analytics program">Google Analytics</a>.</p>
<p>Problem is, it&#8217;s so damn difficult to try and figure out when you&#8217;re just starting out because there&#8217;s SO much you can do with it. One of my first frustrations with it was the fact that I couldn&#8217;t determine which clicks and visits were my own?</p>
<p>Obviously, you&#8217;re more interested in who is visiting your site, where they came from, and what they did to find you. You&#8217;re <em>not</em> interested in how you found your own website.</p>
<p>So here&#8217;s a little video I put together which hopefully you&#8217;ll find useful. It will show you how to set up a filter on Google Analytics so you don&#8217;t track your own movements and visits to your own website.</p>
<p>If you haven&#8217;t already set up Google Analytics to run on your blog, here&#8217;s how: <a href="http://wpbloghost.com/how-to-install-google-analytics-on-a-wordpress-blog-without-using-a-plugin/" title="Video tutorial included.">How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></p>
<h2>How To Set Up A Google Analytics Filter</h2>
<p><center><object width="550" height="470"><param name="movie" value="http://www.youtube.com/v/8JAuTE8P0XI&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/8JAuTE8P0XI&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="470"></embed></object></center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/install-google-analytics-on-wordpress-without-plugin/' rel='bookmark' title='How To Install Google Analytics On A WordPress Blog Without Using A Plugin'>How To Install Google Analytics On A WordPress Blog Without Using A Plugin</a></li>
<li><a href='http://wpbloghost.tv/a-complete-guide-to-setting-up-feedburner-on-wordpress/' rel='bookmark' title='A Complete Guide To Setting Up FeedBurner On WordPress'>A Complete Guide To Setting Up FeedBurner On WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-not-track-your-own-visits-in-google-analytics-setting-up-a-filter/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How To Move Your WordPress Core Files Out Of Root</title>
		<link>http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/</link>
		<comments>http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:33:46 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Moving WordPress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[moving]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=154</guid>
		<description><![CDATA[This tutorial is meant to show you how to clean up all the system WordPress files that clog up your root directory by moving them into a subdirectory.


Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/how-to-move-your-wordpress-blog-from-a-subdirectroy-to-root/' rel='bookmark' title='How to Move Your WordPress Blog from a Subdirectroy to Root'>How to Move Your WordPress Blog from a Subdirectroy to Root</a></li>
<li><a href='http://wpbloghost.tv/wordpress-seo-permalink-structure/' rel='bookmark' title='Setting The Best Permalink (url) Structure For WordPress SEO'>Setting The Best Permalink (url) Structure For WordPress SEO</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial is meant to show you how to clean up all the system WordPress files that clog up your root directory by moving them into a subdirectory. </p>
<h2>Watch The How-To Video</h2>
<p><embed src="http://blip.tv/play/AYGT5hoC" type="application/x-shockwave-flash" width="590" height="480" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
<h2>How To Create A Simple Maintenance Page</h2>
<p>You could always download a <a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/" title="WordPress Maintenance Mode plugin">WordPress maintenance mode plugin</a>, but in this case it probably won&#8217;t work. During the move process you&#8217;ll be moving your /wp-content folder, which contains all your plugins. This will cause your site to not load; therefore, it&#8217;s best to have your own maintenance page independent of WordPress.</p>
<p>So, here&#8217;s how to create a custom maintenance page without a plugin.</p>
<p><strong>Step 1</strong></p>
<p>Create a simple html file and place it in your blog&#8217;s root directory. Name it something like, maintenance.html. Inside the maintenance.html file you can put anything you want. &#8220;Hi. I&#8217;m out to lunch for a few moments while the construction crew is busy at work . . .&#8221;</p>
<p>But why stop there? Your site is better than that. Customize the page with your site&#8217;s colors and images. Maybe add a video or your latest blog post. CSSgirl wrote some tips and shows some examples on the topic of <a href="http://www.cssgirl.com/articles/2008/06/16/create-a-memorable-maintenance-page/" title="Create A Memorable Maintenance Page">creating a memorable maintenance page</a>.</p>
<p><strong>Step 2</strong></p>
<p>Ok so now you have your maintenance.html page set up; the next step is to redirect everyone to it while you&#8217;re doing your upgrade.</p>
<p>Navigate to your blog&#8217;s root directory in your web hosting control panel and open your .htaccess file.</p>
<p><center><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/htaccess-edit.jpg" /></center></p>
<p>Once opened, you&#8217;re going to add this code at the top:</p>
<p><strong># Use this code to redirect visitors to maintenance.html file while upgrading<br />
Options +FollowSymlinks<br />
RewriteEngine on<br />
RewriteCond %{REMOTE_ADDR} !^<span style="background-color: rgb(255, 255, 0);">618\.124\.259\.25</span><br />
RewriteCond %{REQUEST_URI} !/maintenance.html$<br />
RewriteRule $ <span style="background-color: rgb(255, 255, 0);">http://your-site.com</span>/maintenance.html [R=302,L]</strong></p>
<p>The yellow parts above are the areas you need to change. Visit <a href="http://whatismyipaddress.com">What is my IP address?</a> to find your IP address and put those numbers in under the first yellow highlight. Next add the url path to your own maintenance page in the second yellow part.</p>
<p>And that should do it. Your site should now show a maintenance page to everyone except you (your IP address was whitelisted). To see what everyone else sees, add a # sign in front of the IP line:</p>
<p align="center"># RewriteCond %{REMOTE_ADDR} !^618\.124\.259\.25</p>
<p>The # comments lines out.</p>
<p>When you&#8217;re finished, leave the code in your .htaccess file for next time. To disable the code, just add a # in front of each line:</p>
<p><strong># Use this code to redirect visitors to maintenance.html file while upgrading<br />
# Options +FollowSymlinks<br />
# RewriteEngine on<br />
# RewriteCond %{REMOTE_ADDR} !^618\.124\.259\.25<br />
# RewriteCond %{REQUEST_URI} !/maintenance.html$<br />
# RewriteRule $ http://your-site.com/maintenance.html [R=302,L]</strong></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/how-to-upgrade-wordpress-manually/' rel='bookmark' title='How To Upgrade WordPress Manually'>How To Upgrade WordPress Manually</a></li>
<li><a href='http://wpbloghost.tv/how-to-move-your-wordpress-blog-from-a-subdirectroy-to-root/' rel='bookmark' title='How to Move Your WordPress Blog from a Subdirectroy to Root'>How to Move Your WordPress Blog from a Subdirectroy to Root</a></li>
<li><a href='http://wpbloghost.tv/wordpress-seo-permalink-structure/' rel='bookmark' title='Setting The Best Permalink (url) Structure For WordPress SEO'>Setting The Best Permalink (url) Structure For WordPress SEO</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How To Upgrade WordPress Manually</title>
		<link>http://wpbloghost.tv/how-to-upgrade-wordpress-manually/</link>
		<comments>http://wpbloghost.tv/how-to-upgrade-wordpress-manually/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:25:11 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Must Know]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=150</guid>
		<description><![CDATA[This video tutorial will show you how to upgrade WordPress manually by following the instructions on WordPress.org.


Related posts:<ol><li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
<li><a href='http://wpbloghost.tv/wordpress-seo-permalink-structure/' rel='bookmark' title='Setting The Best Permalink (url) Structure For WordPress SEO'>Setting The Best Permalink (url) Structure For WordPress SEO</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-your-wordpress-blog-using-the-automatic-upgrade-tool/' rel='bookmark' title='How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool'>How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><embed src="http://blip.tv/play/AYGVmAMC" type="application/x-shockwave-flash" width="590" height="470" allowscriptaccess="always" allowfullscreen="true"></embed></center></p>
<h2>How To Create A Simple Maintenance Page</h2>
<p>You could always download a <a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/" title="WordPress Maintenance Mode plugin">WordPress maintenance mode plugin</a>, but in this case it probably won&#8217;t work. When you follow the <a href="http://codex.wordpress.org/Upgrading_WordPress" title="Steps to upgrade WordPress">upgrade instructions on WordPress.org</a>, you&#8217;ll notice it says to <strong>deactivate all your plugins</strong>.</p>
<p>So, here&#8217;s how to create a custom maintenance page without a plugin.</p>
<p><strong>Step 1</strong></p>
<p>Create a simple html file and place it in your blog&#8217;s root directory. Name it something like, maintenance.html. Inside the maintenance.html file you can put anything you want. &#8220;Hi. I&#8217;m out to lunch for a few moments while the construction crew is busy at work . . .&#8221;</p>
<p>But why stop there? Your site is better than that. Customize the page with your site&#8217;s colors and images. Maybe add a video or your latest blog post. CSSgirl wrote some tips and shows some examples on the topic of <a href="http://www.cssgirl.com/articles/2008/06/16/create-a-memorable-maintenance-page/" title="Create A Memorable Maintenance Page">creating a memorable maintenance page</a>.</p>
<p><strong>Step 2</strong></p>
<p>Ok so now you have your maintenance.html page set up; the next step is to redirect everyone to it while you&#8217;re doing your upgrade.</p>
<p>Navigate to your blog&#8217;s root directory in your web hosting control panel and open your .htaccess file.</p>
<p><center><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/htaccess-edit.jpg" alt="htaccess-edit" title="htaccess-edit" width="579" height="266" class="aligncenter size-full wp-image-152" /></center></p>
<p>Once opened, you&#8217;re going to add this code at the top:</p>
<p><strong># Use this code to redirect visitors to maintenance.html file while upgrading<br />
Options +FollowSymlinks<br />
RewriteEngine on<br />
RewriteCond %{REMOTE_ADDR} !^<span style="background-color: rgb(255, 255, 0);">618\.124\.259\.25</span><br />
RewriteCond %{REQUEST_URI} !/maintenance.html$<br />
RewriteRule $ <span style="background-color: rgb(255, 255, 0);">http://your-site.com</span>/maintenance.html [R=302,L]</strong></p>
<p>The yellow parts above are the areas you need to change. Visit <a href="http://whatismyipaddress.com">What is my IP address?</a> to find your IP address and put those numbers in under the first yellow highlight. Next add the url path to your own maintenance page in the second yellow part.</p>
<p>And that should do it. Your site should now show a maintenance page to everyone except you (your IP address was whitelisted). To see what everyone else sees, add a # sign in front of the IP line:</p>
<p align="center"># RewriteCond %{REMOTE_ADDR} !^618\.124\.259\.25</p>
<p>The # comments lines out.</p>
<p>When you&#8217;re finished, leave the code in your .htaccess file for next time. To disable the code, just add a # in front of each line:</p>
<p><strong># Use this code to redirect visitors to maintenance.html file while upgrading<br />
# Options +FollowSymlinks<br />
# RewriteEngine on<br />
# RewriteCond %{REMOTE_ADDR} !^618\.124\.259\.25<br />
# RewriteCond %{REQUEST_URI} !/maintenance.html$<br />
# RewriteRule $ http://your-site.com/maintenance.html [R=302,L]</strong></p>
<p>Remember, if you need help with upgrades, visit the <a href="http://wpbloghost.com/blog-customization-and-services/" title="Contact John">blog services page</a> and use the contact form there to get in touch with me.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/move-your-wordpress-core-files-out-of-root/' rel='bookmark' title='How To Move Your WordPress Core Files Out Of Root'>How To Move Your WordPress Core Files Out Of Root</a></li>
<li><a href='http://wpbloghost.tv/wordpress-seo-permalink-structure/' rel='bookmark' title='Setting The Best Permalink (url) Structure For WordPress SEO'>Setting The Best Permalink (url) Structure For WordPress SEO</a></li>
<li><a href='http://wpbloghost.tv/how-to-upgrade-your-wordpress-blog-using-the-automatic-upgrade-tool/' rel='bookmark' title='How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool'>How to Upgrade Your WordPress Blog Using The Automatic Upgrade Tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-upgrade-wordpress-manually/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To Backup Your WordPress Database Using phpMyAdmin</title>
		<link>http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/</link>
		<comments>http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:21:15 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=148</guid>
		<description><![CDATA[This tutorial will show you how to download a backup of your WordPress database to your computer. This is a vital topic you should learn.


Related posts:<ol><li><a href='http://wpbloghost.tv/wordpress-database-backup-plugin/' rel='bookmark' title='How To Backup Your WordPress Blog&#8217;s Database With A Plugin'>How To Backup Your WordPress Blog&#8217;s Database With A Plugin</a></li>
<li><a href='http://wpbloghost.tv/restore-your-database-using-bigdump/' rel='bookmark' title='How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases'>How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases</a></li>
<li><a href='http://wpbloghost.tv/how-to-restore-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How to Restore Your WordPress Database Using phpMyAdmin'>How to Restore Your WordPress Database Using phpMyAdmin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This tutorial will show you how to download a backup of your WordPress database to your computer. This is a vital topic you should learn.</p>
<p>This tutorial will show you how to do it through phpMyAdmin (a more advanced way just in case plugins aren&#8217;t working). If you&#8217;re looking for an easy way to backup your database, try the <a target="_blank" title="WordPress database backup plugin" href="http://www.ilfilosofo.com/blog/wp-db-backup">Il Filosofo Database Backup plugin</a>.</p>
<p><center><object width="550" height="470" data="http://www.youtube.com/v/DFF45r8ZtZE&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DFF45r8ZtZE&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" /><param name="allowfullscreen" value="true" /></object></center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/wordpress-database-backup-plugin/' rel='bookmark' title='How To Backup Your WordPress Blog&#8217;s Database With A Plugin'>How To Backup Your WordPress Blog&#8217;s Database With A Plugin</a></li>
<li><a href='http://wpbloghost.tv/restore-your-database-using-bigdump/' rel='bookmark' title='How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases'>How to Restore Your WordPress Database Using Bigdump &#8211; For Larger Databases</a></li>
<li><a href='http://wpbloghost.tv/how-to-restore-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How to Restore Your WordPress Database Using phpMyAdmin'>How to Restore Your WordPress Database Using phpMyAdmin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Change Your Display Name on Your WordPress Blog</title>
		<link>http://wpbloghost.tv/change-display-name-wordpress/</link>
		<comments>http://wpbloghost.tv/change-display-name-wordpress/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:14:00 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Beginner Tutorials]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Must Know]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=142</guid>
		<description><![CDATA[By default, WordPress displays your username publicly as the author of your posts. This can, however, pose a security issue because you&#8217;re giving everyone your blog&#8217;s username login info. Also, it&#8217;s best to use a username that is not easily guessed which typically means you won&#8217;t be using your name. So let&#8217;s change how WordPress [...]


Related posts:<ol><li><a href='http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/' rel='bookmark' title='How To Change Your WordPress Username &amp; Password Through phpMyAdmin'>How To Change Your WordPress Username &#038; Password Through phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wordpress-ms-word-copy-paste/' rel='bookmark' title='How to Copy/Paste From MS Word to Your WordPress Blog'>How to Copy/Paste From MS Word to Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-log-in-and-out-of-wordpress/' rel='bookmark' title='How to log in and out of WordPress'>How to log in and out of WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By default, WordPress displays your username publicly as the author of your posts. This can, however, pose a security issue because you&#8217;re giving everyone your blog&#8217;s username login info. Also, it&#8217;s best to use a username that is not easily guessed which typically means you won&#8217;t be using your name.</p>
<p>So let&#8217;s change how WordPress displays your name to the world but at the same time not give out what your blog&#8217;s username is.</p>
<p><center><object width="550" height="470" data="http://www.youtube.com/v/ATvoa-TA5t8&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ATvoa-TA5t8&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6&amp;border=1" /><param name="allowfullscreen" value="true" /></object></center></p>
<h2>Follow The Guided Tutorial</h2>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/display-user-name-change-wordpress.jpg" alt="display-user-name-change-wordpress" title="display-user-name-change-wordpress" width="500" height="110" class="aligncenter size-full wp-image-143" /></p>
<p>When you install WordPress for the first time, you must either provide a Username in order to log into your WordPress account or one will be assigned to you automatically (i.e. the <strong>admin</strong> Username). If you host with <a title="WordPress web hosting" href="http://wpbloghost.com">WpBlogHost</a> and <a title="How to install WordPress on your WpBlogHost account" href="http://wpbloghost.com/wpbloghost-home-school-for-wordpress/how-to-install-wordpress-on-your-wpbloghost-account/">install WordPress on your web hosting account</a>, you can specify your own unique Username.</p>
<p>When you author a post or comment in your blog&#8217;s comment section, by default WordPress displays your <strong>Username</strong> as the author&#8217;s name (see the image above, left side).</p>
<p>This tutorial will show you how to change that so the name you want to display will be shown.</p>
<h2>Step 1 &#8211; Find Users</h2>
<p><a title="How to log into WordPress" href="http://wpbloghost.com/wpbloghost-home-school-for-wordpress/how-to-log-in-and-out-of-wordpress/">Log into WordPress</a> and in the left sidebar menu click on <strong>Users</strong>.</p>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/step2-click-users.jpg" alt="step2-click-users" title="step2-click-users" width="270" height="214" class="aligncenter size-full wp-image-144" /></p>
<h2>Step 2 &#8211; Edit User</h2>
<p>On the right you should see a list of the Users for your blog. Move your mouse to the one you want to edit and when the menu shows, click <strong>Edit</strong>.</p>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/step6-edit.jpg" alt="step6-edit" title="step6-edit" width="347" height="96" class="aligncenter size-full wp-image-145" /></p>
<h2>Step 3 &#8211; Choose Your Display Name</h2>
<p>Scroll down until you see <strong>Display name publicly as</strong> and choose how you want your name to be shown in posts and comments.</p>
<p align="center"><img src="http://wpbloghost.tv/wp-files/wp-content/uploads/2009/08/step3-choose-your-display-name-wordpress.jpg" alt="step3-choose-your-display-name-wordpress" title="step3-choose-your-display-name-wordpress" width="530" height="362" class="aligncenter size-full wp-image-146" /></p>
<h2>Step 4 &#8211; Click Update User</h2>
<p>Congratulations, you&#8217;ve changed your User display name.</p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/' rel='bookmark' title='How To Change Your WordPress Username &amp; Password Through phpMyAdmin'>How To Change Your WordPress Username &#038; Password Through phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/wordpress-ms-word-copy-paste/' rel='bookmark' title='How to Copy/Paste From MS Word to Your WordPress Blog'>How to Copy/Paste From MS Word to Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-log-in-and-out-of-wordpress/' rel='bookmark' title='How to log in and out of WordPress'>How to log in and out of WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/change-display-name-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How To Change Your WordPress Username &amp; Password Through phpMyAdmin</title>
		<link>http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/</link>
		<comments>http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:01:07 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[Maintaining WordPress]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=140</guid>
		<description><![CDATA[Forget your password or username? Or perhaps someone hacked your blog and changed them? Here's how to change them through your database so you can regain control.


Related posts:<ol><li><a href='http://wpbloghost.tv/change-display-name-wordpress/' rel='bookmark' title='How to Change Your Display Name on Your WordPress Blog'>How to Change Your Display Name on Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How To Backup Your WordPress Database Using phpMyAdmin'>How To Backup Your WordPress Database Using phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/how-to-password-protect-a-directory-using-wp-blog-host-hosting/' rel='bookmark' title='How To Password Protect a Directory Using WP Blog Host Hosting'>How To Password Protect a Directory Using WP Blog Host Hosting</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There may be times when you need to change your username and password for your WordPress blog. Perhaps you forgot what they were, but an even bigger reason why it is good to know how to do this is if someone hacks into your blog they might change your password.</p>
<p>This is how you can take back control of your blog and regain access by changing your username and password through the database.</p>
<p><center><embed src="http://blip.tv/play/AYGUi14C" type="application/x-shockwave-flash" width="590" height="480" allowscriptaccess="always" allowfullscreen="true"></embed> </center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/change-display-name-wordpress/' rel='bookmark' title='How to Change Your Display Name on Your WordPress Blog'>How to Change Your Display Name on Your WordPress Blog</a></li>
<li><a href='http://wpbloghost.tv/how-to-backup-your-wordpress-database-using-phpmyadmin/' rel='bookmark' title='How To Backup Your WordPress Database Using phpMyAdmin'>How To Backup Your WordPress Database Using phpMyAdmin</a></li>
<li><a href='http://wpbloghost.tv/how-to-password-protect-a-directory-using-wp-blog-host-hosting/' rel='bookmark' title='How To Password Protect a Directory Using WP Blog Host Hosting'>How To Password Protect a Directory Using WP Blog Host Hosting</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/change-wordpress-username-password-through-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Configure Your WP Blog Host Email Account with MS Outlook</title>
		<link>http://wpbloghost.tv/how-to-configure-your-wp-blog-host-email-account-with-ms-outlook/</link>
		<comments>http://wpbloghost.tv/how-to-configure-your-wp-blog-host-email-account-with-ms-outlook/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 17:42:57 +0000</pubDate>
		<dc:creator>WP Blog Host</dc:creator>
				<category><![CDATA[WP Blog Host Hosting Tutorials]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wpbloghost.tv/?p=133</guid>
		<description><![CDATA[Tutorial for WP Blog Host customers showing them how to set up Microsoft Outlook email to check their email.


Related posts:<ol><li><a href='http://wpbloghost.tv/check-your-webmail-wp-blog-host/' rel='bookmark' title='How to Configure Your Email Account &amp; Check Your Webmail Account at WP Blog Host'>How to Configure Your Email Account &#038; Check Your Webmail Account at WP Blog Host</a></li>
<li><a href='http://wpbloghost.tv/thunderbird-email-setup/' rel='bookmark' title='How to Configure Your WP Blog Host Email Account on Mozilla Thunderbird'>How to Configure Your WP Blog Host Email Account on Mozilla Thunderbird</a></li>
<li><a href='http://wpbloghost.tv/wp-blog-host-wordpress-installer/' rel='bookmark' title='How to Install WordPress on Your WP Blog Host Account'>How to Install WordPress on Your WP Blog Host Account</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><center><object width="550" height="470"><param name="movie" value="http://www.youtube.com/v/HTnpFndYsMo&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/HTnpFndYsMo&#038;hl=en&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="550" height="470"></embed></object></center></p>


<p>Related posts:<ol><li><a href='http://wpbloghost.tv/check-your-webmail-wp-blog-host/' rel='bookmark' title='How to Configure Your Email Account &amp; Check Your Webmail Account at WP Blog Host'>How to Configure Your Email Account &#038; Check Your Webmail Account at WP Blog Host</a></li>
<li><a href='http://wpbloghost.tv/thunderbird-email-setup/' rel='bookmark' title='How to Configure Your WP Blog Host Email Account on Mozilla Thunderbird'>How to Configure Your WP Blog Host Email Account on Mozilla Thunderbird</a></li>
<li><a href='http://wpbloghost.tv/wp-blog-host-wordpress-installer/' rel='bookmark' title='How to Install WordPress on Your WP Blog Host Account'>How to Install WordPress on Your WP Blog Host Account</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpbloghost.tv/how-to-configure-your-wp-blog-host-email-account-with-ms-outlook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

