<?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>D&#039;Arcy Norman dot net &#187; greasemonkey</title>
	<atom:link href="http://www.darcynorman.net/tag/greasemonkey/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net</link>
	<description>apparently much happier in person</description>
	<lastBuildDate>Fri, 20 Nov 2009 03:52:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MediaWiki as a presentation application</title>
		<link>http://www.darcynorman.net/2007/05/02/mediawiki-as-a-presentation-application/</link>
		<comments>http://www.darcynorman.net/2007/05/02/mediawiki-as-a-presentation-application/#comments</comments>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<dc:creator>dnorman</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">1622997609</guid>
		<description><![CDATA[<p>I gave a presentation this morning as part of Faculty Technology Days 2007. I was asked a few weeks ago if I&#39;d like to talk about weblogs and wikis, and I couldn&#39;t come up a reason why not, so they slotted me in. In the meantime, I&#39;ve been doing a lot of thinking about weblogs, wikis, academic publishing, and being <a href="http://openconnectedsocial.learningparty.net/">Open, Connected and Social</a>. So I decided to try to subvert my presentation slightly, into a more open-content-is-good kind of talk (but still based on blogs and wikis for much of it). What better way to do that, than to present directly from a wiki? It&#39;s worked very well for <a href="http://weblogs.elearning.ubc.ca/brian">Brian Lamb</a>  - all of his presentations are wiki-driven. </p><p>Yesterday, I came across a link to <a href="http://userscripts.org/tag/wikipedia">some Firefox Greasemonkey scripts</a>  for use with <a href="http://www.mediawiki.org/wiki/MediaWiki">Mediawiki</a>.   (aside: I&#39;d thought I&#39;d seen the link via Twitter, but can&#39;t seem to find who said it there - I remembered it being from <a href="http://www.edtechpost.ca/wordpress/">Scott Leslie</a>, but it could have been through del.icio.us, or via a comment he made on a blog somewhere...)</p><p>Anyway, on scanning through the list, one jumped out at me. Not literally, but that would have been cool. The &#34;<a href="http://userscripts.org/scripts/show/6372" aiotitle="Wikipedia Presentation">Wikipedia Presentation</a>&#34; script sounded very cool. I&#39;m a big fan of the wiki-as-presentation style, and this mashed up a Mediawiki page with the awesome <a href="http://meyerweb.com/eric/tools/s5/">S5 html presentation engine</a>. By installing this script, it automatically enables viewing any Mediawiki page as a full-screen slideware presentation.</p><p>So, I installed it.</p><p>And it failed. The current version of the script has been updated for the current version of Mediawiki. I&#39;m using an older version (because my server doesn&#39;t have the latest PHP bits to run the latest MediaWiki). Older Mediawiki pages use div elements to mark sections of a page, while newer versions use spans. After some extremely complicated editing of the Greasemonkey script (changing the 3 instances of &#34;span&#34; to say &#34;div&#34; instead) I was off and running. My modified (i.e., reverted) version of the Greasemonkey script is <a href="/files/wikipediapresentation.user.js">available here</a>.<br /></p><p><a href="http://www.flickr.com/photos/dnorman/481548011/"><img src="http://farm1.static.flickr.com/182/481548011_c2773e1e1f.jpg?v=0" onload="show_notes_initially();" class="reflect" height="333" width="500" /></a> </p><p>The cool thing, if you&#39;re using a Mac (and, really, what ISN&#39;T cooler if you&#39;re using a Mac) is that you can install an application called <a href="http://twistedmelon.com/">Mira</a>  to enable using the Apple Remote to control Firefox. I bound the back/forward buttons on the remote to the left/right arrow keys, and I was navigating through a Mediawiki page as a full-screen presentation, using a wireless remote.</p><p>With the script installed, the <a href="http://wiki.ucalgary.ca/page/WeblogsAndWikis">wiki/presentation page for this presentation</a>  should show a &#34;Start Presentation&#34; link right beneath the article title.</p><p>There was one minor tweak I needed to make. By default, the content of the slide starts too far down the screen. When using a projector, you may be stuck at 800x600, and a bunch of that was sucked up by empty space at the top. So, I overrode one of the styles to make it start higher up. There are a couple of ways you can do this. If you have the Web Developer extension installed, just add a new User Style Sheet containing the style below. Otherwise, edit your Mediawiki skin (in my case, the file at /skins/monobook/main.css ) to add this: </p><pre><code>#wikipedia_presentation {<br />     margin-top: 0 !important;<br />}<br /></code></pre>]]></description>
			<content:encoded><![CDATA[<p>I gave a presentation this morning as part of Faculty Technology Days 2007. I was asked a few weeks ago if I&#39;d like to talk about weblogs and wikis, and I couldn&#39;t come up a reason why not, so they slotted me in. In the meantime, I&#39;ve been doing a lot of thinking about weblogs, wikis, academic publishing, and being <a href="http://openconnectedsocial.learningparty.net/">Open, Connected and Social</a>. So I decided to try to subvert my presentation slightly, into a more open-content-is-good kind of talk (but still based on blogs and wikis for much of it). What better way to do that, than to present directly from a wiki? It&#39;s worked very well for <a href="http://weblogs.elearning.ubc.ca/brian">Brian Lamb</a>  &#8211; all of his presentations are wiki-driven. </p>
<p>Yesterday, I came across a link to <a href="http://userscripts.org/tag/wikipedia">some Firefox Greasemonkey scripts</a>  for use with <a href="http://www.mediawiki.org/wiki/MediaWiki">Mediawiki</a>.   (aside: I&#39;d thought I&#39;d seen the link via Twitter, but can&#39;t seem to find who said it there &#8211; I remembered it being from <a href="http://www.edtechpost.ca/wordpress/">Scott Leslie</a>, but it could have been through del.icio.us, or via a comment he made on a blog somewhere&#8230;)</p>
<p>Anyway, on scanning through the list, one jumped out at me. Not literally, but that would have been cool. The &quot;<a href="http://userscripts.org/scripts/show/6372" aiotitle="Wikipedia Presentation">Wikipedia Presentation</a>&quot; script sounded very cool. I&#39;m a big fan of the wiki-as-presentation style, and this mashed up a Mediawiki page with the awesome <a href="http://meyerweb.com/eric/tools/s5/">S5 html presentation engine</a>. By installing this script, it automatically enables viewing any Mediawiki page as a full-screen slideware presentation.</p>
<p>So, I installed it.</p>
<p>And it failed. The current version of the script has been updated for the current version of Mediawiki. I&#39;m using an older version (because my server doesn&#39;t have the latest PHP bits to run the latest MediaWiki). Older Mediawiki pages use div elements to mark sections of a page, while newer versions use spans. After some extremely complicated editing of the Greasemonkey script (changing the 3 instances of &quot;span&quot; to say &quot;div&quot; instead) I was off and running. My modified (i.e., reverted) version of the Greasemonkey script is <a href="/files/wikipediapresentation.user.js">available here</a>.</p>
<p><a href="http://www.flickr.com/photos/dnorman/481548011/"><img src="http://farm1.static.flickr.com/182/481548011_c2773e1e1f.jpg?v=0" onload="show_notes_initially();" class="reflect" height="333" width="500" /></a> </p>
<p>The cool thing, if you&#39;re using a Mac (and, really, what ISN&#39;T cooler if you&#39;re using a Mac) is that you can install an application called <a href="http://twistedmelon.com/">Mira</a>  to enable using the Apple Remote to control Firefox. I bound the back/forward buttons on the remote to the left/right arrow keys, and I was navigating through a Mediawiki page as a full-screen presentation, using a wireless remote.</p>
<p>With the script installed, the <a href="http://wiki.ucalgary.ca/page/WeblogsAndWikis">wiki/presentation page for this presentation</a>  should show a &quot;Start Presentation&quot; link right beneath the article title.</p>
<p>There was one minor tweak I needed to make. By default, the content of the slide starts too far down the screen. When using a projector, you may be stuck at 800&#215;600, and a bunch of that was sucked up by empty space at the top. So, I overrode one of the styles to make it start higher up. There are a couple of ways you can do this. If you have the Web Developer extension installed, just add a new User Style Sheet containing the style below. Otherwise, edit your Mediawiki skin (in my case, the file at /skins/monobook/main.css ) to add this: </p>
<pre><code>#wikipedia_presentation {     margin-top: 0 !important;}</code></pre>
 <img src="http://www.darcynorman.net/wp-content/plugins/feed-statistics.php?view=1&post_id=1622" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.darcynorman.net/2007/05/02/mediawiki-as-a-presentation-application/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
