<?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>Matt Ball</title>
	<atom:link href="http://www.matt-ball.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.matt-ball.co.uk</link>
	<description>Blog and Portfolio</description>
	<lastBuildDate>Mon, 26 Mar 2012 23:25:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Aber Uni Student Record</title>
		<link>http://www.matt-ball.co.uk/aber-uni-student-record</link>
		<comments>http://www.matt-ball.co.uk/aber-uni-student-record#comments</comments>
		<pubDate>Mon, 26 Mar 2012 21:30:27 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[aber]]></category>
		<category><![CDATA[aber uni]]></category>
		<category><![CDATA[aberystwyth]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[developer tools]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[student record]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=250</guid>
		<description><![CDATA[Inspired by a fellow student, Matt Hojo, to do something pro-active, I decided to try and bring Aber Uni&#8217;s student record pages up to date. So in similar style..
The Problem
The current look of the student record is quite dated, and is not at all consistent with the new design for the main website.  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Inspired by a fellow student, <a href="http://www.matthojo.co.uk/">Matt Hojo</a>, to do something <a href="http://matthojo.co.uk/blog/re-designing-the-aberystwyth-university-webmail_1339/">pro-active</a>, I decided to try and bring <a href="http://studentrecord.aber.ac.uk">Aber Uni&#8217;s student record</a> pages up to date. So in similar style..</p>
<p><strong>The Problem</strong></p>
<p>The current look of the student record is quite dated, and is not at all consistent with the new design for the <a href="http://www.aber.ac.uk/en/">main website</a>. In fact, it isn&#8217;t even consistent with the last 2 designs of the main website. With the student record pages not being covered by the same department as the main website, it was apparent to me that this is something that either is not a priority, the skills needed aren&#8217;t around, or they simply feel the current look works. Personally I think the current design is not good for 2012, and whilst I couldn&#8217;t change the core looks, I at least wanted to make it consistent with the main site.</p>
<p><strong>The Fix</strong></p>
<p>Similar to Matt Hojo, I realised the best option would be to only tweak the CSS files. This means that a straight swap would be possible and the department in charge would not have to make any file edits. I soon realised that a couple of image tweaks would be needed too. I figured that since I didn&#8217;t want to edit any of the HTML, it would be easiest to provide images under the same name, so they could simply be overwritten and replace the previous, low quality ones.</p>
<p><strong>How?</strong></p>
<p><a href="https://www.google.com/chrome/">Google Chrome</a> comes with some great <a href="http://code.google.com/chrome/devtools/docs/overview.html">developer tools</a>. When Chrome first came out, I didn&#8217;t warm to them much as I was used to using <a href="http://getfirebug.com/">Firebug</a> in Firefox. I have to say that I&#8217;m a convert now. I downloaded the CSS files from the student record and set to work on them. Editing in my changes was as simple as using the developer tools to point to a copy of my edited stylesheets. It then updates the page as if the CSS had been modified. To open developer tools, right click on an element or just anywhere on the page, at the bottom of the list you should see &#8216;Inspect element&#8217;. By default the tool will be docked to the Chrome window. If you&#8217;d prefer it to be in it&#8217;s own window (sometimes this is easier), look at the very bottom left corner and click the button which shows one window on top of another. On hover this should say &#8216;Undock into separate window.&#8217;</p>
<div id="attachment_251" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/1.png"><img class="size-medium wp-image-251" title="sr1" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/1-300x180.png" alt="Editing a HTML node in Chrome developer tools" width="300" height="180" /></a><p class="wp-caption-text">Editing a HTML node in Chrome developer tools undocked to its own window</p></div>
<p>&nbsp;</p>
<p>Next thing to do was to edit the above node to point to my edited CSS files. Here is a complete copy of the new head node:</p>
<pre class="brush: html; gutter: true">&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=utf-8&quot;&gt;
&lt;!--  Css for templates, logins, 404&#039;s  --&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://users.aber.ac.uk/mjb14/css/basic.css&quot; /&gt;
&lt;!-- Css for the menu --&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://users.aber.ac.uk/mjb14/css/p7exp.css&quot; /&gt;
&lt;!-- Css for the site --&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://users.aber.ac.uk/mjb14/css/site.css&quot; /&gt;
&lt;title&gt;Student Record - Login&lt;/title&gt;
&lt;/head&gt;</pre>
<p>&nbsp;</p>
<p>Next, the header images need to be replaced. Picking &#8216;Inspect element&#8217; on any part of the header will allow you to short-cut to the correct code piece in the developer tool. The standard images are really all that can be used with my approach. With any background colour behind them, it was apparent they weren&#8217;t made with transparency in mind. That means we need to point to some different images too (of course these images would just be overwritten, no code edits for the real thing):</p>
<pre class="brush: html; gutter: true">&lt;table class=&quot;header&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;au_logo&quot;&gt;&lt;a href=&quot;http://www.aber.ac.uk/en/&quot;&gt;
&lt;img src=&quot;http://users.aber.ac.uk/mjb14/css/ua_logo.gif&quot; alt=&quot;Aberystwyth University logo linking to the home page.&quot;&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;img src=&quot;http://users.aber.ac.uk/mjb14/css/LOGO_E.png&quot; alt=&quot;&quot;&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</pre>
<p>&nbsp;</p>
<p><strong>The Results</strong></p>
<p>If you want to make the changes yourself for comparison, the current student record can be visited <a href="http://studentrecord.aber.ac.uk">here</a>. The main website (which I was trying to be consistent with) is <a href="http://www.aber.ac.uk/en/">here</a>. Otherwise, here are some screenshot comparisons between old and new.</p>
<div id="attachment_252" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr1.png"><img class="size-medium wp-image-252" title="sr1" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr1-300x164.png" alt="Old student record login page" width="300" height="164" /></a><p class="wp-caption-text">Old student record login page</p></div>
<div id="attachment_257" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn1.png"><img class="size-medium wp-image-257" title="srn1" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn1-300x164.png" alt="New student record login page" width="300" height="164" /></a><p class="wp-caption-text">New student record login page</p></div>
<div id="attachment_254" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr2.png"><img class="size-medium wp-image-254" title="sr2" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr2-300x164.png" alt="Old student record academic record" width="300" height="164" /></a><p class="wp-caption-text">Old student record academic record</p></div>
<div id="attachment_253" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn2.png"><img class="size-medium wp-image-253" title="srn2" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn2-300x164.png" alt="New student record academic record" width="300" height="164" /></a><p class="wp-caption-text">New student record academic record</p></div>
<div id="attachment_255" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr3.png"><img class="size-medium wp-image-255" title="sr3" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr3-300x164.png" alt="Old student record timetable" width="300" height="164" /></a><p class="wp-caption-text">Old student record timetable</p></div>
<div id="attachment_258" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn3.png"><img class="size-medium wp-image-258" title="srn3" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn3-300x164.png" alt="New student record timetable" width="300" height="164" /></a><p class="wp-caption-text">New student record timetable</p></div>
<div id="attachment_256" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr4.png"><img class="size-medium wp-image-256" title="sr4" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/sr4-300x164.png" alt="Old student record addresses" width="300" height="164" /></a><p class="wp-caption-text">Old student record addresses</p></div>
<div id="attachment_259" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn4.png"><img class="size-medium wp-image-259" title="srn4" src="http://www.matt-ball.co.uk/wp-content/uploads/2012/03/srn4-300x164.png" alt="New student record addresses" width="300" height="164" /></a><p class="wp-caption-text">New student record addresses</p></div>
<p>&nbsp;</p>
<p><strong>Conclusion</strong></p>
<p>I much prefer the new design which is consistent with the new main website. I would say that though, having made the changes. I worked hard to copy every colour and style existent on the new site and I think I have pretty much achieved that. It&#8217;s pretty much as close as looking like it&#8217;s actually using the same stylesheet.</p>
<p>What do you think to my new design? Should it be used? Do you have any questions on using Chrome developer tools? Comment below..</p>
<div class="shr-publisher-250"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Faber-uni-student-record' data-shr_title='Aber+Uni+Student+Record'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Faber-uni-student-record' data-shr_title='Aber+Uni+Student+Record'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Faber-uni-student-record' data-shr_title='Aber+Uni+Student+Record'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/aber-uni-student-record/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A blog post?!</title>
		<link>http://www.matt-ball.co.uk/a-blog-post</link>
		<comments>http://www.matt-ball.co.uk/a-blog-post#comments</comments>
		<pubDate>Tue, 28 Feb 2012 22:54:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[gregynog]]></category>
		<category><![CDATA[industrial year]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[placements]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=241</guid>
		<description><![CDATA[Yes.
I haven&#8217;t forgotten that the blog was here.. just really wishing I had some better ideas for adding some really great content. I&#8217;ve had some ideas, so the aim is to post a bit more regularly from now on. I know I have said that before, but this time I&#8217;m serious.
Since my last post a lot has  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Yes.</p>
<p>I haven&#8217;t forgotten that the blog was here.. just really wishing I had some better ideas for adding some really great content. I&#8217;ve had some ideas, so the aim is to post a bit more regularly from now on. I know I have said that before, but this time I&#8217;m serious.</p>
<p>Since my last post a lot has happened. I&#8217;ve been guns blazing trying to get an industrial year placement. No full details yet but I can say the search has gone very well. Since Gregynog in November I realised that I had a lot of things going for me, and that I could really help make a difference if I was to be employed somewhere. Since then I have been trying to put that across in all my applications. Finding motivation can be hard, and since I&#8217;ve been so lucky in receiving lots of help with my applications, I really want to try and give that back. A friend and I are hoping that we might be able to go along to Gregynog next year to give the 2nd years a kick start into applying for industrial years. That weekend is invaluable and I would love to see Aber become a recognised more and more for producing good CS students.</p>
<p>Tomorrow is looking very likely to be the launch for <a href="http://www.raspberrypi.org/">Raspberry Pi</a>. For those of you who <a href="http://www.raspberrypi.org/faqs">don&#8217;t know</a>, it is effectively a small computer the size of a credit card. It is still very powerful and features everything you might expect. You&#8217;d also expect such a product to be expensive. Wrong. There will be <a href="http://www.raspberrypi.org/wp-content/uploads/2011/11/Raspi-Model-AB-Mono-1-699x1024.png">2 models</a>, selling at $25/$35. That makes for a bargain. Unfortunately the mad rush to get one (slash effective <a href="http://en.wikipedia.org/wiki/Denial-of-service_attack">DDoS</a> attack on the rPi site) is likely to effect my chances. The 6am start better be worth it!</p>
<p>This semester has been interesting thus far, with some modules being better than others as per usual. A <a href="http://www.aber.ac.uk/en/modules/deptcurrent/?m=CS25210">web module</a> is going again, so I am hoping to go one better. That means getting 97% in my assignment. Might be a bit tough this time as it requires more technologies I haven&#8217;t used much before. The idea is to make a game for people to learn basic Welsh. Must use <a href="http://en.wikipedia.org/wiki/Html5">HTML5</a> and <a href="http://jquery.org/about/">jQuery</a>. Will be tough but very rewarding at the end. Today I had my first practical session for a module which is all about <a href="http://www.aber.ac.uk/en/modules/deptcurrent/?m=CS25710">mobile and embedded systems</a>. It involved basic messing around with a mobile device, toying with <a href="http://en.wikipedia.org/wiki/Accelerometer">accelerometers</a>, LED&#8217;s and such. The program was written in <a href="http://en.wikipedia.org/wiki/C_(programming_language)">C</a>. I haven&#8217;t done C before and have heard rumours that it isn&#8217;t very nice to learn. Fortunately the code wasn&#8217;t too hard to understand, and I was able to complete the worksheet with relative ease. I was able to program the board to recognise 3 axis from the accelerometer and also the value from a <a href="http://en.wikipedia.org/wiki/Variable_resistor">variable resistor</a>. Really interested to progress in this module as I&#8217;m aware I might learn things in it which could make for cool editions with my love for R/C stuff.</p>
<p>I mentioned last year that I had caught the running bug. I loved running. Unfortunately starting uni again meant I was busy a lot of the time and when I wanted to go in the winter I generally chickened out and decided it was too cold. Who wants to run along the sea front in shorts and t shirt at freezing temperatures? Anyway, I realised I need to start again so have booked a friend and I in to do the<a href="http://www.greatrun.org/Events/Event.aspx?id=14"> Great Birmingham Run</a> in October. It is a half marathon (13 miles) so I will have to train, or I simply won&#8217;t make it.</p>
<p>Think that is about it for now. Hopefully more blog posts soon. More news on an industrial year, Raspberry Pi and also exciting news about the summer. Definitely worth checking back for!</p>
<div class="shr-publisher-241"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fa-blog-post' data-shr_title='A+blog+post%3F%21'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fa-blog-post' data-shr_title='A+blog+post%3F%21'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fa-blog-post' data-shr_title='A+blog+post%3F%21'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/a-blog-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employability, CV&#8217;s, interviews..</title>
		<link>http://www.matt-ball.co.uk/employability-cvs-interviews</link>
		<comments>http://www.matt-ball.co.uk/employability-cvs-interviews#comments</comments>
		<pubDate>Sat, 12 Nov 2011 23:19:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[about.me]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[cv]]></category>
		<category><![CDATA[employability]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=236</guid>
		<description><![CDATA[Every year the uni runs a &#8216;weekend&#8217; away at Gregynog for those students who are looking to do an industrial year. The idea is to help open student&#8217;s eyes as to what employers are looking for. It was a really useful weekend, and it really made you think hard. Many interview questions are quite  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Every year the <a href="http://www.aber.ac.uk">uni</a> runs a &#8216;weekend&#8217; away at <a href="http://en.wikipedia.org/wiki/Gregynog_Hall">Gregynog</a> for those students who are looking to do an industrial year. The idea is to help open student&#8217;s eyes as to what employers are looking for. It was a really useful weekend, and it really made you think hard. Many interview questions are quite challenging and it can be very hard to feel like you&#8217;ve nailed an impressive answer when there is so many things you could say. I found myself enjoying the interview stage quite a lot! It might seem unusual but I liked the pressure of trying to answer these hard questions, plus trying to account for things where the interviewer thinks they can catch you out. At times it feels like you are just trying to outwit each other! I should add, I do of course realise it is about a matching process, for both sides to find out if they are interested in and could work with each other.</p>
<p>My CV is very honest, so I didn&#8217;t have any problems with that. Certainly a few other students will have learnt not to claim themselves as an &#8216;expert&#8217; or &#8216;have very good knowledge of&#8217; when in fact they know little. The format in which the interviews took place was also good, we were able to hear everyone else&#8217;s questions and their answers. I took the whole thing as a long interview and decided to answer everyone else&#8217;s questions in my head too. I think at times it will have looked like I was itching to answer the questions when it wasn&#8217;t even my go, I got the opportunity at one point too (and I was right, always a bonus)!</p>
<p>It was also a reminder about our web presences. I realised that my <a href="http://uk.linkedin.com/in/mattballuk">LinkedIn</a> was slightly out of date, and could have been better filled in. I felt glad the interviewers didn&#8217;t have time to look into that kind of thing as it can show a lack of effort, even if I have actually bothered to make one in the first place! I&#8217;ve updated it tonight and am trying to gain connections, so if you know me, add me! <a href="http://www.twitter.com/matt_ball_uk">Twitter</a> is also something I&#8217;ve been doing for a while now. Initially I hated, now I actually like it quite a lot. It&#8217;s like a mini news source. I find out things I wouldn&#8217;t otherwise and then captilise on them. I was always been a bit baffled about gaining followers, but learnt that you really need to interact with anyone you can find. Talk to them, help them, whatever you can. If they have a conversation with you that&#8217;s likely a follower gained, and perhaps some of their friends too. Simple stuff when you realise. I also found out about <a href="http://www.about.me/matt.ball">about.me</a>, it&#8217;s a dead simple profile website where by people can place links to all their relevant stuff. I&#8217;m a bit peeved I didn&#8217;t have the idea myself, because I think it&#8217;s fricking awesome!</p>
<p>There may be a lack of updates from now, I have 3 assignments to be getting on with, plus numerous industrial year applications. It might be very close to Christmas before I&#8217;m back to the blog again. I will still be frequenting Twitter of course!</p>
<p>See you soon.</p>
<div class="shr-publisher-236"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Femployability-cvs-interviews' data-shr_title='Employability%2C+CV%27s%2C+interviews..'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Femployability-cvs-interviews' data-shr_title='Employability%2C+CV%27s%2C+interviews..'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Femployability-cvs-interviews' data-shr_title='Employability%2C+CV%27s%2C+interviews..'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/employability-cvs-interviews/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to uni</title>
		<link>http://www.matt-ball.co.uk/back-to-uni</link>
		<comments>http://www.matt-ball.co.uk/back-to-uni#comments</comments>
		<pubDate>Wed, 19 Oct 2011 16:13:16 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[bukc]]></category>
		<category><![CDATA[club100]]></category>
		<category><![CDATA[dynamic websites]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[karting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[software programming]]></category>
		<category><![CDATA[uni]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=227</guid>
		<description><![CDATA[Haven&#8217;t blogged in a while, despite my promises to do it more regularly every time I post! Sorry to all my loyal readers.. I know you&#8217;re out there somewhere!
Things are hotting up at uni, a lot is going on. So far I have found out that I am actually still doing software programming, which I was  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Haven&#8217;t blogged in a while, despite my promises to do it more regularly every time I post! Sorry to all my loyal readers.. I know you&#8217;re out there somewhere!</p>
<p>Things are hotting up at <a href="http://www.aber.ac.uk">uni</a>, a lot is going on. So far I have found out that I am actually still doing software programming, which I was told not to expect. Essentially this is going to be my biggest module as well. We have been tasked with making an <a href="http://www.android.com/">Android</a> game. The game is a typical pirate/treasure game. Users must be able to login, have a friends list and receive notifications. They must find clues, and upon resolving the clues, move appropriately across the map to dig up the treasure. They can also bury treasure and leave their own clues for others too find. All of these actions must be updated on a global map and shown to everyone. Any friends must also be notified of any found treasure or any new clues that have appeared.</p>
<p>Basically, it&#8217;s complex. Compared to the past projects we&#8217;ve done, it&#8217;s like learning to count to ten, and then being told you must learn calculus. Not good. Thankfully the majority of the marks come from the organisation of the team and how well you can document what you are doing. It will be a lot of writing and pansying about. I think it over-complicates things when you go this deep in trying to organise projects, but it isn&#8217;t my choice how we do it! Never the less, I am still looking forward to it! Should learn lots.</p>
<p>Other modules don&#8217;t seem too bad, and I&#8217;m looking forward to most of the other assignments as I view them as more achievable. Web Programming is a new module which leads on from Web Develepment Tools which I did last year. We&#8217;re now doing <a href="http://en.wikipedia.org/wiki/Dynamic_web_page">dynamic pages</a>, so naturally that means <a href="http://www.php.net">PHP</a>. I&#8217;m really looking forward to it. If you&#8217;re confused about all this talk of modules, check my <a href="http://www.matt-ball.co.uk/university">Uni</a> page, it contains useful links.</p>
<p>The <a href="http://www.bukc.co.uk">BUKC</a> has kicked off again, and I went to the first test session at the weekend. As per usual, it was chaos. Lots of people who&#8217;d never touched a <a href="http://www.club100.co.uk/equipment.htm">Club 100 kart</a>, and you could tell. In my first 15 minute session, every lap I had was yellow flagged! My second session was better and I was able to get the fastest time in for Aber, but that was still only 17th out of 30 odd teams. Unfortunately this year we don&#8217;t seem to have any fast freshers so that is not great! I&#8217;m debating as to whether I will try and compete in the championship. I&#8217;m living in private accomodation this year, which is about double the price of uni digs. Rent comes before karting, apparently.</p>
<p>All for now!</p>
<div class="shr-publisher-227"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fback-to-uni' data-shr_title='Back+to+uni'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fback-to-uni' data-shr_title='Back+to+uni'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fback-to-uni' data-shr_title='Back+to+uni'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/back-to-uni/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long overdue updates</title>
		<link>http://www.matt-ball.co.uk/long-overdue-updates</link>
		<comments>http://www.matt-ball.co.uk/long-overdue-updates#comments</comments>
		<pubDate>Wed, 17 Aug 2011 18:02:17 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=218</guid>
		<description><![CDATA[Been a long time since I&#8217;ve posted here. The theme which I use for the site has received a lot of updates recently so I&#8217;ve gone about putting them in. I think it&#8217;s great that WordPress themes are coming along like this now. It means near enough anyone can have a great site. Even for those who only  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Been a long time since I&#8217;ve posted here. The theme which I use for the site has received a lot of updates recently so I&#8217;ve gone about putting them in. I think it&#8217;s great that WordPress themes are coming along like this now. It means near enough anyone can have a great site. Even for those who only want a cheap website it means that web developers can just stick something on like this and still be proud of their work. Before it was very much frowned upon in a, &#8216;oh but you&#8217;ve just used somebody else&#8217;s theme?&#8217;</p>
<p>Anyway, can&#8217;t really think of much that has been going on recently. I&#8217;ve taken up running and caught the bug, so you may see more posts about that soon. It doesn&#8217;t seem that long ago since I finished Uni, yet I&#8217;m well over half way through my holidays and will be going back before I know it. I can see Christmas is going to arrive just as quick too, and I can still remember New Year&#8217;s Eve like it was yesterday. Sometimes I wish life would slow down a little!</p>
<p>That&#8217;s all from me for now, may have another post up by the end of the month.</p>
<div class="shr-publisher-218"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Flong-overdue-updates' data-shr_title='Long+overdue+updates'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Flong-overdue-updates' data-shr_title='Long+overdue+updates'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Flong-overdue-updates' data-shr_title='Long+overdue+updates'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/long-overdue-updates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m back!</title>
		<link>http://www.matt-ball.co.uk/im-back</link>
		<comments>http://www.matt-ball.co.uk/im-back#comments</comments>
		<pubDate>Mon, 23 May 2011 12:43:37 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[bukc]]></category>
		<category><![CDATA[drivers championship]]></category>
		<category><![CDATA[exams]]></category>
		<category><![CDATA[fast five]]></category>
		<category><![CDATA[karting]]></category>
		<category><![CDATA[suzuki swift]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[whilton mill]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=211</guid>
		<description><![CDATA[Well it has been almost 2 months since my last post here &#8211; which isn&#8217;t too great. There has been a lot going on and I&#8217;ve either not had time for this or forgotten about it.. woops!
Since that last update the BUKC has finished. Aber came a very disappointing 54th out of 60 teams. I&#8217;m not going to be  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Well it has been almost 2 months since my last post here &#8211; which isn&#8217;t too great. There has been a lot going on and I&#8217;ve either not had time for this or forgotten about it.. woops!</p>
<p>Since that last update the <a href="http://www.bukc.co.uk">BUKC</a> has finished. Aber came a very disappointing <a href="http://bukc.co.uk/results/2011/">54th out of 60 teams.</a> I&#8217;m not going to be too phased about it as the poor results weren&#8217;t down to me (not that I like to blame the team but..) and after rounds 7+8 I was able to keep form and top 20 finishes were rolling in. Where as the rest of the team were struggling to be in the top 30. The last round also saw the <a href="http://bukc.co.uk/driverchamp">Driver&#8217;s Championship</a>. This consisted of 2 heats followed by an A/B final. My <a href="http://bukc.co.uk/results/2011/driverschamp/lightweights/2">first race</a> was a disaster as I got shoved off the circuit on the first lap resulting in me rally-crossing over the grass to get back on track. Later on in the lap I got caught out by a pile up which unfolded before me. I spotted a gap and went through it with considerable pace realising that it was closing. Unfortunately that put me on the grass and I was going far too fast across it to be able to slow down or turn. Consequently <a href="http://www.whiltonmill.co.uk/">Whilton Mill</a> are still rebuilding their tyre wall. If this is your first time reading here, please do not take me as a bad driver! Check out some of my other posts. The <a href="http://bukc.co.uk/results/2011/driverschamp/lightweights/5">next heat</a> passed incident free but it wasn&#8217;t enough to get me a decent start in the final. I finished a distant <a href="http://bukc.co.uk/results/2011/driverschamp/lightweights/9">23rd/36</a> in the end.</p>
<p>I&#8217;ve also been home for Easter since my last post, but that almost seems so long ago I can&#8217;t remember what happened! When I got back I rounded up my mates for a karting session which was good fun despite some very aggressive driving by someone. I managed to win but the fastest lap time was taken from me. Obviously, I blame the kart, I think the tyre pressures were bad <img src='http://www.matt-ball.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Not long after we all went to see <a href="http://www.imdb.com/title/tt1596343/">Fast Five</a> which was great. The ending was even better. Now looking forward to the sixth instalment.</p>
<p>Whilst I was back I also got the chance to fix up the family car. My Mum had been driven into in a <a href="http://www.morrisons.co.uk/">Morrisons</a> car park and it had cracked the rear bumper. Since I love the car (I learnt to drive in it) I couldn&#8217;t bare to see it &#8216;injured&#8217;. I set about looking for replacement bumpers and was fortunate enough to find a <a href="http://en.wikipedia.org/wiki/Suzuki_Swift#Second_generation_.282004.E2.80.932010.29">Suzuki Swift</a> that had been involved in an accident and was undergoing breaking for spares/repairs (it was a <a href="http://www.insurancewriteoff.co.uk/">Cat B</a> so could not be driven again). Fortunately the rear of the car was not involved and I was able to get the bumper for £60 having knocked him down from £85. Not bad I thought <img src='http://www.matt-ball.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Fitting the bumper was slightly problematic but it was great fun. I&#8217;ve always wanted to be able to repair cars for myself and this was a good chance to prove to myself I could do it. I won&#8217;t bore you with the details (although if you&#8217;re really interested you can read them <a href="http://swiftowners.co.uk/viewtopic.php?f=17&amp;t=15758#p181042">here</a>). It took roughly 7 hours to complete the job but a lot of that was messing around fitting the reversing sensors. They were an after-market kit the previous owner had fitted, and to put it bluntly the way in which they are fitted is horrible. I&#8217;m pretty sure given a car with no reversing sensors you could have the job done in less than an hour.</p>
<p>Uni is going well and I have completed 2 of 3 exams for this summer. My last one is on the 2nd of June and then I&#8217;ll be returning home. I think that&#8217;s all for now and I&#8217;ll probably be posting again after that last exam.</p>
<p>Over and out.</p>
<div class="shr-publisher-211"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fim-back' data-shr_title='I%27m+back%21'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fim-back' data-shr_title='I%27m+back%21'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fim-back' data-shr_title='I%27m+back%21'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/im-back/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mostly racing news.. again</title>
		<link>http://www.matt-ball.co.uk/mostly-racing-news-again</link>
		<comments>http://www.matt-ball.co.uk/mostly-racing-news-again#comments</comments>
		<pubDate>Thu, 31 Mar 2011 13:56:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[bahrain]]></category>
		<category><![CDATA[bukc]]></category>
		<category><![CDATA[clay pigeon raceway]]></category>
		<category><![CDATA[drivers championship]]></category>
		<category><![CDATA[f1]]></category>
		<category><![CDATA[formula 1]]></category>
		<category><![CDATA[jenson button]]></category>
		<category><![CDATA[malaysia]]></category>
		<category><![CDATA[melbourne]]></category>
		<category><![CDATA[weather]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=207</guid>
		<description><![CDATA[Yesterday saw rounds 7+8 of the BUKC at Clay Pigeon Raceway. Situated between Yeovil and Dorchester it was one of Jenson Button&#8217;s local tracks for karting when he was growing up in Frome. Unfortunately the weather was miserable all day. I went out in my solo race to a very wet track, with drizzling  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Yesterday saw rounds 7+8 of the <a href="http://www.bukc.co.uk">BUKC</a> at <a href="http://www.claypigeonraceway.com/">Clay Pigeon Raceway</a>. Situated between <a href="http://goo.gl/maps/PgXg">Yeovil</a> and <a href="http://goo.gl/maps/8R7y">Dorchester</a> it was one of <a href="http://www.jensonbutton.com">Jenson Button&#8217;s</a> local tracks for karting when he was growing up in <a href="http://goo.gl/maps/uIPa">Frome</a>. Unfortunately the weather was miserable all day. I went out in my solo race to a very wet track, with drizzling rain. Contrary to my normal lack of ability in the wet I was able to keep it on the track for the whole race and secured 17th out of 36. It must be all the practice in the wet! With it being my best result so far I was pretty happy. There were quite a few faster guys behind me, but they paid the price of pushing too hard, and they all span off at least once.</p>
<p>The weather didn&#8217;t improve for the endurance races in the afternoon, and a couple of laps into my stint it started raining heavily. The lack of grip was baffling and the visibility was even worse. With my visor down I had no chance of seeing any signals from the pit lane or reading the time into the race. Since I didn&#8217;t want to miss my stop I was having to raise my visor every time I went down the main straight. This wasn&#8217;t ideal as I would get a soaking in the face every time!</p>
<p>After spotting the signal to come in, our next driver went out for the middle half hour stint, with me to return for the final 15 minutes. He had a few off track excursions but we weren&#8217;t running too bad. When I headed out for the last stint the fog had closed in massively. I headed towards the first corner and was unable to see far enough ahead to where I would be able to stop if I had to. Whilst I now realise that should be somewhat disconcerting, I carried on round the track at the best pace I could. I soon realised that even some of the marshal&#8217;s posts were not visible through the fog. As I came across the line to start my first lap, I was greeted with a red flag and the race was stopped due to the conditions. It was a shame, but it was bad out there. I still have round 9 and the <a href="http://bukc.co.uk/driverchamp">driver&#8217;s championship</a> to look forward to before the season ends so it is all good.</p>
<p>With some things drawing to a close like the <a href="http://www.bukc.co.uk/">BUKC</a>, some things have started up again. Namely, <a href="http://www.formula1.com">Formula 1</a>. After waiting 2 weeks longer than intended due to the <a href="http://news.bbc.co.uk/sport1/hi/motorsport/formula_one/9402871.stm">Bahrain grand prix being cancelled</a>, I don&#8217;t think I&#8217;ve ever been so excited at the start of the season. I even had trouble sleeping the night before qualifying. Reminds be of being a little child on Christmas eve, oh dear! The race in <a href="http://www.formula1.com/races/in_detail/australia_844/">Melbourne</a> certainly wasn&#8217;t an all time classic but it was a lot better than last years season opener at Bahrain. It was a bit disappointing to not see <a href="http://www.jensonbutton.com">Button</a> on the podium, but hopefully he&#8217;ll be there in <a href="http://www.formula1.com/races/in_detail/malaysia_846/circuit_diagram.html">Malaysia</a>. Not too long till that&#8217;s on TV!</p>
<p>Since I have an assignment for the module &#8220;<a href="http://www.aber.ac.uk/en/modules/deptcurrent/?m=CS15020">Web Development Tools</a>&#8221; due in tomorrow evening, I&#8217;m now going to be leaving you I&#8217;m afraid. Whilst it is 99% done the perfectionist in me wants to make sure everything is just so.</p>
<p>See you soon.</p>
<div class="shr-publisher-207"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fmostly-racing-news-again' data-shr_title='Mostly+racing+news..+again'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fmostly-racing-news-again' data-shr_title='Mostly+racing+news..+again'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fmostly-racing-news-again' data-shr_title='Mostly+racing+news..+again'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/mostly-racing-news-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some time to relax, what?</title>
		<link>http://www.matt-ball.co.uk/some-time-to-relax-what</link>
		<comments>http://www.matt-ball.co.uk/some-time-to-relax-what#comments</comments>
		<pubDate>Wed, 23 Mar 2011 16:54:44 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[bukc]]></category>
		<category><![CDATA[covering letter]]></category>
		<category><![CDATA[cv]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[llandow]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=205</guid>
		<description><![CDATA[It seems that the chaos that was going on in my previous posts is dieing down. It was mostly Uni stuff, so it&#8217;s great that it&#8217;s out of the way now &#8211; for a while at least. The Java assignment got handed in on time and without any major issues, so our group just has to wait and see how well we  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>It seems that the chaos that was going on in my previous posts is dieing down. It was mostly <a href="http://www.matt-ball.co.uk/university">Uni</a> stuff, so it&#8217;s great that it&#8217;s out of the way now &#8211; for a while at least. The <a href="http://www.java.com/en/">Java</a> assignment got handed in on time and without any major issues, so our group just has to wait and see how well we scored. We had to perform a group presentation in our tutorial to show what our program could/could not do, and discuss how the project went. Although we had one group member missing, it went well and people seemed reasonably impressed!</p>
<p>I also had an assignment to write a <a href="http://en.wikipedia.org/wiki/Curriculum_vitae">CV</a> and covering letter as a part of my &#8220;<a href="http://www.aber.ac.uk/en/modules/deptcurrent/?m=CS18010">Personal and Professional Development</a>&#8221; module. I spent a fair amount of time working on this trying to perfect it and make it look like the professional kind of document it should be. I&#8217;m around 90% happy with it but I still think it could be improved. It is harder than you think to try and include everything you want to say in an appropriate manner and in few words.</p>
<p>In my last post I was about to head down to <a href="http://goo.gl/maps/tqcy">Llandow</a> for rounds 5+6 of the <a href="http://www.bukc.co.uk">BUKC</a>. The track was wet to begin with, but with none of us being in the first race it had dried up a fair bit by the time I went out for race 2. I had been randomly assigned pole position which was great, although I knew I was never going to be able to keep it &#8211; especially in the tricky conditions. After spending what seemed like forever <a href="http://en.wikipedia.org/wiki/Rolling_start_(Motorsport)">rolling up</a>, the race got under way. I slipped to 2nd by the first corner, but was able to hold it for a good few laps. Unfortunately I was then squeezed wide through the last turn and ran through a big puddle. I lost a lot of positions whilst I was <a href="http://en.wikipedia.org/wiki/Racing_line">off line</a> and running on wet tyres. To add to my misery, I soon managed to spin twice resulting in a finish of 26th/36.</p>
<p>The afternoon promised better racing as the track had fully dried out, and I felt more confident starting the endurance race in my randomly assigned slot of 19th. After my 15 minute stint I was able to get us up to 9th (no spins, yay!). The next 30 minutes didn&#8217;t go too well for us with the other driver spinning 7 times and putting us down to 33rd. I got back in for the final 15 minutes, and drove as hard as I could. I was able to get us back up to 30th/36, but it was simply too little too late.</p>
<p>I think that&#8217;s all for now, but I&#8217;ll have some more updates by the end of the month!</p>
<div class="shr-publisher-205"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fsome-time-to-relax-what' data-shr_title='Some+time+to+relax%2C+what%3F'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fsome-time-to-relax-what' data-shr_title='Some+time+to+relax%2C+what%3F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fsome-time-to-relax-what' data-shr_title='Some+time+to+relax%2C+what%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/some-time-to-relax-what/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Races</title>
		<link>http://www.matt-ball.co.uk/more-races</link>
		<comments>http://www.matt-ball.co.uk/more-races#comments</comments>
		<pubDate>Fri, 11 Mar 2011 23:54:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[bukc]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[csstidy]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[llandow]]></category>
		<category><![CDATA[rfactor]]></category>
		<category><![CDATA[silverstone]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=200</guid>
		<description><![CDATA[This weekend sees the 5th and 6th rounds of the British Universities Karting Championship at Llandow Kart Club. I&#8217;m unaware of the grid slots at the moment as I can&#8217;t find them on the BUKC site. Maybe they haven&#8217;t been released yet. Either way I&#8217;m not too fussed as they do work out at an average so  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This weekend sees the 5th and 6th rounds of the <a href="http://www.bukc.co.uk/">British Universities Karting Championship</a> at <a href="http://www.llandowkartclub.co.uk/location.html">Llandow Kart Club</a>. I&#8217;m unaware of the grid slots at the moment as I can&#8217;t find them on the <a href="http://www.bukc.co.uk">BUKC site</a>. Maybe they haven&#8217;t been released yet. Either way I&#8217;m not too fussed as they do work out at an average so that all teams have the same opportunity throughout the season. If anything I&#8217;d rather start at the back so I can at least move forward rather than drop back, ha! The weather is looking promising, there could be a chance of rain but I&#8217;m going to hope it stays dry as it makes things so much easier! Watch my <a href="http://twitter.com/#!/matt_ball_uk">Twitter</a> for updates or come back <a href="http://www.matt-ball.co.uk">here</a> in around a weeks time for results.</p>
<p>Assignments wise, my teams <a href="http://www.java.com/en/">Java</a> deadline is fast approaching and there is still a fair amount to do. I spent a couple of hours the other day just cleaning up the code from huge amounts of white space, code that didn&#8217;t need to be there and terrible indentation. I decided it would be worthwhile commenting it all at that point too, so I did. We&#8217;re now almost there apart from completing the implementation of the load and save methods. Then of course there is documentation to do. 3 full days left on that one.</p>
<p>My <a href="http://www.w3.org/TR/xhtml11/">XHTML</a>/<a href="http://en.wikipedia.org/wiki/CSS">CSS</a>/<a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> assignment is fairing a lot better, mostly because it&#8217;s easier! It&#8217;s now essentially complete apart from a 200 word write up. The write up has to detail the process I went through to complete the assignment. After that I will almost undoubtedly go through all the code and comment it up whilst perfecting the indentation, because I am incredibly OCD like that. I&#8217;ll check the <a href="http://en.wikipedia.org/wiki/CSS">CSS</a> for duplicate properties too, as I&#8217;ve most likely slipped up there. I will be doing that manually, however it is possible to do it automatically. I found a great tool called <a href="http://migege.com/csstidy/">CSSTidy</a> which has many options for compressing <a href="http://en.wikipedia.org/wiki/CSS">CSS</a> files and checking for duplicate properties. I will definitely be putting it to good use in non University work.</p>
<p><a href="http://www.rfactor.net">rFactor</a> related news now. The season in which I was racing had it&#8217;s finale on the Sunday just gone at <a href="http://www.silverstone.co.uk">Silverstone</a>. After a couple of DNF&#8217;s and having a great strategy, where by I had to pit 1 less time than everyone else, I was able to get on the podium with a 3rd place. This moved me into 10th position in the drivers championship and a 6th place finish for my team in the constructors championship. I&#8217;m very happy with that as I only competed in a 1/3 of the seasons races and it was contested between 32 drivers in my class alone. Bring on next season!</p>
<p>I think that&#8217;s all for now so see you soon.</p>
<div class="shr-publisher-200"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fmore-races' data-shr_title='More+Races'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fmore-races' data-shr_title='More+Races'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2Fmore-races' data-shr_title='More+Races'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/more-races/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 weeks left, really?</title>
		<link>http://www.matt-ball.co.uk/5-weeks-left-really</link>
		<comments>http://www.matt-ball.co.uk/5-weeks-left-really#comments</comments>
		<pubDate>Fri, 04 Mar 2011 00:11:46 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[assignments]]></category>
		<category><![CDATA[bukc]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[karting]]></category>
		<category><![CDATA[modules]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[rfactor]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.matt-ball.co.uk/?p=196</guid>
		<description><![CDATA[Definitely time I made a blog post as I have been meaning to do for quite some time now, but simply haven&#8217;t got round to it. I barely know where to start it feels like so much has been going on! Anyway here is my best shot, enjoy..
Last thing I had mentioned was that I was going to a BUKC race in  [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Definitely time I made a blog post as I have been meaning to do for quite some time now, but simply haven&#8217;t got round to it. I barely know where to start it feels like so much has been going on! Anyway here is my best shot, enjoy..</p>
<p>Last thing I had mentioned was that I was going to a <a href="http://www.bukc.co.uk/">BUKC</a> race in <a href="http://goo.gl/maps/6gez">Middlesbrough</a> at <a href="http://www.teessideautodrome.co.uk/">Teesside Autodrome</a>. The day started pretty wet, and it was incredibly slippy on track. I was given the first race and was a little apprehensive what with only having driven the karts once before, and that had been in the dry. I found myself going into the first corner continuing straight on; it was solved with a fair old kick of throttle but certainly not what I was expecting! The steering wheel wasn&#8217;t doing much for me and it was all about the transfer of weight you could get by messing with the throttle. Despite struggling to the finish, it was all in vein as we had messed up the weights. I was 450g underweight, which I thought was a little harsh to disqualify me.</p>
<p>With round one really something to forget about, I was really looking forward to round two. The was track almost dry, and most definitely dry <a href="http://en.wikipedia.org/wiki/Racing_line">on line</a>. It was a one hour race and I was doing a 30 minute stint in the middle. I was able to climb 15 places, getting us into the low 20&#8242;s. I was just about sticking with the leaders for pace, and passing back if I pushed hard enough. It was exhausting work though, and around 25 minutes in, disaster. Some plank decided to wave his teams pit signal in front of my face. I was unsure at the time who had made the signal, so I went to make for the pits. However having been blinded by the aforementioned plank, I was going far too fast to enter it. I hit the brakes with me then facing back down the track watching the smoke come off my tyres. It cost a good few minutes dragging the kart off the grass, by which point it was time to switch drivers. After the driver change and my spin, we lost the majority of places that I had gained. At the end of the day we were 49th/56th in the championship. I guess this is okay for our first race, but I can&#8217;t help but feel disappointed.</p>
<p>In the weekend just gone, I went back to <a href="http://goo.gl/maps/WG4T">Melton</a> to see both friends and parents. Although I wasn&#8217;t there long it was good to be back home and see people. Went out on the Saturday night with three mates and had a properly good time. Now that it&#8217;s coming towards the end of the week, I realised I only have 5 weeks of lectures left, and hence 5 weeks of my first year of <a href="http://www.aber.ac.uk/en/">University</a> left. I honestly cannot believe how quickly it has gone! Best get revising for those exams because they will be here in no time.</p>
<p>In other news, my first semester results came through. I averaged 69% which I am very happy with. My best module mark was 74% with my worst being 57%. I will update the <a href="http://www.matt-ball.co.uk/university">University</a> page in the next couple of days to give full details. Ideally I&#8217;d like to push my first year average over 70% but it could be tough.</p>
<p>I&#8217;m currently working on two assignments. One of them is a group project to create a comic strip maker in <a href="http://www.java.com/en/">Java</a>, and the other is to develop an <a href="http://www.w3.org/TR/xhtml11/">XHTML</a> page with a couple of links, a bit of <a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> and ensuring it is styled with <a href="http://en.wikipedia.org/wiki/CSS">CSS</a>. Both the <a href="http://www.w3.org/TR/xhtml11/">XHTML</a> and <a href="http://en.wikipedia.org/wiki/CSS">CSS</a> have to pass <a href="http://validator.w3.org/">W3C validation</a> to get any decent marks. I spent several hours on it last night getting the layout, look and feel etc sorted and I&#8217;m relatively happy with it. I was even happier when I found some people were throwing up 70 or so errors in the validator where as mine is passing no problem. I don&#8217;t think I could get that many if I tried!</p>
<p>Finally a bit of news for those of you who like to follow my <a href="http://www.rfactor.net">rFactor</a> happenings. I recently had a race at <a href="http://en.wikipedia.org/wiki/Mosport_International_Raceway">MoSport</a> and managed 3rd position which I was properly happy with. I knew I had a good chance of doing well as it is a very tight track and the DNF count is always high. So much so that I was in fact third even with my DNF. Yes, I DNF&#8217;d and got on the podium! I caught a touch of grass on the braking point of turn 3 and it sent me straight on into the tyre wall killing my engine. It was a shame as I was running 2nd, but 3rd is still great.</p>
<p>Hopefully there won&#8217;t be as much as a gap to my next post as this time, so expect to hear from me soon.</p>
<p>Over and out.</p>
<div class="shr-publisher-196"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:right;height:60px;'><a class='shareaholic-fblike' data-shr_layout='box_count' data-shr_showfaces='false' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2F5-weeks-left-really' data-shr_title='5+weeks+left%2C+really%3F'></a><a class='shareaholic-tweetbutton' data-shr_count='vertical' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2F5-weeks-left-really' data-shr_title='5+weeks+left%2C+really%3F'></a><a class='shareaholic-googleplusone' data-shr_size='tall' data-shr_count='true' data-shr_href='http%3A%2F%2Fwww.matt-ball.co.uk%2F5-weeks-left-really' data-shr_title='5+weeks+left%2C+really%3F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.matt-ball.co.uk/5-weeks-left-really/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

