<?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>Simon&#039;s SEO Blog</title>
	<atom:link href="http://www.simonbyholm.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonbyholm.com</link>
	<description>The Software Engineer That Became an Internet Marketer</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:52:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix Failed WP Plugin Installation In Safe Mode</title>
		<link>http://www.simonbyholm.com/2010/failed-plugin-install-safe-mode/</link>
		<comments>http://www.simonbyholm.com/2010/failed-plugin-install-safe-mode/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 19:52:01 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=49</guid>
		<description><![CDATA[When using the new auto plugin installer in WordPress it failed miserably with the following error message: Downloading install package from http://downloads.wordpress.org/plugin/addthis.1.6.6.zip… Warning: touch() [function.touch]: SAFE MODE Restriction in effect. The script whose uid is 587 is not allowed to access /tmp owned by uid 0 in /long-path/wp-admin/includes/file.php on line 199 Download failed. Could not [...]]]></description>
			<content:encoded><![CDATA[<p>When using the new auto plugin installer in WordPress it failed miserably with the following error message:</p>
<p>Downloading install package from http://downloads.wordpress.org/plugin/addthis.1.6.6.zip…<br />
<strong> </strong></p>
<p><strong>Warning</strong>:  touch() [<a href="http://www.laundrycaresymbols.com/wp-admin/function.touch">function.touch</a>]: SAFE MODE Restriction in effect.  The script whose uid is 587 is not allowed to access /tmp owned by uid 0 in <strong>/long-path/wp-admin/includes/file.php</strong> on line <strong>199</strong></p>
<p>Download failed. Could not create Temporary file.</p>
<h2>What to Do?</h2>
<p>After some searching I found a simple solution: Just create a new temporary folder in your web root (often called public_html) folder and point WordPress to this new folder.</p>
<h2>How Do I Change the /tmp Folder Then?</h2>
<p>That&#8217;s Easy!</p>
<p>Just add the following line to your wp-config.php</p>
<pre>define('WP_TEMP_DIR','/your_path/public_html/tmp');
</pre>
<p>And make sure to use the name of the folder where WordPress is installed or the root html folder. And also make sure you have created the tmp folder and chmod it to 777 before adding the define to wp-config.php</p>
<p>This is all there is to do, enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/failed-plugin-install-safe-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The WordPress 3.0 Upgrade Was a Success</title>
		<link>http://www.simonbyholm.com/2010/the-wordpress-3-0-upgrade-was-a-success/</link>
		<comments>http://www.simonbyholm.com/2010/the-wordpress-3-0-upgrade-was-a-success/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 08:36:26 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install wordpress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=35</guid>
		<description><![CDATA[Finally after a couple of hours of work all four of my blogs have been upgraded to WordPress 3.0 and if feels good! Here&#8217;s what you need to watch out for when upgrading: Automatic Upgrade Glitches The automatic upgrade feature of WordPress does not work if your web host is running PHP in safe mode, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_45" class="wp-caption alignright" style="width: 230px"><a href="http://www.simonbyholm.com/wp-content/uploads/upset_computer_user4.png"><img class="size-full wp-image-45" title="Upgrading to WordPress 3.0" src="http://www.simonbyholm.com/wp-content/uploads/upset_computer_user4.png" alt="Upset Computer User Installing WordPress" width="220" height="115" /></a><p class="wp-caption-text">The stress of upgrading</p></div>
<p>Finally after a couple of hours of work all four of my blogs have been upgraded to WordPress 3.0 and if feels good!</p>
<p>Here&#8217;s what you need to watch out for when upgrading:</p>
<h2>Automatic Upgrade Glitches</h2>
<p>The automatic upgrade feature of WordPress does not work if your web host is running PHP in safe mode, you&#8217;ll get this error:</p>
<p><strong><span style="color: #808080;"><em>Warning: touch() [function.touch]: SAFE MODE Restriction in effect. The script whose uid is 587 is not allowed to access /tmp owned by uid 0 in /home/sbyholm/domains/simonbyholm.com/public_html/wp-admin/includes/file.php  on line 184</em></span></strong></p>
<p><strong><em>Download failed.: Could not create Temporary file</em></strong></p>
<p><strong><em>Installation Failed</em></strong></p>
<p><span style="color: #808080;"><span style="color: #333333;">This issue is easily solved though. The problem is that WordPress can&#8217;t write to the /tmp folder because of the safe mode restrictions. The solution is to make a new /tmp folder inside you wp folder and make that writable.</span></span></p>
<ul>
<li><span style="color: #808080;"><span style="color: #333333;">Create a new folder /tmp inside you current blog folder</span></span></li>
<li><span style="color: #808080;"><span style="color: #333333;">Chmod the folder to 777 using either your control panel or FTP</span></span></li>
<li><span style="color: #808080;"><span style="color: #333333;">Add a line to wp-config.php telling wordpress where the new /tmp is located</span></span></li>
</ul>
<pre>define('WP_TEMP_DIR','/full/path/to/tmp');
</pre>
<p>After doing this you can run the automatic upgrade inside the WordPress dashboard of your blog</p>
<h2>Plugins Not Working</h2>
<p>On one of my blogs I had several SEO and other plugins running and this brought some problems when upgrading.</p>
<p>After upgrading WordPress from 2.2.2 to 3.0 and upgrading all plugins using the automatic update after upgrading wordpress&#8230; some of the plugins was showing up as both the old version (which was running) and the new version which was disabled.</p>
<p>I had to manually click deactivate, delete on the old plugin versions and then activate the new versions.</p>
<p>Another thing with the plugins was that many of the wasn&#8217;t visible after the upgrade but required that I go into the admin panel and drag some widgets onto the blog to see them again.</p>
<h2>Theme Troubles</h2>
<p>I just had to forget about using the old default theme, it threw errors in the single post view. I switched to the new Twenty Ten which is really nice looking but where I&#8217;ll have to adjust the margins to some of the images in my posts. The margins in Twenty Ten is just too narrow.</p>
<p>Strangely the homemade themes I have hacked from the old default theme continue to work with WordPress 3.0 and still looks as ugly as ever <img src='http://www.simonbyholm.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h2>Why You Should Upgrade to WordPress 3.0</h2>
<p>I like the look and feel of WordPress 3.0 and it&#8217;s probably a good idea to upgrade your blogs as soon as possible. Especially if you use the old default theme the new Twenty Ten is a lot more inviting and readable.</p>
<p>Just remember to <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and your site</a> before the upgrade!</p>
<p>And if you didn&#8217;t notice this blog is now running WordPress 3.0, I think you have to look at the dashboard to see the difference the theme looks the same to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/the-wordpress-3-0-upgrade-was-a-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Before I Upgrade to WordPress 3.0</title>
		<link>http://www.simonbyholm.com/2010/before-i-upgrade-to-wordpress-3-0/</link>
		<comments>http://www.simonbyholm.com/2010/before-i-upgrade-to-wordpress-3-0/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 18:49:52 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Experiences]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[webmasters]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=29</guid>
		<description><![CDATA[My experience installing Wordpress 3.0 on two of my older blogs, not without challenges with the plugins.]]></description>
			<content:encoded><![CDATA[<p>This is me moments before I&#8217;m converting this blog to WP 3.0&#8230; let&#8217;s hope I don&#8217;t destroy anything, let&#8217;s hope the backups are ok and lets hope my <a href="http://www.woothemes.com/amember/go.php?r=22625&amp;i=l0">Woo theme</a> still works with after the move to WP3.</p>
<p>I have already moved two older blogs to the new platform, old WP installs with no auto-update function. The first one went fine and even my own <a href="http://www.byholm.com/blog/">super hacked and ugly theme</a> still works and is exactly as ugly after the upgrade as before.</p>
<p>The second upgrade was also on an old 2.2.2 install but this time I had to face some challenges. Install went find but upgrading the plugins gave this error:</p>
<pre>Warning: touch() [function.touch]: SAFE MODE Restriction in
effect. The script whose uid is  is not allowed to access /tmp
owned by uid 0 in /path_to_wordpress/wp-admin/includes/file.php
on line 198
 
Download failed. Could not create temporary file.
</pre>
<p>With no plugins upgraded&#8230; now what?</p>
<p id="name-text" class="art-Logo-name">Easy:<a href="http://www.khattam.info/2010/06/20/solved-warning-touch-function-touch-safe-mode-restriction-in-effect-the-script-whose-uid-is-is-not-allowed-to-access-tmp-owned-by-uid-0-in-full_pathwp-adminincludesfile-php-on-line-198/"> The _khAttAm_ blog already solved the problem for me</a>, I just skipped the owner part, made a chmod 777 /tmp folder inside the wp folder, updated wp-config.php according to the instructions and that&#8217;s it.</p>
<p class="art-Logo-name">Ok now with plugins updated I noticed that some of the plugins had both an old version, that was activated, and a new version that was inactive. I had to manually delete the old versions for 3 plugins and activate the new one&#8230; strange.</p>
<p class="art-Logo-name">Next issue (how many are there) is that the old default wordpress theme throws an error with WordPress 3.0.  In single post view, the post is followed by this error:</p>
<p class="art-Logo-name"><strong>Fatal error</strong>:  Call to undefined function the_terms2posts() in <strong>/home/sbyholm/domains/milesgallon.com/public_html/blog/wp-content/themes/default/single.php</strong> on line <strong>19</strong></p>
<p class="art-Logo-name">I think it might be a plugin for related posts that doesn&#8217;t support 3.0&#8230; maybe&#8230; I&#8217;ll use the new Twenty Ten Theme instead&#8230; but that one does not support all the plugins I have installed&#8230; bad&#8230;.</p>
<p class="art-Logo-name">Anyway Twenty Ten has a clean and nice look and I&#8217;ll stick with that, have to check for new plugins that support 3.0</p>
<p class="art-Logo-name">Now I&#8217;ll just have to check that the <a href="http://www.woothemes.com/amember/go.php?r=22625&amp;i=l0">Woo Themes</a> support 3.0 before updating this blog, I&#8217;ll make a new post on the other side.</p>
<p class="art-Logo-name"><strong><br />
</strong></p>
<p class="art-Logo-name">
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 231px; width: 1px; height: 1px; overflow: hidden;">
<h1 id="name-text" class="art-Logo-name"><a href="http://www.khattam.info/">The _khAttAm_ blog</a></h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/before-i-upgrade-to-wordpress-3-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jiggling the Web for Nearly Instant Search Engine Rankings</title>
		<link>http://www.simonbyholm.com/2010/jiggling-the-web-for-instant-search-engine-ranking/</link>
		<comments>http://www.simonbyholm.com/2010/jiggling-the-web-for-instant-search-engine-ranking/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 20:23:25 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[instant search engine rankings]]></category>
		<category><![CDATA[Jiggling the Web]]></category>
		<category><![CDATA[Michael Campbell]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[tag and ping]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=14</guid>
		<description><![CDATA[Michael Campbell, publisher of the Internet Marketing Secrets Newsletter and creator of the GooBert 2.0 social media marketing method, has released a controversial website on how to get nearly instant search engine rankings using social media sites and bookmarks. He calls it Jiggling the Web Regardless if you&#8217;re a SEO expert, an anti spam crusader [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Michael Campbell, publisher of the Internet Marketing Secrets Newsletter and creator of the GooBert 2.0 social media marketing method, has released </strong><strong>a controversial website on how to get nearly instant search engine rankings using social media sites and bookmarks. He calls it <em>Jiggling the Web</em><br />
</strong></p>
<p>Regardless if you&#8217;re a SEO expert, an anti spam crusader or a regular webmaster in need of more traffic the prospect of getting instant search engine rankings is one that sparks both fear and hope.</p>
<p>Hope that you will get your own site ranked, fear that your competitor will outrank you and for some the fear that the search results will be bloated with useless junk pumped up using the new method.</p>
<p>You can read all about it here, explained by Michael Campbell&#8217;s best friend Sammy the Spider, resident of the highly fictional search engine crawlers association:</p>
<p>http://www.jigglingtheweb.com/</p>
<p>It&#8217;s a lot of reading so I suspect many of you will not make it through everything at first attempt.</p>
<p>Now to the big question: DOES IT WORK? Can you get instant search engine rankings just by <em>jiggling the web</em>?</p>
<p>I believe it does work, not because I saw a unicorn flying out of the page but because I have several people I work with that have described variations of the exact same method and they all say it works.</p>
<p>Follow the method to the letter using a long tail keyword will in most cases give your a top 10 (and often top 3) ranking in as little as 3 hours.</p>
<p>It&#8217;s all about using news sites combined with social bookmarks and a final ping to trigger the THIS IS NEWS button in Googles algorithm. The result is instant search engine rankings for mid-long tail search terms and with a little extra work (that he explans) you can also rank for mid competition terms using this strategy.</p>
<p><a href="http://www.jigglingtheweb.com/">Jiggling the Web for Instant Search Engine Rankings</a></p>
<p>Now go read that article if you didn&#8217;t already!</p>
<p>Simon</p>
<p><strong>P.S.</strong> I&#8217;m doing a little experiment here, I&#8217;m going to release this blog post using the strategy outlined in <em>Jiggling the Web for Instant Search Engine Rankings. </em></p>
<p>If the strategy works, by the time you read this I should already be on the first page of Google for the term &#8220;Instant Search Engine Rankings&#8221;, let&#8217;s see.</p>
<p><strong>P.P.S</strong> There&#8217;s some good tips on the <a href="http://www.affiliatebestprograms.com/how-to-get-indexed-by-google/">Affiliate Best Programs blog</a> on how to get indexed by Google. Going through their checklist after jiggling the web will increase your organic position on the long run.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/jiggling-the-web-for-instant-search-engine-ranking/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Having Problems with Ping-O-Matic and Firefox?</title>
		<link>http://www.simonbyholm.com/2010/having-problems-with-ping-o-matic-and-firefox/</link>
		<comments>http://www.simonbyholm.com/2010/having-problems-with-ping-o-matic-and-firefox/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 17:01:21 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[pingomatic]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=9</guid>
		<description><![CDATA[I just started using Ping-O-Matic, a service for broadcasting your ping to multiple other ping services at the push of a button. The problem is there&#8217;s something wrong with Pingomatic.com and Firefox (and IE in some instances). I can successfully submit the first feed, but when submitting the next feed the form breaks and I [...]]]></description>
			<content:encoded><![CDATA[<p>I just started using Ping-O-Matic, a service for broadcasting your ping to multiple other ping services at the push of a button.</p>
<p>The problem is there&#8217;s something wrong with Pingomatic.com and Firefox (and IE in some instances). I can successfully submit the first feed, but when submitting the next feed the form breaks and I can only see the first input box for the Blog name.</p>
<p>Not nice&#8230;</p>
<p>I found a post at <a href="http://jaypeeonline.net/blogging/pingomatic-gets-a-makeover/">Jaypee Online discussing the Ping O Matic problems</a> at length. The solution they provided, to clear the cookies for Ping-O-Matic, I didn&#8217;t like that too much, it&#8217;s a hassle clearing the cookies for a specific site only. And I don&#8217;t want to clear all cookies having to fill in my details at a million sites again.</p>
<p><strong>My solution</strong>:  As I normally use Firefox for my surfing, I now use Internet Explorer for Ping-O-Matic. And even though the version of Internet Explorer I use have the <strong>exact same problem</strong>, I can now clear ALL cookies. As I don&#8217;t use IE for anything else it&#8217;s not a problem that the other cookies are wiped as collateral damage.</p>
<p>So when I need to submit a feed, I open IE, hit Tools-&gt;Internet Options and Delete&#8230; I then hit Delete again and I&#8217;m done. I can now go to Ping-O-Matic and submit my next feed.</p>
<p>Back in Firefox my cookies are not changed as I did the delete in Internet Explorer.</p>
<p><strong>TIP:</strong> If your version of Internet Explorer does not experience this problem or if you have another browser, like Chrome, you can use that browser for your Ping-O-Matic submissions and use Firefox for everything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/having-problems-with-ping-o-matic-and-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The New Site Is Up</title>
		<link>http://www.simonbyholm.com/2010/the-new-site-is-up/</link>
		<comments>http://www.simonbyholm.com/2010/the-new-site-is-up/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:11:42 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=3</guid>
		<description><![CDATA[Ok, you probably already noticed&#8230; and in case you didn&#8217;t here&#8217;s what I did: I replaced the old plain text homepage to a modern, premium theme, wordpress blog. Now the possibilites are endless, I can write anything I want without having to spit HTML and think formatting. And the benefit to you is that I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, you probably already noticed&#8230; and in case you didn&#8217;t here&#8217;s what I did:</p>
<p>I replaced the old plain text homepage to a modern, premium theme, wordpress blog. Now the possibilites are endless, I can write anything I want without having to spit HTML and think formatting.</p>
<p>And the benefit to you is that I&#8217;m finally going to start writing about everything I do that might be useful to you. Online marketing, programming, website design, how to install WordPress, hot to build a model railroad and how to make your digital photos look better.</p>
<p>The blog theme is use is <a href="http://www.woothemes.com/amember/go.php?r=22625&amp;i=l54">Headlines by WooThemes</a> and cost me a total of $35 using a Valentines day 50% off  coupon. I think it&#8217;s a nice theme.</p>
<p>Simon</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/the-new-site-is-up/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.simonbyholm.com/2010/hello-world/</link>
		<comments>http://www.simonbyholm.com/2010/hello-world/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:09:15 +0000</pubDate>
		<dc:creator>sbyholm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.simonbyholm.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simonbyholm.com/2010/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
