<?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/"
	>

<channel>
	<title>really serious business</title>
	<atom:link href="http://myblog.is.really-serious.biz/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://myblog.is.really-serious.biz</link>
	<description>this blog totally is.</description>
	<pubDate>Fri, 27 Feb 2009 14:22:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wiki Edits Graph Userscript</title>
		<link>http://myblog.is.really-serious.biz/?p=12</link>
		<comments>http://myblog.is.really-serious.biz/?p=12#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:49:05 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
		<category><![CDATA[coding]]></category>

		<guid isPermaLink="false">http://myblog.is.really-serious.biz/?p=12</guid>
		<description><![CDATA[I got a little bored on my ride on the Bolt Bus so I started surfing around wikipedia. I&#8217;ve recently taken to quickly looking at the edits page of a wiki when reading it, just to see if there&#8217;s been any interesting or recently activity on the info. Whilst in the midst of checking this info [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I got a little bored on my ride on the <a title="Free internet and power jacks AND you mgiht get a ticket for $1, how can you go wrong?" href="http://www.boltbus.com" target="_blank">Bolt Bus</a> so I started surfing around <a title="Brain Enriching Hours Wasted Machine" href="http://www.wikipedia.org" target="_blank"><span><span>wikipedia</span></span></a>. I&#8217;ve recently taken to quickly looking at the edits page of a wiki when reading it, just to see if there&#8217;s been any interesting or recently activity on the info. Whilst in the midst of checking this info out, I decided it would be cool if there was some quick way to see this info broken down into an easy to read graphical display. This is when I decided that I could probably make this happen with some clever <a title="My Internet, My Way, Right Now." href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank"><span><span>greasemonkeying</span></span></a>.</p>
<p style="text-align: left;">A few hours later I had a proof of concept script that even worked fairly well, thanks to a great little JavaScript/Canvas graphing kit called <a title="It even does SVG!" href="http://www.liquidx.net/plotkit/" target="_blank"><span><span>PlotKit</span></span></a><span> from <span>liquidx</span>.net (which uses <span>excanvas</span> by Google, and </span><a href="http://mochikit.com/" target="_blank"><span><span>MochiKit</span></span></a>). </p>
<p style="text-align: left;"><span>Some screen <span>grabbage</span>:</span></p>
<table style="text-align: center; align: center;" border="0" cellspacing="5" cellpadding="0" width="100%">
<tbody></tbody>
<tbody>
<tr>
<td><a href="http://myblog.is.really-serious.biz/wp-content/uploads/2009/02/wikieditsbutton.png"><img class="size-thumbnail wp-image-15" title="Wiki Edits Button" src="http://myblog.is.really-serious.biz/wp-content/uploads/2009/02/wikieditsbutton-150x150.png" alt="Adds a button tot he nav bar" width="150" height="150" /></a> </p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_15" class="wp-caption aligncenter" style="width: 160px;">
<dd class="wp-caption-dd"><span>Adds a button to the <span>nav</span> bar</span></dd>
</dl>
</div>
</td>
<td><a href="http://myblog.is.really-serious.biz/wp-content/uploads/2009/02/wikieditsgraph.png"><img class="size-thumbnail wp-image-16" title="wikieditsgraph" src="http://myblog.is.really-serious.biz/wp-content/uploads/2009/02/wikieditsgraph-150x150.png" alt="Overlay Graph" width="150" height="150" /></a>    </p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_16" class="wp-caption aligncenter" style="width: 160px;">
<dd class="wp-caption-dd">Overlay Graph</dd>
</dl>
</div>
</td>
</tr>
</tbody>
</table>
<p style="text-align: left;"><span>The graph is currently edits/time, and it tries to pick an appropriate time scale (months/weeks/days/hours/etc) depending on what the data points are. In the future I&#8217;m probably going to add functionality that will let you choose between different <span>datasets</span>, including edits/user.</span></p>
<p style="text-align: left;"> </p>
<p style="text-align: left;">You can <a href="http://userscripts.org/scripts/source/42876.user.js">install</a> this script for your use if you use <a title="Do it." href="http://www.getfirefox.com" target="_blank"><span><span>Firefox</span></span></a> and have <a title="mmmmm....greasy." href="https://addons.mozilla.org/en-US/firefox/addon/748" target="_blank"><span><span>greasemonkey</span></span></a><span> installed. It&#8217;s currently setup to only work at en.<span>wikipedia</span>.org, but you can add @includes and it should work with any standard wiki setup.</span></p>
<p style="text-align: left;"> </p>
<p style="text-align: left;"><em>Update 1</em><span>: I completely revamped the entire code base, added a new graph option, and made some buttons that let you fiddle around with how much/how the data is displayed.</span></p>
<p style="text-align: left;"><em>Update 2</em>: Finally able to get all the external libraries into a packed form and in the proper order so this isn&#8217;t such a bear of a file anymore.</p>
<p style="text-align: left;"><em>Update 3</em>: (version 1.21) Fixed a problem with the aggregation method that caused all times to show at least 1 edit.</p>
]]></content:encoded>
			<wfw:commentRss>http://myblog.is.really-serious.biz/?feed=rss2&amp;p=12</wfw:commentRss>
		</item>
		<item>
		<title>My teeth</title>
		<link>http://myblog.is.really-serious.biz/?p=8</link>
		<comments>http://myblog.is.really-serious.biz/?p=8#comments</comments>
		<pubDate>Wed, 11 Feb 2009 14:25:28 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myblog.is.really-serious.biz/?p=8</guid>
		<description><![CDATA[Are all out of alignment. Take a look at that one in the lower right. It&#8217;s perpendicular!
 
 
]]></description>
			<content:encoded><![CDATA[<p>Are all out of alignment. Take a look at that one in the lower right. It&#8217;s perpendicular!</p>
<p> </p>
<p> </p>
<p><div id="attachment_9" class="wp-caption alignnone" style="width: 310px"><a href="http://myblog.is.really-serious.biz/wp-content/uploads/2009/02/mouthxray.jpg"><img class="size-medium wp-image-9" title="mouthxray" src="http://myblog.is.really-serious.biz/wp-content/uploads/2009/02/mouthxray-300x225.jpg" alt="That needs to be take care of" width="300" height="225" /></a><p class="wp-caption-text">That needs to be take care of</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://myblog.is.really-serious.biz/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m having some problems with my new device</title>
		<link>http://myblog.is.really-serious.biz/?p=5</link>
		<comments>http://myblog.is.really-serious.biz/?p=5#comments</comments>
		<pubDate>Sat, 31 Jan 2009 08:42:01 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myblog.is.really-serious.biz/?p=5</guid>
		<description><![CDATA[Works like a charm most of the time though&#8230;.
 
]]></description>
			<content:encoded><![CDATA[<p>Works like a charm most of the time though&#8230;.</p>
<p> </p>
<p><div id="attachment_6" class="wp-caption aligncenter" style="width: 310px"><a href="http://myblog.is.really-serious.biz/wp-content/uploads/2009/01/bipolar_support_disorder.png"><img class="size-medium wp-image-6" title="Bipolar  Support Disorder" src="http://myblog.is.really-serious.biz/wp-content/uploads/2009/01/bipolar_support_disorder-300x163.png" alt="minor issues" width="300" height="163" /></a><p class="wp-caption-text">my woes are many</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://myblog.is.really-serious.biz/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Seriously</title>
		<link>http://myblog.is.really-serious.biz/?p=3</link>
		<comments>http://myblog.is.really-serious.biz/?p=3#comments</comments>
		<pubDate>Wed, 10 Dec 2008 14:55:58 +0000</pubDate>
		<dc:creator>james</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://myblog.is.really-serious.biz/?p=3</guid>
		<description><![CDATA[blog is go.
]]></description>
			<content:encoded><![CDATA[<p>blog is go.</p>
]]></content:encoded>
			<wfw:commentRss>http://myblog.is.really-serious.biz/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
