<?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>Sam Moffatt @ Pasamio.com &#187; work</title>
	<atom:link href="http://pasamio.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://pasamio.com</link>
	<description>Sam Moffatt's Tech Blog: Writings on Technology</description>
	<lastBuildDate>Fri, 20 Jan 2012 08:40:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Month in review: January</title>
		<link>http://pasamio.com/2011/02/01/month-in-review-january/</link>
		<comments>http://pasamio.com/2011/02/01/month-in-review-january/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 07:25:26 +0000</pubDate>
		<dc:creator>pasamio</dc:creator>
				<category><![CDATA[accesscontrol]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[eprints]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[vufind]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://pasamio.com/?p=778</guid>
		<description><![CDATA[January for me was an interesting and varied month. Here is a quick look back at what I got up to in the month. Joomla! integration for the Access All Databases Access All Databases is a USQ system that really screams to be embedded in a CCK style app. It is a set of custom [...]]]></description>
			<content:encoded><![CDATA[<p>January for me was an interesting and varied month. Here is a quick look back at what I got up to in the month.<br />
<span id="more-778"></span><br />
<strong>Joomla! integration for the Access All Databases</strong><br />
<a href="http://pasamio.com/wp-content/uploads/2011/01/aad-joomla-research.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/aad-joomla-research-150x150.png" alt="" title="Access All Databases in Joomla!" width="150" height="150" class="alignleft size-thumbnail wp-image-795" align="left" valign="top" /></a><a href="http://resguide.usq.edu.au">Access All Databases</a> is a USQ system that really screams to be embedded in a CCK style app. It is a set of custom fields, some search and a bit of link tracking. Beyond versioning and approval of edits there is no significant functionality beyond CRUD in this application. At the moment it is a hand built system written in PHP and badly needing redevelopment into a more modular nature. The approach I&#8217;ve taken is to experiment with using Joomla! and Flexicontent to rebuild the application from scratch. So far I&#8217;m doing well and I&#8217;ve managed to recreate the basic look and feel of the site. I&#8217;ve got one custom menu module to integrate Flexicontent&#8217;s nested categories to emulate the behaviour of another primitive CMS USQ uses called &#8220;<a href="http://libtute.usq.edu.au">Finding Information Tutorial</a>.&#8221; I&#8217;ve done a custom module override for the menu as well to get it using the current USQ look and feel by default. The great thing is that there is a mobile friendly version very easily with standard Joomla! tools. I don&#8217;t think I&#8217;ll get more time to play with this soon however it is already a good start.</p>
<p><strong>VuFind UConnect SSO</strong><br />
<a href="http://pasamio.com/wp-content/uploads/2011/01/vufind-geany.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/vufind-geany-150x150.png" alt="" title="VuFind UConnect SSO in Geany" width="150" height="150" class="alignleft size-thumbnail wp-image-796" align="left" valign="top" /></a>VuFind is the library catalogue system and UConnect is USQ&#8217;s custom SSO system that was developed. I&#8217;ve gone through and built an integration between the two which looks like the following:<br />
<a href="http://pasamio.com/wp-content/uploads/2011/01/vufind-sso.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/vufind-sso-300x207.png" alt="" title="VuFind with UConnect SSO" width="300" height="207" class="alignnone size-medium wp-image-794" valign="none" /></a><br />
I talk a bit more about <a href="http://pasamio.com/?p=762">VuFind, SSO and authentication</a> in an earlier blog post.</p>
<p><strong>Book Finder</strong><br />
This is primarily the work of Ken MacAlpine who is working on mobile technologies at USQ. Ken developed an SVG powered map of the top floor of the library to aide in the location of books. He put together a database of roughly where the catalogue numbers stop and start for each shelf on each side. It has been integrated into the catalogue and shows up as a &#8220;Show on Map&#8221; link for Toowoomba Main Collection items.<br />
<a href="http://pasamio.com/wp-content/uploads/2011/01/bookfinder-1.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/bookfinder-1-300x207.png" alt="" title="USQ Book Finder in Library catalogue" width="300" height="207" class="alignnone size-medium wp-image-793" /></a><br />
 At some point in the future we will work to expand it to all campuses and collections. When it is clicked it appears in a new window like this:<br />
<a href="http://pasamio.com/wp-content/uploads/2011/01/bookfinder-2.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/bookfinder-2-192x300.png" alt="" title="USQ BookFinder display" width="192" height="300" class="alignnone size-medium wp-image-792" /></a><br />
It is aimed to be the same size as an iPhone display so that it fits neatly there. It also works in all browsers that support SVG. Fallback support is provided for IE since it doesn&#8217;t support SVG yet.</p>
<p><strong>ePrints, RPCS and data conversion!</strong><br />
<a href="http://pasamio.com/wp-content/uploads/2011/01/rpcs-webmatrix.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/rpcs-webmatrix-150x150.png" alt="" title="RPCS modifications in Web Matrix" width="150" height="150" class="alignleft size-thumbnail wp-image-788"  align="left" valign="top" /></a>As an interesting exercise I also spent some time converting data from an internal reporting system, RPCS, into our open access repository &#8211; ePrints. This was a fun project which required connecting to RPCS&#8217; MSSQL database and outputting an XML file for ePrints to eat. To do this I figured I&#8217;d pull out <a href="http://www.microsoft.com/web/">Web Matrix</a>, Microsoft&#8217;s cut down editor for web developers. It feels on par with Geany though it has a built in web server, request tracking and a database explorer. It also integrates with the Web Platform Installer product which means I can easily install other applications. I used Web Matrix to kick start the Joomla! install for the Access All Databases research project as well.</p>
<p><a href="http://pasamio.com/wp-content/uploads/2011/01/eprints-eclipse.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/eprints-eclipse-150x150.png" alt="" title="ePrints Author ID XML file in Eclipse" width="150" height="150" class="alignright size-thumbnail wp-image-791"  align="right" valign="top" /></a>The RPCS data is loaded into our ePrints system along side the <a href="http://pasamio.com/2009/08/28/eprints-author-id/">Author ID</a> project that existed there. We&#8217;re also pulling across the data from their system which is going to result in duplicate authors until we merge them down to uniques however doing so in an automated manner isn&#8217;t easily possible. There is a whole heap of work to get things together but all in all we&#8217;re doing well.</p>
<p><strong>EQUELLA Moodle module</strong><br />
<a href="http://pasamio.com/wp-content/uploads/2011/01/moodle-equella-1.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/moodle-equella-1-150x150.png" alt="" title="Screenshot of EQUELLA Moodle module 1" width="150" height="150" class="alignleft size-thumbnail wp-image-790" align="left" valign="top" /></a>Last but not least I&#8217;ve been playing with the EQUELLA Moodle module. It adds an extra option to the Moodle resource drop down and enables access to select items from the EQUELLA repository software. </p>
<p><a href="http://pasamio.com/wp-content/uploads/2011/01/moodle-equella-2.png"><img src="http://pasamio.com/wp-content/uploads/2011/01/moodle-equella-2-150x150.png" alt="" title="Screenshot of EQUELLA Moodle module 2" width="150" height="150" class="alignright size-thumbnail wp-image-789"  align="right" valign="top" /></a>I&#8217;ve used Web Matrix here to deploy out a quick Moodle site utilising the same Web Platform Installer technology and managed to get up and running quickly with everything. The deployment of the module to our main Moodle environment would enable lecturers to directly select course readings to embed in relevant modules on their Moodle course pages &#8211; exciting!</p>
]]></content:encoded>
			<wfw:commentRss>http://pasamio.com/2011/02/01/month-in-review-january/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATO, HECS/HELP and interest &#8211; or lack there of</title>
		<link>http://pasamio.com/2010/07/10/ato-hecshelp-and-interest-or-lack-there-of/</link>
		<comments>http://pasamio.com/2010/07/10/ato-hecshelp-and-interest-or-lack-there-of/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 02:51:21 +0000</pubDate>
		<dc:creator>pasamio</dc:creator>
				<category><![CDATA[australia]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://pasamio.com/?p=676</guid>
		<description><![CDATA[In Australia, it&#8217;s tax time again. This means that the tax office sends me nice letters saying how much I owe them for my HECS/HELP debt, how if I paid it all up front it&#8217;d reduce by X amount (if only I had that much money!) and how they don&#8217;t charge &#8220;interest&#8221; on the loan, [...]]]></description>
			<content:encoded><![CDATA[<p>In Australia, it&#8217;s tax time again. This means that the tax office sends me nice letters saying how much I owe them for my HECS/HELP debt, how if I paid it all up front it&#8217;d reduce by X amount (if only I had that much money!) and how they don&#8217;t charge &#8220;interest&#8221; on the loan, they merely &#8220;index&#8221; it against the cost of living. What ever makes it easier to sleep at night. But recently I realised something simple: the Australian Tax Office charges interest not including amounts you&#8217;ve already paid.<br />
<span id="more-676"></span><br />
So lets step back and explain the process. In Australia the government gives you an &#8220;indexed&#8221; loan to help pay your university education debt. It is &#8220;indexed&#8221; at the cost of living set by a method I&#8217;m not entirely privy to but doesn&#8217;t entirely make sense. For 2009/2010 the indexation was &#8220;1.9%&#8221;. A far more accurate way of explaining it is that you are charged interest equivalent to the rate of inflation averaged out for the year on the first of June. Interest calculated yearly, interest charged yearly. Repayments to the loan are based on your income so if you earn less than a certain amount you don&#8217;t have to pay at all and it is on a scale so the more you earn the more you pay back on your loan. </p>
<p>The money is normally taken out automatically from your pay like withholding. This means that you don&#8217;t ever see that portion of money. In my case I lose $200 per fortnight to my HECS/HELP debt. This means that per year I knock off roughly $5.2k from my debt with the Australian Government. Funky. </p>
<p>The trick comes in is that this amount isn&#8217;t paid onto my loan until after I&#8217;ve done my tax. So all the money I&#8217;ve paid thus far this year doesn&#8217;t get counted and interest is charged including anything I&#8217;ve studied up until May the same year. Since semester 1 starts in March and &#8220;census&#8221; date is in April (the date at which course fees are paid) and semester two starts in July (next financial year), you get interest calculated on both semesters (plus in my case a summer semester, semester 3) not including the amount you have already had &#8220;withheld&#8221; over the same period of time.</p>
<p>So when it comes down to it, it is better to opt not to have your employer withhold your HECS/HELP debt, save the money in a high interest account somewhere and then a few months into the new financial year pay it as a part of your tax debt. Of course the problem with that is that you pay tax on the interest you accrue from the bank account however you&#8217;re at least earning money and not losing any money in the process.</p>
<p>The question of course becomes, who earns the interest on the withheld money? I&#8217;ll leave that as an exercise to the reader.</p>
]]></content:encoded>
			<wfw:commentRss>http://pasamio.com/2010/07/10/ato-hecshelp-and-interest-or-lack-there-of/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The reality of employment</title>
		<link>http://pasamio.com/2009/07/29/the-reality-of-employment/</link>
		<comments>http://pasamio.com/2009/07/29/the-reality-of-employment/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 12:38:05 +0000</pubDate>
		<dc:creator>pasamio</dc:creator>
				<category><![CDATA[employment]]></category>
		<category><![CDATA[today]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://pasamio.com/?p=553</guid>
		<description><![CDATA[There are times when 140 characters just isn&#8217;t enough, microblogging works but in this case I have a quote which would be put 86 characters over twitters limits (I tried): And generally speaking, &#8220;large, deep-pockets organization(s)&#8221; are no more stable than a startup, from the grunt&#8217;s perspective. At any moment, you&#8217;re one spreadsheet away from [...]]]></description>
			<content:encoded><![CDATA[<p>There are times when 140 characters just isn&#8217;t enough, microblogging works but in this case I have a quote which would be put 86 characters over twitters limits (I tried):</p>
<blockquote><p>And generally speaking, &#8220;large, deep-pockets organization(s)&#8221; are no more stable than a startup, from the grunt&#8217;s perspective. At any moment, you&#8217;re one spreadsheet away from being laid off to improve the quarterly statements.</p></blockquote>
<p>It&#8217;s taken from a <a href="http://developers.slashdot.org/comments.pl?sid=1318149&amp;cid=28862033">comment</a> on the Slashdot article about the JRuby guys splitting from the Oracle/Sun behemoth. It is an interesting statement and something I feel is a rather accurate representation of the way life really is and a quite straight forward and direct statement of fact.</p>
<p>Yay for Macroblogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://pasamio.com/2009/07/29/the-reality-of-employment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

