<?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>Adrian&#039;s Web Log &#187; wordpress</title>
	<atom:link href="http://blog.inceweb.com/adrian/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inceweb.com/adrian</link>
	<description>Adrian&#039;s second brain.</description>
	<lastBuildDate>Sun, 29 Jan 2012 21:50:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 2.7.1 auto upgrade fix</title>
		<link>http://blog.inceweb.com/adrian/2009/02/16/wordpress-271-auto-upgrade-fix/</link>
		<comments>http://blog.inceweb.com/adrian/2009/02/16/wordpress-271-auto-upgrade-fix/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 10:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[php4]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[x-mapp]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/?p=72</guid>
		<description><![CDATA[I discovered last night that the auto-upgrade function to take WordPress 2.7 to 2.7.1 failed &#8211; or rather it sat at the &#8220;downloading wordpress-2.7.1.zip&#8221; message indefinitely. At the auto-upgrade is a new feature of 2.7, I had never been able to test this functionality, although I had high expectations of it since the plugin upgrade [...]]]></description>
			<content:encoded><![CDATA[<p>I discovered last night that the auto-upgrade function to take WordPress 2.7 to 2.7.1 failed &#8211; or rather it sat at the &#8220;downloading wordpress-2.7.1.zip&#8221; message indefinitely.</p>
<p>At the auto-upgrade is a new feature of 2.7, I had never been able to test this functionality, although I had high expectations of it since the plugin upgrade has worked so well.</p>
<p>After searching the forums and Google for a while I found <a title="Wordpress 2.7.1 Upgrade Failed" href="http://bassmadrigal.com/blog/2009/02/11/wordpress-271-upgrade-failed/">bassmadrigal&#8217;s solution</a> &#8211; modify .htaccess for the WordPress installation in question and add:</p>
<p><code>AddType x-mapp-php5 .php</code></p>
<p>Works fine, and the auto upgrade of plugins stills works too.</p>
<h3>The science bit</h3>
<p>Using 1and1 as a host requires this directive in .htaccess as detailed in the <a title="Core Update Host Compatibility" href="http://codex.wordpress.org/Core_Update_Host_Compatibility">WordPress codex</a>. It forces the 1and1 server to parse .php files as php5 files (instead of, presumably, php4).</p>
<p>I had this before my upgrade to 2.7 (OK, technically a re-installation) and unfortunately the baby got thrown out with the bathwater.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2009/02/16/wordpress-271-auto-upgrade-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.3 &#8211; Canonical URLs and &#8220;/page/1&#8243;</title>
		<link>http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/</link>
		<comments>http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 22:21:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[motiveAuto]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[share-this]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/</guid>
		<description><![CDATA[Well, the motiveAuto website is up and is based on WordPress &#8211; and because WordPress 2.3 is now on GA I thought it would be a good idea to upgrade before the launch. Big mistake; yes, it is a good idea to be on the current release, but not withoutÂ  some serious integration testing. The [...]]]></description>
			<content:encoded><![CDATA[<p>Well, the <a href="http://www.motiveauto.com" title="Motiveauto Limited">motiveAuto website</a> is up and is based on WordPress &#8211; and because WordPress 2.3 is now on GA I thought it would be a good idea to upgrade before the launch. Big mistake; yes, it is a good idea to be on the current release, but not withoutÂ  some serious integration testing.</p>
<p>The biggest problem arises from the tidying up of URLs used to access posts, Canonical URLs. The author of these changes <a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/" title="Canonical URLs in WordPress 2.3">Mark Jaquith blogs the background to these changes</a> and makes a good case for them. The first problem is that www.motiveauto.com/page/1 is no longer a valid URL; this is unfortunate because this is a commonly used method of accessing the posts from a static home page (see using WordPress as a CMS). The correct (i.e. valid) URL is now www.motiveauto.com/?page=1</p>
<p>OK, lesson learnt, but it is a pity that it took four hours to find the cause of the problem &#8211; WordPress documentation is &#8211; shall we say &#8211; &#8220;loose&#8221;.</p>
<p>The next problem relates to the &#8220;<a href="http://alexking.org/projects/wordpress" title="Share This">share this</a>&#8221; plugin; this encourages linking to he social bookmarking sites and also emailing a page to a friend. The CSS form doesn&#8217;t seem to work (possibly because of a new version of prototype.js) but should degrade gracefully to a web page. Unfortunately this doesn&#8217;t work if the source is a WordPress static page rather than a post. URL rewriting again? Looks like it, but I can&#8217;t quite put my finger on the cause.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/10/01/wordpress-23-canonical-urls-and-page1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UTW URL rewrite problem</title>
		<link>http://blog.inceweb.com/adrian/2007/01/25/utw-url-rewrite-problem/</link>
		<comments>http://blog.inceweb.com/adrian/2007/01/25/utw-url-rewrite-problem/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 16:54:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/01/25/utw-url-rewrite-problem/</guid>
		<description><![CDATA[Various solutions to this problem are discussed on the UTW forum.]]></description>
			<content:encoded><![CDATA[<p>Various solutions to this problem  are discussed on the <a href="http://www.neato.co.nz/forum/comments.php?DiscussionID=1115&amp;page=1#Item_0" title="UTW URL rewriting">UTW forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/01/25/utw-url-rewrite-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS feed plugin for WordPress</title>
		<link>http://blog.inceweb.com/adrian/2007/01/15/rss-feed-plugin-for-wordpress/</link>
		<comments>http://blog.inceweb.com/adrian/2007/01/15/rss-feed-plugin-for-wordpress/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 13:06:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/01/15/rss-feed-plugin-for-wordpress/</guid>
		<description><![CDATA[Plug in page.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.davewolf.net/2005/08/30/wordpress-plug-in-slashdotorg-headlines/">Plug in page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/01/15/rss-feed-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UTW performance fix</title>
		<link>http://blog.inceweb.com/adrian/2007/01/14/utw-performance-fix/</link>
		<comments>http://blog.inceweb.com/adrian/2007/01/14/utw-performance-fix/#comments</comments>
		<pubDate>Sun, 14 Jan 2007 20:37:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[done]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/01/14/utw-performance-fix/</guid>
		<description><![CDATA[Aparently UTW suffers from an expensive query &#8211; this site has a fix: http://ocaoimh.ie/2006/09/27/simple-utw-performance-boost/]]></description>
			<content:encoded><![CDATA[<p>Aparently UTW suffers from an expensive query &#8211; this site has a fix:</p>
<p><a href="http://ocaoimh.ie/2006/09/27/simple-utw-performance-boost/" title="Holy Shmoly UTW fix">http://ocaoimh.ie/2006/09/27/simple-utw-performance-boost/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/01/14/utw-performance-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expanding (folding) category lists</title>
		<link>http://blog.inceweb.com/adrian/2007/01/11/expanding-folding-category-lists/</link>
		<comments>http://blog.inceweb.com/adrian/2007/01/11/expanding-folding-category-lists/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 10:23:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.inceweb.com/adrian/2007/01/11/expanding-folding-category-lists/</guid>
		<description><![CDATA[I really must get around to implementing these plug-ins to stop clutter in the WordPress category and page lists. See also here. Consider the following JavaScript: // Toggle Show/Hide function toggle(name) { if (document.getElementById(name).style.display == "block") { document.getElementById(name).style.display = "none"; } else { document.getElementById(name).style.display = "block"; } }]]></description>
			<content:encoded><![CDATA[<p>I really must get around to implementing these <a href="http://www.webspaceworks.com/resources/wordpress/31/" title="Foldable Plugins">plug-ins</a> to stop clutter in the WordPress category and page lists.</p>
<p>See also <a href="http://www.lesterchan.net/others/downloads.php" title="Lester Chan's Solution">here</a>.</p>
<p>Consider the following JavaScript:<br />
<code>// Toggle Show/Hide</p>
<p>function toggle(name) {</p>
<p>if (document.getElementById(name).style.display == "block") {</p>
<p>document.getElementById(name).style.display = "none";</p>
<p>} else {</p>
<p>document.getElementById(name).style.display = "block";</p>
<p>}</p>
<p>}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inceweb.com/adrian/2007/01/11/expanding-folding-category-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

