<?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>Jeremy Visser &#187; WordPress MU</title>
	<atom:link href="http://jeremy.visser.name/tag/wordpress-mu/feed/" rel="self" type="application/rss+xml" />
	<link>https://jeremy.visser.name</link>
	<description></description>
	<lastBuildDate>Fri, 16 Jul 2010 03:39:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='https://jeremy.visser.name/?pushpress=hub'/>
<cloud domain='jeremy.visser.name' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>If you want to try out WordPress MU trunk</title>
		<link>https://jeremy.visser.name/2008/04/10/if-you-want-to-try-out-wordpress-mu-trunk/</link>
		<comments>https://jeremy.visser.name/2008/04/10/if-you-want-to-try-out-wordpress-mu-trunk/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 02:28:25 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://jeremy.visser.name/?p=397</guid>
		<description><![CDATA[Just a little FYI &#8212; I&#8217;m running WordPress MU trunk (merged with WordPress 2.5) on this site right now, and it&#8217;s fairly stable and most things aren&#8217;t broken. It&#8217;s worth starting testing WPMU trunk now and start reporting bugs.]]></description>
			<content:encoded><![CDATA[<p>Just a little FYI &#8212; I&#8217;m running WordPress MU trunk (merged with WordPress 2.5) on this site right now, and it&#8217;s fairly stable and most things aren&#8217;t broken. It&#8217;s worth starting testing WPMU trunk now and <a href="http://trac.mu.wordpress.org/newticket">start reporting bugs</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://jeremy.visser.name/2008/04/10/if-you-want-to-try-out-wordpress-mu-trunk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mini Mugshot plugin released</title>
		<link>https://jeremy.visser.name/2007/07/31/mini-mugshot-plugin-released/</link>
		<comments>https://jeremy.visser.name/2007/07/31/mini-mugshot-plugin-released/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 10:17:38 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://jeremy.sunriseroad.net/2007/07/mini-mugshot-plugin-released/</guid>
		<description><![CDATA[Today, I whipped up a WordPress MU plugin (works fine on normal WordPress too) that allows you to easily add a Mini Mugshot (previously known as badges) to any post or page. Grab it from my WordPress Plugins page. [mugshot-5 http://mugshot.org/person?who=G3yH5GwMpAN1DW] The plugin requires FauxML to be installed and activated, as it uses its API. [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I whipped up a WordPress MU plugin (works fine on normal WordPress too) that allows you to easily add a <a href="http://mugshot.org/badges">Mini Mugshot</a> (previously known as badges) to any post or page. <strong>Grab it from my <a href="http://jeremy.sunriseroad.net/projects/wordpress-plugins/">WordPress Plugins</a> page.</strong></p>
<p>[mugshot-5 http://mugshot.org/person?who=G3yH5GwMpAN1DW]</p>
<p>The plugin requires <a href="http://wordpress.org/extend/plugins/fauxml/">FauxML</a> to be installed and activated, as it uses its API.</p>
<p>I wrote the plugin after reading a <a href="http://blog.mugshot.org/?p=299">post</a> on the Mugshot blog (or, specifically, this <a href="http://blog.mugshot.org/?p=299#comment-3922">comment</a>) which suggested they needed a WordPress plugin for it. Now, normally, WordPress users won&#8217;t have a problem pasting Mugshot&#8217;s HTML code into a post or page, as 99% of WordPress users will have administrator access on their blog (thus they can paste unfiltered HTML, such as Flash). However, there would be no possiblity of this happening on a <a href="http://mu.wordpress.org/">WordPress MU</a> site, or on <a href="http://wordpress.com/">WordPress.com</a>, as it&#8217;s too much of a security risk.</p>
<p>Thus, I wrote this plugin, with WordPress MU in mind, although it works fine on WordPress as well.</p>
]]></content:encoded>
			<wfw:commentRss>https://jeremy.visser.name/2007/07/31/mini-mugshot-plugin-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sort a multidimensional array by one of its values in PHP</title>
		<link>https://jeremy.visser.name/2007/06/17/sort-a-multidimensional-array-by-one-of-its-values-in-php/</link>
		<comments>https://jeremy.visser.name/2007/06/17/sort-a-multidimensional-array-by-one-of-its-values-in-php/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 08:31:19 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">http://jeremy.sunriseroad.net/2007/06/sort-a-multidimensional-array-by-one-of-its-values-in-php/</guid>
		<description><![CDATA[For the root of this site, WPMU returns a list of blogs in an array, which contains the blog_id, domain, and path. I also inserted the blogname into the array which I retrieved with get_blog_option(). The array was not in alphabetical order, and I wanted to sort it by the $blogs[$i]['blogname'] property. After a bit [...]]]></description>
			<content:encoded><![CDATA[<p>For the <a href="http://sunriseroad.net/">root</a> of this site, <abbr title="WordPress MU">WPMU</abbr> returns a list of blogs in an array, which contains the <code>blog_id</code>, <code>domain</code>, and <code>path</code>. I also inserted the <code>blogname</code> into the array which I retrieved with <code>get_blog_option()</code>.</p>
<p>The array was not in alphabetical order, and I wanted to sort it by the <code>$blogs[$i]['blogname']</code> property. After a bit of Googling, I found I could make use of the <a href="http://www.php.net/usort"><code>usort</code></a> function, which allows you to perform sorting with a user function.</p>
<p>This is what I ended up with:</p>
<blockquote><pre>function cmp($a, $b) {
    return strcmp($a['blogname'], $b['blogname']);
}

usort($blogs, 'cmp');</pre>
</blockquote>
<p>Which is surprisingly simple, and works. Now, on the <a href="http://sunriseroad.net/">root</a>, the blogs are displayed in alphabetical order.</p>
]]></content:encoded>
			<wfw:commentRss>https://jeremy.visser.name/2007/06/17/sort-a-multidimensional-array-by-one-of-its-values-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNOME goes MU</title>
		<link>https://jeremy.visser.name/2007/06/10/gnome-goes-mu/</link>
		<comments>https://jeremy.visser.name/2007/06/10/gnome-goes-mu/#comments</comments>
		<pubDate>Sun, 10 Jun 2007 13:27:50 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress MU]]></category>

		<guid isPermaLink="false">https://jeremy.sunriseroad.net/2007/06/gnome-goes-mu/</guid>
		<description><![CDATA[Jeff Waugh just posted on the WP-Hackers mailing list that blogs.gnome.org is now running on WordPress MU.]]></description>
			<content:encoded><![CDATA[<p><a href="http://perkypants.org/blog/">Jeff Waugh</a> just <a href="http://comox.textdrive.com/pipermail/wp-hackers/2007-June/013133.html">posted</a> on the WP-Hackers mailing list that <a href="http://blogs.gnome.org/">blogs.gnome.org</a> is now running on <a href="http://mu.wordpress.org/">WordPress MU</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://jeremy.visser.name/2007/06/10/gnome-goes-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
