<?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>The Mighty Mo! Design Co. LLC</title>
	<atom:link href="http://www.themightymo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themightymo.com</link>
	<description>Wordpress Design and Development</description>
	<lastBuildDate>Mon, 14 May 2012 16:29:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>bp-custom.php vs. functions.php</title>
		<link>http://www.themightymo.com/2012/05/14/bp-custom-php-vs-functions-php/</link>
		<comments>http://www.themightymo.com/2012/05/14/bp-custom-php-vs-functions-php/#comments</comments>
		<pubDate>Mon, 14 May 2012 15:44:43 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Blog Post]]></category>
		<category><![CDATA[BuddyPress]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1522</guid>
		<description><![CDATA[Up until today I did not know the difference between bp-custom.php and functions.php within a BuddyPress installation. It turns out that bp-custom.php is basically a functions file that is theme-independent. What that means is that if you have a function that you want to run irrespective of whatever theme is active, you put it in [...]]]></description>
			<content:encoded><![CDATA[<p>Up until today I did not know the difference between <a href="http://codex.buddypress.org/extending-buddypress/bp-custom-php/">bp-custom.php</a> and <a href="http://codex.wordpress.org/Theme_Development#Functions_File">functions.php</a> within a BuddyPress installation.  It turns out that bp-custom.php is basically a functions file that is theme-independent.  What that means is that if you have a function that you want to run irrespective of whatever theme is active, you put it in bp-functions.php.</p>
<p>Pretty nifty!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/14/bp-custom-php-vs-functions-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Online WordPress Custom Taxonomy Creator / Generator</title>
		<link>http://www.themightymo.com/2012/05/11/online-wordpress-custom-taxonomy-creator-generator/</link>
		<comments>http://www.themightymo.com/2012/05/11/online-wordpress-custom-taxonomy-creator-generator/#comments</comments>
		<pubDate>Fri, 11 May 2012 20:44:26 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Blog Post]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1517</guid>
		<description><![CDATA[I have found this WordPress custom taxonomy code generator to be quite helpful. Check it out!]]></description>
			<content:encoded><![CDATA[<p>I have found <a href="http://themergency.com/generators/wordpress-custom-taxonomy/">this WordPress custom taxonomy code generator</a> to be quite helpful.  Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/11/online-wordpress-custom-taxonomy-creator-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPad and iPhone Adding Extra CSS Margin to Right Side of Window</title>
		<link>http://www.themightymo.com/2012/05/09/ipad-and-iphone-adding-extra-css-margin-to-right-side-of-window/</link>
		<comments>http://www.themightymo.com/2012/05/09/ipad-and-iphone-adding-extra-css-margin-to-right-side-of-window/#comments</comments>
		<pubDate>Wed, 09 May 2012 03:41:28 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Blog Post]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1513</guid>
		<description><![CDATA[&#60;rant&#62;I feel like I am starting from scratch every time I load a website I am building on the iPhone or iPad. Standards or no, there are some funky things that happen on those devices.&#60;/rant&#62; Most recently, I have been wrestling with the fact that the iPad and iPhone seem to randomly add margins to [...]]]></description>
			<content:encoded><![CDATA[<p>&lt;rant&gt;I feel like I am starting from scratch every time I load a website I am building on the iPhone or iPad. Standards or no, there are some funky things that happen on those devices.&lt;/rant&gt;</p>
<p>Most recently, I have been wrestling with the fact that the iPad and iPhone seem to randomly add margins to the right of my content. After all sorts of late nights and code hacking, I finally discovered that I can define the width of the browser (as viewed by iPad and iPhone). Just add something like the following to the head of your html document (or WordPress theme):</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;meta name=&quot;viewport&quot; content=&quot;width=1000px&quot;&gt;</pre></div></div>

<p>Onward and upward&#8230;hopefully&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/09/ipad-and-iphone-adding-extra-css-margin-to-right-side-of-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Body Class for BuddyPress Group Moderators and Admins</title>
		<link>http://www.themightymo.com/2012/05/08/css-body-class-for-buddypress-group-moderators-and-admins/</link>
		<comments>http://www.themightymo.com/2012/05/08/css-body-class-for-buddypress-group-moderators-and-admins/#comments</comments>
		<pubDate>Tue, 08 May 2012 05:33:15 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Wordpress plugin]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1510</guid>
		<description><![CDATA[I tend to use CSS to hide all sorts of things within the BuddyPress interface rather than unhooking functions. I find that it more quickly and flexibly accommodates my clients&#8217; changing desires. Today I needed to add a css body class for group moderators and admins. The goal was to hide the &#8220;Admin&#8221; button for [...]]]></description>
			<content:encoded><![CDATA[<p>I tend to use CSS to hide all sorts of things within the BuddyPress interface rather than unhooking functions.  I find that it more quickly and flexibly accommodates my clients&#8217; changing desires.</p>
<p>Today I needed to add a css body class for group moderators and admins.  The goal was to hide the &#8220;Admin&#8221; button for moderators but display it for admins.  </p>
<p>To pull it off, I added the following to my functions.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Add &quot;bp-group-moderator&quot; to body_class function if we are on a BuddyPress-generated page</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'body_class'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'add_bp_group_moderator_body_classes'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">function</span> add_bp_group_moderator_body_classes<span style="color: #009900;">&#40;</span><span style="color: #000088;">$classes</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> bp_group_is_mod<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// add 'bp-group-moderator' to the $classes array</span>
	<span style="color: #000088;">$classes</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'bp-group-moderator'</span><span style="color: #339933;">;</span>
	<span style="color: #666666; font-style: italic;">// return the $classes array</span>
	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$classes</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span>
&nbsp;
		<span style="color: #666666; font-style: italic;">// do nothing</span>
		<span style="color: #000088;">$classes</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
		<span style="color: #666666; font-style: italic;">// return the $classes array</span>
		<span style="color: #b1b100;">return</span> <span style="color: #000088;">$classes</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Add &quot;bp-group-admin&quot; to body_class function if we are on a BuddyPress-generated page</span>
add_filter<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'body_class'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'add_bp_group_admin_body_classes'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">function</span> add_bp_group_admin_body_classes<span style="color: #009900;">&#40;</span><span style="color: #000088;">$classes</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> bp_group_is_admin<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">:</span>
&nbsp;
	<span style="color: #666666; font-style: italic;">// add 'bp-group-admin' to the $classes array</span>
	<span style="color: #000088;">$classes</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'bp-group-admin'</span><span style="color: #339933;">;</span>
	<span style="color: #666666; font-style: italic;">// return the $classes array</span>
	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$classes</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span>
&nbsp;
		<span style="color: #666666; font-style: italic;">// do nothing</span>
		<span style="color: #000088;">$classes</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">;</span>
		<span style="color: #666666; font-style: italic;">// return the $classes array</span>
		<span style="color: #b1b100;">return</span> <span style="color: #000088;">$classes</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>It works nicely!  </p>
<p>I plan to release it as a plugin.  Perhaps some day this will be in core.  In general, I can never have too many body classes.  <img src='http://www.themightymo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/08/css-body-class-for-buddypress-group-moderators-and-admins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More BuddyPress Conditional Tags</title>
		<link>http://www.themightymo.com/2012/05/07/more-buddypress-conditional-tags/</link>
		<comments>http://www.themightymo.com/2012/05/07/more-buddypress-conditional-tags/#comments</comments>
		<pubDate>Mon, 07 May 2012 16:33:09 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[BuddyPress]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1508</guid>
		<description><![CDATA[Today I needed to create a BuddyPress conditional statement but none of the &#8220;normal&#8221; conditional tags suited my needs. Specifically, I needed to determine whether or not a user was a group moderator or admin role. The boolean that helps determine that can be found on the BuddyPress Function Reference page. There is lots of [...]]]></description>
			<content:encoded><![CDATA[<p>Today I needed to create a BuddyPress conditional statement but none of the <a href="http://www.themightymo.com/2012/03/28/buddypress-conditional-tags/">&#8220;normal&#8221; conditional tags</a> suited my needs.  Specifically, I needed to determine whether or not a user was a group moderator or admin role.  The boolean that helps determine that can be found on the <a href="http://codex.buddypress.org/developer-docs/functions/">BuddyPress Function Reference page</a>.</p>
<p>There is lots of neat stuff there.</p>
<p>Also on a somewhat related note, check out <a href="http://codex.buddypress.org/developer-docs/the-bp-global/">this list of BuddyPress global variables</a>.  You never know when you might need to display a BuddyPress user&#8217;s info within a conditional!  <img src='http://www.themightymo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/07/more-buddypress-conditional-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8220;Upload folder is not writable. Export and file upload features will not be functional.&#8221; Solution</title>
		<link>http://www.themightymo.com/2012/05/07/wordpress-upload-folder-is-not-writable-export-and-file-upload-features-will-not-be-functional-solution/</link>
		<comments>http://www.themightymo.com/2012/05/07/wordpress-upload-folder-is-not-writable-export-and-file-upload-features-will-not-be-functional-solution/#comments</comments>
		<pubDate>Mon, 07 May 2012 11:19:50 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Blog Post]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1503</guid>
		<description><![CDATA[It had been a while since I last saw the &#8220;Upload folder is not writable. Export and file upload features will not be functional.&#8221;  I had totally forgotten how to fix it or even that I had ever seen it before.  DOH!!! After trying to fix things for a good number of hours, I finally [...]]]></description>
			<content:encoded><![CDATA[<p>It had been a while since I last saw the &#8220;Upload folder is not writable. Export and file upload features will not be functional.&#8221;  I had totally forgotten how to fix it or even that I had ever seen it before.  DOH!!!</p>
<p>After trying to fix things for a good number of hours, I finally found <a href="http://wpquestions.com/question/show/id/447">the answer</a> at wpquestions.com.</p>
<blockquote><p>check the path in settings -&gt; Miscellaneous</p></blockquote>
<p>OF COURSE!!!  I have run into this issue many times before when moving a site.  I simply deleted all the junk that was in the &#8220;Store uploads in this folder&#8221; field on &#8220;Settings&#8221;-&gt;&#8221;Media&#8221; in the WordPress admin.</p>
<p>Problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/07/wordpress-upload-folder-is-not-writable-export-and-file-upload-features-will-not-be-functional-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Brits Are Spiffing!!!</title>
		<link>http://www.themightymo.com/2012/05/04/the-brits-are-spiffing/</link>
		<comments>http://www.themightymo.com/2012/05/04/the-brits-are-spiffing/#comments</comments>
		<pubDate>Fri, 04 May 2012 21:27:25 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1497</guid>
		<description><![CDATA[Mark sent me this link to The Queen&#8217;s Stylesheet today. Absolutely awesome. So go ahead and get down with your proper self!]]></description>
			<content:encoded><![CDATA[<p><a href="http://gasolicious.com/">Mark</a> sent me <a href="http://spiffingcss.com/">this link to The Queen&#8217;s Stylesheet</a> today. Absolutely awesome.</p>
<p><a href="http://www.themightymo.com/wp-content/uploads/2012/05/Screen-Shot-2012-05-04-at-4.30.56-PM.png"><img class="alignnone  wp-image-1499" title="Proper English CSS" src="http://www.themightymo.com/wp-content/uploads/2012/05/Screen-Shot-2012-05-04-at-4.30.56-PM.png" alt="" width="553" height="140" /></a></p>
<p>So go ahead and get down with your proper self!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/04/the-brits-are-spiffing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Receive Email Updates When WordPress Classes Are Offered in Minneapolis and St. Paul, MN</title>
		<link>http://www.themightymo.com/2012/05/04/receive-email-updates-when-wordpress-classes-are-offered-in-minneapolis-and-st-paul-mn/</link>
		<comments>http://www.themightymo.com/2012/05/04/receive-email-updates-when-wordpress-classes-are-offered-in-minneapolis-and-st-paul-mn/#comments</comments>
		<pubDate>Fri, 04 May 2012 19:43:47 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Blog Post]]></category>
		<category><![CDATA[WordPress Tips and Tricks for Your Business (by email)]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1495</guid>
		<description><![CDATA[We now have an email list where you can be notified when WordPress classes are being offered in Minneapolis and St. Paul, MN. Subscribe here! If you are an instructor please let me know about your class.]]></description>
			<content:encoded><![CDATA[<p>We now have an email list where you can be notified when WordPress classes are being offered in Minneapolis and St. Paul, MN.  <a href="http://eepurl.com/hMCNs">Subscribe here</a>!</p>
<p>If you are an instructor please <a href="http://www.themightymo.com/contact-us/">let me know</a> about your class.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/04/receive-email-updates-when-wordpress-classes-are-offered-in-minneapolis-and-st-paul-mn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Clear Gravity Forms Field on Click or Focus</title>
		<link>http://www.themightymo.com/2012/05/01/how-to-clear-gravity-forms-field-on-click-or-focus/</link>
		<comments>http://www.themightymo.com/2012/05/01/how-to-clear-gravity-forms-field-on-click-or-focus/#comments</comments>
		<pubDate>Tue, 01 May 2012 17:13:16 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Blog Post]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1489</guid>
		<description><![CDATA[One of the most common requests I receive as a WordPress developer is to make it so that a simple form field value clears when a user clicks or focuses on a given field.  Since I use Gravity Forms for just about ever form I create, I would like to provide the following code, which [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common requests I receive as a WordPress developer is to make it so that a simple form field value clears when a user clicks or focuses on a given field.  Since I use Gravity Forms for just about ever form I create, I would like to provide the following code, which was provided via the Gravity Forms forums:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">&nbsp;
jQuery<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
	jQuery.<span style="color: #660066;">fn</span>.<span style="color: #660066;">cleardefault</span> <span style="color: #339933;">=</span> <span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000066; font-weight: bold;">return</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #000066;">focus</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">value</span> <span style="color: #339933;">==</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">defaultValue</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">value</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;&quot;</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span>.<span style="color: #000066;">blur</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		<span style="color: #000066; font-weight: bold;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span><span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">value</span>.<span style="color: #660066;">length</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
			<span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">value</span> <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">defaultValue</span><span style="color: #339933;">;</span>
		<span style="color: #009900;">&#125;</span>
	<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
jQuery<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.clearit input, .clearit textarea&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">cleardefault</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Note that you will need to add the &#8220;clearit&#8221; class to each form field via the Gravity Forms back end.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/05/01/how-to-clear-gravity-forms-field-on-click-or-focus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Rise of Negative SEO</title>
		<link>http://www.themightymo.com/2012/04/27/the-rise-of-negative-seo/</link>
		<comments>http://www.themightymo.com/2012/04/27/the-rise-of-negative-seo/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 17:44:00 +0000</pubDate>
		<dc:creator>toby</dc:creator>
				<category><![CDATA[Blog Post]]></category>
		<category><![CDATA[WordPress Tips and Tricks for Your Business (by email)]]></category>

		<guid isPermaLink="false">http://www.themightymo.com/?p=1481</guid>
		<description><![CDATA[I found this article on negative SEO quite informative.  The big question for me is &#8211; can one company do &#8220;black hat&#8221; SEO things that penalize another company&#8217;s site?   It would seem so, and that is scary.]]></description>
			<content:encoded><![CDATA[<p>I found <a href="http://wpmu.org/the-rise-of-negative-seo/">this article on negative SEO</a> quite informative.  The big question for me is &#8211; can one company do &#8220;black hat&#8221; SEO things that penalize another company&#8217;s site?   It would seem so, and that is scary.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themightymo.com/2012/04/27/the-rise-of-negative-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.336 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-15 16:21:54 -->
<!-- Compression = gzip -->
