<?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>CiaranGaffey.com &#187; Ciaran Gaffey &#8211; Website Design and Development</title>
	<atom:link href="http://www.ciarangaffey.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ciarangaffey.com</link>
	<description>Freelance Web and Graphic Designer</description>
	<lastBuildDate>Wed, 22 Feb 2012 21:31:06 +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>Prefix Free CSS3</title>
		<link>http://www.ciarangaffey.com/2011/11/prefix-free-css3/</link>
		<comments>http://www.ciarangaffey.com/2011/11/prefix-free-css3/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 15:59:32 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[posts]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=715</guid>
		<description><![CDATA[CSS3 giving you sore wrists from typing prefixes for each browser? Well now you don&#8217;t have to. Greek web designer and CSS3 superfan, Lea Verou, has created a really cool little javascript that detects which browser is being used and adds the appropriate prefix. So before if you had a CSS style with attributes that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Prefix Free CSS3" src="http://leaverou.github.com/prefixfree/img/logo.svg" alt="" width="170" height="170" /></p>
<p>CSS3 giving you sore wrists from typing prefixes for each browser? Well now you don&#8217;t have to. Greek web designer and CSS3 superfan, <a href="http://lea.verou.me/" target="_blank">Lea Verou</a>, has created a really cool little javascript that detects which browser is being used and adds the appropriate prefix. So before if you had a CSS style with attributes that looked something like this:</p>
<pre><code>
 #access a {
 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
-webkit-border-radius: 15px 15px 0px 0px;
-moz-border-radius: 15px 15px 0px 0px;
border-radius: 15px 15px 0px 0px;
}
</code></pre>
<p>&nbsp;</p>
<p>&#8230;it can now just be typed as this:<br />
&nbsp;</p>
<pre><code>
#access a {
transition: all 0.2s ease-in-out;
border-radius: 15px 15px 0px 0px;
}
 </code></pre>
<p>Pretty sweet eh? Also the less CSS that needs to be loaded the faster your site is gonna be.</p>
<p>Go <a title="Prefix Free CSS3" href="http://leaverou.github.com/prefixfree/" target="_blank">here</a> to find out more about it and download the javascript.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2011/11/prefix-free-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>25-Minute Album Cover</title>
		<link>http://www.ciarangaffey.com/2011/09/25-minute-album-cover/</link>
		<comments>http://www.ciarangaffey.com/2011/09/25-minute-album-cover/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 11:23:42 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[posts]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=701</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://ciarangaffey.com/wp-content/uploads/2011/09/take-off.jpg" alt="" title="take-off" width="635" height="635" class="aligncenter size-full wp-image-702" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2011/09/25-minute-album-cover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5-Minute Composition</title>
		<link>http://www.ciarangaffey.com/2011/09/5-minute-composition/</link>
		<comments>http://www.ciarangaffey.com/2011/09/5-minute-composition/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 10:55:45 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[posts]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=697</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://ciarangaffey.com/wp-content/uploads/2011/09/love.jpg"><img src="http://ciarangaffey.com/wp-content/uploads/2011/09/love.jpg" alt="" title="love" width="620" height="877" class="aligncenter size-full wp-image-698" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2011/09/5-minute-composition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>College Work</title>
		<link>http://www.ciarangaffey.com/2011/02/college-work/</link>
		<comments>http://www.ciarangaffey.com/2011/02/college-work/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 14:00:18 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[animation]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=519</guid>
		<description><![CDATA[I did this years ago in college. Motion graphics are fun, but time consuming. This is pretty rough now but I&#8217;m still proud of it.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/19756187" width="640" height="390" frameborder="0"></iframe></p>
<p>I did this years ago in college. Motion graphics are fun, but time consuming. This is pretty rough now but I&#8217;m still proud of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2011/02/college-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 To The Rescue</title>
		<link>http://www.ciarangaffey.com/2011/01/html5-to-the-rescue/</link>
		<comments>http://www.ciarangaffey.com/2011/01/html5-to-the-rescue/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 13:58:04 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=472</guid>
		<description><![CDATA[Well if this logo doesn&#8217;t make people think HTML5 is the saviour of the internet then nothing will. Although Google&#8217;s siding with Flash with regards to what video codecs Chrome uses may halt integration a little bit&#8230;.oh the time&#8217;s they are a changin&#8217;.]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://www.w3.org/html/logo/downloads/HTML5_Logo_256.png" title="HTML5 Logo" class="aligncenter" width="256" height="256" /><br />
Well if this logo doesn&#8217;t make people think <a href="http://www.w3.org/html/logo/" target="_blank">HTML5</a> is the saviour of the internet then nothing will. Although <a href="http://techcrunch.com/2011/01/11/google-chrome-browser-h-264-video/" target="_blank">Google&#8217;s siding with Flash</a> with regards to what video codecs Chrome uses may halt integration a little bit&#8230;.<em>oh the time&#8217;s they are a changin&#8217;</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2011/01/html5-to-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uniqlock</title>
		<link>http://www.ciarangaffey.com/2011/01/uniqlock/</link>
		<comments>http://www.ciarangaffey.com/2011/01/uniqlock/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 16:13:21 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[japan]]></category>
		<category><![CDATA[uniqlo]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=462</guid>
		<description><![CDATA[Japanese casualwear giants Uniqlo have probably the coolest website in the world. It&#8217;s batty, technically impressive and just all round delightful. I dare you to not stare at it for hours on end.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.uniqlo.jp/uniqlock/" target="_blank"><img src="http://ciarangaffey.com/wp-content/uploads/2011/01/uniqlo.jpg" alt="" title="uniqlo" width="600" height="300" class="aligncenter size-full wp-image-463" /></a><br />
Japanese casualwear giants <a href="http://www.uniqlo.jp/uniqlock/" target="_blank">Uniqlo</a> have probably the coolest website in the world. It&#8217;s batty, technically impressive and just all round delightful. I dare you to not stare at it for hours on end.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2011/01/uniqlock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hilo Chen</title>
		<link>http://www.ciarangaffey.com/2010/12/hilo-chen/</link>
		<comments>http://www.ciarangaffey.com/2010/12/hilo-chen/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 17:09:24 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hilo chen]]></category>
		<category><![CDATA[paintings]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=457</guid>
		<description><![CDATA[Just discovered this guy Hilo Chen. Whatever you think about the subject matter these photo-realistic paintings are amazing. More here.]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.bernarduccimeisel.com/imagesDB/chen_Beach_164.jpg" alt="" width="600" height="450" /></p>
<p>Just discovered this guy Hilo Chen. Whatever you think about the subject matter these photo-realistic paintings are amazing. More <a href="http://www.bernarduccimeisel.com/artist/images.php?aid=4" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2010/12/hilo-chen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The High Kings website redesign</title>
		<link>http://www.ciarangaffey.com/2010/12/the-high-kings-website-redesign/</link>
		<comments>http://www.ciarangaffey.com/2010/12/the-high-kings-website-redesign/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 10:09:05 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[posts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=454</guid>
		<description><![CDATA[I&#8217;ve just completed the redesign of the website of Irish band The High Kings. The new design was provided to me while I did the development of the site, the content management system and the 3D animation on the home page. The site also features a members area with exclusive content that requires users to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://ciarangaffey.com/wp-content/uploads/2010/12/thehighkings.jpg" alt="" width="600" height="250" />I&#8217;ve just completed the redesign of the website of Irish band The High Kings. The new design was provided to me while I did the development of the site, the content management system and the 3D animation on the home page. The site also features a members area with exclusive content that requires users to sign up and log in to access. There&#8217;s also a newsletter functionality and full video features. Click <a href="http://www.thehighkings.com/" target="_blank">here</a> to check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2010/12/the-high-kings-website-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a simple tortilla with Sinead + Alberto</title>
		<link>http://www.ciarangaffey.com/2010/11/how-to-make-a-simple-tortilla-with-sinead-alberto/</link>
		<comments>http://www.ciarangaffey.com/2010/11/how-to-make-a-simple-tortilla-with-sinead-alberto/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 19:34:16 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[tortilla]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=432</guid>
		<description><![CDATA[Ingredients: Olive oil&#8230;LOTS of olive oil&#8230;to be reused Potatoes (1 big potato per person) Eggs (2 eggs per person) Salt A large plate (large enough to cover the pan) A big glass of wine (red) First have a sip of the wine. Thinly slice potatoes. All slices should have the same thickness and should be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-434" title="tortilla" src="http://ciarangaffey.com/wp-content/uploads/2010/11/tortilla.jpg" alt="" width="600" height="300" />Ingredients:</p>
<ul>
<li>Olive oil&#8230;LOTS of olive oil&#8230;to be reused</li>
<li>Potatoes (1 big potato per person)</li>
<li>Eggs (2 eggs per person)</li>
<li>Salt</li>
<li>A large plate (large enough to cover the pan)</li>
<li>A big glass of wine (red)</li>
</ul>
<p>First have a sip of the wine.</p>
<p>Thinly slice potatoes. All slices should have the same thickness and should be the same width from end to end.</p>
<p>Put the potatoes in a bowl. Add a healthy dose of salt and mix around the potatoes. It&#8217;s best to err on the side of caution with the salt when making this for the first time. It&#8217;s super easy to put in too much and ruin it completely. Having said that one of the keys to a good tortilla is adding the right amount of salt, a large amount.</p>
<p>Put a TONNE of oil into a big, deep and definitely non-stick pan. We&#8217;re practically going to be deep frying here. Heat the oil.</p>
<p>Put the eggs into a big bowl and whisk. Add salt but again don&#8217;t go too nuts.</p>
<p>Sip some wine.</p>
<p>After a few minutes test the heat of the oil by dipping a slice of potato into it. If it&#8217;s starts to crackle it&#8217;s good to go.</p>
<p>Put the potatoes into the pan. The oil should cover the potatoes. As I said we&#8217;re deep frying.</p>
<p>The potatoes shouldn&#8217;t brown but rather turn soft and yellow. Keep them moving in the oil and occasionally turn. You won&#8217;t need to turn much if you&#8217;ve a lot of oil as they&#8217;ll be fried well enough. They&#8217;ll probably cook in about 5-10 minutes. The potatoes might begin to break up a little, this is generally an indication that they&#8217;re cooked although this varies depending on what potatoes you use.</p>
<p>Don&#8217;t forget where you put your wine glass.</p>
<p>When cooked remove the potatoes from the oil. If you can try and use a utensil that&#8217;s sort of in between a ladle and a spatula as you&#8217;ll want to be able to drain as much oil from the potatoes as possible. I&#8217;ve no idea what the utensil is called&#8230;but really who cares. Add the potatoes to the eggs.</p>
<p>You can put the oil into a jar now to use again some other time. Make sure though the oil isn&#8217;t too hot for the jar.</p>
<p>Put a small bit of oil back into the pan and reheat.</p>
<p>Mix the potatoes around in the egg. Try and get the potatoes seperated and evenly distributed through the egg.</p>
<p>If necessary refill your glass.</p>
<div style="float: right;"><img class="alignright size-full wp-image-440" title="meandalberto" src="http://ciarangaffey.com/wp-content/uploads/2010/11/meandalberto.jpg" alt="" width="281" height="182" /></p>
<p align="center"><span style="font-size:10px; color:#fe4237">Me and Alberto with his (much better) tortilla.</span></p>
</div>
<p>Pour the mix into the pan. Move the mix, cook all of it, poke around a bit so the egg is getting everywhere. It will quickly begin to solidify at the bottom and sides depending on how runny the whole mix is. Don&#8217;t let the bottom burn. When the bottom is cooked place the plate over the pan. Keeping your hand firmly on the plate flip the pan over. Hopefully the tortilla will have landed perfectly on the plate and the underside of it isn&#8217;t dripping everywhere.</p>
<p>Add a little oil to the pan and reheat. Slide the tortilla back onto the pan and keep it moving, don&#8217;t let it stick. The tortilla will be finished in just a few moments. Slide it back onto a plate. If you&#8217;re eating it hot eat it quick. Otherwise it&#8217;s good cold.</p>
<p>The above image is my first ever attempt at a tortilla. It was in fact a little too salty but overall I was pretty satisfied with the fact that it stayed together and didn&#8217;t descend into just eggy potatoes. Success!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2010/11/how-to-make-a-simple-tortilla-with-sinead-alberto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power Supply Panic</title>
		<link>http://www.ciarangaffey.com/2010/11/426/</link>
		<comments>http://www.ciarangaffey.com/2010/11/426/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 20:06:27 +0000</pubDate>
		<dc:creator>ciarangaffey</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[barcelona]]></category>
		<category><![CDATA[berlin]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dublin]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://ciarangaffey.com/?p=426</guid>
		<description><![CDATA[So somewhere in between Dublin and Barcelona I lost my Dell 65w power adapter and cord. Devastated comes close to describing how I felt on realising this. I don´t think I even turned on my laptop since I left for my week away yet somehow I managed to leave the adapter somewhere that wasn´t the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://www.unitedsale.net/pics/adapter/Dell-AA22850-Laptop-AC-Power-Adapter-19.5V-3.34A.jpg" alt="" width="500" height="500" />So somewhere in between Dublin and Barcelona I lost my Dell 65w power adapter and cord. Devastated comes close to describing how I felt on realising this. I don´t think I even turned on my laptop since I left for my week away yet somehow I managed to leave the adapter somewhere that wasn´t the inside of my suitcase and now I´m stuck with a 5kg paperweight that used to be my laptop. So what am I to do?<br />
Dell are selling the power adapter for €88 incl. postage and packaging, I could order one and it would be in Berlin by the time I get home. I could have the power supply sent from Dublin, where I probably left it, to Berlin or I could scour Barcelona´s electrical superstores and see if there´s something that could replicate the power supply. Although I have a feeling that Dell more then likely have patents on anything remotely resembling their power supplies effectively forcing you to order only from them&#8230;.I´m frustrated. The prospect of not working for the next week because I don´t have a stupid power cable is angering me greatly.</p>
<p>Although if there´s nothing I can do maybe I should just relax and accept the fact that I can´t do anything for the next 4 days&#8230;hmmm&#8230;otra cerveza por favor.</p>
<p>[EDIT] I found a universal power adapter with about a dozen different jacks in a tiny shop across the road from where I&#8217;m staying. Success!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ciarangaffey.com/2010/11/426/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 11/27 queries in 0.072 seconds using disk: basic
Object Caching 795/824 objects using disk: basic

Served from: www.ciarangaffey.com @ 2012-02-22 22:00:38 -->
