<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>CogDogBlog &#187; wikis</title>
	<atom:link href="http://cogdogblog.com/tag/wikis/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogdogblog.com</link>
	<description>Alan Levine&#039;s space for barking about and playing with technology</description>
	<lastBuildDate>Mon, 13 Feb 2012 03:36:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
		<item>
		<title>What&#8217;s That Google Calender Doing in My MediaWiki?</title>
		<link>http://cogdogblog.com/2007/08/30/google-cal-mediawiki/</link>
		<comments>http://cogdogblog.com/2007/08/30/google-cal-mediawiki/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 21:57:09 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2007/08/30/google-cal-mediawiki/</guid>
		<description><![CDATA[Like Duvall&#8217;s Kilgore, who said &#8220;there&#8217;s nothing like napalm in the morning&#8221;, for a web geek, there&#8217;s nothing like a bit of curious fiddling with code to make something work. Today&#8217;s feat was finagling a MediaWiki extension to display a Google Calendar in our sites. I&#8217;ve been using GCal for a year to manage our Second Life events, and Google provides the cut and past code to put in other sides, like our WordPress blog &#8211; but MediaWiki is not going to be happy with some &#60;iframe&#62; code, so on some searching I found reference to one on the CouchSurfing Wiki &#8211; yet was discouraged that their demo was busted: Going back to the Google search well, I came on the listing of same code in the MediaWiki collection and it suggested that the calendar ID entered in the tags had changed. So there was hope. Setting up MediaWiki extensions [...]]]></description>
			<content:encoded><![CDATA[<p>Like Duvall&#8217;s Kilgore, who said &#8220;there&#8217;s nothing like napalm in the morning&#8221;, for a web geek, there&#8217;s nothing like a bit of curious fiddling with code to make something work. Today&#8217;s feat was finagling a MediaWiki extension to display a Google Calendar in our sites.</p>
<p>I&#8217;ve been using GCal for a year to manage our Second Life events, and Google provides the cut and past code to put in other sides, like <a href="http://sl.nmc.org/calendar">our WordPress blog</a> &#8211; but MediaWiki is not going to be happy with some &lt;iframe&gt; code, so on some searching I found reference to <a href="http://wiki.couchsurfing.com/en/Google_Calendar_MediaWiki_plugin">one on the CouchSurfing Wiki</a> &#8211; yet was discouraged that their demo was busted:</p>
<p><img src='http://cogdogblog.com/wp-content/uploads/2007/08/gcal-wiki-demo.jpg' alt='gcal-wiki-demo.jpg' /></p>
<p>Going back to the Google search well, I came on the l<a href="http://www.mediawiki.org/wiki/Extension:GoogleCalendar">isting of same code in the MediaWiki collection</a></p>
<p>and it suggested that the calendar ID entered in the tags had changed. So there was hope.</p>
<p>Setting up MediaWiki extensions is not nuclear physics, but it is a far cry from &#8220;plug-in&#8221; or &#8220;widgets&#8221;. You have to copy some PHP code, upload it to the server, hand edit the MW settings file (and hope you did not chop a semi colon- a blank page is a sure sign of a typo in an extension).</p>
<p>The next tricky part was getting the right ID for our calendar. It looks like an email address, but at first it seemed like it had to be the primary calendar on an account, and the one I set up was actually a secondary calendar. It is there in the Calendar settings, under details- the text where it declares the calender ID:</p>
<p><img src='http://cogdogblog.com/wp-content/uploads/2007/08/gcal-id.jpg' alt='gcal-id.jpg' /></p>
<p>Ahhh, but there is more subtlety- in the tags you (hand code) in MediaWii, you have to swap the &#8220;@&#8221; for its url encoded entity, &#8220;%40&#8243;, so adding it to my mediawiki page is as intuitive as:</p>
<p><pre><pre>
&lt;googlecalendar&gt;
um25dbsm7uuis774tb5ualldmk%40group.calendar.google.com
&lt;/googlecalendar&gt;
</pre></pre></p>
<p>But wait there is more&#8211; the default layout was rather.. pinched, so to make it wider, I had to go into the extension source code, and bump up the height and width for the iframe tags.</p>
<p>But in the end, and now that I know, it is easy&#8230; well, sort of. I have an embedded calendar now for two different SL events, one is ours from NMC, and the other is one maintained by Bruce Summerville in Sydney, who hand adds them to a public calendar when people advertise them on the SL Educators listserv.</p>
<p><a href="http://sl.nmc.org/wiki/NMC_Campus_Calender">http://sl.nmc.org/wiki/NMC_Campus_Calender</a><br />
<a href="http://sl.nmc.org/wiki/SLED_Calender">http://sl.nmc.org/wiki/SLED_Calender</a></p>
<p>Smell the napalm!</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2007/08/30/google-cal-mediawiki/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>(CNI): Using Wikipedia to Meet Information Searchers at Their Point of Need</title>
		<link>http://cogdogblog.com/2007/04/16/cni-using-wikipedia/</link>
		<comments>http://cogdogblog.com/2007/04/16/cni-using-wikipedia/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 23:37:12 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2007/04/16/cni-using-wikipedia/</guid>
		<description><![CDATA[Trying my hand at conference blogging, here at the CNI Spring Task Force Meeting in Phoenix (Hey, my flight here was a 20 minute drive from home). Can I blog faster tan Bryan Alexander? Heck no. This first session of the breakouts is from Ann Lally head of digital Initiatives at University of Washington, and Carolyn Dunford, a former students now at Los Alamos National Laboratory. Their project began with some 2005 data from OCLC that reported ony 2% of information searches began at the web sites of libraries (!), while 89% started at search engines. Recognizing the high number of Google results that linked to WikiPedia, they developed an idea to insert links into WikiPedia articles to content or resources that UW has knowledge of or has in their digital collections. Beagin with a content analysis of the strengths of the UW holdings, and then review WikiPedia articles to [...]]]></description>
			<content:encoded><![CDATA[<p>Trying my hand at conference blogging, here at the <a href="http://www.cni.org/tfms/2007a.spring/">CNI Spring Task Force Meeting</a> in Phoenix (Hey, my flight here was a 20 minute drive from home). Can I blog faster tan Bryan Alexander? Heck no.</p>
<p><a href="http://www.cni.org/tfms/2007a.spring/abstracts/PB-wikipedia-lally.html">This first session of the breakouts</a> is from Ann Lally head of digital Initiatives at University of Washington, and Carolyn Dunford, a former students now at Los Alamos National Laboratory.</p>
<p>Their project began with some 2005 data from OCLC that reported ony 2% of information searches began at the web sites of libraries (!), while 89% started at search engines. Recognizing the high number of Google results that linked to WikiPedia, they developed an idea to insert links into WikiPedia articles to content or resources that UW has knowledge of or has in their digital collections.</p>
<p>Beagin with a content analysis of the strengths of the UW holdings, and then review WikiPedia articles to see if there was a gap that they could fill. Begain be adding 100 links to 40+ articles, and found a large increase in the visits to the library web site that came from Wikipedia. </p>
<blockquote><p>We view this as a very low cost way to enhance access to our collections as well as ane effective way to participate in the creation of resources that are used by millions around the world.</p></blockquote>
<p>Examples include links added to article on the <a href="http://en.wikipedia.org/wiki/History_of_Seattle_before_1900#Furthur_reading">Klondike Gold Rush</a></p>
<p>Offered some tips for starting out- reviewing <a href="http://en.wikipedia.org/wiki/Wikipedia:External_links">external link policies</a>, using watch lists to monitor pages they are editing.</p>
<p>Stats indicated library links from Google had the expected drop off over summer (as students are off during the summer break)&#8230; but Wikipedia generated links continued to increase over the summer! In March 2006 links form Wikipedia were the 12th on their incoming links; in October 2006, it was fourth. Also searches from The Free Library, Answers.com, Lycos which mirror content from WikiPedia.</p>
<p>Future &#8212; need to maintain links, assess if they are worth it if links were removed, continue adding links, and explore nore &#8220;viral marketing&#8221; techniques.</p>
<p><a href="http://en.wikipedia.org/wiki/Wikipedia:School_and_university_projects">School and University projects that use Wikipedia</a> &#8212; such as evaluate and verify content on a Wikipedia article using non-Internet resources; reserach and rewrite/write Wikipedia articles, evaluate wikis as a collaborative writing tool.</p>
<p>Summary &#8211; (a) It&#8217;s interesting to see an embracing effort towwards Wikipedia from a library! (b) This is a great assignment idea that teachers can us! Identify a content area your students may have knowledge, or access to some resources not yet in Wikipedia (meaning not just counting on Google to find them), and then doing an analysis to see if there are places in Wikipedia to contribute. Or something like that.</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2007/04/16/cni-using-wikipedia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Houston: We Have a MediaWiki Docs Problem</title>
		<link>http://cogdogblog.com/2007/04/09/houston/</link>
		<comments>http://cogdogblog.com/2007/04/09/houston/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 20:14:18 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[web bad dog]]></category>
		<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2007/04/09/houston/</guid>
		<description><![CDATA[MediaWiki &#8211; love the app, hate the documentation, a term used loosely. Here is a normal set of steps it took to find the answer. What I was looking for was that special MediaWiki URl you need to use to edit the sidebar links of your site. Go to the bookmark I had for MediaWiki Handbook Type in the search box navigation links I get some results but there&#8217;s a big red border box warning at the top: Important note: the instructions on this page may be out of date, incorrect, or unnecessary; for most requirements, the FAQ contains the necessary instructions. This page, however, explains some tasks not covered in the FAQ! Follow the link above for FAQ which looks like I am close, a heading of How do I change the contents of the navigation toolbar? But no, there is a fork in the docs, one for MediaWiki [...]]]></description>
			<content:encoded><![CDATA[<p>MediaWiki &#8211; love the app, hate the documentation, a term used loosely.</p>
<p>Here is a normal set of steps it took to find the answer. What I was looking for was that special MediaWiki URl you need to use to edit the sidebar links of your site.</p>
<ol>
<li>Go to the bookmark I had for  <a href="http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide">MediaWiki Handbook</a></li>
<li>Type in the search box <strong>navigation links</strong></li>
<li>I get <a href="http://meta.wikimedia.org/wiki/Navigation_Links">some results</a> but there&#8217;s a big red border box warning at the top:<br />
<blockquote><p>Important note: the instructions on this page may be out of date, incorrect, or unnecessary; for most requirements, the FAQ contains the necessary instructions. This page, however, explains some tasks not covered in the FAQ!</p></blockquote>
</li>
<li>Follow <a href="http://meta.wikimedia.org/wiki/MediaWiki_FAQ#How_do_I_change_the_contents_of_the_navigation_toolbar.3F">the link above for FAQ</a> which looks like I am close, a heading of <strong>How do I change the contents of the navigation toolbar?</strong></li>
<li>But no, there is a fork in the docs, one for MediaWiki 1.5 and newer, <a href="http://meta.wikimedia.org/wiki/Help:Navigation_bar">which I take</a>.</li>
<li>But this is no answer, it&#8217;s the big old &#8220;This Page Has Moved&#8221;:<br />
<img src='http://cogdogblog.com/wp-content/uploads/2007/04/wiki-help-moved.jpg' alt='wiki-help-moved.jpg' /></li>
<li>Finally, many clicks later, I arrive at <a href="http://www.mediawiki.org/wiki/Manual:Navigation_bar">the correct area</a>!</li>
</ol>
<p>Basically it is a Special page you have to request off the root URl of your own wiki, <strong>MediaWiki:Sidebar</strong>, which you can edit to make the left side links your own.</p>
<p>I know MediaWiki is complex software, but the documents done by wiki are a sprawling mess (at least here there are forward links set up). </p>
<p>But perhaps it&#8217;s more of a user error, as I started form an old page. I will see what happens when I start using this newer URl for a MediaWiki documents bookmark <a href="http://www.mediawiki.org/wiki/Manual:Contents">http://www.mediawiki.org/wiki/Manual:Contents</a></p>
<p>But the experience highlights what happens when Wikis Get Big. They Get Messy. It goes with the territory. I can deal with it, but the average user&#8230;.?</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2007/04/09/houston/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Vito, Send &#8216;em a wiki! Pronto!</title>
		<link>http://cogdogblog.com/2007/03/16/the-italian/</link>
		<comments>http://cogdogblog.com/2007/03/16/the-italian/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 07:29:29 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2007/03/16/the-italian/</guid>
		<description><![CDATA[That was wild. After composing the last post on wiki stuff, I decided to try ou Send2Wiki, where I managed to post my blog entry in Italian!. Amazing! But ick, a flickr page&#8230; does not send very well.]]></description>
			<content:encoded><![CDATA[<p>That was wild. </p>
<p>After composing <a href="http://cogdogblog.com/2007/03/16/floor-wax/">the last post on wiki stuff</a>, I decided to try ou <a href="http://send2wiki.com/">Send2Wiki</a>, <a href="http://www.send2wiki.com/index.php/It%E2%80%99s_a_Blog.._A_Wiki%E2%80%A6_and_a_Floor_Wax_%C2%BB_CogDogBlog">where I managed to post my blog entry in Italian!</a>.</p>
<p>Amazing!</p>
<p>But ick, <a href="http://flickr.com/photos/cogdog/420031461/">a flickr page</a>&#8230;  <a href="http://www.send2wiki.com/index.php/Do_You_Have_any_Boots_in_Size_342">does not send very well</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2007/03/16/the-italian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>It&#8217;s a Blog.. A Wiki&#8230; and a Floor Wax</title>
		<link>http://cogdogblog.com/2007/03/16/floor-wax/</link>
		<comments>http://cogdogblog.com/2007/03/16/floor-wax/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 07:18:52 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[Blog Pile]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2007/03/16/floor-wax/</guid>
		<description><![CDATA[Leigh Blackall has some great rumblings on his Vision for Wikieducator, starting with the rant: The problem with wikis is that they require people to remember to contribute, stop what they’re doing, go to the wiki, click edit and retype what they wrote somewhere else already, such as in a blog, email, or other media upload somewhere else. I really hate it when I upload an image to my preferred image host (Flickr) then have to re-upload it if I want to use it in a wiki. And what about this blog post? As I write I’m thinking about how I might put it on the wikieducator discussion pages I’m involved in… I think I’ll just add a link there and point to this post. Wikis are generally messy, chaotic, and unless you have a Wiki General overseeing it, the sites end up being useful to more or less they [...]]]></description>
			<content:encoded><![CDATA[<p>Leigh Blackall has some great <a href="http://learnonline.wordpress.com/2007/03/15/my-vision-for-wikieducator/">rumblings on his Vision for Wikieducator</a>, starting with the rant:</p>
<blockquote><p>The problem with wikis is that they require people to remember to contribute, stop what they’re doing, go to the wiki, click edit and retype what they wrote somewhere else already, such as in a blog, email, or other media upload somewhere else. I really hate it when I upload an image to my preferred image host (Flickr) then have to re-upload it if I want to use it in a wiki. And what about this blog post? As I write I’m thinking about how I might put it on the wikieducator discussion pages I’m involved in… I think I’ll just add a link there and point to this post.</p></blockquote>
<p>Wikis are generally messy, chaotic, and unless you have a Wiki General overseeing it, the sites end up being useful to more or less they person that plunked the most wiki code in the edit boxes.</p>
<p>And Leigh goes on to expand his vision of wikis being a channel for bringing in content from other sources and being able to broadcast them out, on all, the magic carpet ride of RSS still is at the core. He points to the features in the <a href="http://wikieducator.org/">WikiEducator</a> site, which is a powerful site fueled on the MediaWiki engine.</p>
<p>So wikis are more than WikiPedia (thankfully), the mass writing well, and more than the open idea stew pot for collaborators. <a href="http://cat-diaries.blogspot.com/">Just as blogs need not be diaries</a>, wikis are not relegated to being just wild scratch pads&#8230;</p>
<p>And across the great Pacific Ocean from Leigh, <a href="http://weblogs.elearning.ubc.ca/brian/archives/036760.php">Brian Lamb picks up the wiki stream</a>, citing WikiEducator, as well as some of the <a href="http://www.mediawiki.org/wiki/Category:Extensions">groovy extensions for MediaWiki</a>, but the gem was the pointing to <a href="http://send2wiki.com/">SendToWiki</a>, a site/tool/magic wand that offers a bookmarklet that allows you to send web pages to a wiki so that you can remix them&#8221; and that wikis is&#8230; MediaWiki.</p>
<p>I&#8217;d been meaning to try and write up some recent new bits I&#8217;ve picked up from using MediaWiki on a few NMC sites (<a href="http://www.nmc.org/campus/">NMC Campus Guide</a>, <a href="http://www.nmc.org/horizon/wiki">Horizon Project</a>).</p>
<p>In prep for our <a href="http://www.nmc.org/campus/NMConnect">NMConnect event</a> last month, one of our colleagues in the Second Life art world, turned us on to a few useful extensions. <a href="http://cogdogblog.com/2006/07/14/rendering-rss-inside-media-wiki/">I had already been using an RSS extenstion</a> that allows us to embed content read in via RSS feeds, and I had made some modifications on it. I have a front page side bar on the <a href="http://www.nmc.org/campus/Main_Page">NMC Campus Guide</a> that pulls in headlines via RSS from our <a href="http://www.nmc.org/sl/">NMC Campus Observer</a>. You know that tune about &#8220;Small Pieces Loosely&#8230;.&#8221;</p>
<p>MediaWiki extensions are code that people write; you stick a php script or a folder of them inside your mediaWiki extensions directory, and add a line to your LocalSettings.php file to activate it. Some are almost drag and drop in simplicity, such as the ones <a href="http://www.mediawiki.org/wiki/Extension:YouTube_%28Iubito%29">that allow you to easily embed YouTube video</a> or <a href="http://meta.wikimedia.org/wiki/GoogleVideo">one that does the same with Google Video</a>. These are really easy, in wii editing, you simply include code like:</p>
<p><pre><pre>
&lt;googlevideo&gt;6444586097901795775&lt;/googlevideo&gt;
</pre></pre></p>
<p>to embed the Google Video from the URL from http://video.google.com/videoplay?docid=6444586097901795775</p>
<p>The <a href="http://s23.org/wiki/Flickr_Extension">Flickr Extension</a> took a bit more leg work; you need to get the <a href="http://www.phpflickr.com/">phpFlickr code</a> running on your web server, which in itself involved setting up a Flickr API key and such, installing some extra PHP libraries.  </p>
<p>but if you get through all that, you can embed flickr images for any desired tag with MediaWiki code like:</p>
<p><pre><pre>
&lt;flickr limit=5&gt;dog&lt;/flickr&gt;
</pre></pre></p>
<p>Which will show the 5 most interesting dog pictures. Every wiki needs that. I set those up, but have not done much with them besides doing <a href="http://www.nmc.org/campus/Quick_test">a test page that has all three extensions mentioned above</a>.</p>
<p>Gotta love extensions, takes your wiki up a notch.</p>
<p>One of the downsides of doing good wikis is the difficulty in creating a method for navigation between say 5 or 6 or 10 wiki pages that are inter-related. I had done a number of these by manually creating sidebars, or top row wiki text, with hand coded links to the other pages, and a bold tag to indicate the current page. Old school. One short cut is that you don&#8217;t need to do special code to highlight the current page. If, say you have a wiki page named &#8220;Bugs Bunny&#8221;, you can create a cut and paste navigation code like:</p>
<p><pre><pre>
== Toon Friends ==
* [[Bugs Bunny]]
* [[Elmer Fudd]]
* [[Tweety Bird]]
* [[Porky Pig]]
</pre></pre></p>
<p>If I use this same nav code on all four of my pages, MediaWiki automatically turns the link code to just a bold tag, if you are on ne of those pages.</p>
<p>But that still calls for manual edits, and a _____ load of cutting and pasting to modify your menu.</p>
<p>So that is where <a href="http://meta.wikimedia.org/wiki/Template">MediaWiki templates</a> come in. Woah, these are powerful. They are smaller bits of MediaWiki content you can create, and use as include-like statements in any page. So this means, rather than say, creating a hand coded nav box on every one of my Toon Friend pages, I can create one template, and reference it in any other page&#8230; with the payoff, that if I edit the Template code, it changes on all pages that use it.</p>
<p>So if I take the same code above, and stick it inside a page at a wiki page on my site called Template:Toon Navigation (you can just append something like &#8220;Template:Toon_Navigation&#8221; in a URL that normally generates a wiki page, and it gives you the option to edit this new page. Just pop the code in and save. </p>
<p>Now I have my navigation code in one place, and where-ever I want it to appear in a regular page, I use:</p>
<p><pre><pre>
{{Toon Navigation}}
</pre></pre></p>
<p>The Double curly braces tell MediaWiki to insert the template stuff into the flow of the page.  I used it on the <a href="http://www.nmc.org/campus/NMConnect">NMConnect series of pages</a> to include the header graphic and right floated navigation, plus the footer at the bottom&#8230; it makes for Wiki pages that are more consistent, and used well, can provide an easier way to update content that hand editing gobs of pages.</p>
<p>You can <a href="http://meta.wikimedia.org/wiki/Template">get crazier with templating</a>, as it can use variables and grep like expressions to do powerful tasks.</p>
<p>So this is the thing. MediaWiki is insanely powerful, but the guts of it, and doing things that are not in the box, are not really for the fainthearted. I can never find the same set of documentation bits on a repeat visit (unles I bookmark them) &#8212; the docs are a sprawling mess, and there is a book waiting to be written to explain it all in <a href="http://www.dummies.com/">one of those bright yellow covered flavors</a>.</p>
<p>I think 90% of the users of MediaWiki stray as far as changing the logo in the top left and 95% of us use the stock Monobook style I feel like I&#8217;ve only scraped down maybe 5 or 10% of what is there. It&#8217;s cool to see even more unfolding out there, especially as wikis grow more in variety and interesting uses out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2007/03/16/floor-wax/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>A Book About Wikis Published As A Wiki</title>
		<link>http://cogdogblog.com/2006/10/24/wiki-book/</link>
		<comments>http://cogdogblog.com/2006/10/24/wiki-book/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 15:36:28 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[ed tech]]></category>
		<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2006/10/24/a-book-about-wikis-published-as-a-wiki/</guid>
		<description><![CDATA[It was pretty much another curious link click of serendipity last May that led me to Stewart Mader&#8217;s Wiki/Blog Using Wiki in Education. I gotta like a domain he chose that is &#8220;wiki&#8221; spelled backwards http://www.ikiw.org/. Today Stewart is unveiling his new book/web site project Using Wiki in Education, headlined there as &#8220;A Wiki-Based Book&#8221;. I got a sneak peek a few days ago, and am rather excited to see this work go out. It includes 10 in depth case studies of educators who are using wikis in the classroom: It contains 10 case studies written by teachers that describe how they&#8217;re using the wiki to transform courses and engage today&#8217;s students in a range of environments including high school, small college, major research university, online/distance learning and research lab. This is the first book to focus specifically on the wiki in education and be developed and published using a [...]]]></description>
			<content:encoded><![CDATA[<p>It was pretty much <a href="http://cogdogblog.com/2006/05/12/mighty-link/">another curious link click of serendipity</a> last May that led me to Stewart Mader&#8217;s Wiki/Blog Using Wiki in Education. I gotta like a domain he chose that is &#8220;wiki&#8221; spelled backwards <a href="http://www.ikiw.org/">http://www.ikiw.org/</a>.</p>
<p>Today Stewart is unveiling his new book/web site project <a href="http://www.wikiineducation.com/">Using Wiki in Education</a>, headlined there as &#8220;A Wiki-Based Book&#8221;. I got a sneak peek a few days ago, and am rather excited to see this work go out. It includes 10 in depth case studies of educators who are using wikis in the classroom:</p>
<blockquote><p>It contains 10 case studies written by teachers that describe how they&#8217;re using the wiki to transform courses and engage today&#8217;s students in a range of environments including high school, small college, major research university, online/distance learning and research lab. This is the first book to focus specifically on the wiki in education and be developed and published using a wiki, so it actively demonstrates the tool in action.</p></blockquote>
<p>On the site, two chapters are free for anyone, and US$19 gets you access to read, download PDF, and help co-edit a last chapter. Each month, another chapter will be released as free.</p>
<p>It&#8217;s great content for those interested in learning more about educator beast practices, but to me even more interesting as an experiment in a new publishing mode.</p>
<p>Learn more in Chaoter 1:  <a href="http://www.wikiineducation.com/display/ikiw/Four+Letter+Words+-+How+wiki+and+edit+are+making+the+Internet+a+better+teaching+tool">Four Letter Words: how wiki and edit are making the Internet a better learning tool</a> (available now for free).</p>
<blockquote><p>This book is intended to help you better understand how a wiki can transform what you do for the better. Through a compilation of case studies you&#8217;ll see how different wiki tools have been applied to a variety of situations &#8211; from a major research university to a small liberal arts college, from open source to web-hosted and enterprise tools, from a high school technology course to a college freshman writing program. The first of these case studies illustrates how a wiki has been applied to a world-wide educational website to enable a growing community direct access to contribute and edit content. It also tells the story of how I became interested in the wiki.</p></blockquote>
<p>Go now! <a href="http://www.wikiineducation.com/">http://www.wikiineducation.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2006/10/24/wiki-book/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Rendering RSS inside Media Wiki</title>
		<link>http://cogdogblog.com/2006/07/14/rendering-rss-inside-media-wiki/</link>
		<comments>http://cogdogblog.com/2006/07/14/rendering-rss-inside-media-wiki/#comments</comments>
		<pubDate>Fri, 14 Jul 2006 19:02:21 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[R&D]]></category>
		<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2006/07/14/rendering-rss-inside-media-wiki/</guid>
		<description><![CDATA[I&#8217;m just getting my feet wet with customizing MediaWiki for several NMC projects- sure it is easy to set up and install out of the box, dump the flower logo for your own, but there is sure a lot of stuff under the hood. There are a lot of flexible editing codes if you can dive into them. While Tim notes some new WikiPedia RSS feeds, and there are RSS out form Mediawiki powered sites to update on changes, I found nothing to render RSS content inside Mediawiki, which I have seen on some other wiki sites. So it was off to scrounge, and I found an extension hot off the press called GISWiki/RSS&#8211; te nice thing for me is that it is based on the good old MagpieRSS parser, something I have played with quite a bit. So I dropped the script into my Mediawiki extensions folder, created a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just getting my feet wet with customizing <a href="http://www.mediawiki.org/">MediaWiki</a> for several NMC projects- sure it is easy to set up and install out of the box, dump the flower logo for your own, but there is sure a lot of stuff under the hood. There are a lot of flexible editing codes if you can dive into them. While <a href="http://tim.lauer.name/archives/004766.html">Tim notes some new WikiPedia RSS feeds</a>, and there are RSS out form Mediawiki powered sites to update on changes, I found nothing to render RSS content <em>inside</em> Mediawiki, which I have seen on some other wiki sites.</p>
<p>So it was off to scrounge, and I found an extension hot off the press called <a href="http://meta.wikimedia.org/wiki/GISWiki/RSS">GISWiki/RSS</a>&#8211; te nice thing for me is that it is based on the good old <a href="http://magpierss.sourceforge.net/">MagpieRSS parser</a>, something I have <a href="http://feed2js.org/">played with quite a bit</a>.</p>
<p>So I dropped the script into my Mediawiki extensions folder, created a test page. Ugh- it renders all the content as standard HTML, using tags Media wiki ignore. I assume the example site perhaps has some HTML extensions that allows &lt;a href&#8230;&gt; tags, but I did not want to go down that route.</p>
<p>So I rolled up my sleeves, and just edited the output to use Mediawiki type codes. It was only about 6 changes, but I have now incorporated it as a side bar on our <a href="http://www.nmc.org/campus/Main">NMC Campus Guide wiki</a>, using feed content from the <a href="http://www.nmc.org/sl">NMC Campus Observer</a>.</p>
<p><a href="http://cogdogblog.com/wp-content/uploads/Picture%204.jpg" onclick="window.open('http://cogdogblog.com/wp-content/uploads/Picture%204.jpg','popup','width=824+20,height=520+20,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://cogdogblog.com/wp-content/uploads/Picture%204-tm.jpg" height="302" width="480" align="" border="1" hspace="4" vspace="4" alt="Picture 4" title="" longdesc="" class="centered" /></a></p>
<p>There are some good options in the code- I want to explore further the ones that provide a keyword filter (assume it could filter the output to include items matching the keywords), and the option to highlight specific keywords in the output.</p>
<p>Another example test page, using the New York Times technology News feed, this an output with item descriptions, and entering my own string for the feed title:</p>
<p><a href="http://cogdogblog.com/wp-content/uploads/Picture%205.jpg" onclick="window.open('http://cogdogblog.com/wp-content/uploads/Picture%205.jpg','popup','width=683+20,height=557+20,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://cogdogblog.com/wp-content/uploads/Picture%205-tm.jpg" height="391" width="480" align="" border="1" hspace="4" vspace="4" alt="Picture 5" title="" longdesc="" class="centered" /></a></p>
<p>But so far, I like what it does, and is going to be a key loose joining in some new small piece action.</p>
<p>Oh, I posted a copy of my version of this at <a href="http://cogdogblog.com/code/rss.php.txt">http://cogdogblog.com/code/rss.php.txt</a> &#8211; just remove the &#8220;.txt&#8221;, and modify the one path variable for your location of magpie (I will later post my change to the Mediawiki site where I found it).</p>
<p>Feed on, inside yer wiki!</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2006/07/14/rendering-rss-inside-media-wiki/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Message From A Peanut Butter Chef</title>
		<link>http://cogdogblog.com/2006/03/30/message-from-a-peanut-butter-chef/</link>
		<comments>http://cogdogblog.com/2006/03/30/message-from-a-peanut-butter-chef/#comments</comments>
		<pubDate>Thu, 30 Mar 2006 14:19:20 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2006/03/30/message-from-a-peanut-butter-chef/</guid>
		<description><![CDATA[Triggered by yesterday&#8217;s post on how one of our Spanish teachers started using PBWiki, I got a nice email from Ramit, one of the PBWiki co-founders, seeking ideas on how to &#8220;spread&#8221; the peanut butter / wiki concept to other teachers: I also noticed you&#8217;re involved in instructional technology, so I wanted to ask your advice. We&#8217;ve been making PBwiki better and better for educators to use, and we&#8217;re really interested in spreading the word in the educational community. It seems like educators talk to each other pretty often, and I&#8217;m wondering how we might reach them to encourage them to use wikis. Do you have any ideas? Are there specific people or places we should be talking to? I would appreciate your advice. Wikis are a fantastic way for educators and teachers to collaborate in the classroom and we&#8217;re eager to help teachers do it using PBwiki. Thanks, -Ramit [...]]]></description>
			<content:encoded><![CDATA[<p>Triggered by <a href="http://cogdogblog.com/2006/03/29/after-all-wiki-does-mean-quick/">yesterday&#8217;s post</a> on how one of our Spanish teachers started using PBWiki, I got a nice email from Ramit, one of the <a href="http://pbwiki.com/">PBWiki</a> co-founders, seeking ideas on how to &#8220;spread&#8221; the peanut butter / wiki concept to other teachers:</p>
<blockquote><p>I also noticed you&#8217;re involved in instructional technology, so I wanted to ask your advice. We&#8217;ve been making PBwiki better and better for educators to use, and we&#8217;re really interested in spreading the word in the educational community.</p>
<p>It seems like educators talk to each other pretty often, and I&#8217;m wondering how we might reach them to encourage them to use wikis. Do you have any ideas? Are there specific people or places we should be talking to?</p>
<p>I would appreciate your advice. Wikis are a fantastic way for educators and teachers to collaborate in the classroom and we&#8217;re eager to help teachers do it using PBwiki.</p>
<p>Thanks,</p>
<p>-Ramit<br />
PBwiki Team</p>
<p>PS&#8211;We developed a new overview page of wikis in education:<br />
<a href="http://www.pbwiki.com/edu">http://www.pbwiki.com/edu</a></p>
<p>And we have tons of examples, like:<br />
* Penn State&#8217;s English 15 class:<br />
<a href="http://epochewiki.pbwiki.com/RhetoricAndComposition">http://epochewiki.pbwiki.com/RhetoricAndComposition</a><br />
* A Texas teacher&#8217;s wiki,<br />
<a href="http://teachingtechcomm.pbwiki.com">http://teachingtechcomm.pbwiki.com</a>
</p></blockquote>
<p>I provided my own feedback, along with my own love of PBWiki, and asked him also to contact Maricopas&#8217;s Alisa Cooper, who I mentioned <a href="http://cogdogblog.com/2006/03/24/dr-coop/">previously recently</a> for <a href="http://drcoop.pbwiki.com/">her workshop</a> done here using PBWiki.</p>
<p>But hey, more blog readers/commenters are much better than me, so I encourage you to add some of your own ideas and Ramit can find them in the comments below. What does it take for teachers to take that leap into wikis?</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2006/03/30/message-from-a-peanut-butter-chef/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>After All, Wiki Does Mean Quick</title>
		<link>http://cogdogblog.com/2006/03/29/after-all-wiki-does-mean-quick/</link>
		<comments>http://cogdogblog.com/2006/03/29/after-all-wiki-does-mean-quick/#comments</comments>
		<pubDate>Wed, 29 Mar 2006 19:15:50 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2006/03/29/after-all-wiki-does-mean-quick/</guid>
		<description><![CDATA[Two days ago, a colleague at one of our colleges asked me what wiki software our district provides. I responded, &#8220;none&#8221; (In Maricopa, such services are hosted at each college), but I took the opportunity to suggest that he try one of the free, externally hosted ones to experiment and flesh out some content or ideas. Like PBWiki. It seems to make sense to use the freebies before deciding on an Enterprise Institutional Official Wiki. So how cool it is less than a day later than James shares with not only me, but his colleagues, his Glendale Community College&#8217;s Wiki for Spanish students, where it looks like he is providing web resources that correspond to the chapters in his textbook. He says that ChapterTres has the most so far. I am not sure of his plans, but I can envision having his other Spanish faculty, even students, help co-author this [...]]]></description>
			<content:encoded><![CDATA[<p>Two days ago, a colleague at one of our colleges asked me what wiki software our district provides.</p>
<p>I responded, &#8220;none&#8221; (In Maricopa, such services are hosted at each college), but I took the opportunity to suggest that he try one of the free, externally hosted ones to experiment and flesh out some content or ideas. Like <a href="http://www.pbwiki.com/">PBWiki</a>. It seems to make sense to use the freebies before deciding on an Enterprise Institutional Official Wiki.</p>
<p>So how cool it is less than a day later than James shares with not only me, but his colleagues, his <a href="http://gccspanish.pbwiki.com/">Glendale Community College&#8217;s Wiki for Spanish students</a>, where it looks like he is providing web resources that correspond to the chapters in his textbook. He says that <a href="http://gccspanish.pbwiki.com/ChapterTres">ChapterTres</a> has the most so far.</p>
<p>I am not sure of his plans, but I can envision having his other Spanish faculty, even students, help co-author this resource. </p>
<p>Go, Wiki, Quickly! It&#8217;s nice to see the first steps of something that may fly.</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2006/03/29/after-all-wiki-does-mean-quick/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Dr Coop and &#8220;What Can You Do With a Wiki?&#8221;</title>
		<link>http://cogdogblog.com/2006/03/24/dr-coop/</link>
		<comments>http://cogdogblog.com/2006/03/24/dr-coop/#comments</comments>
		<pubDate>Sat, 25 Mar 2006 00:59:33 +0000</pubDate>
		<dc:creator>Alan Levine aka CogDog</dc:creator>
				<category><![CDATA[web good dog]]></category>
		<category><![CDATA[wikis]]></category>

		<guid isPermaLink="false">http://cogdogblog.com/2006/03/24/dr-coop-and-what-can-you-do-with-a-wiki/</guid>
		<description><![CDATA[I had fun this afternoon helping in a wiki workshop at South Mountain Community College. &#8220;Dr Coop&#8221; is Alisa Cooper, a gem of an English teacher who pretty much tries and finds almost every new technology- in a thoughtful and effective manner. She got turned onto PBWiki last year and has been using it extensively with her first year composition students- but she dabbles also in 2 other hosted wiki places, several blogs, Writely, YouTube, and like 10 more I am forgetting. Today she led a &#8220;What Can You Do With a Wiki?&#8221; Workshop: which, of course, was a workshop on wikkis, that used a wiki for the workshop. Get it? She does: http://drcoop.pbwiki.com/ it&#8217;s been a few weeks since I&#8217;d been in PBWiki, and they keep adding cool new features. She paid the fee for the upgrade version, which gives you discussion areas on all pages, the ability to [...]]]></description>
			<content:encoded><![CDATA[<p>I had fun this afternoon helping in a wiki workshop at South Mountain Community College. &#8220;Dr Coop&#8221; is Alisa Cooper, a gem of an English teacher who pretty much tries and finds almost every new technology- in a thoughtful and effective manner. She got turned onto <a href="http://www.pbwiki.com/">PBWiki</a> last year and has been using it extensively with her first year composition students- but she dabbles also in 2 other hosted wiki places, several blogs, Writely, YouTube, and like 10 more I am forgetting.</p>
<p>Today she led a <a href="http://drcoop.pbwiki.com/">&#8220;What Can You Do With a Wiki?&#8221;</a> Workshop:</p>
<div align="center"><a href="http://cogdogblog.com/wp-content/uploads/images/wikiworkshop.jpg" onclick="window.open('http://cogdogblog.com/wp-content/uploads/images/wikiworkshop.jpg','popup','width=600+20,height=194+20,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://cogdogblog.com/wp-content/uploads/images/wikiworkshop-tm.jpg" height="129" width="400" align="" border="0" hspace="0" vspace="8" alt="Wikiworkshop" /></a></div>
<p>which, of course, was a workshop on wikkis, that used a wiki for the workshop. Get it? She does: <a href="http://drcoop.pbwiki.com/">http://drcoop.pbwiki.com/</a></p>
<p>it&#8217;s been a few weeks since I&#8217;d been in PBWiki, and they keep adding cool new features. She paid the fee for the upgrade version, which gives you discussion areas on all pages, the ability to lock pages, and access to usage statistics. And along the way, I picked up a bag of Web X.0 tools I had never seen or used- </p>
<p>* <a href="http://www.stikipad.com/">StickiPad</a> a hosted wiki that offers a spreadsheet like functionality<br />
* <a href="http://www.meebo.com/">Meebo</a> a browser tool that allows you to run chats in AIM, ICQ, MSN, and Yahoo, all in one interface. Slick. Nothing to do with wikis, but slick.<br />
* <a href="http://www.seedwiki.com/">SeedWiki</a> which I had heard of but never bothered to look- it has a full featured WYSIWIG editor which frees people from needing the bizarre wikis formatting codes which are never the same from wiki to wiki</p>
<p>And check out the ways Dr. Coop has used Wikis:</p>
<p>* <a href="http://drcoop.pbwiki.com/ENG101%20Book%20Selection"> English 101 Book Selection</a><br />
* <a href="http://freshmancomp.pbwiki.com/">ENG101: Freshman Composition Wiki</a> &#8212; used for classroom content presentation, student peer review, and posting of student writing; see the &#8220;Unit Projects&#8221; as well as the <a href="http://freshmancomp.pbwiki.com/ENG102">ones from fall 2005</a><br />
* <a href="http://dvtrack.pbwiki.com/">Deer Valley HS Track Team Wiki</a> &#8211; ideally the coaches would post info about the events they support&#8211; &#8220;This is the team wiki for a local high school. The other coaches haven&#8217;t caught on to it yet, but the student athletes love it.&#8221; (The Dr is also an athlete and coach- she even finds time to <a href="http://tri.alisacooper.com/">run marathons</a>!)</p>
<p>She is one of these faculty us IT folks dream to work with, and I will miss her after I am gone April 7&#8211; keep on pushing all the envelopes, Dr. Coop!</p>
]]></content:encoded>
			<wfw:commentRss>http://cogdogblog.com/2006/03/24/dr-coop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>

