<?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>beORANGE - Design &#38; Illustration by Richard Barnes</title>
	<atom:link href="http://www.beorangedesign.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.beorangedesign.com</link>
	<description>The official online portfolio of Essex based designer and Illustrator Richard Barnes (aka beORANGE)</description>
	<lastBuildDate>Wed, 01 May 2013 09:51:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Piping hot</title>
		<link>http://www.beorangedesign.com/blog/piping-hot</link>
		<comments>http://www.beorangedesign.com/blog/piping-hot#comments</comments>
		<pubDate>Sun, 16 Dec 2012 12:47:03 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Font]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1438</guid>
		<description><![CDATA[I've been working on some branding for a plumbing firm this week, this has coincided with me recovering from a small operation in the middle of the week so I've had more than a few hours to fill and I found myself getting really into this little project. I used some interchangeable pipe elements I designed for use in the company's logo to form their initials G &#038; D and things grew from there.  ]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.beorangedesign.com/wp-content/uploads/2012/12/pipeElements.jpg" alt="pipeElements" width="640" height="195" class="alignnone size-full wp-image-1442" /><br />
I&#8217;ve been working on some branding for a plumbing firm this week, this has coincided with me recovering from a small operation in the middle of the week so I&#8217;ve had more than a few hours to fill and I found myself getting really into this little project. I used the interchangeable pipe elements to create the letters G &#038; D which are the initials used by the plumbing firm and I liked the style of the letters so much that I decided to try and form the alphabet by using only the 4 components I created. </p>
<p>Here is the result. I got most of the letters formed to a nice standard but I really struggled when things got diagonal! The K is a little bit of a dodgy one but it works. I haven&#8217;t yet decided how best to create the letters V, Y &#038; Z.</p>
<p><img src="http://www.beorangedesign.com/wp-content/uploads/2012/12/pipeLetters1.jpg" alt="pipeLetters" width="640" height="1287" class="alignnone size-full wp-image-1447" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/blog/piping-hot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Animated Website Header</title>
		<link>http://www.beorangedesign.com/blog/css-animated-website-header</link>
		<comments>http://www.beorangedesign.com/blog/css-animated-website-header#comments</comments>
		<pubDate>Sat, 24 Nov 2012 14:22:41 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1403</guid>
		<description><![CDATA[I've been flexing my CSS muscles recently and I've decided to tackle an animated website header using nothing but CSS and its transition properties. The main points of interest hear are the transition values included in the CSS to initiate smooth animations and also the :target property which adds an extension to the url of the page and activates the desired element when the user clicks on it.]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been flexing my CSS muscles recently and I&#8217;ve decided to tackle an animated website header using nothing but CSS and its transition properties. I did this for fun and practice and I hope others can learn from what I have demonstrated below. </p>
<p>The main points of interest hear are the transition values included in the CSS to initiate smooth animations and also the <strong>&#8216;:target&#8217;</strong> property which adds an extension to the url of the page and activates the desired element when the user clicks on it.</p>
<p><a class="launchSite" href="http://beorangedesign.com/stuff/portfolioCode/folioTest6.html#one" class="launchWebsite" target="_blank">Launch Preview</a></p>
<p><img src="http://www.beorangedesign.com/wp-content/uploads/2012/11/cssHeader01.jpg" alt="" title="cssHeader01" width="640" height="400" class="alignnone size-full wp-image-1404" /></p>
<h3>HTLM &#038; CSS Code can be seen below</h3>
<pre style="width:624px; height:400px; overflow:scroll; padding:10px; background:#f6fcff; border:3px solid #d9d9d9;">
<code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;CSS Animated Website Header&lt;/title&gt;

&lt;style type="text/css"&gt;

body{
	margin:0;
		font-family:'Helvetica', Arial, sans-serif;
}

#sliderWrapper{
	width:100%;
	margin:auto;
	height:400px;
	overflow:hidden;
	background:#f0f0f0;
	border-bottom:1px solid #f0f0f0;
	-moz-box-shadow: 0 0 50px #666;
	-webkit-box-shadow: 0 0 50px #666;
	box-shadow: 0 0 50px #666;
}
.folioStrips{
	list-style:none;
	margin:0;
	padding:0;
	clear:left;
}
.folioStrips li{
	width:10%;
	height:400px;
	float:left;
	overflow:hidden;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	-webkit-transition: all 1000ms ease-in-out; 
	-moz-transition: all 1000ms ease-in-out; 
	-o-transition: all 1000ms ease-in-out; 
	-ms-transition: all 1000ms ease-in-out;
	cursor:pointer;
	background-color:#f0f0f0;
	background-position:center center;
}
.folioStrips li:target{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	width:80%;
}
.folioStrips li .inner{
	display:block;
	padding:100px 30px 20px 30px;
	height:280px;
	background-repeat:repeat;
}

.folioStrips li .inner .innerContent{
	width:420px; 
	height:200px; 
	margin:auto;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-webkit-transition: all 400ms ease-in-out; 
	-moz-transition: all 400ms ease-in-out; 
	-o-transition: all 400ms ease-in-out; 
	-ms-transition: all 400ms ease-in-out;
	color:#ffffff;
	line-height:24px;
	font-size:18px;
	font-style:italic;
	text-shadow:1px 1px 1px #333;
}
.folioStrips li:target &gt; .inner .innerContent{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.folioStrips li .inner .innerContent img{
	float:left; 
	width:180px; 
	height:180px;
	padding:5px;
	margin-right:20px; 
	background:#ffffff;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}
.folioStrips li .inner .innerContent h2{
	margin:10px 0 10px 0;
	font-size:1.4em;
}
.folioStrips li .inner .innerContent .excerpt{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#sliderControls{
	width:100%;
	text-align:center;
	margin-top:20px;
	clear:left;
}

.sliderBtn{
	width:20px;
	height:20px;
	display:inline-block;
	margin:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 300ms ease-in-out; 
	-moz-transition: all 300ms ease-in-out; 
	-o-transition: all 300ms ease-in-out; 
	-ms-transition: all 300ms ease-in-out;
}

.sliderBtn:hover, .sliderBtn:target{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

&lt;/style&gt;
&lt;/head&gt;

&lt;body&gt;


&lt;div id="sliderWrapper"&gt;
&lt;ul class="folioStrips"&gt;
	
	&lt;li onclick="window.open('#one','_self')" id="one" style="background-image:url(images/postBg01.jpg);"&gt;
	&lt;div class="inner" style="background-image:url(images/innerBg03.png);"&gt;
	&lt;div class="innerContent"&gt;
	&lt;img src="images/postThumb01.jpg" /&gt;&lt;div style="float:left; width:200px; height:200px;"&gt;&lt;h2&gt;Post Title&lt;/h2&gt;<span class="excerpt">Info about this post will be displayed here. It will be taken from the post excerpt to help make it more dynamic. Also a link to the full post.</span>&lt;/div&gt; 
	&lt;/div&gt;
	&lt;/div&gt;
	&lt;/li&gt;
	&lt;li onclick="window.open('#two','_self')" id="two" style="background-image:url(images/postBg02.jpg);"&gt;
	&lt;div class="inner" style="background-image:url(images/innerBg02.png);"&gt;
	&lt;div class="innerContent"&gt;
	&lt;img src="images/postThumb02.jpg" /&gt;&lt;div style="float:left; width:200px; height:200px;"&gt;&lt;h2&gt;Post Title&lt;/h2&gt;<span class="excerpt">Info about this post will be displayed here. It will be taken from the post excerpt to help make it more dynamic. Also a link to the full post.</span>&lt;/div&gt; 
	&lt;/div&gt;
	&lt;/div&gt;
	&lt;/li&gt;
	&lt;li onclick="window.open('#three','_self')" id="three" style="background-image:url(images/postBg03.jpg);"&gt;
	&lt;div class="inner" style="background-image:url(images/innerBg01.png);"&gt;
	&lt;div class="innerContent"&gt;
	&lt;img src="images/postThumb03.jpg" /&gt;&lt;div style="float:left; width:200px; height:200px;"&gt;&lt;h2&gt;Post Title&lt;/h2&gt;<span class="excerpt">Info about this post will be displayed here. It will be taken from the post excerpt to help make it more dynamic. Also a link to the full post.</span>&lt;/div&gt; 
	&lt;/div&gt;
	&lt;/div&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id="sliderControls"&gt;<a href="#one" style="background:#f37720;" class="sliderBtn"></a> <a href="#two" style="background:#333333;" class="sliderBtn"></a> <a href="#three" style="background:#007dad;" class="sliderBtn"></a>&lt;/div&gt;


&lt;/body&gt;

&lt;/html&gt; 
</code>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/blog/css-animated-website-header/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>December 2012 Ourzone Issue</title>
		<link>http://www.beorangedesign.com/portfolio/december-2012-ourzone-issue</link>
		<comments>http://www.beorangedesign.com/portfolio/december-2012-ourzone-issue#comments</comments>
		<pubDate>Sat, 24 Nov 2012 13:42:41 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Editorial Design]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Ourzone]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1390</guid>
		<description><![CDATA[The December 2012 issue of Ourzone includes readers poll results, a yearbook special feature and a great interview with Black Veil Brides.
]]></description>
				<content:encoded><![CDATA[<div class="galleryContainer">
<div class="galleryImage"><img src="http://www.beorangedesign.com/wp-content/uploads/2012/11/oz46featured.png" /></div>
<div class="galleryInfo">
<table width="100%" cellpadding="20" cellspacing="0" border="0">
<tbody>
<tr>
<td height="425">
<span style="color:#f37720;">Category</span><br />
Design</p>
<p><span style="color:#f37720;">Client</span><br />
Ourzone Magazine</p>
<p><span style="color:#f37720;">Photography</span><br />
Frances Sales (Tonight Alive)<br />
Jack Ford (All Time Low)</p>
<p><span style="color:#f37720;">Tools</span><br />
Photoshop<br />
Illustrator
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="twoColumns">
<div class="columnL">
<h2>Description of work&#8230;</h2>
<p>The December 2012 issue of Ourzone includes readers poll results, a yearbook special feature and a great interview with Black Veil Brides. I&#8217;m very pleased with the cover of this issue, in fact I would go as far to say that it&#8217;s my favourite of the year!. This images show the cover in full size and also the first double page of my favourite feature in the issue.</p>
<p>Check out the whole issue over at <a target="_blank" href="http://www.ourzonemag.com">www.ourzonemag.com</a></p>
<p><strong>Click on the images to enlarge them &rarr;</strong>
</div>
<div class="columnR" id="gallery">
<a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/11/oz46coverThumb.jpg); margin-right:20px;" href="http://www.beorangedesign.com/wp-content/uploads/2012/11/oz46cover.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a><a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/11/oz46bvbThumb.jpg);" href="http://www.beorangedesign.com/wp-content/uploads/2012/11/oz46bvb.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/portfolio/december-2012-ourzone-issue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bobstar Webdesigns Website</title>
		<link>http://www.beorangedesign.com/portfolio/bobstar-webdesigns-website</link>
		<comments>http://www.beorangedesign.com/portfolio/bobstar-webdesigns-website#comments</comments>
		<pubDate>Sat, 24 Nov 2012 13:16:11 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1374</guid>
		<description><![CDATA[Bobstar Webdesigns has had several re-brands over the years but we were looking for something that was clean and modern and responsive. ]]></description>
				<content:encoded><![CDATA[<div class="galleryContainer">
<div class="galleryImage"><img src="http://www.beorangedesign.com/wp-content/uploads/2012/11/bobwebSiteFeatured.png" /></div>
<div class="galleryInfo">
<table width="100%" cellpadding="20" cellspacing="0" border="0">
<tbody>
<tr>
<td height="425">
<span style="color:#f37720;">Category</span><br />
Web Design</p>
<p><span style="color:#f37720;">Client</span><br />
Bobstar Webdesigns</p>
<p><span style="color:#f37720;">Tools</span><br />
HTML<br />
CSS<br />
WordPress
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="twoColumns">
<div class="columnL">
<h2>Description of work&#8230;</h2>
<p>Bobstar Webdesigns is a design agency that I have been part of since its inception in 2006. We&#8217;ve had several re-brands over the years but we were looking for something that was clean and modern and responsive.</p>
<p>I tackled the problem by stripping the site down to a custom WordPress theme which focuses on the work in our portfolio and puts it center stage. The posts spread out to fit a large monitor and they dynamically change to three rows of three for mobile phones. </p>
<p><a class="launchSite" href="http://www.bobstarwebdesigns.co.uk" class="launchWebsite" target="_blank">Launch Website</a></p>
<p><strong>Click on the images to enlarge them &rarr;</strong>
</div>
<div class="columnR" id="gallery">
<a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/11/bobwebSite01Thumb.jpg); margin-right:20px;" href="http://www.beorangedesign.com/wp-content/uploads/2012/11/bobwebSite01.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a><a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/11/bobwebSite02Thumb.jpg);" href="http://www.beorangedesign.com/wp-content/uploads/2012/11/bobwebSite02.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/portfolio/bobstar-webdesigns-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic Ford Show 2012</title>
		<link>http://www.beorangedesign.com/blog/classic-ford-show-2012</link>
		<comments>http://www.beorangedesign.com/blog/classic-ford-show-2012#comments</comments>
		<pubDate>Sun, 27 May 2012 22:50:36 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Cars]]></category>
		<category><![CDATA[Classic Ford]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1354</guid>
		<description><![CDATA[I had a fantastic day today at The Classic Ford Show at Santa Pod Raceway. I took the Canon along with me to get some practice in. I've shared a bunch of shots here for you all to take a look at. It was a dream shooting today in the sunlight and I'm really pleased with the quality of images the Canon was able to produce with very minimal shooting adjustments (I used Aperture Priority Mode throughout the day).]]></description>
				<content:encoded><![CDATA[<p>I had a fantastic day today at The Classic Ford Show at Santa Pod Raceway. I took the Canon along with me to get some practice in. I&#8217;ve shared a bunch of shots here for you all to take a look at. It was a dream shooting today in the sunlight and I&#8217;m really pleased with the quality of images the Canon was able to produce with very minimal shooting adjustments (I used Aperture Priority Mode throughout the day). I hope you like the shots! Any advice is welcome, please comment below.</p>
<p><img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord01.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord02.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord03.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord04.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord05.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord06.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord07.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord08.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord09.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord10.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord11.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord12.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord13.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord14.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord15.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord16.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord17.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord18.jpg" alt="Ford" /><br />
<img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/classicFord19.jpg" alt="Ford" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/blog/classic-ford-show-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning over a new leaf</title>
		<link>http://www.beorangedesign.com/blog/turning-over-a-new-leaf</link>
		<comments>http://www.beorangedesign.com/blog/turning-over-a-new-leaf#comments</comments>
		<pubDate>Thu, 17 May 2012 16:20:38 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Freebie]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Page Turn]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[Smart Objects]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1290</guid>
		<description><![CDATA[I'm often faced with the task of converting flat magazine features into 3D style mockups to help promote Ourzone. If you're an Ourzone subscriber you will see my new solution to this problem hitting your inbox very soon, as I have incorporated it into the design of our new html newsletter. I have created a neat little PSD file which I can update rapidly thanks to the use of Smart Objects. ]]></description>
				<content:encoded><![CDATA[<p>In my line of work simulated paper and page turns are an everyday occurrence. I&#8217;m often faced with the task of converting flat magazine features into 3D style mockups to help promote Ourzone. If you&#8217;re an Ourzone subscriber you will see my new solution to this problem hitting your inbox very soon, as I have incorporated it into the design of our new html newsletter.</p>
<p><img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/magSimulator.jpg" alt="mag simulator" /></p>
<p>I have created a neat little PSD file which I can update rapidly thanks to the use of Smart Objects. I&#8217;ve decided to make this available to you all so you too can enjoy transforming flat features into simulated 3D magazines.</p>
<p><a target="_blank" href="http://www.beorangedesign.com/freebies/magSimulator.psd" class="downloadLink">Download PSD | 5.4 MB</a></p>
<h3>Instructions for use</h3>
<p><img class="alignright" src="http://www.beorangedesign.com/wp-content/uploads/2012/05/magSimulatorInstruction1.jpg" alt="01" width="308" height="405" /></p>
<p>1 &#8211; Open up the PSD and take a look at the Layers window. The only ones you will need to edit are the top two hidden layers called &#8216;COVER&#8217; &amp; &#8216;FEATURE&#8217;. These layers are &#8216;Smart Objects&#8217; and there are duplicates of them inside the &#8216;MAG FILES&#8217; folder which you won&#8217;t need to edit (unless you&#8217;re feeling adventurous)</p>
<p>2 &#8211; Simply double click on the layer thumbnail to open up the contents of each Smart Object and then drag in your replacement files and hit save!</p>
<p>3 &#8211; Make sure that what ever you put into the smart object covers the whole canvas area to avoid gaps in the magazine &#038; keep the smart object layers hidden as they are duplicated inside the &#8216;MAG FILES&#8217; folder.</p>
<p><strong>Enjoy!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/blog/turning-over-a-new-leaf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SRMcHugh Website</title>
		<link>http://www.beorangedesign.com/portfolio/web/srmchugh-website</link>
		<comments>http://www.beorangedesign.com/portfolio/web/srmchugh-website#comments</comments>
		<pubDate>Tue, 15 May 2012 08:50:48 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1296</guid>
		<description><![CDATA[The main aims for this build were to create something clean and stimulating &#038; to keep things simple enough for the client to continue to maintain the site.]]></description>
				<content:encoded><![CDATA[<div class="galleryContainer">
<div class="galleryImage"><img src="http://www.beorangedesign.com/wp-content/uploads/2012/05/SRMcHughFeatured1.png" /></div>
<div class="galleryInfo">
<table width="100%" cellpadding="20" cellspacing="0" border="0">
<tbody>
<tr>
<td height="425">
<span style="color:#f37720;">Category</span><br />
Web Design</p>
<p><span style="color:#f37720;">Client</span><br />
SRMcHugh Limited</p>
<p><span style="color:#f37720;">Tools</span><br />
HTML<br />
CSS<br />
WordPress
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="twoColumns">
<div class="columnL">
<h2>Description of work&#8230;</h2>
<p>SRMcHugh needed to branch out with a website that was stylish and modern. The main aims for this build were to create something clean and stimulating &#038; to keep things simple enough for the client to continue to maintain a feed for the companies ongoing construction projects.</p>
<p>I created a striking visual header which spans the width of the browser and randomly fades between several construction themed images. The images are all taken by the client who had a very keen interest in being involved with the project from beginning to end.</p>
<p><a class="launchSite" href="http://www.srmchugh.com" class="launchWebsite" target="_blank">Launch Website</a></p>
<p><strong>Click on the images to enlarge them &rarr;</strong>
</div>
<div class="columnR" id="gallery">
<a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/05/SRMcHugh01Thumb.jpg); margin-right:20px;" href="http://www.beorangedesign.com/wp-content/uploads/2012/05/SRMcHugh01.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a><a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/05/SRMcHugh02Thumb.jpg);" href="http://www.beorangedesign.com/wp-content/uploads/2012/05/SRMcHugh02.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/portfolio/web/srmchugh-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April 2012 Ourzone Issue</title>
		<link>http://www.beorangedesign.com/portfolio/design/april-2012-ourzone-issue</link>
		<comments>http://www.beorangedesign.com/portfolio/design/april-2012-ourzone-issue#comments</comments>
		<pubDate>Tue, 17 Apr 2012 10:17:25 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Editorial Design]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Ourzone]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1277</guid>
		<description><![CDATA[The cover of Ourzone's Slam Dunk Festival special needed to bring forward elements of the official festival graphics and also maintain our own unique style.]]></description>
				<content:encoded><![CDATA[<div class="galleryContainer">
<div class="galleryImage"><img src="http://www.beorangedesign.com/wp-content/uploads/2012/04/slamDunkOzFeatured.png" /></div>
<div class="galleryInfo">
<table width="100%" cellpadding="20" cellspacing="0" border="0">
<tbody>
<tr>
<td height="425">
<span style="color:#f37720;">Category</span><br />
Design</p>
<p><span style="color:#f37720;">Client</span><br />
Ourzone Magazine</p>
<p><span style="color:#f37720;">Photography</span><br />
Ian Collins (Motion City Soundtrack)</p>
<p><span style="color:#f37720;">Tools</span><br />
Photoshop<br />
Illustrator
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="twoColumns">
<div class="columnL">
<h2>Description of work&#8230;</h2>
<p>The April 2012 issue of Ourzone is a Slam Dunk Festival special. The cover needed to bring forward elements of the official festival graphics and also maintain our own unique style. The buildings are an imitation of those found at the bottom of the Slam Dunk Festival poster. I was forced into using multiple photographs for this cover due to the nature and location of the three bands who are on it. I exploited this by creating a collage feel and converting Keith Buckley&#8217;s image to monochrome to allow for more depth.</p>
<p>Check out the whole issue over at <a target="_blank" href="http://www.ourzonemag.com">www.ourzonemag.com</a></p>
<p><strong>Click on the images to enlarge them &rarr;</strong>
</div>
<div class="columnR" id="gallery">
<a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/04/slamDunkOz01Thumb.jpg); margin-right:20px;" href="http://www.beorangedesign.com/wp-content/uploads/2012/04/slamDunkOz01.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a><a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/04/slamDunkOz02Thumb.jpg);" href="http://www.beorangedesign.com/wp-content/uploads/2012/04/slamDunkOz02.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/portfolio/design/april-2012-ourzone-issue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Lovely &#8211; Postcard Design</title>
		<link>http://www.beorangedesign.com/blog/hello-lovely-postcard-design</link>
		<comments>http://www.beorangedesign.com/blog/hello-lovely-postcard-design#comments</comments>
		<pubDate>Tue, 20 Mar 2012 16:07:23 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Animal Print]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Ghana]]></category>
		<category><![CDATA[Hello Lovely]]></category>
		<category><![CDATA[Postcards]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1217</guid>
		<description><![CDATA[Hello Lovely is a non-profit organisation which was set up this month and its aim is to; "promote the little things that make a big difference". I wanted to help out by offering my services of design to create a postcard which would be sent out to Ghana along with the handmade gifts. I thought I'd share the making process of this postcard with you all to hopefully inspire people to do what I did and create more postcards for the cause.]]></description>
				<content:encoded><![CDATA[<div id="gallery" style="float: right; margin-left: 10px; margin-bottom: 10px;"><a style="background-image: url('http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovelyPostcardThumb.jpg');" href="http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovelyPostcard.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" alt="" /></a></div>
<p>Hello Lovely is a non-profit organisation which was set up this month and its aim is to:</p>
<blockquote><p>&#8220;promote the little things that make a big difference. Members of the public are primarily asked to make a gift for a specific group of people and attach a handwritten postcard to it, in order that the recipient can see that others out there do care about them and have taken the time to make something just for them.&#8221;</p></blockquote>
<p>I wanted to help out by offering my services of design to create a postcard which would be sent out to Ghana along with the handmade gifts. My postcard design is pictured right. Please click on the thumbnail to view it in all it&#8217;s animal print glory!</p>
<p><img class="size-full wp-image-1252 alignleft" title="helloLovelyLogo" src="http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovelyLogo.gif" alt="" width="150" height="150" /><br />
<h3 style="margin-top:-37px;">More about Hello Lovely</h3>
<p>Official Facebook page → <a href="https://www.facebook.com/hellolovelyuk">Click here</a><br />
Official Twitter page → <a href="http://twitter.com//hellolovelyUK">Click here</a></p>
<h3>Behind the spots &amp; stripes</h3>
<p>I thought I&#8217;d share the making process of this postcard with you all to hopefully inspire people to do what I did and create more postcards for the cause. as you can see for the the screen grabs below it was an Illustrator and Photoshop affair for me.</p>
<p><img class="alignnone size-full wp-image-1245" title="helloLovely01" src="http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovely01.jpg" alt="" width="640" height="400" /><br />
<img class="alignnone size-full wp-image-1246" title="helloLovely02" src="http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovely02.jpg" alt="" width="640" height="400" /><br />
<img class="alignnone size-full wp-image-1247" title="helloLovely03" src="http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovely03.jpg" alt="" width="640" height="400" /><br />
<img class="alignnone size-full wp-image-1248" title="helloLovely04" src="http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovely04.jpg" alt="" width="640" height="400" /><br />
<img class="alignnone size-full wp-image-1249" title="helloLovely05" src="http://www.beorangedesign.com/wp-content/uploads/2012/03/helloLovely05.jpg" alt="" width="640" height="400" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/blog/hello-lovely-postcard-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>March 2012 Ourzone Issue</title>
		<link>http://www.beorangedesign.com/portfolio/design/march-2012-ourzone-issue</link>
		<comments>http://www.beorangedesign.com/portfolio/design/march-2012-ourzone-issue#comments</comments>
		<pubDate>Sat, 10 Mar 2012 18:25:07 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Editorial Design]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Ourzone]]></category>

		<guid isPermaLink="false">http://www.beorangedesign.com/?p=1199</guid>
		<description><![CDATA[The feature focuses on the US four piece and their individual personalities. The 'Blankety Blank' style windows on the cover were great fun to implement.]]></description>
				<content:encoded><![CDATA[<div class="galleryContainer">
<div class="galleryImage"><img src="http://www.beorangedesign.com/wp-content/uploads/2012/03/atlIssueFeatured.png" /></div>
<div class="galleryInfo">
<table width="100%" cellpadding="20" cellspacing="0" border="0">
<tbody>
<tr>
<td height="425">
<span style="color:#f37720;">Category</span><br />
Design</p>
<p><span style="color:#f37720;">Client</span><br />
Ourzone Magazine</p>
<p><span style="color:#f37720;">Photography</span><br />
Jack Ford</p>
<p><span style="color:#f37720;">Tools</span><br />
Photoshop<br />
Illustrator
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="twoColumns">
<div class="columnL">
<h2>Description of work&#8230;</h2>
<p>March 2012 issue of Ourzone featuring All Time Low. The feature focuses on the US four piece and their individual personalities. The &#8216;Blankety Blank&#8217; style windows on the cover were great fun to implement. Elements of this grid style run through the whole feature.</p>
<p>Check out the whole issue over at <a target="_blank" href="http://www.ourzonemag.com">www.ourzonemag.com</a></p>
<p><strong>Click on the images to enlarge them &rarr;</strong>
</div>
<div class="columnR" id="gallery">
<a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/03/altIssue01Thumb.jpg); margin-right:20px;" href="http://www.beorangedesign.com/wp-content/uploads/2012/03/altIssue01.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a><a style="background-image:url(http://www.beorangedesign.com/wp-content/uploads/2012/03/altIssue02Thumb.jpg);" href="http://www.beorangedesign.com/wp-content/uploads/2012/03/altIssue02.jpg"><img src="http://www.beorangedesign.com/wp-content/uploads/2011/11/thumbButton.png" /></a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.beorangedesign.com/portfolio/design/march-2012-ourzone-issue/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
