<?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>Aurer Blog &#187; graphic design</title>
	<atom:link href="http://aurer.co.uk/blog/category/graphic-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://aurer.co.uk/blog</link>
	<description>The Aurer Blog</description>
	<lastBuildDate>Fri, 09 Dec 2011 21:33:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Free fonts by Flood Fonts</title>
		<link>http://aurer.co.uk/blog/2011/12/09/free-fonts-by-flood-fonts/</link>
		<comments>http://aurer.co.uk/blog/2011/12/09/free-fonts-by-flood-fonts/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 17:30:46 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[graphic design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://aurer.co.uk/blog/?p=311</guid>
		<description><![CDATA[I always love free fonts, and when they're as good as these, you'd be a fool not to grab them.]]></description>
			<content:encoded><![CDATA[<p>I always love free fonts, and when they&#8217;re as good as these, you&#8217;d be a fool not to grab them.</p>
<div id="attachment_323" class="wp-caption aligncenter" style="width: 660px"><a href="http://aurer.co.uk/blog/wp-content/uploads/2011/12/polaris.gif"><img class="size-large wp-image-323" title="Polaris font preview" src="http://aurer.co.uk/blog/wp-content/uploads/2011/12/polaris-650x560.gif" alt="Polaris by FloodFonts" width="650" height="560" /></a><p class="wp-caption-text">Polaris by FloodFonts</p></div>
<p>Many thanks to <a href="http://www.floodfonts.com/freefont/freefont.html">FloodFonts</a> for sharing these, <a title="FloodFonts free fonts" href="http://www.floodfonts.com/freefont/freefont.html" target="_blank">go there now!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aurer.co.uk/blog/2011/12/09/free-fonts-by-flood-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 Experiment &#8211; status monitor</title>
		<link>http://aurer.co.uk/blog/2010/06/08/css3-experiment-status-monitor/</link>
		<comments>http://aurer.co.uk/blog/2010/06/08/css3-experiment-status-monitor/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 22:09:57 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[graphic design]]></category>

		<guid isPermaLink="false">http://aurer.co.uk/blog/?p=175</guid>
		<description><![CDATA[Recently I have been reading about some of the amazing things developers have been doing with html5 and css3, so I decided to see what I could do myself]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste"><a href="http://aurer.co.uk/blog/wp-content/uploads/2010/06/serverstat.jpg"><img class="alignnone size-large wp-image-176" title="serverstat" src="http://aurer.co.uk/blog/wp-content/uploads/2010/06/serverstat-650x591.jpg" alt="Serverstat preview" width="650" height="591" /></a></div>
<p>Recently I have been reading about some of the amazing things developers have been doing with html5 and css3, so I decided to see what I could do myself. Above is a screecap from safari of a little conpcept status monitor for my server, the actual content is not massively useful, it&#8217;s just some info from the &#8216;top&#8217; command showing load averages. It&#8217;s useful data to work with in this case though as it&#8217;s a percentage, which can be put into pretty bar form.</p>
<p>I initially mocked up the design in Photoshop, and when building, found that the layer styles I used to apply the 3d shine, shadow and glow effects could be translated almost directly into css3 equivalents.</p>
<p>There is only one actual image file used to create this and that is for the noise effect on the background, everything else is css &#8211; drop shadows, gradients, border-radius and good use of RGBA color.</p>
<p>The most interesting bit for me was the gloss effect and how to apply it in a flexible way, the solution was the follwing css class:</p>
<pre>div.shiney:after{
	content: -webkit-gradient(
		linear,
		0% 0%,
		100% 0%,
		from(rgba(255,255,255,0.0)),
		to(rgba(255,255,255,0.48)),
		color-stop(8%, rgba(255,255,255,0.51)),
		color-stop(37%, rgba(255,255,255,0.25)),
		color-stop(41%, rgba(255,255,255,0.09)),
		color-stop(60%, rgba(255,255,255,0.0)),
		color-stop(61%, rgba(255,255,255,0.0)),
		color-stop(74%, rgba(255,255,255,0.13)),
		color-stop(78%, rgba(255,255,255,0.1))
		);</pre>
<pre>	opacity:0.6
}</pre>
<p>This way I could simply add the &#8216;shiney&#8217; class to any div and the shine would be applied over the top of actual contents :)</p>
]]></content:encoded>
			<wfw:commentRss>http://aurer.co.uk/blog/2010/06/08/css3-experiment-status-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>harmonie-interieure</title>
		<link>http://aurer.co.uk/blog/2010/03/04/harmonie-interieure/</link>
		<comments>http://aurer.co.uk/blog/2010/03/04/harmonie-interieure/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:22:04 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://dev.aurer.co.uk/blog/?p=95</guid>
		<description><![CDATA[Online graphic shop from Fabien Barral, the creator of Graphic Exchange.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.harmonie-interieure.com/home.htm"><img class="alignnone" title="typography wall sticker" src="http://www.harmonie-interieure.com/01shopping/stickers-pola/abcd(c)HI.jpg" alt="typography wall sticker" width="360" height="433" /></a><br />
<a href="http://www.harmonie-interieure.com/home.htm"><br />
</a></p>
<p><a href="http://www.harmonie-interieure.com/home.htm"></a></p>
<p><a href="http://www.harmonie-interieure.com/home.htm"></a></p>
<p><a href="http://www.harmonie-interieure.com/home.htm"></p>
<h2>Harmonie-intérieure</h2>
<p></a><br />
Online graphic shop from <a href="http://www.fabienbarral.com/">Fabien Barral</a>, the creator of <a href="http://www.graphic-exchange.com/">Graphic Exchange</a>. This little online shop has some amazing typographic posters and wall stickers, I&#8217;m gonna grab some posters for sure.</p>
<p>If you haven&#8217;t seen these sites already, head there now and check &#8216;em out, Fabien Barral is one of the best graphic designers I&#8217;ve seen in a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://aurer.co.uk/blog/2010/03/04/harmonie-interieure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smashing Magazine</title>
		<link>http://aurer.co.uk/blog/2009/09/11/smashing-magazine/</link>
		<comments>http://aurer.co.uk/blog/2009/09/11/smashing-magazine/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 16:29:38 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://aurer.co.uk/blog/?p=63</guid>
		<description><![CDATA[Awesome creative / design site with a community aspect, featuring galleries, creative portfolios, 'Tip exchange' and creative jobs listings]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.smashingmagazine.com"><img class="size-full wp-image-65 alignnone" style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #ffffff; -webkit-border-top-right-radius: 5px 5px; -webkit-border-top-left-radius: 5px 5px; -webkit-border-bottom-left-radius: 5px 5px; -webkit-border-bottom-right-radius: 5px 5px; background-position: initial initial; padding: 10px;" title="logo" src="http://aurer.co.uk/blog/wp-content/uploads/2009/09/logo.gif" alt="logo" width="229" height="83" /></a></p>
<p>&#8216;A weblog dedicated to web-developers and web-designers&#8217;</p>
<p>If you are a web developer or designer you NEED to bookmark this weblog.</p>
]]></content:encoded>
			<wfw:commentRss>http://aurer.co.uk/blog/2009/09/11/smashing-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Behance Network</title>
		<link>http://aurer.co.uk/blog/2009/08/20/the-behance-network/</link>
		<comments>http://aurer.co.uk/blog/2009/08/20/the-behance-network/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 23:12:43 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[graphic design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://aurer.co.uk/blog/?p=61</guid>
		<description><![CDATA[Awesome creative / design site with a community aspect, featuring galleries, creative portfolios, &#8216;Tip exchange&#8217; and creative jobs listings. Check it out.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.behance.net/"><img class="alignnone" title="Behance Logo" src="http://behance.vo.llnwd.net/behanceC_logo.4.gif" alt="" width="325" height="51" /></a></p>
<p>Awesome creative / design site with a community aspect, featuring galleries, creative portfolios, &#8216;Tip exchange&#8217; and creative jobs listings.</p>
<p><a href="http://www.behance.net/">Check it out</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://aurer.co.uk/blog/2009/08/20/the-behance-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

