<?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>Alex Little &#187; wordpress</title>
	<atom:link href="http://alexlittle.net/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexlittle.net/blog</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 10:34:14 +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>Blog now OpenID enabled</title>
		<link>http://alexlittle.net/blog/2009/06/15/blog-now-openid-enabled/</link>
		<comments>http://alexlittle.net/blog/2009/06/15/blog-now-openid-enabled/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 10:49:32 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Social Software]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=1063</guid>
		<description><![CDATA[I&#8217;ve finally got around to allowing you to post a comment using an OpenID, by installing one of the WordPress OpenID plugins. I had tried to do this over a year ago, but couldn&#8217;t quite get it working correctly. I had a number of problems before, notably that my hosting server only ran PHP4, whereas [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally got around to allowing you to post a comment using an OpenID, by installing one of the <a href="http://wordpress.org/extend/plugins/openid/">WordPress OpenID plugins</a>.</p>
<p>I had tried to do this over a year ago, but couldn&#8217;t quite get it working correctly. I had a number of problems before, notably that my hosting server only ran PHP4, whereas (at the time) most OpenID plugins seemed designed for PHP5, or a specific version of PHP4 that I wasn&#8217;t running. The other main factor was that most of the OpenID plugins at the time were very early (beta or earlier) versions, so may have been a little buggy still, whereas the plugin I installed today was very easy to get set up and running.</p>
<p>Anyone using a verified OpenID to post a comment on this site will find that their name and email is not required, plus your comments skip moderation.</p>
<p>Please let me know if you find any problems in using your OpenID on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2009/06/15/blog-now-openid-enabled/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple as Pie</title>
		<link>http://alexlittle.net/blog/2008/08/08/simple-as-pie/</link>
		<comments>http://alexlittle.net/blog/2008/08/08/simple-as-pie/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 08:49:20 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[aggregator]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[simplepie]]></category>
		<category><![CDATA[VSO]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=450</guid>
		<description><![CDATA[The eagle eyed amongst you will have noticed that I&#8217;ve added a &#8216;VSO feeds&#8217; section to the side bar. I wanted to be able to aggregate feeds from other VSO volunteers to show on my site, unfortunately the RSS widget built into WordPress won&#8217;t aggregate feeds for you &#8211; you&#8217;d need to create a new [...]]]></description>
			<content:encoded><![CDATA[<p>The eagle eyed amongst you will have noticed that I&#8217;ve added a &#8216;VSO feeds&#8217; section to the side bar. I wanted to be able to aggregate feeds from other VSO volunteers to show on my site, unfortunately the RSS widget built into WordPress won&#8217;t aggregate feeds for you &#8211; you&#8217;d need to create a new wdiget for each feed &#8211; not really what I wanted.</p>
<p>However, I did find the <a href="http://simplepie.org/wiki/plugins/wordpress/simplepie_plugin_for_wordpress/start">SimplePie Plugin for WordPress</a> which has done exactly what I needed and was very straightforward to get up and running. The display is all done via templates and is very configurable. The only (very small) niggle that I have is that you need to specify the feed urls in the code, rather than in the WordPress admin pages, e.g.</p>
<p><code> </code></p>
<pre>&lt;?php
echo @SimplePieWP(array(
     'http://markvso.blogspot.com/feeds/posts/default',
     'http://siddypen.wordpress.com/feed',

http://nonoincambodia.blogspot.com/feeds/posts/default'

      ), array(
     'items' =&gt; 10,
     'date_format' =&gt; 'j M Y',
     'truncate_item_description' =&gt; 100
  ));
?&gt;</pre>
<p>At the moment I&#8217;m only showing feeds from 3 blogs, but if you have a feed that you&#8217;d like me to add then please <a href="http://alexlittle.net/blog/contact">send it on</a>.</p>
<p>Rather unfortunately the blogging system that VSO uses (<a href="http://www.vso-stories.net/">http://www.vso-stories.net/</a>) doesn&#8217;t provide RSS feeds of the postings (!) &#8211; though it does provide an email subscription service. So there are several other blogs I&#8217;d like to include in my aggregator which would be very relevant, e.g. <a href="http://julianbass.vso-stories.net/index.php?page=message">Julian Bass&#8217;s blog</a>, but I can&#8217;t until vso-stories provides an RSS feed factility <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/08/08/simple-as-pie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 &#8211; Error uploading to Media Library</title>
		<link>http://alexlittle.net/blog/2008/04/22/wordpress-25-error-uploading-to-media-library/</link>
		<comments>http://alexlittle.net/blog/2008/04/22/wordpress-25-error-uploading-to-media-library/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 13:13:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[media library]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=349</guid>
		<description><![CDATA[Whilst writing my previous post and trying to upload the relevant screenshot using the &#8216;add media&#8217;, I kept getting the (rather unspecific) error message: &#8220;HTTP Error, An error occurred in the upload. Please try again later.&#8221; There&#8217;s a WordPress forum thread which mentions this error (plus other problems people are having with the Media Library), [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst writing my previous post and trying to upload the relevant screenshot using the &#8216;add media&#8217;, I kept getting the (rather unspecific) error message: &#8220;HTTP Error, An error occurred in the upload. Please try again later.&#8221;</p>
<p>There&#8217;s a <a href="http://wordpress.org/support/topic/163902">WordPress forum thread</a> which mentions this error (plus other problems people are having with the Media Library), but the easiest solution I found was just to <a href="http://blog.gerke-preussner.de/index.php/2008/04/13/wordpress-25-broken-media-library-fix">edit the .htaccess file</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/04/22/wordpress-25-error-uploading-to-media-library/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WPOpenID debug messages in PHP logs</title>
		<link>http://alexlittle.net/blog/2008/04/03/wpopenid-debug-messages-in-php-logs/</link>
		<comments>http://alexlittle.net/blog/2008/04/03/wpopenid-debug-messages-in-php-logs/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 09:18:34 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/?p=329</guid>
		<description><![CDATA[Have just updated this site to the most recent version of WordPress, which was as easy as ever I do like the new admin interface too! However on upgrading I noticed quite a large PHP error_log file which seems to consist mainly of messages like this: [03-Apr-2008 08:46:31] -------------------wpopenid------------------- [03-Apr-2008 08:46:31] WPOpenID Status: file:error_log [info]: [...]]]></description>
			<content:encoded><![CDATA[<p>Have just updated this site to the most recent version of WordPress, which was as easy as ever <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  I do like the new admin interface too!</p>
<p>However on upgrading I noticed quite a large PHP error_log file which seems to consist mainly of messages like this:</p>
<pre>[03-Apr-2008 08:46:31] -------------------wpopenid-------------------</pre>
<pre>[03-Apr-2008 08:46:31] WPOpenID Status: file:error_log [info]: Logging errors via PHP's
error_log faculty to: error_log</pre>
<pre>[03-Apr-2008 08:46:31] WPOpenID Status: userinterface hooks: Enabled (finished including
and instantiating, passing control back to wordpress)</pre>
<p>Turns out that debugging for WPOpenID is on by default, and you can only change the setting by changing the code &#8211; rather than through the admin pages <img src='http://alexlittle.net/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Anyway, all I needed to do to stop the constant entries into the log was change the \wpopenid\openid-registration.php file so that WORDPRESSOPENIDREGISTRATION_DEBUG was set to false (line 20).</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2008/04/03/wpopenid-debug-messages-in-php-logs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website moved!</title>
		<link>http://alexlittle.net/blog/2006/09/21/website-moved/</link>
		<comments>http://alexlittle.net/blog/2006/09/21/website-moved/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 07:28:30 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://alexlittle.net/blog/2006/09/21/website-moved/</guid>
		<description><![CDATA[I&#8217;ve just moved my website over to the server here in KMi, so the url has changed &#8211; but redirects from the old site are all in place. Was fairly easy to get everything moved acrosss &#8211; though my old site was running ColdFusion and MS SQL and this new site is on WordPress (so [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just moved my website over to the server here in KMi, so the url has changed &#8211; but redirects from the old site are all in place. Was fairly easy to get everything moved acrosss &#8211; though my old site was running ColdFusion and MS SQL and this new site is on WordPress (so it&#8217;s MySQL and PHP) so I&#8217;ve had to rewrite parts, eg the photo pages as I couldn&#8217;t find a WordPress photo plugin that did exactly what I wanted!</p>
]]></content:encoded>
			<wfw:commentRss>http://alexlittle.net/blog/2006/09/21/website-moved/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.665 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-11 01:36:36 -->

