<?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 Tech Guy &#187; Wordpress tips</title>
	<atom:link href="http://blogtechguy.com/category/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogtechguy.com</link>
	<description>The Blog Solutions Expert</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://blogtechguy.com/?pushpress=hub'/>
		<item>
		<title>10 Plugins To Harden WordPress</title>
		<link>http://blogtechguy.com/1688/10-plugins-to-harden-wordpress/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=10-plugins-to-harden-wordpress</link>
		<comments>http://blogtechguy.com/1688/10-plugins-to-harden-wordpress/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 16:00:49 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[blog solutions]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blogtechguy.com/?p=1688</guid>
		<description><![CDATA[Those in the WordPress world understand that security is a key concern of any online application, and that includes with WordPress. After all, the majority of updates released by the WordPress team involve hardening – or securing – the WordPress platform against continuous ingenious attacks and vulnerabilities that are discovered.

No site is ever safe from [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/1688/10-plugins-to-harden-wordpress/">10 Plugins To Harden WordPress</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Those in the <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> world understand that security is a key concern of any online application, and that includes with WordPress. After all, the majority of updates released by the WordPress team involve hardening – or securing – the <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> platform against continuous ingenious attacks and vulnerabilities that are discovered.</p>
<p><span id="more-1688"></span></p>
<p>No site is ever safe from being hacked, like in the real world, if someone really wants to break in they can, it&#8217;s just a matter of making yourself a much harder target so it&#8217;s not worthwhile. </p>
<p>You should check out the following ten plugins to harden WordPress to defend your blog.</p>
<div style="float:right; padding: 5px;">
<img src="http://blogtechguy.com/files/2010/04/padlock-206x300.jpg" alt="" title="padlock" width="206" height="300" class="alignnone size-medium wp-image-1694" />
</div>
<ol>
<li><strong><a href="http://wordpress.org/extend/plugins/login-lockdown/">Login Lockdown</a>:</strong> when someone attempts to access restricted areas of your blog by logging in, Login Lockdown records the attempt and its associated IP address. If multiple failed login attempts are detected that come from a group of similar addresses, Login Lockdown will deny further attempts from those addresses. This is an important tool that can protect your blog from dreaded brute force password attacks.</li>
<p></p>
<li><strong><a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/">WordPress File Monitor</a>:</strong> check the files that run WordPress for anything that has been changed, deleted, or added. When an event has been detected, the plugin sends an email alert to a user-defined address. This plugin can be vital to bloggers defending themselves against SQL injection.</li>
<p></p>
<li><strong><a href="http://herselfswebtools.com/2008/06/wordpress-plugin-to-prevent-bot-registrations.html">Bot Block</a>:</strong> harden your WordPress installation by preventing multiple registrations from the same IP address. It also compares new registrations with blacklisted IP addresses to make sure no known troublemakers are signing up. This is an effective tool in the fight against automated <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> user registrations.<br />
Even better, if there is no reason for you to allow user registrations, prevent this by going to Settings > General and under Membership unchecking the box that says &#8220;Anyone can register&#8221;.
</li>
<p></p>
<li><strong><a href="http://wordpress.org/extend/plugins/admin-renamer-extended/">Admin Renamer Extended</a>:</strong> everyone knows what the default administrative user name for WordPress is. That give hackers half the information they need to access your site. This plugin will change your administrator user names including the default admin and any other admin logins that have been created. It checks the validity of user names, user names that are unfilled, and for user names that already are present in the system. Keep attackers off guard by making them have to guess your admin usernames.</li>
<p></p>
<li><strong><a href="http://wordpress.org/extend/plugins/https-for-wordpress/">HTTPS for WordPress</a>:</strong> a plugin that forces users to login over secure connections. By sending authentication information over SSL, login information is encrypted between a user’s browser and the Web host. This eliminates the risk of interception associated with unsecured logins. This is an essential tool that will help prevent login credentials for your site from being compromised, however can be difficult to configure and is not always compatible with your web server or the latest version of WordPress, so be careful!</li>
<p></p>
<li><strong><a href="http://wordpress.org/extend/plugins/wp-security-scan/">WordPress Security Scan</a>:</strong> finds vulnerable areas of your blog and recommends specific actions to take to harden it. Because there is so much involved in security, this is a great tool to help make sure you don’t miss anything.</li>
<p></p>
<li><strong><a href="http://www.askapache.com/wordpress/htaccess-password-protect.html">AskApache Password Protect</a>:</strong> protects important folders like wp-admin, wp-include, and wp-content, guarding against automated and manual attacks against your WordPress blog.</li>
<p></p>
<li><strong><a href="http://wordpress.org/extend/plugins/exploit-scanner/">WordPress Exploit Scanner</a>:</strong> this plugin will look through all the code in your posts, comments, and plugins looking for something suspicious. Often attacks on <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> enter through these three paths, so take the time to guard against exploits by installing this plugin. Don’t worry about the plugin making any mistakes either because it relies on the blogger to take any necessary action.</li>
<p></p>
<li><strong><a href="http://blogsecurity.net/wordpress/tools/wp-scanner">The WP-Scanner</a>:</strong> scans for weaknesses within your WordPress installation, checks to make sure you have changed your table prefixes (you did, didn’t you?) and a variety of other important steps that need to be taken to harden your blog.</li>
<p></p>
<li><strong><a href="http://wordpress.org/extend/plugins/stealth-login/">Stealth Login</a>:</strong> create unique URLs that are used when logging in and out of your blog. This plugin can also be used to keep registered users from logging in using the wp-login.php file. By making it difficult for attackers to find your login page, you have just made your blog more secure.</li>
</ol>
<p>Finally you may want to check your wp-config.php file has file permissions of 644 and not higher &#8211; this has been the cause of the latest &#8220;security scare&#8221;.</p>
<p><strong>This was a guest post by </strong><em>Tom Walker who is the lead editor of the <a href="http://www.cartridgesave.co.uk/news/">CreativeCloud blog</a>, which he runs on behalf of a leading supplier of <a href="http://www.cartridgesave.co.uk/Pitney-Bowes.html">franking machine ink</a> based in the UK. Old school print ads, book art and modern print design are among the topics he most enjoys writing about.</em></p>
<p>If you&#8217;d like to write a guest post for Blog Tech Guy, <a href="http://blogtechguy.com/contact/">get in touch here</a>.</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/1688/10-plugins-to-harden-wordpress/">10 Plugins To Harden WordPress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/1688/10-plugins-to-harden-wordpress/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>WordPress Template Tags Cheat Sheet</title>
		<link>http://blogtechguy.com/851/wordpress-template-tags-cheat-sheet/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-template-tags-cheat-sheet</link>
		<comments>http://blogtechguy.com/851/wordpress-template-tags-cheat-sheet/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 18:00:01 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[template tags]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=851</guid>
		<description><![CDATA[For those of you who might be like me and need to regularly edit WordPress themes/templates, add custom code, change things around and edit them, then WordPress Template tags are our friend.

Ekin Ertac has produced a WordPress Template Tag Cheatsheet that lists the available template tags and what they do. You can download it in [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/851/wordpress-template-tags-cheat-sheet/">WordPress Template Tags Cheat Sheet</a></p>
]]></description>
			<content:encoded><![CDATA[<p>For those of you who might be like me and need to regularly edit <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> themes/templates, add custom code, change things around and edit them, then <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> Template tags are our friend.</p>
<p><span id="more-851"></span></p>
<p>Ekin Ertac has produced a <a href="http://ekinertac.com/?p=259">WordPress Template Tag Cheatsheet</a> that lists the available template tags and what they do. You can <a href="http://ekinertac.com/?p=259">download it in PDF</a> from his site.</p>
<p>It also includes tips on a standard theme structure, what the loop is and a couple of example navigation menus for good measure.</p>
<div align="center">
<a href="http://ekinertac.com/?p=259"><img src="http://www.blogtechguy.com/files/WP_Cheatsheet-300x183.jpg" alt="WP_Cheatsheet" title="WP_Cheatsheet" width="300" height="183" class="aligncenter size-medium wp-image-852" border="0" /></a>
</div>
<p>[Via <a href="http://weblogtoolscollection.com/archives/2009/09/11/wordpress-cheatsheet/">WeblogTools Collection</a>]</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/851/wordpress-template-tags-cheat-sheet/">WordPress Template Tags Cheat Sheet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/851/wordpress-template-tags-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fixing A Hacked Blog Is Hard</title>
		<link>http://blogtechguy.com/835/fixing-hacked-blogs/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=fixing-hacked-blogs</link>
		<comments>http://blogtechguy.com/835/fixing-hacked-blogs/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 20:33:07 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=835</guid>
		<description><![CDATA[Those of you who are members of my newsletter (if not, sign up on the right on my blog page), and anyone who follows WordPress announcements will know that there has been a worm attacking WordPress blogs that have not been updated to the latest version.

You can read the full details here, but please don&#8217;t [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/835/fixing-hacked-blogs/">Fixing A Hacked Blog Is Hard</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Those of you who are members of my newsletter (if not, sign up on the right on my blog page), and anyone who follows <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> announcements will know that there has been a worm attacking <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">WordPress</a> blogs that have not been updated to the latest version.</p>
<p><span id="more-835"></span></p>
<p>You can read the <a href="http://wordpress.org/development/2009/09/keep-wordpress-secure/">full details here</a>, but please don&#8217;t ignore the Upgrade notice.</p>
<p>Backup, using a plugin like WP DB Backup (while you&#8217;re there, set it to regularly email you backups).</p>
<p>Why not also go to Tools &gt; Export and backup all your post/page/comments in a smaller XML file. This can be useful too.</p>
<p>If you like you can backup your uploaded images via FTP in the wp-content folder, but that&#8217;s up to you.</p>
<p>Then Tools &gt; Upgrade.</p>
<p>Some people will have to upgrade manually depending on their server setup, so here are the <a href="http://codex.wordpress.org/Upgrading_WordPress">manual upgrade instructions.</a></p>
<div align="center">
<img src="http://www.blogtechguy.com/files/wordpress_logo1.jpg" alt="Wordpress logo" title="Wordpress logo" width="150" height="153" class="size-full wp-image-41" />
</div>
<p>While you&#8217;re at it, take a look at upgrading your out of date plugins too, why not?</p>
<h2>The basics: Upgrading is easy, fixing a hacked blog is hard.</h2>
<p><br/>Read the full post: <a href="http://blogtechguy.com/835/fixing-hacked-blogs/">Fixing A Hacked Blog Is Hard</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/835/fixing-hacked-blogs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why Are My Plugins Not Showing In My Dashboard?</title>
		<link>http://blogtechguy.com/450/why-are-my-plugins-not-showing-in-my-dashboard/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=why-are-my-plugins-not-showing-in-my-dashboard</link>
		<comments>http://blogtechguy.com/450/why-are-my-plugins-not-showing-in-my-dashboard/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:00:57 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[plugin installation]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=450</guid>
		<description><![CDATA[A common complaint about Wordpress is that after uploading plugins to your server they do not show up in Wordpress. But what is really going on?

If you don&#8217;t have Wordpress 2.7
- Make sure you&#8217;re uploading to the correct folder. This should be wp-content/plugins.
- Make sure the files have uploaded. There should be no Failed Transfers [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/450/why-are-my-plugins-not-showing-in-my-dashboard/">Why Are My Plugins Not Showing In My Dashboard?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>A common complaint about Wordpress is that after uploading plugins to your server they do not show up in Wordpress. But what is really going on?</p>
<p><span id="more-450"></span></p>
<h3>If you don&#8217;t have <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> 2.7</h3>
<p>- <strong>Make sure you&#8217;re uploading to the correct folder.</strong> This should be wp-content/plugins.<br />
- <strong>Make sure the files have uploaded.</strong> There should be no Failed Transfers listed in Filezilla and you can see the files on your server.<br />
- <strong>Make sure the plugin is not in a zip folder.</strong> Most plugins are downloaded zipped, you need to upzip the zip folder contents before uploading.<br />
- <strong>Make sure there are some files in the top level folder.</strong> Some plugins have a folder, then inside that no files, just another folder. Wordpress will not see these files if there is no file in the top level folder.</p>
<p>A great video found on YouTube shows you how to upload a plugin:</p>
<div align="center"><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/tjAXmtkoe_s&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/tjAXmtkoe_s&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
<h3>If you have <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> 2.7 or above</h3>
<p>Then to avoid these issues you can use the inbuilt plugin uploader. Go to Plugins &gt; Add New. There you can search for a plugin and if it&#8217;s in the <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> repository you can install it then and there. If not you can upload the zip file from the site you have downloaded it from and it will install that for you.</p>
<p>Hopefully the next version of Wordpress will allow a similar action for installing new <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> Themes, as it&#8217;s a great feature to avoid the frustration many bloggers have with installing plugins.</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/450/why-are-my-plugins-not-showing-in-my-dashboard/">Why Are My Plugins Not Showing In My Dashboard?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/450/why-are-my-plugins-not-showing-in-my-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Help, My Blog Posts Have Disappeared!</title>
		<link>http://blogtechguy.com/439/help-my-blog-posts-have-disappeared/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=help-my-blog-posts-have-disappeared</link>
		<comments>http://blogtechguy.com/439/help-my-blog-posts-have-disappeared/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 18:00:47 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[corrupted]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=439</guid>
		<description><![CDATA[Have you suddenly discovered that your posts and pages have all disappeared? Your blog theme/template is still there but it&#8217;s saying no posts found?

This has happened to four clients in the last week, three on Hostgator and one on another. I know Hostgator are gradually upgrading all their servers and I&#8217;ve no idea if this [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/439/help-my-blog-posts-have-disappeared/">Help, My Blog Posts Have Disappeared!</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Have you suddenly discovered that your posts and pages have all disappeared? Your blog theme/template is still there but it&#8217;s saying no posts found?</p>
<p><span id="more-439"></span></p>
<p>This has happened to four clients in the last week, three on <a href="http://blogtechguy.com/recommends/hostgator" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/hostgator';return true;" onmouseout="self.status=''">Hostgator</a> and one on another. I know <a href="http://blogtechguy.com/recommends/hostgator" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/hostgator';return true;" onmouseout="self.status=''">Hostgator</a> are gradually upgrading all their servers and I&#8217;ve no idea if this is the cause but wouldn&#8217;t be surprised.</p>
<p>The reason (in these cases) has been a crashed wp_posts database table. The error message given (if you get one at all in your theme or admin menu) is often: &#8220;wp_posts is marked as crashed and should be repaired&#8221;. To fix is pretty simple. Login to your host&#8217;s control panel and go to the phpMyAdmin option. This brings up a list of your databases. Select the one you&#8217;re using for <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> to see the <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> tables in that database. A list like this will appear (the actual number and name of some tables will vary depending on the plugins used):</p>
<div align="center">
<a href="http://blogtechguy.com/files/2009/04/image1.jpg"><img src="http://www.blogtechguy.com/files/image1-300x179.jpg" alt="Corrupted table" title="Corrupted table" width="300" height="179" class="aligncenter size-medium wp-image-443" /></a><br />
<br />(Click to enlarge)
</div>
<p>You can see the problem here, wp_posts is labeled as &#8220;in use&#8221; and is locked. To repair, simply check the box next to wp_posts and select Repair table, as in the image below.</p>
<div align="center">
<a href="http://blogtechguy.com/files/2009/04/image2.jpg"><img src="http://www.blogtechguy.com/files/image2-300x235.jpg" width="300" height="235" class="aligncenter size-medium wp-image-444" /></a><br />
<br />(Click to enlarge)
</div>
<p>You should then get a success message and your posts will have reappeared. If not then you may have a bigger problem, but at least you have a <a href="http://wordpress.org/extend/plugins/wp-db-backup/">recent backup</a>. Right?!</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/439/help-my-blog-posts-have-disappeared/">Help, My Blog Posts Have Disappeared!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/439/help-my-blog-posts-have-disappeared/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>How To Podcast On Your Blog</title>
		<link>http://blogtechguy.com/297/how-to-podcast-on-your-blog/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-podcast-on-your-blog</link>
		<comments>http://blogtechguy.com/297/how-to-podcast-on-your-blog/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:00:03 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Wordpress tips]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=297</guid>
		<description><![CDATA[I&#8217;ve had quite a few clients ask me about podcasting, and how they can do it for their blog. I believe in getting the experts in when appropriate, and Mwangi is a podcasting expert. I&#8217;ll let him introduce himself.

Hi everyone, my name is Mwangi and I share the title of &#8220;Blog Mastermind Mentor&#8221; with Joel.
Now, [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/297/how-to-podcast-on-your-blog/">How To Podcast On Your Blog</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had quite a few clients ask me about podcasting, and how they can do it for their blog. I believe in getting the experts in when appropriate, and <a href="http://www.blogtechguy.com/resources/podcastingtutor.html">Mwangi is a podcasting expert</a>. I&#8217;ll let him introduce himself.</p>
<p><span id="more-297"></span></p>
<p><strong>Hi everyone, my name is Mwangi and I share the title of &#8220;<a href="http://blogtechguy.com/recommends/blogmastermind" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/blogmastermind';return true;" onmouseout="self.status=''">Blog Mastermind</a> Mentor&#8221; with Joel.</p>
<p>Now, I know many of you are probably wondering about this technology of podcasting. Is it worth your time? Will it produce the desired results and so on and so forth.</p>
<p>Below I have answered many of the most common questions asked about this wonderful technology. I am sure some of the answers will surprise you, and I hope all of them will assist you.</p>
<p>Before you get to them though, I just thought I would let you know that my ideas on podcasting did not develop in some abstract volume.  They are based on close to a year of getting my hands dirty with the technology and six interviews conducted with people who stand upon the top of the podcast mountain of stars.</p>
<p>So what you are reading below is the culmination of many many years of experience and investigation. Without any futher ado, I thank Joel, and wish you nothing but podcasting succcess.</strong></p>
<div style="float:right"><img src="http://www.blogtechguy.com/files/podcasttutor.jpg" alt="My Podcasting Tutor" /></div>
<h3>What actually is podcasting?</h3>
<p>Podcasting has many definitions, and when I was doing research on what the definition is, I found a number of variations.</p>
<p>I like to use <a href="http://www.blogtechguy.com/resources/podcastingtutor.html">Yaro Starak&#8217;s</a> definition, which is:</p>
<p><strong>&#8220;A podcast is an audio file distributed by an RSS feed.&#8221;</strong></p>
<p>On <a href="http://www.blogtechguy.com/resources/podcastingtutor.html">My Podcasting Tutor</a> we pretty much define it as:</p>
<p><strong>&#8220;A podcast is a series of audio or video presentations syndicated on the internet in digital format that is designed to be subscribed to and played on-demand using a PC or portable media player.&#8221;</strong></p>
<h3>Why would you recommend starting a podcast? What are the benefits?</h3>
<p>I think the first thing that is always important to emphasize is that podcasting, just like blogging is just a communication channel.</p>
<p>Ultimately, what matters more in my opinion is the message you want to distribute via this channel.</p>
<p>That having been said, podcasting has a number of intrinsic advantages that other communication mediums don&#8217;t. Please note, I am lumping podcasting together with video blogging:</p>
<p>Number one is building relationships. There is no other way I have seen of building relationships with A players in your niche that works quite like podcasting or video blogging.</p>
<p>If your niche has about 30 A-list players in it, if you ask all 30 for an interview, and you have some substance of some sort backing you up -meaning when people look at what you&#8217;ve done they can tell you are either a star or an up an coming star or at least someone who is putting in the work &#8211; at the very least one of them should say yes and the instant credibility this can give you is huge.</p>
<p>I can honestly say I have networked with Gary Vaynerchuk, Steve Pavlina and Paul Colligan and its all because of the wonderful opportunities brought about by podcasting.</p>
<h3>What niche(s) are best for podcasting?</h3>
<p>To break it down to its simplest essence,the best niches for podcasting are the ones that fulfill two criteria:<br />
* Have a significant audience<br />
* Have commercial potential</p>
<p>The way to discover these two things is quite simple actually.</p>
<p>If you want to know if your niche has a sizeable audience, brainstorm as many of the common terms in a niche as possible and just go exploring up and down the web.<br />
Are people assembling at forums to discuss the topic? Are there other podcasts or blogs in the niche? Is there any form of Internet life in that niche?</p>
<p>To find out if there is commercial potential, as you do Google research, look to the right of the screen to see if there are any adwords ads that pertain to your niche.</p>
<p>Go to <a href="http://blogtechguy.com/recommends/clickbank" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/clickbank';return true;" onmouseout="self.status=''">Clickbank</a>, Commission Junction and the other big players in the affiliate market and look to see if there are any people spending money to get to your niche.</p>
<p>If you tick both boxes, then the conditions are great for you to get in and give it your best shot.</p>
<p>And the old expression, &#8220;You never know,&#8221;, holds true. You truly never know until you select a niche and work it for a few months.</p>
<h3>What equipment and technical expertise are required?</h3>
<p>Not much really, if you know how to use a computer, download and install software, you should be able to get podcasting within a day if you wish.</p>
<p>If people join my free email list at <a href="http://www.blogtechguy.com/resources/podcastingtutor.html">mypodcastingtutor.com</a>, I have a video tutorial where I show people how to setup only 3 tools and they can immediately get podcasting.</p>
<p>Though I wouldn&#8217;t recommend it, because you wouldn&#8217;t own the podcast, if you want you can head on over to a place like Blogtalk radio and get started even before you finish reading this.</p>
<h3>How do I get this on my blog?</h3>
<p>When I first got started, I made heavy use of the podpress plugin and later on less use of the audio player plugin.</p>
<p>Anyone who podcasts on <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> would pretty much know those two plugins.</p>
<p>Now, podpress, which is what I still use to this day to podcast, hasn&#8217;t been updated for months, but that didn&#8217;t stop the podpress community from coming up with solutions to incompatibilities that existed between podpress and the latest version of WP.</p>
<p>So I&#8217;d probably put my money on podpress, it makes adding your podcast to itunes easier and the community is awesome.</p>
<p>NB: I am yet to update to the latest version of WP, as I haven&#8217;t really had the need to, so definitely check in with the discussion surrounding your plugin and the latest version of <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> prior to installing it or make use of nice folks like you and you&#8217;ll never go wrong</p>
<h3>How do I add a podcast to iTunes?</h3>
<p>Rather than tell you why not show you:</p>
<div align="center">
<a href="http://media.mypodcastingtutor.com.s3.amazonaws.com/coursecontent/How%20to%20Add%20Your%20Podcast%20to%20Itunes/How%20to%20Add%20Your%20Podcast%20to%20Itunes.html"><img src="http://www.blogtechguy.com/files/podcastvid.jpg" border="0" /></a>
</div>
<p>If you can&#8217;t see the image, <a href="http://media.mypodcastingtutor.com.s3.amazonaws.com/coursecontent/How%20to%20Add%20Your%20Podcast%20to%20Itunes/How%20to%20Add%20Your%20Podcast%20to%20Itunes.html">click here to watch the video</a>.</p>
<h3>A very common question now, what do I talk about?!?</h3>
<p>My recommendation would be to pick an area, that seems viable that I am PASSIONATE ABOUT.</p>
<p>Not just passionate about the end results, but something I am passionate about engaging in and being a part of on a regular basis.</p>
<p>If you select an area like that, you are able to bring a level of creativity and insight that only comes from unforced, deeply engaging participation and investigation of a niche or idea or whatever.</p>
<p>I&#8217;d recommend you get on the mic and just go into the flow.</p>
<p>If you are scared of offending people, good. Steve Pavlina and Timothy Ferriss both say that one of the keys to their success is the fact that they have a polarizing effect.</p>
<p>If you just want to be a helpful source of information, good, AJ and Jordan Harbinger from Pickup Podcast got a nationally syndicated radio show by committing to helping men understand dating once every week.</p>
<p>Get out there, give it your best shot, and see what results the word throws your way.</p>
<p>And, to shamelessly plug myself, you want to learn what 6 A-list podcasters did that led to their success, so you have folks you can model, check out my <a href="http://www.blogtechguy.com/resources/podcastingtutor.html">Conversations with Podcasting Gurus package</a> or just watch my free <a href="http://www.blogtechguy.com/resources/podcastingtutor.html">Podcasting Profits Manifesto</a> which is basically a free video presentation where I pulled all their insights together with my experience and knowledge into the one presentation.</p>
<h3>Great, thanks Mwangi!</h3>
<p>If you have any further questions, <a href="http://www.blogtechguy.com/contact">please let me know</a>.</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/297/how-to-podcast-on-your-blog/">How To Podcast On Your Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/297/how-to-podcast-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Wordpress.tv Videos Will Help You!</title>
		<link>http://blogtechguy.com/290/wordpresstv-videos-will-help-you/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpresstv-videos-will-help-you</link>
		<comments>http://blogtechguy.com/290/wordpresstv-videos-will-help-you/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:00:57 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[wordpress.tv]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=290</guid>
		<description><![CDATA[Ever wanted to know how to do something basic in Wordpress? Now Wordpress.tv can help you out.

Made by the makers of Wordpress (Automattic), Wordpress.tv contains videos on writing and publishing posts, adding a static page, and many more &#8220;how-to&#8221; videos.
Below is their welcome video (if you can&#8217;t see it, click here):


Looks like a great resource [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/290/wordpresstv-videos-will-help-you/">Wordpress.tv Videos Will Help You!</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to know how to do something basic in <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a>? Now <a href="http://wordpress.tv/">Wordpress.tv</a> can help you out.</p>
<p><span id="more-290"></span></p>
<p>Made by the makers of <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> (Automattic), <a href="http://wordpress.tv/">Wordpress.tv</a> contains videos on <a href="http://wordpress.tv/2009/01/15/writing-and-publishing-a-post/">writing and publishing posts</a>, <a href="http://wordpress.tv/2009/01/14/adding-an-about-me-or-any-other-static-page/">adding a static page</a>, and many more <a href="http://wordpress.tv/category/how-to/">&#8220;how-to&#8221; videos</a>.</p>
<p>Below is their welcome video (if you can&#8217;t see it, <a href="http://www.blogtechguy.com/290/wordpresstv-videos-will-help-you/">click here</a>):</p>
<div align="center">
</div>
<p>Looks like a great resource for those who aren&#8217;t too sure how to do something in <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a>. As always if you would like to TALK to someone about how to use <a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a>, or you&#8217;re uncomfortable with the interface, please <a href="http://www.blogtechguy.com/contact">get in touch</a>.</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/290/wordpresstv-videos-will-help-you/">Wordpress.tv Videos Will Help You!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/290/wordpresstv-videos-will-help-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.6 Is Out</title>
		<link>http://blogtechguy.com/100/wordpress-26-is-out/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-26-is-out</link>
		<comments>http://blogtechguy.com/100/wordpress-26-is-out/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 19:00:49 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Blogging Systems]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=100</guid>
		<description><![CDATA[It&#8217;s out and so far during testing I&#8217;m impressed. However I will be testing it some more before recommending to all my clients. A quick video below shows you some of the new features.

 
Read the full post: Wordpress 2.6 Is Out
<p><br/>Read the full post: <a href="http://blogtechguy.com/100/wordpress-26-is-out/">Wordpress 2.6 Is Out</a></p>
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s out and so far during testing I&#8217;m impressed. However I will be testing it some more before recommending to all my clients. A quick video below shows you some of the new features.</p>
<p><span id="more-100"></span></p>
<div align="center"> </div>
<p><br/>Read the full post: <a href="http://blogtechguy.com/100/wordpress-26-is-out/">Wordpress 2.6 Is Out</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/100/wordpress-26-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.6 Is Coming Soon</title>
		<link>http://blogtechguy.com/97/wordpress-2-6-is-coming-soon/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wordpress-2-6-is-coming-soon</link>
		<comments>http://blogtechguy.com/97/wordpress-2-6-is-coming-soon/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 16:36:38 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Blogging Systems]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=97</guid>
		<description><![CDATA[Wordpress 2.6 is due shortly. I doubt that it will be released on time, though that never really bothers me as I would rather it works than be rushed out prematurely just to hit an artificial deadline.

For those who are signed up to my Monthly Maintenance Package, they will get upgraded by me as part [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/97/wordpress-2-6-is-coming-soon/">Wordpress 2.6 Is Coming Soon</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogtechguy.com/recommends/wordpress" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://blogtechguy.com/recommends/wordpress';return true;" onmouseout="self.status=''">Wordpress</a> 2.6 is due shortly. I doubt that it will be released on time, though that never really bothers me as I would rather it works than be rushed out prematurely just to hit an artificial deadline.</p>
<p><span id="more-97"></span></p>
<p>For those who are signed up to my <a href="http://www.blogtechguy.com">Monthly Maintenance Package</a>, they will get upgraded by me as part of this.</p>
<p>A couple of interesting articles about the new version are available. <a href="http://weblogtoolscollection.com/archives/2008/06/30/what-you-need-to-know-about-wordpress-26/" target="_blank">Weblog Tools Collection</a> talks about:<br />
- Post revisioning.<br />
- Tumbling your posts.<br />
- Admin interface speed improvements (by the use of Google Gears).<br />
- (De)Activating plugins in bulk.<br />
- Other technical changes.</p>
<p><a href="http://technosailor.com/2008/06/30/10-things-you-need-to-know-about-wordpress-26/" target="_blank">Technosailor</a> also goes into detail about:<br />
- Post revisioning.<br />
- Google Gears.<br />
- Avatar Options.<br />
- Press This! feature.<br />
- More technical details.</p>
<p>Very interesting for when you blog is upgraded and you think &#8220;I wonder what this does?&#8221;. Just remember, you should be making at least weekly backups of your blog database, and more for mission critical blogs. And aren&#8217;t they all critcial?!</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/97/wordpress-2-6-is-coming-soon/">Wordpress 2.6 Is Coming Soon</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/97/wordpress-2-6-is-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Tips To Improve Your Conversion</title>
		<link>http://blogtechguy.com/92/five-tips-to-improve-your-conversion/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=five-tips-to-improve-your-conversion</link>
		<comments>http://blogtechguy.com/92/five-tips-to-improve-your-conversion/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 22:27:44 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Wordpress tips]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[tios]]></category>

		<guid isPermaLink="false">http://www.blogtechguy.com/?p=92</guid>
		<description><![CDATA[As an internet professional I read, and watch, a lot of information online about websites and how to improve them. Here are five quick tips I learned this week about improving the conversion of your website, blog, ecommerce site, newsletter or squeeze page:

1. Use the word &#8220;your&#8221;. Treating visitors as if they&#8217;re people (even friends), [...]<p><br/>Read the full post: <a href="http://blogtechguy.com/92/five-tips-to-improve-your-conversion/">Five Tips To Improve Your Conversion</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As an internet professional I read, and watch, a lot of information online about websites and how to improve them. Here are five quick tips I learned this week about improving the conversion of your website, blog, ecommerce site, newsletter or squeeze page:<span id="more-92"></span></p>
<div style="float:right;padding:3px"><img src="http://www.blogtechguy.com/files/www_board.jpg" alt="" width="200" height="125" /></div>
<p>1. Use the word &#8220;your&#8221;. Treating visitors as if they&#8217;re people (even friends), and your site is all about them can increase your sign-up or conversion rates.</p>
<p>2. Add video, video and more video. Something I don&#8217;t do enough of myself, but it works. Whether it&#8217;s a video loading/squeeze page to get newsletter signups, a demo of your company&#8217;s services, or even a silent, short video of the product you&#8217;re selling, the evidence is that it could be phenomenal for your conversion rate. Don&#8217;t believe me? Watch <a href="http://www.stompernet.net/stompervision/">this video</a> on the subject.</p>
<p>3. A flashing arrow can help. Yes, really. I&#8217;m against flashing graphics in a lot of situations (and especially more than one on a page), but apparently this can really help. Look, isn&#8217;t it nice? <img src='http://www.blogtechguy.com/images/arrow.gif' /></p>
<p>4. Add a Call Me button, usually this is done with Skype, and is very easy to do. Being able to contact someone easily, especially before purchasing something.</p>
<p>5. Tell them what your site is about and how it can help them. Very obvious I know, but sometimes your company name may have nothing to do with what you provide. Don&#8217;t leave it to someone to work out for themselves, let them know immediately.</p>
<p>Quick and easy isn&#8217;t it?</p>
<p><br/>Read the full post: <a href="http://blogtechguy.com/92/five-tips-to-improve-your-conversion/">Five Tips To Improve Your Conversion</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogtechguy.com/92/five-tips-to-improve-your-conversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
