<?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>Jonesieblog &#187; FreeMIS</title>
	<atom:link href="http://www.jonesieboy.co.uk/blog/category/freemis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonesieboy.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Sun, 06 Jun 2010 16:06:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FreeMIS State of Play</title>
		<link>http://www.jonesieboy.co.uk/blog/2010/04/04/freemis-state-of-play-2/</link>
		<comments>http://www.jonesieboy.co.uk/blog/2010/04/04/freemis-state-of-play-2/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 15:05:49 +0000</pubDate>
		<dc:creator>jonesieboy</dc:creator>
				<category><![CDATA[FreeMIS]]></category>

		<guid isPermaLink="false">http://www.jonesieboy.co.uk/blog/2010/04/04/freemis-state-of-play-2/</guid>
		<description><![CDATA[FreeMIS is an Open Source, web based, school management information system which I developed in the mid noughties.
A lot of people arrive at my blog looking for information about FreeMIS.  If that&#8217;s you, this post should provide you with an up-to-date picture of FreeMIS.
FreeMIS is working for me at North Berwick High School, providing [...]]]></description>
			<content:encoded><![CDATA[<p>FreeMIS is an Open Source, web based, school management information system which I developed in the mid noughties.</p>
<p>A lot of people arrive at my blog looking for information about FreeMIS.  If that&#8217;s you, this post should provide you with an up-to-date picture of FreeMIS.</p>
<p>FreeMIS is working for me at North Berwick High School, providing the following functions:  reporting to parents; positive referrals; progress tracking and target setting; unexpected absence notifications.</p>
<p>FreeMIS is easy to use once it has been set up, but it is a fairly technical job to get FreeMIS up and running on a web server, and there is not much documentation to help you.</p>
<p>As a bare minimum, you would need to know how to  get a Ruby on Rails application running on a web server (FreeMIS runs on Rails 1.2.2), be familiar with MySQL and be able to use a tool like Phpmyadmin to populate pupil tables (as FreeMIS does not have a front end tool to enter new pupils other than by doing it one at a time!)</p>
<p>If you can manage that, you will find FreeMIS to be a great tool.  Teachers at my school are very happy with it.</p>
<p>If you manage to get FreeMIS up and running, I would be very interested to hear from you.</p>
<p>I am not actively developing FreeMIS now.  I make the occasional tweak to suit the needs of my school, but I have pretty much given up on the idea that it might ever provide a comprehensive alternative to the commercial MIS systems.</p>
<p>If you are looking for such an alternative, I suggest that you have a look at SchoolTool or ClaSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonesieboy.co.uk/blog/2010/04/04/freemis-state-of-play-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time for a new FreeMIS release?</title>
		<link>http://www.jonesieboy.co.uk/blog/2008/02/03/time-for-a-new-freemis-release/</link>
		<comments>http://www.jonesieboy.co.uk/blog/2008/02/03/time-for-a-new-freemis-release/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 20:21:03 +0000</pubDate>
		<dc:creator>jonesieboy</dc:creator>
				<category><![CDATA[FreeMIS]]></category>

		<guid isPermaLink="false">http://www.jonesieboy.co.uk/blog/2008/02/03/time-for-a-new-freemis-release/</guid>
		<description><![CDATA[I was rather shocked this evening when I realised that the last official release of FreeMIS was in June 2006!  This release has been downloaded over 3000 times, but I have done quite a bit of work on the application since then, so I really ought to put together a  more up-to-date package.
It&#8217;s now officially [...]]]></description>
			<content:encoded><![CDATA[<p>I was rather shocked this evening when I realised that the last official release of <a href="http://www.freemis.net">FreeMIS</a> was in June 2006!  This release has been downloaded over 3000 times, but I have done quite a bit of work on the application since then, so I really ought to put together a  more up-to-date package.</p>
<p>It&#8217;s now officially on my to-do list!  Anyone impatient for the latest code can always download it from the <a href="http://sourceforge.net/svn/?group_id=75837">subversion repository</a> <img src='http://www.jonesieboy.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonesieboy.co.uk/blog/2008/02/03/time-for-a-new-freemis-release/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails &#8211; avoiding browser timeout during long tasks</title>
		<link>http://www.jonesieboy.co.uk/blog/2007/03/11/ruby-on-rails-avoiding-browser-timeout-during-long-tasks/</link>
		<comments>http://www.jonesieboy.co.uk/blog/2007/03/11/ruby-on-rails-avoiding-browser-timeout-during-long-tasks/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 18:49:50 +0000</pubDate>
		<dc:creator>jonesieboy</dc:creator>
				<category><![CDATA[FreeMIS]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://www.jonesieboy.co.uk/blog/2007/03/11/ruby-on-rails-avoiding-browser-timeout-during-long-tasks/</guid>
		<description><![CDATA[Apologies to those of my readers who are not web developers &#8211; what follows may well make no sense to you whatsoever!
I am so please with myself!  For nigh on a year now, I have been aware of a potential problem with FreeMIS (the Ruby-on-Rails based  management information system for schools that I have [...]]]></description>
			<content:encoded><![CDATA[<p>Apologies to those of my readers who are not web developers &#8211; what follows may well make no sense to you whatsoever!</p>
<p>I am <strong>so</strong> please with myself!  For nigh on a year now, I have been aware of a potential problem with FreeMIS (the Ruby-on-Rails based  management information system for schools that I have developed) and today I solved that problem.</p>
<p>The problem is that the printing of a full set of reports for all the pupils in a year group is a huge task, which can take Rails anything up to 130 seconds to complete.  By the time it has done this, the browser and or web server have got bored and given up waiting.  I have played around with the configuration of Apache and FastCGI, and tried using mongrel instead, but none managed to fix the problem 100%.</p>
<p>In PHP, it would be easily solved by purging the data produced out to the browser repeatedly through the task, but Rails does not have this option.</p>
<p>Last night as I was drifting off to sleep I realised that I could solve the problem by doing the reports one pupil at a time!</p>
<p>Obvious, you might think, but the system needs a &#8220;one-click&#8221; solution for printing all the reports for a register class &#8211; it would not be acceptable to require user input to print out each individual pupil&#8217;s reports.</p>
<p>What I realised last night was that if I did the printing of reports via Ajax and RJS, then I get exactly what I wanted.</p>
<p>I start by submitting a form via Ajax to print the reports for a register class.</p>
<p>The action renders the reports for the first pupil in the register class at the bottom of the relevant div, then puts a hidden variable into the form, with the id of the <em>next</em> pupil in the register class. It then tells the browser to &#8220;click&#8221; on the submit button of the form.  All the reports for the register class then come out, pupil by pupil, and no individual browser&lt;-&gt;server cycle lasts more than a couple of seconds, so no chance of timing out.  I can even put a percentage progress bar at the top of the page.  Happy happy joy joy <img src='http://www.jonesieboy.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonesieboy.co.uk/blog/2007/03/11/ruby-on-rails-avoiding-browser-timeout-during-long-tasks/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What Happened to the FreeMIS Demo?</title>
		<link>http://www.jonesieboy.co.uk/blog/2007/02/10/what-happened-to-the-freemis-demo/</link>
		<comments>http://www.jonesieboy.co.uk/blog/2007/02/10/what-happened-to-the-freemis-demo/#comments</comments>
		<pubDate>Sat, 10 Feb 2007 11:25:30 +0000</pubDate>
		<dc:creator>jonesieboy</dc:creator>
				<category><![CDATA[FreeMIS]]></category>

		<guid isPermaLink="false">http://www.jonesieboy.co.uk/blog/2007/02/10/what-happened-to-the-freemis-demo/</guid>
		<description><![CDATA[The account hosting the FreeMIS demo site got hacked just after Christmas, and I stripped out all the sites I was hosting on that account until I worked out where the vulnerability was.  It turned out that the vulnerability was in a old Joomla extension, but I have not yet got around to switching the [...]]]></description>
			<content:encoded><![CDATA[<p>The account hosting the FreeMIS demo site got hacked just after Christmas, and I stripped out all the sites I was hosting on that account until I worked out where the vulnerability was.  It turned out that the vulnerability was in a old Joomla extension, but I have not yet got around to switching the FreeMIS demo site back on. It&#8217;s on my list of things to do this weekend <img src='http://www.jonesieboy.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonesieboy.co.uk/blog/2007/02/10/what-happened-to-the-freemis-demo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Fame at last</title>
		<link>http://www.jonesieboy.co.uk/blog/2006/09/05/fame-at-last/</link>
		<comments>http://www.jonesieboy.co.uk/blog/2006/09/05/fame-at-last/#comments</comments>
		<pubDate>Tue, 05 Sep 2006 15:57:00 +0000</pubDate>
		<dc:creator>jonesieboy</dc:creator>
				<category><![CDATA[FreeMIS]]></category>

		<guid isPermaLink="false">http://www.jonesieboy.co.uk/blog/2006/09/05/fame-at-last/</guid>
		<description><![CDATA[Someone asked me today &#8220;how famous do you think FreeMIS is?&#8221; &#8211; a question that was clearly going somewhere.  I mumbled some non-comittal waffle, and was then presented with a copy of issue 65 of Linux User.  There&#8217;s an article about this year&#8217;s FLOSSIE, which mentions my 5 minute slot about FreeMIS.  [...]]]></description>
			<content:encoded><![CDATA[<p>Someone asked me today &#8220;how famous do you think FreeMIS is?&#8221; &#8211; a question that was clearly going somewhere.  I mumbled some non-comittal waffle, and was then presented with a copy of issue 65 of <a href="http://www.linuxuser.co.uk">Linux User</a>.  There&#8217;s an article about this year&#8217;s <a href="http://www.schoolforge.org.uk/index.php/FLOSSIE_2006_report">FLOSSIE</a>, which mentions my 5 minute slot about FreeMIS.  At the risk of consuming too much of your precious bandwidth, allow me to reproduce my mention in its entirety:</p>
<pre stlye="font-size: 12px;">
Robert Jones' (sic) FreeMIS, developed with Ruby-on-Rails,
had come from a different direction - based on the need to
report to parents. As it is currently used in Scotland, it
uses Shibboleth for single sign-on. (c) R Smedley</pre>
<p>Shibboleth SSO for FreeMIS is actually &#8220;in development&#8221;, but apart from that it&#8217;s all true <img src='http://www.jonesieboy.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The article has a link to the demo site &#8211; this explains the recent spike in visits to the demo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonesieboy.co.uk/blog/2006/09/05/fame-at-last/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FreeMIS Part 1</title>
		<link>http://www.jonesieboy.co.uk/blog/2006/09/04/freemis-part-1/</link>
		<comments>http://www.jonesieboy.co.uk/blog/2006/09/04/freemis-part-1/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 16:21:37 +0000</pubDate>
		<dc:creator>jonesieboy</dc:creator>
				<category><![CDATA[FreeMIS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jonesieboy.co.uk/blog/2006/09/04/freemis-part-1/</guid>
		<description><![CDATA[Hereafter follows the first installment of the long and winding tale of how a maths and computing teacher came to be the developer of a web based open source school management information system called FreeMIS.
It began when I arrived at North Berwick High School, and took on a whole school IT role.  The school [...]]]></description>
			<content:encoded><![CDATA[<p>Hereafter follows the first installment of the long and winding tale of how a maths and computing teacher came to be the developer of a web based open source school management information system called <a href="http://www.freemis.net">FreeMIS</a>.</p>
<p>It began when I arrived at North Berwick High School, and took on a whole school IT role.  The school needed a report writing solution, so I made one, using the most readily available tool in school &#8211; Filemaker Pro.  I didn&#8217;t know much about databases, and taught myself as I went along.  This solution caught the attention of East Lothian Council, and I then spent some time on a working group that put together a solution for reporting and target setting.  This was based on my previous work, and Dave Rawson did the target setting side.  This solution was picked up by most of the high schools in East Lothian.  I soon realised, though, that maintaining 6 different versions of a Filemaker Pro database and trying to apply upgrades to them was a complete nightmare.  I needed an solution that kept data and application separate, and a means of keeping physically remote versions of the application synchronised with any upgrades made centrally.  At this stage I had no idea that these problems had already been solved by others before me.</p>
<p>Meanwhile, I became a <a href="http://www.ltscotland.org.uk/onlinecommunities/aboutmasterclass.asp">masterclasser</a>, and was given a laptop to use.  By some wierd quirk of the purchasing and issue of these laptops, I was given full admin rights to the machine.  This contrasts dramatically with the normal situation in East Lothian, where I don&#8217;t have any rights to install software or customise settings at all.  I took full advantage of these rights, and installed Mandrake Linux as a dual boot with windows on the machine.</p>
<p>This was the moment of revelation.  Suddenly I had an operating system that was designed by the developers of open source software, and was therefore perfectly set up to facilitate such development.  I played around and realised that what I needed was a web based application.  I also discovered the wonders of <a href="http://en.wikipedia.org/wiki/Concurrent_Versions_System">version control</a>.  All (!!) I had to do was set up a database on a web server and then write scripts to build web pages from this database and create forms that would allow users to put data into the database.  MySQL and PHP seemed to be best choice of database and scripting languages available at the time (in March 2003) so I bought a <a href="http://www.amazon.co.uk/PHP-MySQL-Web-Development-3rd/dp/0672326728">book</a> (first version!) and got stuck in&#8230;&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonesieboy.co.uk/blog/2006/09/04/freemis-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some days I love software</title>
		<link>http://www.jonesieboy.co.uk/blog/2006/09/01/some-days-i-love-software/</link>
		<comments>http://www.jonesieboy.co.uk/blog/2006/09/01/some-days-i-love-software/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 17:10:23 +0000</pubDate>
		<dc:creator>jonesieboy</dc:creator>
				<category><![CDATA[FreeMIS]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jonesieboy.co.uk/blog/?p=8</guid>
		<description><![CDATA[I&#8217;m a Linux user.  There &#8211; I&#8217;ve just come out and said it.  I feel so much better now it&#8217;s out in the open.
Seriously, I use Ubuntu almost exclusively outside school, and today I was replying to an email from someone who was trying to set up FreeMIS.  I had meant to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a Linux user.  There &#8211; I&#8217;ve just come out and said it.  I feel so much better now it&#8217;s out in the open.</p>
<p>Seriously, I use <a href="http://www.ubuntu.com">Ubuntu</a> almost exclusively outside school, and today I was replying to an email from someone who was trying to set up <a href="http://www.freemis.net">FreeMIS</a>.  I had meant to attach an SQL file, which I referred to in the email, but forgot to.  When I clicked on send, Kontact (the KDE email client) popped up a warning, saying that I had mentioned an attachment in my message but hadn&#8217;t attached anything &#8211; did I want to do so?</p>
<p>How cool is that?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonesieboy.co.uk/blog/2006/09/01/some-days-i-love-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
