<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>rawrers.org</title>
	<link>http://www.rawrers.org</link>
	<description>A place for me to vent my thoughts.</description>
	<pubDate>Tue, 23 Mar 2010 11:23:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>Regex for UK postcodes, NI numbers, etc</title>
		<link>http://www.rawrers.org/?p=82</link>
		<comments>http://www.rawrers.org/?p=82#comments</comments>
		<pubDate>Tue, 23 Mar 2010 11:23:31 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Programming</category>
		<guid>http://www.rawrers.org/?p=82</guid>
		<description><![CDATA[	I found an xsd defining loads of useful regular expressions on the HMRC website - http://www.hmrc.gov.uk/schemas/core-v2-0.xsd. I hope this helps someone as much as it helped me.

]]></description>
			<content:encoded><![CDATA[	<p>I found an xsd defining loads of useful regular expressions on the HMRC website - http://www.hmrc.gov.uk/schemas/core-v2-0.xsd. I hope this helps someone as much as it helped me.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=82</wfw:commentRSS>
	</item>
		<item>
		<title>Fresh website</title>
		<link>http://www.rawrers.org/?p=81</link>
		<comments>http://www.rawrers.org/?p=81#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:07:17 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Design</category>
	<category>Programming</category>
	<category>The internet</category>
		<guid>http://www.rawrers.org/?p=81</guid>
		<description><![CDATA[	Working for a digital agency as a developer is great, it really is. I do miss stretching my design muscles though, and I do want to get to grips with javascript better, so I&#8217;ve set myself the task of creating a new portfolio website. What I want most of all is for all of the [...]]]></description>
			<content:encoded><![CDATA[	<p>Working for a digital agency as a developer is great, it really is. I do miss stretching my design muscles though, and I do want to get to grips with javascript better, so I&#8217;ve set myself the task of creating a new portfolio website. What I want most of all is for all of the information I want to display to be immediate, but I want to try and present it will enough to not need the feeling of &#8216;web pages&#8217; and navigation. After all, all that a porfolio site should have is your work, a bit of information about yourself (including any twitter/whatever feeds that are relevant) and a link to your CV. Everything needs to feel categorised and exactly in it&#8217;s right place&#8230; I&#8217;m tempted to use Drupal, which is my current favourite toy, but I don&#8217;t need anything especially complicated and I&#8217;ve got enough Drupal projects going on at work&#8230; </p>
	<p>Well with any luck now I&#8217;ve made a blog post about it I&#8217;ll start setting myself real deadlines and get this show on the road!
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=81</wfw:commentRSS>
	</item>
		<item>
		<title>Son of suckerfish in Drupal</title>
		<link>http://www.rawrers.org/?p=80</link>
		<comments>http://www.rawrers.org/?p=80#comments</comments>
		<pubDate>Tue, 02 Jun 2009 16:10:49 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Programming</category>
	<category>The internet</category>
		<guid>http://www.rawrers.org/?p=80</guid>
		<description><![CDATA[	1. Drupal is using jquery.
2.

sfHover = function() {
	  $(".primary-links li").mouseover(function() {
		$(this).toggleClass("sfhover");
	  });
	  $(".primary-links li").mouseout(function() {
		$(this).toggleClass("sfhover");
	  });
}
	$(document).ready(sfHover);
	
	In the header of page.tpl.php is all you need. You have to change $(&#8221;.primary-links li&#8221;) to whatever your navigation links are though (in this case class primary-links li items).

]]></description>
			<content:encoded><![CDATA[	<p>1. Drupal is using jquery.<br />
2.<br />
<code><br />
sfHover = function() {<br />
	  $(".primary-links li").mouseover(function() {<br />
		$(this).toggleClass("sfhover");<br />
	  });<br />
	  $(".primary-links li").mouseout(function() {<br />
		$(this).toggleClass("sfhover");<br />
	  });<br />
}</p>
	<p>$(document).ready(sfHover);</p>
	<p></code></p>
	<p>In the header of page.tpl.php is all you need. You have to change $(&#8221;.primary-links li&#8221;) to whatever your navigation links are though (in this case class primary-links li items).
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=80</wfw:commentRSS>
	</item>
		<item>
		<title>Why the new bbc weather site sucks</title>
		<link>http://www.rawrers.org/?p=79</link>
		<comments>http://www.rawrers.org/?p=79#comments</comments>
		<pubDate>Sat, 28 Feb 2009 12:18:37 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Design</category>
	<category>The internet</category>
		<guid>http://www.rawrers.org/?p=79</guid>
		<description><![CDATA[	I know people are all about numbered lists with bite sized information chunks now, but I don&#8217;t seem to be able to order my thoughts enough to do it, but here is a quick summary: 
	Whereas previously the weather was viewable the instant you got to the page, you now have to search and then [...]]]></description>
			<content:encoded><![CDATA[	<p>I know people are all about numbered lists with bite sized information chunks now, but I don&#8217;t seem to be able to order my thoughts enough to do it, but here is a quick summary: </p>
	<p><strong>Whereas previously the weather was viewable the instant you got to the page, you now have to search and then scroll down on a laptop or smaller screen to be able to see what the weather predictions are.<br />
</strong></p>
	<p>Ok, now why : </p>
	<p>1. Over complicated with less crucial information and more useless information. Also, the layout just sucks. What were they thinking!</p>
	<p>I don&#8217;t want to have to scan the page to work out what I&#8217;m trying to do, and the fact that they&#8217;ve had to put instructions right in the front goes to show exactly how bad the design is. Good design, the kind you would expect from a corp like the BBC guides you with visual cues rather than with a list of points on how to use the site. I don&#8217;t care that they&#8217;ve got a &#8216;don&#8217;t show me this again&#8217; tickbox - this isn&#8217;t the kind of site you go to to interact with, this is the kind of site you go to to find out whether you need a bloody umbrella today. This is the kind of website I check on friends computers before going out, that I check on peoples phones or at an internet cafe or on wifi or whatever, I don&#8217;t want to be prompted each time.</p>
	<p>I don&#8217;t care about forecast maps and videos or related links but they seem to be taking up an awful lot of page space. I care about the five day forecast (which is now a four day forecast) and the 24 hour forecast (which is also just four icons). Was the issue that it wasn&#8217;t very accurate or something? It was too difficult to try and predict something in that much detail? Can&#8217;t be because they have the maps showing forecast times in a much more fine-grained slider. </p>
	<p>Why is the &#8216;recently viewed&#8217; thing hidden so far down? </p>
	<p>Why are the weather icons on the 4 day forecast and the 24 hour forecast highlighted every other time in pink? It suggests that there&#8217;s something significant about those days, why didn&#8217;t they just use a plain divider if they wanted extra visual separation? </p>
	<p>Why is the navigation on the left hand side when it means it sacrifices so much more page space? I really liked the system they had before, they could have just expanded that by adding extra tabs for the forecast maps (which i guess are pretty useful) and whatever all the rest of the junk on the page is that&#8217;s cluttering it up and making it look so verbose.</p>
	<p>Why haven&#8217;t they given more prominence to the search box? If they&#8217;re making people search for the weather now instead of just displaying it like they used to they might as well at least make it easy to spot and use, like google did or any other site where the first thing you do when you get to the page is to search. Admittedly the convenience of having London&#8217;s weather on the main page might only apply to people who live in London, leaving the others had to search for it anyway, but it makes sense to have the capital city the default thing to show, rather than sweet fa). </p>
	<p>It&#8217;s perfectly possible to have a site with loads of cool useful techy content and make it easy to use and visually clear. Why haven&#8217;t they done it, why!? </p>
	<p>2. Sucky icon design<br />
The other icons might have been a tad ugly, but there was no mistaking at a glance that they meant cloudy or rainy or whatever. For me and for a lot of others this site is not about visual aesthetics but about utilitarianism. </p>
	<p>Anyway in conclusion I&#8217;m really annoyed about the whole thing and I don&#8217;t understand why most people seem to like it. If you&#8217;ve found my ranty post with it&#8217;s poorly set out points and you disagree, please get in touch and let me know why I&#8217;m wrong.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=79</wfw:commentRSS>
	</item>
		<item>
		<title>Transparent &#038; semi-transparent dropdown menus in Son of Suckerfish</title>
		<link>http://www.rawrers.org/?p=78</link>
		<comments>http://www.rawrers.org/?p=78#comments</comments>
		<pubDate>Wed, 04 Feb 2009 11:28:21 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Design</category>
	<category>Programming</category>
		<guid>http://www.rawrers.org/?p=78</guid>
		<description><![CDATA[	Note to remind myself that in the end what seems to work best is for IE6 to use a gif and set the div&#8217;s opacity, and in the rest just use a png. The AlphaImageLoader doesn&#8217;t let you position backgrounds so there&#8217;s no point trying to cram it all in. Fixed width stuff too, but [...]]]></description>
			<content:encoded><![CDATA[	<p>Note to remind myself that in the end what seems to work best is for IE6 to use a gif and set the div&#8217;s opacity, and in the rest just use a png. The AlphaImageLoader doesn&#8217;t let you position backgrounds so there&#8217;s no point trying to cram it all in. Fixed width stuff too, but doesn&#8217;t really matter if there are only 2 dropdowns.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=78</wfw:commentRSS>
	</item>
		<item>
		<title>New job, Coldplay, London, Cambridge and Reiters Syndrome</title>
		<link>http://www.rawrers.org/?p=77</link>
		<comments>http://www.rawrers.org/?p=77#comments</comments>
		<pubDate>Mon, 15 Dec 2008 21:44:03 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Art</category>
	<category>Design</category>
	<category>Programming</category>
	<category>Travel</category>
		<guid>http://www.rawrers.org/?p=77</guid>
		<description><![CDATA[	Actually after trying to think up that title I feel too drained to actually type anything.

]]></description>
			<content:encoded><![CDATA[	<p>Actually after trying to think up that title I feel too drained to actually type anything.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=77</wfw:commentRSS>
	</item>
		<item>
		<title>Costa Rica, Panama and Nicaragua</title>
		<link>http://www.rawrers.org/?p=76</link>
		<comments>http://www.rawrers.org/?p=76#comments</comments>
		<pubDate>Sun, 19 Oct 2008 03:20:20 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Travel</category>
		<guid>http://www.rawrers.org/?p=76</guid>
		<description><![CDATA[I suppose I really should have been updating my blog as I went along so all the experiences came across in a fresh way, but I totally forgot I even had this blog till fairly recently. I have been travelling around central america, specifically Nicaragua, Costa Rica and Panama. ]]></description>
			<content:encoded><![CDATA[	<p>Well, a lot has happened, but here´s a quick rundown:<br />
I realised quite early on that I couldn´t afford to do the TEFL course in Costa Rica as everything was much MUCH more expensive than I thought it would be, so instead I did 2 weeks in a spanish language school and then I set off for Nicaragua with a friend I had made in the school - Anna, a german girl. </p>
	<p>In Nicaragua I visited a few places, but I enjoyed Grenada and Leon the most. In Leon I got to sandboard down a live volcano and in Grenada the hostel I stayed in really was something special. </p>
	<p>Anna and I headed back down through Costa Rica along the Caribbean coast to Panama, where we stayed in Bocas del Toro for a few nights. We went to David after that, and stayed in a little town in the mountains near there called Boquete (or something, I might be spelling it wrong). </p>
	<p>Anna headed to Panama City after that but I went to a turtle liberation instead with an Israeli guy called Tom who we had made friends with and travelled with for a short while. After that I headed back to CR.</p>
	<p>I´m currently in San Jose waiting for Gavin and Verity! I guess the only reason I have actually bothered making this post is that I am pretty bored and want to distract myself! It hardly seems necessary anyway as all my friends know what I am doing already and have seen the pictures, so I suppose this is in essence just a record for anybody from the industry interested in what I did in the 3 months I took off post-graduation to travel. </p>
	<p><img src="http://photos-c.ak.facebook.com/photos-ak-snc1/v352/159/14/193200479/n193200479_31096842_1881.jpg" alt="One of the coolest things on my trip so far, helping those little baby turtles off on their way to the sea!" />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=76</wfw:commentRSS>
	</item>
		<item>
		<title>The Europeans</title>
		<link>http://www.rawrers.org/?p=75</link>
		<comments>http://www.rawrers.org/?p=75#comments</comments>
		<pubDate>Sun, 17 Aug 2008 22:21:01 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Books and Language</category>
		<guid>http://www.rawrers.org/?p=75</guid>
		<description><![CDATA[	You guys! I have a new author I can add to my list of &#8216;Authors I really like&#8217;! I read the Europeans by Henry James over the weekend and I really loved the multi-layered character sketches he gave for his heroine and hero, the brother and sister.

]]></description>
			<content:encoded><![CDATA[	<p>You guys! I have a new author I can add to my list of &#8216;Authors I really like&#8217;! I read the Europeans by Henry James over the weekend and I really loved the multi-layered character sketches he gave for his heroine and hero, the brother and sister.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=75</wfw:commentRSS>
	</item>
		<item>
		<title>Working and Costa Rica</title>
		<link>http://www.rawrers.org/?p=74</link>
		<comments>http://www.rawrers.org/?p=74#comments</comments>
		<pubDate>Thu, 14 Aug 2008 09:43:46 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>Design</category>
	<category>Programming</category>
		<guid>http://www.rawrers.org/?p=74</guid>
		<description><![CDATA[	I am currently working for a company called 33above in london near liverpool street as a sort of general all purpose designer. I&#8217;ve been mocking up screenshots of a skin for their cms (which would be used by clients as well as themselves) and writing an xsl-fo parser in actionscript 3. It&#8217;s been very exciting. [...]]]></description>
			<content:encoded><![CDATA[	<p>I am currently working for a company called 33above in london near liverpool street as a sort of general all purpose designer. I&#8217;ve been mocking up screenshots of a skin for their cms (which would be used by clients as well as themselves) and writing an xsl-fo parser in actionscript 3. It&#8217;s been very exciting. I&#8217;m also going to Costa Rica in a few weeks till December in a mad rush to avoid growing up and getting a permanent job - also to teach english as a foreign language and learn to surf and speak spanish. </p>
	<p>Oh, and I miss living with my friends. &lt;3 8 Church Close! The new soul calibur is pretty good though.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=74</wfw:commentRSS>
	</item>
		<item>
		<title>New Designers and Made in Brunel</title>
		<link>http://www.rawrers.org/?p=73</link>
		<comments>http://www.rawrers.org/?p=73#comments</comments>
		<pubDate>Mon, 14 Jul 2008 09:58:05 +0000</pubDate>
		<dc:creator>Rukaya</dc:creator>
		
	<category>University</category>
	<category>Design</category>
	<category>Year 3</category>
	<category>Main Project</category>
		<guid>http://www.rawrers.org/?p=73</guid>
		<description><![CDATA[	Quick note to remind myself I was exhibiting at these two shows recently and I should really get a move on finishing my portfolio.

]]></description>
			<content:encoded><![CDATA[	<p>Quick note to remind myself I was exhibiting at these two shows recently and I should really get a move on finishing my portfolio.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.rawrers.org/?feed=rss2&amp;p=73</wfw:commentRSS>
	</item>
	</channel>
</rss>
