<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Wordpress Consulting &amp; SEO</title>
	
	<link>http://www.bradleyspencer.com</link>
	<description>Building traffic and driving sales for Small Business and Bloggers since 2003.</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:21:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WordpressConsultingAndSeoByBradleySpencer" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wordpressconsultingandseobybradleyspencer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">WordpressConsultingAndSeoByBradleySpencer</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Javascript Conditional Code for Conversion Tracking in Google Adwords</title>
		<link>http://www.bradleyspencer.com/2012/javascript-conditional-code-for-conversion-tracking-in-google-adwords/</link>
		<comments>http://www.bradleyspencer.com/2012/javascript-conditional-code-for-conversion-tracking-in-google-adwords/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:08:19 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[internet-marketing]]></category>
		<category><![CDATA[javascript snippet]]></category>
		<category><![CDATA[marketing research]]></category>
		<category><![CDATA[One-Minute Guides]]></category>
		<category><![CDATA[search-engine-optimization]]></category>
		<category><![CDATA[tracking tutorials]]></category>
		<category><![CDATA[user testing]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress consulting]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1768</guid>
		<description><![CDATA[I was working with a Squarespace site recently and needed to put some tracking code on the success page after a contact form. I&#8217;m not as familiar with SquareSpace as WordPress and had to write some javascript code to run on a contact form tracking page.  Since no PHP was available to write, Eric and [...]<p><a href="http://www.bradleyspencer.com/2012/javascript-conditional-code-for-conversion-tracking-in-google-adwords/">Javascript Conditional Code for Conversion Tracking in Google Adwords</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I was working with a Squarespace site recently and needed to put some tracking code on the success page after a contact form.</p>
<p>I&#8217;m not as familiar with SquareSpace as WordPress and had to write some javascript code to run on a contact form tracking page.  Since no PHP was available to write, <a href="http://ericnkatz.com/">Eric</a> and I did it strictly in Javascript.  Here&#8217;s the final code:</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot;&gt;
if ((location.href)==&quot;http:www.yoursite.com/trackingpage&quot;) {
/* &lt;![CDATA[ */
var google_conversion_id = xxxxxxxx;
var google_conversion_language = &quot;en&quot;;
var google_conversion_format = &quot;1&quot;;
var google_conversion_color = &quot;000000&quot;;
var google_conversion_label = &quot;xxxxxxxxxxx&quot;;
var google_conversion_value = 0;
/* ]]&gt; */
}
&lt;/script&gt;
</pre>
<p>Naturally you&#8217;ll need to change these three values:</p>
<ol>
<li>Change <em>http:www.yoursite.com/trackingpage </em>to the exact URL of the transaction URL.</li>
<li>Replace the<em> xxxxxxxx</em> after google_conversion_id to whatever your actual conversion is is.</li>
<li>You&#8217;ll also need to change <em>xxxxxxxx</em> after google_conversion_label to whatever your actual label is, too.</li>
</ol>
<div>That&#8217;s it!  Now this code can be included on every page but will still only trigger on the conversion page.</div>
<p><a href="http://www.bradleyspencer.com/2012/javascript-conditional-code-for-conversion-tracking-in-google-adwords/">Javascript Conditional Code for Conversion Tracking in Google Adwords</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2012/javascript-conditional-code-for-conversion-tracking-in-google-adwords/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Comment Spam: How to get less comment spam on your WP Blog</title>
		<link>http://www.bradleyspencer.com/2012/comment-spam/</link>
		<comments>http://www.bradleyspencer.com/2012/comment-spam/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 04:25:05 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[internet-marketing]]></category>
		<category><![CDATA[marketing research]]></category>
		<category><![CDATA[search-engine-optimization]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress consulting]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1763</guid>
		<description><![CDATA[Without the proper protection, comment spam is an absolute nightmare in WordPress.  Fortunately, the proper protections are very easy to come by. As a primer, comment spam is any comment left on your blog that adds nothing to the conversation and was likely mass posted.  These comments sometimes look like: Great post!  This makes me [...]<p><a href="http://www.bradleyspencer.com/2012/comment-spam/">WordPress Comment Spam: How to get less comment spam on your WP Blog</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Without the proper protection, comment spam is an absolute nightmare in WordPress.  Fortunately, the proper protections are very easy to come by.</p>
<p>As a primer, comment spam is any comment left on your blog that adds nothing to the conversation and was likely mass posted.  These comments sometimes look like:</p>
<blockquote><p>Great post!  This makes me really think.</p></blockquote>
<p>Or something like&#8230;.</p>
<blockquote><p>Wow, I couldn&#8217;t have said it better myself!</p></blockquote>
<p>You can spot spam comments because they are usually positive in vibe and could fit just about any blog post.  The spammers do this in the hopes that the link behind their name will help their website rank better.  So if you aren&#8217;t sure if the comment is spam, a good way to tell is to look at where their name links to.  If it looks fishy, then you&#8217;ve got a spam commenter on your hands.<span id="more-1763"></span></p>
<h2>How Bad is the Spam Industry?</h2>
<p>I was amazed and what I found this evening when searching through &#8220;WordPress&#8221; related keywords.  Check this out:</p>
<div id="attachment_1764" class="wp-caption aligncenter" style="width: 479px">
	<a href="http://www.bradleyspencer.com/wp-content/uploads/2012/01/Keywords-Related-to_-wordpress.jpg"><img class="size-full wp-image-1764" title="Keywords Related to_ wordpress" src="http://www.bradleyspencer.com/wp-content/uploads/2012/01/Keywords-Related-to_-wordpress.jpg" alt="Top Searched Keyword Terms for WordPress" width="479" height="382" /></a>
	<p class="wp-caption-text">Top Searched Keyword Terms for WordPress</p>
</div>
<p>If you look closely at the terms with the red arrows, you&#8217;ll see a disturbing pattern.  These are all terms that spammers would use to locate blogs that are powered by WordPress and accept comments.</p>
<p>What&#8217;s most disturbing is the fact that the relative volumes of the 5 spam terms add up to 72, while people legitamately searching for WordPress are only 88 in relative volume.  That means the spammers almost outnumber real people searching for WordPress!</p>
<p>But this article isn&#8217;t meant to employ scare tactics.  It&#8217;s not a scary situation once you get your blog setup correctly.  So let&#8217;s talk about setting your WP blog up to avoid comment spam.</p>
<h2>How to Kill Comment Spam</h2>
<ol>
<li>Have <a href="http://wordpress.org/extend/plugins/akismet/">Akismet</a> Set-Up</li>
<li>The stats above would imply you should remove the &#8216;powered by wordpress&#8217; and &#8216;leave a comment&#8217; text from your site.  I&#8217;ve never tested it before, but it can&#8217;t hurt!</li>
<li>Finally, if your spam is coming from a contact form and not from a comment form, read <a href="http://www.bradleyspencer.com/2011/protecting-contact-form-7-from-spam/">Protecting Contact Form 7 from Spam</a>.  It&#8217;s a bit more involved to protect your contact form than your comments form, but it&#8217;s well worth the time.</li>
</ol>
<div>Do you have any suggestions for cutting down on WordPress spam comments?  Let me know in the comments section below!</div>
<p><a href="http://www.bradleyspencer.com/2012/comment-spam/">WordPress Comment Spam: How to get less comment spam on your WP Blog</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2012/comment-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google’s December Algorithm Change Hints at a Focus on Mobile Websites</title>
		<link>http://www.bradleyspencer.com/2012/mobile-website-seo/</link>
		<comments>http://www.bradleyspencer.com/2012/mobile-website-seo/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 19:46:22 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1758</guid>
		<description><![CDATA[Google released a breakdown of thirty changes to their search algorithm on January 5th.  If you didn&#8217;t make it to the bottom of the list, you missed something special: Faster mobile browsing. [launch codename “old possum”, project codename “Skip Redirect”] Many websites redirect smartphone users to another page that is optimized for smartphone browsers. This change [...]<p><a href="http://www.bradleyspencer.com/2012/mobile-website-seo/">Google&#8217;s December Algorithm Change Hints at a Focus on Mobile Websites</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Google released a <a href="http://insidesearch.blogspot.com/2012/01/30-search-quality-highlights-with.html">breakdown of thirty changes to their search algorithm</a> on January 5th.  If you didn&#8217;t make it to the bottom of the list, you missed something special:</p>
<blockquote><p><strong>Faster mobile browsing.</strong> [launch codename “old possum”, project codename “Skip Redirect”] Many websites redirect smartphone users to another page that is optimized for smartphone browsers. This change uses the final smartphone destination url in our mobile search results, so you can bypass all the redirects and load the target page faster.</p></blockquote>
<p>In other words, if Google sees you are searching from a mobile device, they&#8217;ll send you directly to the mobile version (if there is one) of a website first.  This is huge news if you really think about the logistics behind this change.  This change means&#8230;</p>
<ul>
<li>Google is taking note of websites with mobile versions of their website.</li>
<li>Google acknowledges that mobile users prefer a mobile version of a website.  (How long will it be before websites with a mobile version will get a boost in rankings for mobile users?)</li>
<li>Google sees a future in mobile and is preparing for it already.</li>
</ul>
<div>I think little changes like the algorithm change above, and the new <a href="http://www.howtogomo.com/en/">How To GoMo</a> initiative by Google are hints of what&#8217;s to come with Mobile.  It&#8217;s exciting to see the avalanche begin, especially since I&#8217;m working on a <a title="diy mobile website builder" href="http://mobile-loft.com">DIY mobile builder</a>.  Finally, as an SEO, it&#8217;s exciting to find a potential leg up on competitors by having a mobile website.</div>
<div>What do you think?  Do you think Mobile is going to take off?  Do you have a mobile version of your website?</div>
<p><a href="http://www.bradleyspencer.com/2012/mobile-website-seo/">Google&#8217;s December Algorithm Change Hints at a Focus on Mobile Websites</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2012/mobile-website-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Tip: How To Recover From Panda</title>
		<link>http://www.bradleyspencer.com/2011/seo-tip-how-to-recover-from-panda/</link>
		<comments>http://www.bradleyspencer.com/2011/seo-tip-how-to-recover-from-panda/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 18:12:05 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[internet-marketing]]></category>
		<category><![CDATA[search-engine-optimization]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress consulting]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1747</guid>
		<description><![CDATA[There is a lot of of advice about recovering from Panda, but I felt like this advice from Mike Gordon, the Toronto SEO Guy, was the most elegant: In most cases, sites that have been hit with Panda were over-optimizing their on-page factors (keyword spamming) with the intention of &#8216;gaming&#8217; Google while offering no additional [...]<p><a href="http://www.bradleyspencer.com/2011/seo-tip-how-to-recover-from-panda/">SEO Tip: How To Recover From Panda</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>There is a lot of of advice about recovering from Panda, but I felt like this advice from Mike Gordon, the <a title="toronto seo guy" href="http://torontoseoguy.com/">Toronto SEO Guy</a>, was the most elegant:<span id="more-1747"></span></p>
<blockquote><p>In most cases, sites that have been hit with Panda were over-optimizing their on-page factors (keyword spamming) with the intention of &#8216;gaming&#8217; Google while offering no additional value (or lesser value) to visitors. Other sites got hit for using link farms and other forms of paid links that are against Google&#8217;s policies, and again, are designed to manipulate the engine without offering benefit to the user.</p>
<p>For sites in the above scenario, it&#8217;s time to recognize that they&#8217;ve gotten away with undeserved traffic for a long time and now they&#8217;re paying the price. What they need to do is kill the link farms and paid links (which are almost always crappy links anyway) and edit their pages to remove the over-optimization.</p>
<p>So, for example, there&#8217;s no need for a 5-10% &#8216;keyword density&#8217; (keyword density is a myth anyway). Bottom line here is to just write naturally without thinking much about keyword usage and you&#8217;ll be fine. Of course, you do need your primary keyword(s) in the title tag, body text, etc., but 2-3 instances of the keyword in the body text is all you need. More than that really doesn&#8217;t help contrary to popular belief &#8211; but it might hurt (and probably will).</p>
<p>Most importantly, sites need to pay more attention to structural issues (which in most cases haven&#8217;t been an issue for Panda, but having a good site structure will go a long way to helping a site prevail post Panda). For example: ensure that there are no duplicate content issues (the vast majority of sites have this problem to some degree in Google&#8217;s eyes and don&#8217;t even know it e.g. URL issues, parameter issues, etc.); ensure that there are minimal pages returning 404s or other errors; have a user friendly and consistent global navigation; remove unnecessary keyword-rich footer links sitewide; etc.</p>
<p>In a nutshell, site owners/webmasters need to ask themselves this question when creating/editing anything on their website: Does the change I&#8217;m about to make help Google *and* users, or just Google? If it&#8217;s the latter, you need to seriously reconsider whether it&#8217;s a wise move. Making websites easier for Google to crawl, understand the content, and index pages &#8211; and making sites more relevant for users &#8211; are still the keys.</p>
<p>Yes, I know, I sound soooo white hat &#8211; and I am &#8211; but I truly believe that in the long term, that&#8217;s what works best (though there will always be smart black hat guys out there who succeed for a period of time, but it&#8217;s getting *much* tougher).</p>
<p>Unfortunately, some legitimate sites got undeservedly Panda&#8217;d. Beyond doing all the kinds of things I&#8217;ve outlined above, they should attempt to contact Google and make their best case. For most of us, this isn&#8217;t easy as Google is not the most responsive company to the little guys (surprise surprise). If you can develop a Google contact through a friend or even via an AdWords rep, you may have a better chance of your message being responded to, and if the request is reasonable then you have a much better chance of a reversal of penalties on the SEO field.</p></blockquote>
<p><a href="http://www.bradleyspencer.com/2011/seo-tip-how-to-recover-from-panda/">SEO Tip: How To Recover From Panda</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2011/seo-tip-how-to-recover-from-panda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pull your latest tweet with PHP</title>
		<link>http://www.bradleyspencer.com/2011/pull-your-latest-tweet-with-php/</link>
		<comments>http://www.bradleyspencer.com/2011/pull-your-latest-tweet-with-php/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 19:10:03 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1731</guid>
		<description><![CDATA[Found some better code to pull your latest tweet: Pull your latest tweet with PHP is a post from: WordPress Consulting &#38; SEO which runs Thesis Theme with WordPress Landing Page Theme<p><a href="http://www.bradleyspencer.com/2011/pull-your-latest-tweet-with-php/">Pull your latest tweet with PHP</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>Found some better code to pull your latest tweet:</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
	$username='thatbradleyguy'; // set user name
	$format='json'; // set format
	$tweet=json_decode(file_get_contents(&quot;http://api.twitter.com/1/statuses/user_timeline/{$username}.{$format}&quot;)); // get tweets and decode them into a variable
	echo $tweet[0]-&gt;text; // show latest tweet
?&gt;
</pre>
<p><a href="http://www.bradleyspencer.com/2011/pull-your-latest-tweet-with-php/">Pull your latest tweet with PHP</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2011/pull-your-latest-tweet-with-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Backup Your Rackspace Cloud Site Automatically</title>
		<link>http://www.bradleyspencer.com/2011/backup-your-rackspace-cloud-site-automatically/</link>
		<comments>http://www.bradleyspencer.com/2011/backup-your-rackspace-cloud-site-automatically/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 14:32:54 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1727</guid>
		<description><![CDATA[I love RackSpace but was frustrated by how hard it was to set up automated backups for WordPress.  If you find yourself in the same boat, I&#8217;d really suggest checking out Automated Cloud Site backups. And if you are frustrated by your current webhost, I&#8217;d really suggest you try RackSpace.  They are awesome, knowledgable, and [...]<p><a href="http://www.bradleyspencer.com/2011/backup-your-rackspace-cloud-site-automatically/">Backup Your Rackspace Cloud Site Automatically</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>I love RackSpace but was frustrated by how hard it was to set up automated backups for WordPress.  If you find yourself in the same boat, I&#8217;d really suggest checking out <a title="rackspace cloud sites backup" href="http://backupsitesincloud.com/">Automated Cloud Site backups</a>.</p>
<p>And if you are frustrated by your current webhost, I&#8217;d really suggest you try RackSpace.  They are awesome, knowledgable, and have amazing uptime.</p>
<p><a href="http://www.bradleyspencer.com/2011/backup-your-rackspace-cloud-site-automatically/">Backup Your Rackspace Cloud Site Automatically</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2011/backup-your-rackspace-cloud-site-automatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video- How to go from Keyword Research to More Traffic in 17 Minutes</title>
		<link>http://www.bradleyspencer.com/2011/video-how-to-go-from-keyword-research-to-search-engine-traffic-in-17-minutes/</link>
		<comments>http://www.bradleyspencer.com/2011/video-how-to-go-from-keyword-research-to-search-engine-traffic-in-17-minutes/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 16:35:00 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[search-engine-optimization]]></category>
		<category><![CDATA[wordpress tutorial]]></category>
		<category><![CDATA[wordpress videos]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1723</guid>
		<description><![CDATA[Video- How to go from Keyword Research to More Traffic in 17 Minutes is a post from: WordPress Consulting &#38; SEO which runs Thesis Theme with WordPress Landing Page Theme<p><a href="http://www.bradleyspencer.com/2011/video-how-to-go-from-keyword-research-to-search-engine-traffic-in-17-minutes/">Video- How to go from Keyword Research to More Traffic in 17 Minutes</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p><iframe src="http://player.vimeo.com/video/25508063" width="549" height="309" frameborder="0"></iframe></p>
<p><a href="http://www.bradleyspencer.com/2011/video-how-to-go-from-keyword-research-to-search-engine-traffic-in-17-minutes/">Video- How to go from Keyword Research to More Traffic in 17 Minutes</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2011/video-how-to-go-from-keyword-research-to-search-engine-traffic-in-17-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Awesome New Web Applications I’m Lovin</title>
		<link>http://www.bradleyspencer.com/2011/awesome-new-web-applicaitons-im-lovin/</link>
		<comments>http://www.bradleyspencer.com/2011/awesome-new-web-applicaitons-im-lovin/#comments</comments>
		<pubDate>Mon, 16 May 2011 19:48:26 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1715</guid>
		<description><![CDATA[There are 2 excellent new web applications I came across recently that solve real problems.  They are: PintPay.com: Pintpay is a payment processor that is beautiful, easy to use, and is very inexpensive.  I&#8217;ve been looking for something like this for a new service I&#8217;ll be launching soon.  Charging a monthly recurring fee was starting [...]<p><a href="http://www.bradleyspencer.com/2011/awesome-new-web-applicaitons-im-lovin/">Awesome New Web Applications I&#8217;m Lovin</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>There are 2 excellent new web applications I came across recently that solve real problems.  They are:</p>
<p><a href="https://www.pintpay.com/">PintPay.com</a>:</p>
<p>Pintpay is a payment processor that is beautiful, easy to use, and is very inexpensive.  I&#8217;ve been looking for something like this for a new service I&#8217;ll be launching soon.  Charging a monthly recurring fee was starting to look like a huge project before PintPay came around.  Two thumbs up!</p>
<p><a href="http://www.helpscout.net/">Help Scout</a>:</p>
<p>I absolutely love <a href="http://lighthouseapp.com/">LightHouse</a> for working in groups.  The idea of using tickets to communicate really jives with my <a href="http://en.wikipedia.org/wiki/Getting_Things_Done">GTD</a> mentality.  So when the makers of Lighthouse released <a href="http://tenderapp.com/">TenderApp</a> (basically a public-facing ticketing system), I was in heaven.  But until we have enough customers that we need to pay for TenderApp, <a href="http://www.helpscout.net/plans-and-pricing/">Help Scout has a free option</a> that is simple to set up and quite lovely.</p>
<p>Both of these have simplified my life.  I hope they do the same for you.</p>
<p><a href="http://www.bradleyspencer.com/2011/awesome-new-web-applicaitons-im-lovin/">Awesome New Web Applications I&#8217;m Lovin</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2011/awesome-new-web-applicaitons-im-lovin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New WP Plugin lets you Search for Available Domain Names</title>
		<link>http://www.bradleyspencer.com/2011/new-wp-plugin-lets-you-search-for-available-domain-names/</link>
		<comments>http://www.bradleyspencer.com/2011/new-wp-plugin-lets-you-search-for-available-domain-names/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 21:44:37 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1710</guid>
		<description><![CDATA[One of my favorite parts of starting a new project is choosing a domain name. You want it to be memorable, maybe have a few keywords, and be something you are able to stick with for a few years. A new plugin for WordPress lets you (and your readers) search for available domain names right [...]<p><a href="http://www.bradleyspencer.com/2011/new-wp-plugin-lets-you-search-for-available-domain-names/">New WP Plugin lets you Search for Available Domain Names</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><p>One of my favorite parts of starting a new project is choosing a domain name.  You want it to be memorable, maybe have a few keywords, and be something you are able to stick with for a few years.</p>
<p>A new plugin for WordPress lets you (and your readers) search for available domain names right from your sidebar.  The plugin is called <a href="http://wordpress.org/extend/plugins/domain-name-search/">Domain Name Search</a>.</p>
<p><span id="more-1710"></span>If you do decide to purchase the domain, you can do so straight through Midphase, who offers <a href="http://www.midphase.com/">cheap hosting</a>.  And that&#8217;s all built right in to the plugin.</p>
<p><em>Note: This is a sponsored post.  But, even with that said, I do think it&#8217;s a really cool plugin for the right website!</em></p>
<p><a href="http://www.bradleyspencer.com/2011/new-wp-plugin-lets-you-search-for-available-domain-names/">New WP Plugin lets you Search for Available Domain Names</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2011/new-wp-plugin-lets-you-search-for-available-domain-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>At SXSW</title>
		<link>http://www.bradleyspencer.com/2011/at-sxsw/</link>
		<comments>http://www.bradleyspencer.com/2011/at-sxsw/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 01:02:33 +0000</pubDate>
		<dc:creator>Bradley</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bradleyspencer.com/?p=1704</guid>
		<description><![CDATA[All the hype that SXSW Interactive gets is well deserved.  Or at least that&#8217;s my opinion after spending the last 4 days here. It&#8217;s been a very inspiring few days.  I&#8217;m really excited to get home and put some of the things I&#8217;ve learned to use. Steve Blank is responcible for my favorite panel this [...]<p><a href="http://www.bradleyspencer.com/2011/at-sxsw/">At SXSW</a> is a post from: <a href="http://www.bradleyspencer.com">Wordpress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>Wordpress Landing Page Theme</a></p>
]]></description>
			<content:encoded><![CDATA[<p></p><div id="attachment_1705" class="wp-caption alignright" style="width: 300px">
	<img class="size-medium wp-image-1705 " title="SXSWPanel" src="http://www.bradleyspencer.com/wp-content/uploads/2011/03/2318876678_e8511e179a-300x198.jpg" alt="" width="300" height="198" />
	<p class="wp-caption-text">A typical SXSW panel</p>
</div>
<p>All the hype that SXSW Interactive gets is well deserved.  Or at least that&#8217;s my opinion after spending the last 4 days here.</p>
<p>It&#8217;s been a very inspiring few days.  I&#8217;m really excited to get home and put some of the things I&#8217;ve learned to use.</p>
<p><a href="http://steveblank.com/">Steve Blank</a> is responcible for my favorite panel this week.  The <a href="http://www.slideshare.net/sblank/sxsw-new-rules-for-the-new-bubble-031211">slides he used are here</a>, though I doubt you&#8217;ll get 1% of the experience.  Sorry.</p>
<p>The gist of Steve&#8217;s presentation is that a new tech bubble is underway.  Based on the variety of startups with silly amounts of investment I&#8217;ve seen this week I&#8217;d have to agree.  He said that the rules are different in a tech bubble, and this bubble is different than the ones that preceded it.  Check out the slide deck to see the rest.</p>
<p>Most of my assertions about conferences <a href="http://www.bradleyspencer.com/2010/7-things-i-learned-from-attending-the-affiliate-summit-east-conference/">based on Affiliate Summit</a> didn’t end up being true of SXSW.  Overall I think SXSW is a way better conference and would suggest you go if you get a chance.</p>
<p><a href="http://www.bradleyspencer.com/2011/at-sxsw/">At SXSW</a> is a post from: <a href="http://www.bradleyspencer.com">WordPress Consulting &amp; SEO</a> which runs <a href='http://www.bradleyspencer.com/2009/discounts-the-thesis-theme-for-wordpress-coupon-for-free-extras/'>Thesis Theme</a> with <a href='http://wordpresslandingpage.com/'>WordPress Landing Page Theme</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bradleyspencer.com/2011/at-sxsw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: bradleyspencer.com @ 2012-02-03 07:23:12 -->

