<?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; Software</title>
	<atom:link href="http://knewquist.edublogs.org/category/software/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>How to force a Google mini to show “omitted results”</title>
		<link>http://knewquist.edublogs.org/2009/02/12/how-to-force-a-google-mini-to-show-%e2%80%9comitted-results%e2%80%9d/</link>
		<comments>http://knewquist.edublogs.org/2009/02/12/how-to-force-a-google-mini-to-show-%e2%80%9comitted-results%e2%80%9d/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:08:59 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[google mini]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[xlst]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=169</guid>
		<description><![CDATA[Google’s motto may be “don’t be evil” but that doesn’t mean they can’t occasionally be overly helpful. Case in point our Google Mini (which serves up search results at the college) was omitting results from the Library web site because it felt those results were too similar. You could still see them by forcing Google [...]]]></description>
			<content:encoded><![CDATA[<p>Google’s motto may be “don’t be evil” but that doesn’t mean they can’t occasionally be overly helpful. Case in point our Google Mini (which serves up search results at the college) was omitting results from the Library web site because it felt those results were too similar. You could still see them by forcing Google to do the search again with the results included, but who wants to do that every time?</p>
<p>Fortunately, you can override this behavior by adding a hidden input field to the form to disable this filtering:</p>
<ul>
<li>&lt;input type=”hidden” name=”filter” value=”0″&gt;</li>
</ul>
<div>This needs to be added to the search form you’re using to send queries to Google, but if you want the Google box itself to have the same behavior then you need to update its internal forms by editing the XSLT front-end for that search collection. <a href="http://groups.google.com/group/Google-Search-Appliance-Help/browse_thread/thread/2950a7262dbec508/d84bc90691d1fac3">These instructions on the Google Search Appliance Help Forum explain how</a>.</div>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2009/02/12/how-to-force-a-google-mini-to-show-%e2%80%9comitted-results%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS 10.5.6, Mail and GPG Mail</title>
		<link>http://knewquist.edublogs.org/2009/02/02/mac-os-1056-mail-and-gpg-mail/</link>
		<comments>http://knewquist.edublogs.org/2009/02/02/mac-os-1056-mail-and-gpg-mail/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 18:54:40 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[pgp]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=168</guid>
		<description><![CDATA[After upgrading to Mac OS 10.5.6 , I discovered that Mail would crash whenever I tried to open an email message, then blame my GPG Mail encrpytion plugin. To fix it, I had to upgraded to GPG Mail 1.20. You can download it here:
http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html
 
]]></description>
			<content:encoded><![CDATA[<p>After upgrading to Mac OS 10.5.6 , I discovered that Mail would crash whenever I tried to open an email message, then blame my GPG Mail encrpytion plugin. To fix it, I had to upgraded to GPG Mail 1.20. You can download it here:</p>
<p><a href="http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html">http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html</a></p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2009/02/02/mac-os-1056-mail-and-gpg-mail/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>Linking to author names in WordPress</title>
		<link>http://knewquist.edublogs.org/2009/01/26/linking-to-author-names-in-wordpress/</link>
		<comments>http://knewquist.edublogs.org/2009/01/26/linking-to-author-names-in-wordpress/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 18:56:24 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=166</guid>
		<description><![CDATA[After talking with a faculty member and brainstorming how classes might use WordPress MU, one of the must-have tools we&#8217;ve decided we need is an author list. While we anticipate that we&#8217;ll have a number of one-person blogs if/when WordPress Mu is in production, there will also be goodly amount of multi-author blogs for classes, [...]]]></description>
			<content:encoded><![CDATA[<p>After talking with a faculty member and brainstorming how classes might use WordPress MU, one of the must-have tools we&#8217;ve decided we need is an author list. While we anticipate that we&#8217;ll have a number of one-person blogs if/when WordPress Mu is in production, there will also be goodly amount of multi-author blogs for classes, student organizations, etc.</p>
<p>We identified two needs:</p>
<ul>
<li>Hyperlink an author&#8217;s name to a page with all of their posts on the site.</li>
<li>Include a widget listing all of the authors (with links to their individual posts)</li>
</ul>
<p>After doing some research this morning, I&#8217;ve come up with a few solutions.</p>
<ol>
<li><a href="http://codex.wordpress.org/Author_Templates">Linking to author names &amp; listing authors through WP functions:</a> The &#8220;Author Templates&#8221; page of the WordPress Codex lists a number of useful functions that can be used as part of the Loop to link to individual author pages as well as displaying post counts and author lists. 
<ul>
<li>The specific function is &#8220;the_author_posts_link()&#8221;, and it inserts the author&#8217;s name with a hyperlink to his/her &#8220;author&#8221; page, which lists everything they&#8217;ve written.</li>
<li>You can also use &#8220;wp_list_authors()&#8221; to list all the authors associated with the blog.</li>
<li>These options require you to modify the theme&#8217;s template file(s). </li>
</ul>
</li>
<li><a href="http://wordpress.org/extend/plugins/authors/">Listing Authors with the Authors Widget</a>: &#8220;Authors Widget&#8221; allows you to add a sidebar widget that lists all of the authors associated with the blog with links to their individual author pages (there&#8217;s also an optional link for their RSS feeds).</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2009/01/26/linking-to-author-names-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Nagios to monitor MySQL connections</title>
		<link>http://knewquist.edublogs.org/2008/11/06/using-nagios-to-monitor-mysql-connections/</link>
		<comments>http://knewquist.edublogs.org/2008/11/06/using-nagios-to-monitor-mysql-connections/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 02:17:04 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=146</guid>
		<description><![CDATA[The other day I had a problem with MySQL running out of available connections, which in turn caused a large number of errors for Moodle as PHP tried to reach the database and failed. I&#8217;ve since upped the number of connections, but my colleagues and are looking at the longer-term improvement of monitoring the number active connections [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I had a problem with MySQL running out of available connections, which in turn caused a large number of errors for Moodle as PHP tried to reach the database and failed. I&#8217;ve since upped the number of connections, but my colleagues and are looking at the longer-term improvement of monitoring the number active connections to MySQL using <a href="http://www.nagios.org/">Nagios</a>.</p>
<p>To that end, the college&#8217;s Linux admin found this cool article which includes a short perl script to accomplish exactly that.</p>
<ul>
<li><a href="http://bergs.biz/blog/2007/05/08/monitor-number-of-active-connections-to-mysql-using-nagios/">Monitor number of active connections to MySQL using Nagios</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/11/06/using-nagios-to-monitor-mysql-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Firefox 3 won&#8217;t copy/paste formatted text</title>
		<link>http://knewquist.edublogs.org/2008/11/05/mac-firefox-3-wont-copypaste-formatted-text/</link>
		<comments>http://knewquist.edublogs.org/2008/11/05/mac-firefox-3-wont-copypaste-formatted-text/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:01:12 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[firefox3]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=145</guid>
		<description><![CDATA[As I alluded to yesterday, Firefox 3 on the Mac won&#8217;t accepted formatted text from other applications (most notably word). While this does mean that users don&#8217;t have to deal with the Word&#60;-&#62;Firefox 3  extraneous code problem, also means that every document that gets cut and pasted into Firefox 3 is going to come in without [...]]]></description>
			<content:encoded><![CDATA[<p>As I alluded to yesterday, Firefox 3 on the Mac won&#8217;t accepted formatted text from other applications (most notably word). While this does mean that users don&#8217;t have to deal with the <a href="http://knewquist.edublogs.org/2008/11/04/problems-with-copypaste-between-firefox-3-and-word/">Word&lt;-&gt;Firefox 3  extraneous code problem</a>, also means that every document that gets cut and pasted into Firefox 3 is going to come in without any sort of formatting. This is a pain for folks who were used to this functionality in Firefox 2, and I expect that we&#8217;ll see more and more complaints about this as Firefox 3 achieves deeper penetration on campus.</p>
<p>There&#8217;s a report on this bug in Bugzilla; please vote for it. </p>
<ul>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=428096">Clipboard and drag-and-drop don&#8217;t interoperate with formatted text (e.g. HTML) on OS X</a></li>
</ul>
<p>There&#8217;s also a good conversation about the issue, including possible workarounds, at MacRumors.com:</p>
<ul>
<li><a href="http://forums.macrumors.com/showthread.php?p=5669603">Copy and Paste removes formatting &#8211; why?</a></li>
</ul>
<p>Note that Safari on the Mac does not have this problem, but I&#8217;ve found Safari support in TinyMCE and CKEditor flaky at best (e.g. when cutting and pasting from Word into Safari using TinyMCE 2.x in Drupal, the resulting text will have random spaces removed from between words).</p>
<p><strong>Update 11/7/2008</strong></p>
<p>The patch that fixes this problem has been committed, so hopefully we&#8217;ll see this in production soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/11/05/mac-firefox-3-wont-copypaste-formatted-text/feed/</wfw:commentRss>
		<slash:comments>0</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>Comparing TinyMCE and CKEditor</title>
		<link>http://knewquist.edublogs.org/2008/07/23/comparing-tinymce-and-ckeditor/</link>
		<comments>http://knewquist.edublogs.org/2008/07/23/comparing-tinymce-and-ckeditor/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 15:54:15 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[ckeditor]]></category>
		<category><![CDATA[editors]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=98</guid>
		<description><![CDATA[TinyMCE and CKEditor (formerly FCKeditor) are two of the most popular open source WYSIWYG editors for web applications. I&#8217;m researching which would be the best to implement at the day job on a campus-wide basis; ideally I&#8217;d like to pick one editor, and then use it with all of our web apps. Here&#8217;s a run [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tinymce.moxiecode.com/">TinyMCE</a> and <a href="http://www.fckeditor.net/">CKEditor</a> (formerly FCKeditor) are two of the most popular open source WYSIWYG editors for web applications. I&#8217;m researching which would be the best to implement at the day job on a campus-wide basis; ideally I&#8217;d like to pick one editor, and then use it with all of our web apps. Here&#8217;s a run down of what editors are available for what apps:</p>
<table border="1" width="400">
<tbody>
<tr>
<th width="82" scope="col">Web App</th>
<th width="117" scope="col">TinyMCE</th>
<th width="179" scope="col">CKEditor</th>
</tr>
<tr>
<td>Drupal</td>
<td>
<div><a href="http://drupal.org/project/tinymce">Yes</a></div>
</td>
<td>
<div><a href="http://drupal.org/project/fckeditor">Yes</a> (but beta)</div>
</td>
</tr>
<tr>
<td>Mediawiki</td>
<td>
<div><a href="http://www.mediawiki.org/wiki/Extension:TinyMCE_MW">No</a> (ext. abandoned)</div>
</td>
<td>
<div><a href="http://mediawiki.fckeditor.net/">Yes</a></div>
</td>
</tr>
<tr>
<td>Moodle</td>
<td>
<div><a href="http://tracker.moodle.org/browse/MDL-11113">No</a> (in development)</div>
</td>
<td>
<div><a href="http://tracker.moodle.org/browse/MDL-11113">No</a> (in</p>
<p>development)</p></div>
</td>
</tr>
<tr>
<td>Wordpress</td>
<td>
<div><a href="http://codex.wordpress.org/TinyMCE">Yes</a> (default)</div>
</td>
<td>
<div><a href="http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/">Yes</a></div>
</td>
</tr>
</tbody>
</table>
<p>In doing my research, I found a few WYSIWYG editor comparisons:</p>
<ul>
<li><a href="http://www.iqcontent.com/publications/features/article_73/">IQ Content: WYSIWYG Text Editors Reviewed</a></li>
<li><a href="http://drupal.org/node/208456">Drupal.org: Comparision of Drupal 5 WYSIWYG Editors</a></li>
<li><a href="http://webtecker.com/2008/04/02/fckeditor-vs-tinymce/">WebTecker: FCKEditor vs. TinyMCE</a></li>
</ul>
<p>I polled Twitter as well, and got four responses in favor of using CKEditor over TinyMCE, mostly because of ease of use.</p>
<p>Unfortunately, my comparisons didn&#8217;t yield any easy answers. WordPress defaults to TinyMCE, and if we go with WordPress Mu on campus, that could end up being our single biggest use of a WYSIWYG editor. Moodle is currently using HTMLArea, which is no longer in development. They&#8217;re replacing it with a modular system in Moodle 2 that lets you choose between whatever editor you want (including TinyMCE and CKEditor) so I&#8217;m not too concerned about that. The lack of support for TinyMCE in Mediawiki is troublesome; there is an extension for it, but it&#8217;s been abandoned by the developer. CKEditor support is much better.</p>
<p>We don&#8217;t need to rush into a decision here, so I think my next step will be to setup TinyMCE and CKEditor on test instances of Drupal and see how well they work and play with the CSS, how well their code validates, and how they deal with cutting and pasting text from various word processors.</p>
<p>If anyone has any suggestions  regarding these editors, I&#8217;d love to hear them.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/07/23/comparing-tinymce-and-ckeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advice on building a Second Life Island?</title>
		<link>http://knewquist.edublogs.org/2008/07/07/advice-on-building-a-second-life-island/</link>
		<comments>http://knewquist.edublogs.org/2008/07/07/advice-on-building-a-second-life-island/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:31:49 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[second life]]></category>
		<category><![CDATA[virtual worlds]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/?p=87</guid>
		<description><![CDATA[So I find myself in the position of needing to buy and help build up a Second Life island for the day job. I&#8217;m excited in about it insomuch as it&#8217;s a new project, and something I&#8217;ve never done before. Plus, hey, it&#8217;s almost virtual reality. Granted, it would have been far, far cooler if [...]]]></description>
			<content:encoded><![CDATA[<p>So I find myself in the position of needing to buy and help build up a <i>Second Life</i> island for the day job. I&#8217;m excited in about it insomuch as it&#8217;s a new project, and something I&#8217;ve never done before. Plus, hey, it&#8217;s <i>almost</i> virtual reality. Granted, it would have been far, far cooler if the college had gone ga-ga for <i>World of Warcraft</i> instead, but hey, I&#8217;ll take my virtual worlds where I can find them.</p>
<p>In the meantime though, I find myself having to work through questions I don&#8217;t really know the answers to. Specifically:</p>
<ol>
<li><strong>Preferred Grid Location:</strong> I know we want our island to be on the public grid, but <i>where</i> on the public grid? Is it better to be off by yourself? Should you be next to another college? <a href="http://www.nmc.org/keyword/second-life">Or the New Media Consortium?</a> Or does it not really matter, because people will be &#8216;porting in, not wandering the wilds of <em>SL</em> looking for college islands to explore?</li>
<li><strong>What island shape do we want?</strong> Is one type of island better to build on than another? For example, we&#8217;re thinking of either the &#8220;donut&#8221; shape, which is an oval island with a lake in the middle, or a mountainous shape, which sticks an mountain on one side of the island. Which is easier to build on?</li>
</ol>
<p>I&#8217;m sure there are other questions, but these were the ones that leapt out at us when looking over the &#8220;so you decided to buy an island&#8230;&#8221; form on the SL web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2008/07/07/advice-on-building-a-second-life-island/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moodle 1.8.3 released</title>
		<link>http://knewquist.edublogs.org/2007/10/15/moodle-183-released/</link>
		<comments>http://knewquist.edublogs.org/2007/10/15/moodle-183-released/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 20:23:21 +0000</pubDate>
		<dc:creator>Kenneth Newquist</dc:creator>
				<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://knewquist.edublogs.org/2007/10/15/moodle-183-released/</guid>
		<description><![CDATA[Moodle 1.8.3 is out, which means my life is about to get a lot busier as I install it on Lafayette&#8217;s development server and start testing it for bugs.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://tracker.moodle.org/secure/ReleaseNote.jspa?version=10230&amp;styleName=Html&amp;projectId=10011">Moodle 1.8.3 is out</a>, which means my life is about to get a lot busier as I install it on Lafayette&#8217;s development server and start testing it for bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://knewquist.edublogs.org/2007/10/15/moodle-183-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
