<?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>Learning the World &#187; wordpressmu</title>
	<atom:link href="http://knewquist.edublogs.org/tag/wordpressmu/feed/" rel="self" type="application/rss+xml" />
	<link>http://knewquist.edublogs.org</link>
	<description>An education tech blog by Ken Newquist</description>
	<lastBuildDate>Sun, 04 Oct 2009 16:12:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problems with WordPress MU 2.8.4a and PPSX files</title>
		<link>http://knewquist.edublogs.org/2009/09/22/wordpress-mu-2-8-4a-and-ppsx-files/</link>
		<comments>http://knewquist.edublogs.org/2009/09/22/wordpress-mu-2-8-4a-and-ppsx-files/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 17:47:29 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=192</guid>
		<description><![CDATA[WordPress MU 2.8.4a refuses to upload .ppsx (PowerPoint Show files for PowerPoint 2007/2008) because the extension hasn&#8217;t been defined in the functions &#8220;wp_check_filetype&#8221; and &#8220;wp_ext2type&#8221; in /wp-content/functions.php
Not having ppsx defined here causes WordPress? MU to throw the warning &#8220;File type does not meet security guidelines. Try another.&#8221; when uploading the file (even when the ppsx [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress MU 2.8.4a refuses to upload .ppsx (PowerPoint Show files for PowerPoint 2007/2008) because the extension hasn&#8217;t been defined in the functions &#8220;wp_check_filetype&#8221; and &#8220;wp_ext2type&#8221; in /wp-content/functions.php</p>
<p>Not having ppsx defined here causes <a>WordPress?</a> MU to throw the warning &#8220;File type does not meet security guidelines. Try another.&#8221; when uploading the file (even when the ppsx file type itself is blessed in WPMU&#8217;s admin options).</p>
<p>I&#8217;ve reported the bug to WordPress MU Track here:</p>
<ul>
<li><a href="http://trac.mu.wordpress.org/ticket/1118">#1118: PPSX not defined as valid file in functions.php</a></li>
</ul>
<p><strong>Update</strong></p>
<p>The fix isn&#8217;t quite so straightforward as just adding .ppsx to the list of valid PowerPoint extensions, because technically PowerPoint Shows for 2007 have their own MIME type:</p>
<ul>
<li>application/vnd.openxmlformats-officedocument.presentationml.slideshow</li>
</ul>
<p>As does PowerPoint 2007:</p>
<ul>
<li>application/vnd.openxmlformats-officedocument.presentationml.presentation</li>
</ul>
<p>Specifying the wrong MIME type for PowerPoint Show files caused WordPress to add a .ppt extension to the file, which played havoc with subsequent downloads. The fix was to specify the MIME type in wp_check_filetype:</p>
<ul>
<li>&#8216;ppsx&#8217; =&gt; &#8216;application/vnd.openxmlformats-officedocument.presentationml.slideshow&#8217;</li>
</ul>
<p>My bug report at WordPress MU was closed because this is technically something that needs to be changed in core WordPress; I&#8217;ll be reporting it there shortly.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2009/09/22/wordpress-mu-2-8-4a-and-ppsx-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing SSL Directory Errors in WordPress MU</title>
		<link>http://knewquist.edublogs.org/2009/01/30/securing-wordpress-mu-in-directory-mode/</link>
		<comments>http://knewquist.edublogs.org/2009/01/30/securing-wordpress-mu-in-directory-mode/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 22:12:01 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[secure login]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=167</guid>
		<description><![CDATA[&#8220;You are in a maze of tiny, twisty passages, all a like&#8221;.
That line shows up in Zork and its variants when you get lost in a labyrinth, and it&#8217;s how I feel right now trying to puzzle through the best way (or hell, ANY way of securing WordPress Mu in directory mode).
What I&#8217;m trying to [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;You are in a maze of tiny, twisty passages, all a like&#8221;.</p>
<p>That line shows up in Zork and its variants when you get lost in a labyrinth, and it&#8217;s how I feel right now trying to puzzle through the best way (or hell, ANY way of securing WordPress Mu in directory mode).</p>
<p>What I&#8217;m trying to do is this:</p>
<ul>
<li>I want to enable secure logins and admin pages (so that these pages are protected via SSL and have https addresses).</li>
</ul>
<p>I&#8217;ve got a WordPress Mu install setup in directory mode, e.g.:</p>
<ul>
<li>The main blog is at wordpress.foo.edu.</li>
<li>The daughter blogs will appear in subdirectory format, e.g. wordpress.foo.edu/bar</li>
</ul>
<p>In normal WordPress, this goal can be accomplished by setting two constants in the config file:</p>
<ul>
<li>
<pre>define('FORCE_SSL_LOGIN', true);</pre>
</li>
<li>
<pre>define('FORCE_SSL_ADMIN', true);</pre>
</li>
</ul>
<p>Another option is to make use of the Admin-SSL plugin:</p>
<ul>
<li>Admin-SSL: <a href="http://www.kerrins.co.uk/blog/admin-ssl/">http://www.kerrins.co.uk/blog/admin-ssl/</a></li>
</ul>
<p>With WordPress Mu, it seems things are a bit trickier. <strong>Ok, a lot trickier. </strong></p>
<p>Both methods will protect the main blog at wordpress.foo.edu, I get nothing but 404s when I try and access any of the daughter blog admin pages at wordpress.foo.edu/bar/wp-admin. Traffic is successfully redirected to https, but the server simply spits out a 404 page, saying there&#8217;s nothing there to load.</p>
<p>This is the same thing that happens when you, ahem, forget to include the htaccess file with the various mod_rewrite commands that allow for clean urls in WordPress, so my assumption was I&#8217;d just need some more mod_rewrite magic to get WordPress to properly serve these pages.</p>
<p>This led me on a mad chase to try and figure out the best way to do that. Instructions in the following post seem like they <em>should </em>work:</p>
<ul>
<li><a href="http://mu.wordpress.org/forums/topic.php?id=5743">SSL/LDAP/password security questions</a></li>
</ul>
<p>And yet not. More 404s. More headaches. It could just be that I&#8217;ve been working on this too long, and need to let it simmer overnight. It seems to me that there <em>must </em>be a way to use mod_rewrite to force Wordpress Mu to resolve these https addressses the same as it does http, but I&#8217;m just not seeing it.</p>
<p>My guess is that this all would work just fine using the subdomain method, but we really want to use the directory one.</p>
<p>So yes. There&#8217;s a maze. With tiny twisty passages. And they are all alike. Time to hit the reset button, and tackle it with new eyes tomorrow. In the mean time, if anyone has any bright ideas, please let me know.</p>
<p><strong>Update: 2/2/2009</strong></p>
<p><strong><span style="font-weight: normal;">You knew it was going to be something small and obscure right? And you new it was going to be something that prevent the .htaccess file from firing, right?</span></strong></p>
<p>When last I wrote on Friday, sub-blogs failed to load whenever you tried to access an https-enabled page. I couldn&#8217;t help having this gut feeling that my issue had NOTHING to do with .htaccess/mod_rewrite and everything to do with a server configuration issue.</p>
<p>On Sunday, I did some experiments, and I discovered that when I tried to load an SSL-enabled daughter blog, the htaccess file was never even executed.  I tested this by purposefully breaking the htaccess file so it would cause a server error; when I loaded https://wordpress.foo.edu&#8221;, I got a &#8220;page not found&#8221; not a &#8220;you idiot, you broke the server&#8221; error.</p>
<p>So I switched gears and started looking at issues with httpd.conf and ssl.conf. That&#8217;s when I came across <a href="http://wpmututorials.com/wp-content/uploads/2008/12/installing-wpmu.pdf">the very nifty &#8220;Installing WordPress Mu&#8221; ebook [pdf],</a> where I saw this bit of advice: </p>
<blockquote><p><strong>Permalinks do not work or Can&#8217;t find subblogs in subfolder install</strong><br />
If everything looks like it installed okay, but when you start clicking on links and you get 404&#8217;s or server errors, you need to do a little Apache configuration. Even if you have mod_rewrite enabled, and the htaccess file is there, on some setups the web account is set to not let these settings through. You&#8217;ll need to go to terminal mode and edit the httpd.conf file. See back on page 5, and while you&#8217;re in there, look for the  directive of your virtual host, find this line &#8220;AllowOverride None&#8221; and change it to &#8220;AllowOverride FileInfo Options&#8221;. With no quotes. <img src='http://knewquist.edublogs.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>Sounds familiar &#8230; doesn&#8217;t it?</p>
<p>So I look at the wordpress entry in httpd.conf and see that yeah, AllowOverride is configured as &#8220;AllowOverride FileInfo Option&#8221;. But ssl.conf? THAT was set to &#8220;AllowOverride None&#8221; As a result, WordPress MU worked just fine on regular pages, but failed on secure ones.</p>
<p>Changing ssl.conf so that AllowOverride was set to &#8220;AllowOverride FileInfo Options&#8221; fixed the problem. Apache, htaccess and Wordpress are on speaking terms again, login/admin traffic is automagically routed to https, and the freaking page LOADS.</p>
<p>[sigh]. It&#8217;s only obvious in hindsight.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2009/01/30/securing-wordpress-mu-in-directory-mode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Podcasting plugins for WordPress Mu</title>
		<link>http://knewquist.edublogs.org/2009/01/16/podcasting-plugins-for-wordpress-mu/</link>
		<comments>http://knewquist.edublogs.org/2009/01/16/podcasting-plugins-for-wordpress-mu/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 16:43:12 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=163</guid>
		<description><![CDATA[We&#8217;re gearing up for a WordPress Mu pilot at the college, and I&#8217;m feverishly researching plugins to use with it. Here are the big three I found:

PodPress: The godfather of podcast plugins. It hasn&#8217;t been updated in a while, and there have been mixed reports about how well version 8.8 works with WordPress 2.7. A [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re gearing up for a WordPress Mu pilot at the college, and I&#8217;m feverishly researching plugins to use with it. Here are the big three I found:</p>
<ul>
<li><a href="http://www.mightyseek.com/podpress/">PodPress:</a> The godfather of podcast plugins. It hasn&#8217;t been updated in a while, and there have been mixed reports about how well version 8.8 works with WordPress 2.7. A new version 9 is apparently in the works, but no one knows if/when it will appear. The file upload interface is a bit clunky, but there are a huge number of backend-options, plus stat tracking.</li>
<li><a href="http://wordpress.org/extend/plugins/podcasting/">Podcasting:</a> A simple plugin that requires you know the URL of the file you want to podcast. That&#8217;s fine for tech-savvy people, but I think it&#8217;s going to fail the &#8220;quick and easy&#8221; test for everyone else.</li>
<li><a href="http://wordpress.org/extend/plugins/powerpress/">Blubrry:</a> The lead contender. It works with the regular file upload interface for WordPress; if you insert a file into a post using the regular interface, it adds an MP3 player to the post. It also has a nice selection of backend feed options.</li>
</ul>
<p>I still need to experiment with how these different plugins handle video files (so far, Blubrry worked like a charm), and I&#8217;m continuing to look at other options. I&#8217;d love to get some feedback on how well these different plugins work, as well as recommends for plugins not on the list</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2009/01/16/podcasting-plugins-for-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Slickr and WordPress Mu</title>
		<link>http://knewquist.edublogs.org/2008/11/13/slickr-and-wordpress-mu/</link>
		<comments>http://knewquist.edublogs.org/2008/11/13/slickr-and-wordpress-mu/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:29:24 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[photo galleries]]></category>
		<category><![CDATA[slickr]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[wordpress modules]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=138</guid>
		<description><![CDATA[One of my design goals for WordPress Mu is to be able to easily support faculty and student photo galleries. One way of doing that is to go with an externally hosted solution like Flickr, and then use a plug-in to pull said photos into WordPress posts.
Slickr is a AJAX-based plug-in for WordPress that does exactly [...]]]></description>
			<content:encoded><![CDATA[<p>One of my design goals for <a href="http://mu.wordpress.org/">WordPress Mu</a> is to be able to easily support faculty and student photo galleries. One way of doing that is to go with an externally hosted solution like <a href="http://flickr.com">Flickr</a>, and then use a plug-in to pull said photos into WordPress posts.</p>
<p><a href="http://stimuli.ca/slickr/">Slickr</a> is a AJAX-based plug-in for WordPress that does exactly that. It looks good &#8212; <a href="http://stimuli.ca/gallery/">check out the demo here</a> &#8212; but there are some practical problems with it. The biggest is that it bases its galleries on Flickr albums rather than tags. This is fine, except that non-pro, free Flickr accounts are limited to three albums, while you can have an unlimited number of tags.</p>
<p>It&#8217;s a useful tool, especially for those who want to have a social networking tie-in to their photo galleries, but unless I pay for pro accounts for my industrial-strength users, it&#8217;s not the right solution. Instead, I&#8217;m looking at <a href="http://wordpress.org/extend/plugins/nextgen-gallery/">NextGen Gallery</a>, a locally-hosted solution that simple photo galleries, slide shows, and the uploading of zipped files.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/11/13/slickr-and-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying inline lists of posts from a WordPress category?</title>
		<link>http://knewquist.edublogs.org/2008/10/31/displaying-inline-lists-of-posts-from-a-wordpress-category/</link>
		<comments>http://knewquist.edublogs.org/2008/10/31/displaying-inline-lists-of-posts-from-a-wordpress-category/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 17:00:50 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=135</guid>
		<description><![CDATA[In looking at WordPress Mu as a possible lightweight CMS for campus organizations and departments, I&#8217;ve found myself on a quest &#8230; a quest to figure out if/how WordPress can display an inline list of posts from a given WordPress category.
So what do I mean by that? Well, consider this actual use example from the [...]]]></description>
			<content:encoded><![CDATA[<p>In looking at WordPress Mu as a possible lightweight CMS for campus organizations and departments, I&#8217;ve found myself on a quest &#8230; a quest to figure out if/how WordPress can display an inline list of posts from a given WordPress category.</p>
<p>So what do I mean by that? Well, consider this actual use example from the &#8220;Research Tools&#8221; database I ported over to Drupal for a recent Library redesign project. The original database contained a number of records relating to research tools (journals, indexes, etc.) relating to a particular subject area. These records were assigned to categories like &#8220;Africana Studies: Major Research Tools&#8221; and &#8220;Africana Studies: Other Research Tools&#8221;. The original database then dynamically served up lists of these research tools on a single &#8220;Africana Studies&#8221; themed web page.</p>
<p><span id="more-135"></span></p>
<p>In Drupal, I was able to do this by creating a <a href="http://drupal.org/project/cck">custom content type</a> called &#8220;Research Tools&#8221; and a taxonomy to go with it. I then imported all the tools into the Drupal database, and used the <a href="http://drupal.org/project/views">Views</a> module to create queries for the different categories. I then embeded these Views inline on a page, creating a nicely formatted list of research tools. <a href="https://library.lafayette.edu/researchtools/africanastudies">You can check out the live version</a>, but here&#8217;s a screen shot for quick reference:</p>
<p> </p>
<p><a href="http://knewquist.edublogs.org/files/2008/10/research-tools-screenshot.jpg"><img class="alignnone size-full wp-image-137" src="http://knewquist.edublogs.org/files/2008/10/research-tools-screenshot.jpg" alt="A screenshot of a dynamic list of research tools built using Drupal\'s CCK and Views modules." width="475" /></a></p>
<p> </p>
<p>So the &#8220;Major Research Tools&#8221; component is one Views query, and &#8220;Other Suggested Research Tools&#8221; is another Views query.</p>
<p>All well and good &#8230; but how do I do this in WordPress?</p>
<p>Imagine the same scenario, but now my &#8220;research tool&#8221; entries have been added as posts. The posts have been added two different categories: &#8220;Major Research Tools&#8221; and &#8220;Other Research Tools&#8221;. I want to query WordPress for that information, and then display it inline on the page.</p>
<p>Here&#8217;s another example: a Career Services department might want to have a page that lists all of the internships-related posts on a page, but wants to break them into groups of &#8220;paid&#8221; and &#8220;unpaid&#8221; internships. Sure, they could manually maintain that list &#8230; but it sure would be nice if they didn&#8217;t have to. </p>
<div>Now I could do this through PHP and MySQL by hacking the WordPress templates, but while I could do that, your typical student, faculty or staff member can&#8217;t. So how do I make it as easy as possible to display one or more lists of posts belonging to one or more categories?</div>
<p>What I&#8217;m ultimately trying to do here is provide folks with some simple tools to get dynamic lists of content onto a page. So far, I haven&#8217;t come up with much; the common WordPress solution seems to be to hack the site templates to come up with these kinds of pages, which is fine for developers, but is at odds with one of the reasons why we&#8217;d want to roll out WordPress: ease of use and ease of maintenance.</p>
<p>I&#8217;d rather give people a toolbox than have to handcraft each tool for them. I&#8217;m not opposed to doing so in special cases &#8212; sometimes you really do need a hydrospanner, but in most cases you don&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/10/31/displaying-inline-lists-of-posts-from-a-wordpress-category/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Flash Image Uploader Broken</title>
		<link>http://knewquist.edublogs.org/2008/10/31/wordpress-26-flash-image-uploader-broken/</link>
		<comments>http://knewquist.edublogs.org/2008/10/31/wordpress-26-flash-image-uploader-broken/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 13:30:32 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=131</guid>
		<description><![CDATA[My wife uses WordPress for her blog, and complained the other night that she was no longer able to use the Flash uploader to add photos to her web site. Digging around the web for an answer, I came across this support post on WordPress.org: Image/Media Uploader problems? It walks through some common problems, and [...]]]></description>
			<content:encoded><![CDATA[<p>My wife uses WordPress for her blog, and complained the other night that she was no longer able to use the Flash uploader to add photos to her web site. Digging around the web for an answer, I came across this support post on WordPress.org: <a href="http://wordpress.org/support/topic/164999">Image/Media Uploader problems?</a> It walks through some common problems, and then gets to this big:</p>
<blockquote><p>3. Update your Adobe Flash to the latest version (esp you Linux users!): <a href="http://www.adobe.com/products/flashplayer/">Flash</a>. NOTE: NOT TO VERSION 10. The new Flash version 10 is incompatible. The latest version 9 of Flash is what you want. There will likely NOT be a fix for this any time soon, since the problem is actually with Flash 10 itself. Stick with Flash 9 for the time being.</p></blockquote>
<p>This raises the question of how one installs Flash 9 if you&#8217;ve already got Flash 10. Adobe doesn&#8217;t make this easy &#8212; I couldn&#8217;t find a direct link from the Adobe Flash home page &#8212; but fortunately Google dug up the archived version page:</p>
<ul>
<li><a href="http://www.adobe.com/support/flashplayer/downloads.html#fp9">http://www.adobe.com/support/flashplayer/downloads.html#fp9</a></li>
</ul>
<p>The problem is even after reverting back to Flash 9, this still doesn&#8217;t work. Oh I can click the button now and select a file, but once selected said file never uploads; the browser just sits there. Searching it around, <a href="http://wordpress.org/support/topic/193819">it appears I&#8217;m not the only one experiencing this</a>.</p>
<p>So the short answer seems to be &#8220;use the browser uploader and hope the flash one is fixed &#8230; someday.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/10/31/wordpress-26-flash-image-uploader-broken/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PodPress with WordPress Mu</title>
		<link>http://knewquist.edublogs.org/2008/10/30/podpress-with-wordpress-mu/</link>
		<comments>http://knewquist.edublogs.org/2008/10/30/podpress-with-wordpress-mu/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 17:12:06 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=127</guid>
		<description><![CDATA[podPress is a podcasting module for WordPress created by Mighty Seek. It allows you to customize your feed, attach (but not upload) files to the feed, and track statistics about who&#8217;s doing what with the podcast (e.g. playing it on the site, downloading it, etc.)
It comes with an audio player (I haven&#8217;t mucked about with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mightyseek.com/podpress/">podPress</a> is a podcasting module for WordPress created by <a href="http://www.mightyseek.com/">Mighty Seek</a>. It allows you to customize your feed, attach (but not upload) files to the feed, and track statistics about who&#8217;s doing what with the podcast (e.g. playing it on the site, downloading it, etc.)</p>
<p>It comes with an audio player (I haven&#8217;t mucked about with the video options yet) that allows audio to be played on the page.  It supports built-in previews showing you how the podcast&#8217;s entry will look in the most popular podcasting directories (including iTunes and Yahoo).</p>
<p><a href="http://knewquist.edublogs.org/files/2008/10/podcast_feed_preview.jpg"><img class="alignnone size-medium wp-image-132" src="http://knewquist.edublogs.org/files/2008/10/podcast_feed_preview-300x173.jpg" alt="podPress lets you preview what your entry will look like in iTunes, Yahoo and other popular directories." width="300" height="173" /></a></p>
<p>The good news is that it appears to work out of the box with WordPress Mu, which is fantastic. One of our major goals for the WordPress pilot is to be able to support podcasting, and I think this would be a great tool for doing it. It also helps that almost every podcaster I know who uses WordPress also uses podPress &#8230; and I know a lot of podcasters.</p>
<p><a href="http://knewquist.edublogs.org/files/2008/10/podpress_attach_file.jpg"><img class="alignnone size-medium wp-image-133" src="http://knewquist.edublogs.org/files/2008/10/podpress_attach_file-300x160.jpg" alt="A screen shot of the podPress file attachment interface." width="300" height="160" /></a></p>
<p>The only downside to the app that I can see is that you can&#8217;t upload files as part of it; you need to upload the file using the &#8220;add media&#8221; buttons in WordPress, copy the path to said file, and then paste that path into the podPress portion of the page.</p>
<p>It&#8217;s clunkier than I expected; if nothing else I&#8217;d like for it to be able to browse the user&#8217;s media directory. I can see this cutting and pasting of urls being a little clunky for new users, but given the rest of podPress&#8217;s feature set, I think we can live with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/10/30/podpress-with-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LDAP and WordPress Mu</title>
		<link>http://knewquist.edublogs.org/2008/10/28/ldap-and-wordpress-mu/</link>
		<comments>http://knewquist.edublogs.org/2008/10/28/ldap-and-wordpress-mu/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 15:25:56 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[shibboleth]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=126</guid>
		<description><![CDATA[An absolutely essential component of any WordPress roll-out we do is support for LDAP, either directly through an LDAP module or indirectly through Shibboleth support. Fortunately, there&#8217;s a current LDAP plugin available that handles the first part; I&#8217;m still looking into what Shib support there may be.

LDAP Plugin for WordPress Mu

This plugin worked out of [...]]]></description>
			<content:encoded><![CDATA[<p>An absolutely essential component of any WordPress roll-out we do is support for LDAP, either directly through an LDAP module or indirectly through Shibboleth support. Fortunately, there&#8217;s a current LDAP plugin available that handles the first part; I&#8217;m still looking into what Shib support there may be.</p>
<ul>
<li><a href="http://sourceforge.net/projects/wpmu-ldap/">LDAP Plugin for WordPress Mu</a></li>
</ul>
<p>This plugin worked out of the box for me with WordPress Mu 2.6.x, which is always a nice thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/10/28/ldap-and-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Experiences with WordPress Mu</title>
		<link>http://knewquist.edublogs.org/2008/10/27/experiences-with-wordpress-mu/</link>
		<comments>http://knewquist.edublogs.org/2008/10/27/experiences-with-wordpress-mu/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 13:01:16 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=125</guid>
		<description><![CDATA[I&#8217;m looking at doing a pilot of WordPress Mu as a campus-wide blogging platform, and I&#8217;m curious as to what others experiences have been with the software. At this point I&#8217;m kicking the tires and figuring out what plug-ins we&#8217;d need to include to do what we want to do.
I see four big needs for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking at doing a pilot of WordPress Mu as a campus-wide blogging platform, and I&#8217;m curious as to what others experiences have been with the software. At this point I&#8217;m kicking the tires and figuring out what plug-ins we&#8217;d need to include to do what we want to do.</p>
<p>I see four big needs for the blogging platform:</p>
<ul>
<li>Blogging (it does this out of the box, no big deal)</li>
<li>Podcasting (in theory, I think it creates RSS enclosures for uploaded files, but I&#8217;d rather that give people a finer degree of control)</li>
<li>Video Insertion (plugins for YouTube, Hulu, etc.)</li>
<li>Photo Galleries</li>
</ul>
<p>PodPress seems a logical choice for Podcasting, but I&#8217;ve heard mixed reports about how well it works with Mu. Photo Galleries are another challenge; we&#8217;re debating going with a hosted service like Flickr vs. a locally installed option like Gallery. Authentication is the big issue there; if we go with Flickr, everyone has to maintain their own accounts. If we go with Gallery or something hosted locally, then we have a better chance of integrating it into our existing authentication schemes.</p>
<p>Using Mu? Curious about our own experiments? Post a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/10/27/experiences-with-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
