<?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>Jaded Studio</title>
	<atom:link href="http://www.jadedstudio.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jadedstudio.com</link>
	<description>Website Design, CSS, Web standards, Logo design ...</description>
	<lastBuildDate>Thu, 13 Jan 2011 18:59:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to Design for Your Worst Client: You.</title>
		<link>http://www.jadedstudio.com/general/how-to-design-for-your-worst-client-you</link>
		<comments>http://www.jadedstudio.com/general/how-to-design-for-your-worst-client-you#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:01:38 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=754</guid>
		<description><![CDATA[As a designer, doing work for yourself is probably the most difficult thing you can ever do. In fact, most dread it. To add to the pressure, creating an online presence is not only vital to get right, it has to be the best. After all, if you can’t prove your skills on your own [...]]]></description>
			<content:encoded><![CDATA[<p>As a designer, doing work for yourself is probably the most difficult thing you can ever do. In fact, most dread it. To add to the pressure, creating an online presence is not only vital to get right, it has to be the best. After all, if you can’t prove your skills on your own website then how can you expect someone to hire you?<span id="more-754"></span></p>
<p>In this article we’ll examine the barriers that hinder designing for yourself and reveal 10 rules to help you create the best design for yourself. Together we’ll squash that dark side in all of us.</p>
<h3>The struggle within</h3>
<p>As depicted in the story of Dr. Jekyll and Mr. Hyde the duality of human nature has been a fascinating subject throughout history. Duality is the exploration of good and evil, or in this article, the inner conflict of the creative person. As a designer this struggle within is something that can be a very powerful tool, if you can learn to control it.</p>
<h3>Rule #1: Final destination</h3>
<p>When you get in your car do you just start driving and hope you get to the right place? No. You would know where you want to go. Same thing goes for your website. Ask yourself what you would like the results to be. Don’t be vague and say &#8220;A cool site.&#8221; It might be to show clients you think through the user experience. It could be to get recognition on some galleries. Maybe you%</p>
<p>via <a href="http://sixrevisions.com/web_design/how-to-design-for-your-worst-client-you/">How to Design for Your Worst Client: You.</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/general/how-to-design-for-your-worst-client-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking WordPress posts using custom fields: Part 2</title>
		<link>http://www.jadedstudio.com/wordpress/linking-wordpress-posts-using-custom-fields-part-2</link>
		<comments>http://www.jadedstudio.com/wordpress/linking-wordpress-posts-using-custom-fields-part-2#comments</comments>
		<pubDate>Fri, 22 May 2009 09:04:53 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=727</guid>
		<description><![CDATA[This is the second part of the tutorial &#8216;Linking WordPress posts using custom fields&#8217;. If you haven&#8217;t read part 1, you&#8217;ll need to take a look at that first here. In part 1 we learned how to link to a post, and display it&#8217;s content within our new post using custom fields and manipulating the [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second part of the tutorial &#8216;Linking WordPress posts using custom fields&#8217;. If you haven&#8217;t read part 1, you&#8217;ll need to take a look at that first <a href="http://www.jadedstudio.com/tutorials/linking-wordpress-posts-using-custom-fields">here</a>.</p>
<p>In part 1 we learned how to link to a post, and display it&#8217;s content within our new post using custom fields and manipulating the single.php file. In this part we are going to learn how to link back to the post using another single.php file. This is quite simple and because we have already setup our WordPress blog with the correct custom fields, the only file we will need to modify is the template file performer-single.php.<span id="more-727"></span></p>
<h4>1. Requirements</h4>
<ol>
<li>WordPress 2.7.1 (not tested in earlier versions)</li>
<li>A basic understanding of PHP</li>
<li>An understanding of the WordPress codex</li>
<li>Read the first part of this tutorial <a href="http://www.jadedstudio.com/tutorials/linking-wordpress-posts-using-custom-fields">here</a></li>
</ol>
<h4>2. Modify performer-single.php</h4>
<p>Open performer-single.php from within your theme directory. This is the file we created earlier in <a href="http://www.jadedstudio.com/tutorials/linking-wordpress-posts-using-custom-fields">part 1</a> of this tutorial.</p>
<p>We need to add the following code to our file in order to link them together. I&#8217;ve added my code on line 70, after the &lt;?php endif; ?> line.</p>
<p>First off, let&#8217;s add a H2 tag to break up our new content.<br />
<code>&lt;h2>Upcoming Performances from this Artist:&lt;/h2></code><br />
Rewind posts<br />
<code>&lt;?php rewind_posts(); ?></code><br />
Now we need to get the title of the current post<br />
<code>&lt;?php $my_title = single_post_title('', false); ?></code><br />
Create a new WordPress query. This queries only posts in the &#8216;events&#8217; category, with a custom field with a value that matches the current post name, and return 10 results.<br />
<code>&lt;?php  $get_performer_events = new WP_Query('category_name=events&#038;post_type=post&#038;meta_value=' . $my_title . '&#038;numberposts=10'); ?></code><br />
Start our WordPress loop<br />
<code>&lt;?php while ($get_performer_events->have_posts()) : $get_performer_events->the_post(); $do_not_duplicate = $post->ID; ?></code><br />
Add some content to the loop. This will display the title, the content and the tags for each post that links to the current post.<br />
<code>&lt;h2>&lt;a href="&lt;?php the_permalink(); ?>" title="Link to: &lt;?php the_title(); ?>">&lt;?php the_title(); ?>&lt;/a>&lt;/h2><br />
&lt;?php the_content(); ?><br />
&lt;?php the_tags( '&lt;p>Tags: ', ', ', '&lt;/p>'); ?><br />
&lt;hr /></code><br />
Now let&#8217;s end our loop<br />
<code>&lt;?php endwhile; ?></code></p>
<h4>View our site for changes</h4>
<p>Now let&#8217;s save our performer-single.php, and view our site for changes. If we take a look at our performer post, we will see below the content for that post is a list which diplays 10 posts that link to the current post. If we need to remove the post association, all we need to do is edit the event post it is associated to, and remove the post title from the custom field. </p>
<p>Sometimes it is not always appropriate to backlink to the post. In this case we could add a new custom field to the performer post named &#8216;backlink&#8217; with a value of yes or no. Then put the above code into a conditional statement to decide whether or not to display it, based on the value of the custom field. You can experiment with different possibilities, but this tutorial outlines the general concept and implementation.</p>
<p>If you found this post useful, please leave a comment or you could even digg it!</p>
<h3 class="download-link"><a href='http://www.jadedstudio.com/wp-content/uploads/2009/05/linking-posts-in-wordpress-part-2.zip'>Download Files</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/wordpress/linking-wordpress-posts-using-custom-fields-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking WordPress posts using custom fields</title>
		<link>http://www.jadedstudio.com/wordpress/linking-wordpress-posts-using-custom-fields</link>
		<comments>http://www.jadedstudio.com/wordpress/linking-wordpress-posts-using-custom-fields#comments</comments>
		<pubDate>Fri, 15 May 2009 16:03:52 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=678</guid>
		<description><![CDATA[In this 2 part tutorial I will explain how to insert content from another post, into our new post, using only custom fields. I recently came across a problem in WordPress to link posts together. The idea was to use WordPress more as a CMS than a blogging platform. As many of you know, WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>In this 2 part tutorial I will explain how to insert content from another post, into our new post, using only custom fields. I recently came across a problem in WordPress to link posts together. The idea was to use WordPress more as a CMS than a blogging platform. As many of you know, WordPress is extremely flexible in that it gives the designer many ways to display content. I decided to explore some of these ways to query posts, and link them together, saving time publishing content<span id="more-678"></span></p>
<h3>Why are we linking posts together?</h3>
<p>This technique is great for publishing content. The problem I came across was sometimes in WordPress you need to include content from another post in your new post. I searched the WordPress forums for a solution to this, and <a href="http://wordpress.org/support/topic/154453">this article</a> explains the same problem I had. Their example uses Whiskey malts, and the distillery they came from. The solution featured on their post, however, only displayed custom fields on the post, and you could not call template tags like you would in the loop. I needed to create events, and display all of the performers for the event, as well as venue information, including the_content() and the_tags(). To make the site as dynamic as possible, I decided it would be a good idea to create individual posts for all performers &amp; venues, and pull it all together using an events post.</p>
<h4>1. Requirements</h4>
<ol>
<li>WordPress 2.7.1 (not tested in earlier versions)</li>
<li>A basic understanding of PHP</li>
<li>An understanding of the WordPress codex</li>
</ol>
<h4>2. Setup WordPress categories &amp; posts</h4>
<p>First we need to add our categories. I added three for my project, but in this example we&#8217;ll just use two.<br />
The Categories we&#8217;ll use here are:</p>
<ul>
<li>Performers</li>
<li>Events</li>
</ul>
<p>Now let&#8217;s create some sample posts. First we&#8217;ll add some performers. I&#8217;m adding a post titled &#8216;Joe Bloggs&#8217;, with a biography about the performer in the write panel, and some random custom fields such as performer website and email address. Let&#8217;s publish this post in the &#8216;performers&#8217; category and move onto creating our event post.</p>
<p>The event post should contain a post title (I&#8217;m calling mine &#8216;Gig at the Old Spice Bar&#8217;), some content about the event, and published in the events category. We&#8217;ll also add some custom fields to this post. Add a new custom field name &#8216;performer&#8217; and value &#8216;Joe Bloggs&#8217; (or the post name we want to add content from), and do this for each post we want to display in our event post. <span style="text-decoration: line-through;">It is important to mention here that the value of the custom field must be an exact match to the post name we want to insert content from</span>.</p>
<p><strong>UPDATE!</strong> Above it states<strong> &#8216;</strong>the value of the custom field must be an exact match to the post name we want to insert content from&#8217;. This statement is incorrect. The value of the custom field should be an exact match of the post slug. In my example, where I have inserted Joe Bloggs, the slug is joe-bloggs, so the custom field can read any of these: &#8216;joe bloggs&#8217;, &#8216;Joe Bloggs&#8217; or &#8216;joe-bloggs&#8217;. However if you change the post slug, you will need to update this custom field as well. Any changes to the post name will not affect this technique.</p>
<h4>3. Create new single.php for each category</h4>
<p>In this example I am using WordPress default &#8216;kubrick&#8217; theme. Go to your favourite editor, and duplicate single.php from within your theme folder. Rename this to &#8216;event-single.php&#8217;. Duplicate again but rename this copy to &#8216;performer-single.php&#8217;. Duplicate this a third time and rename to &#8216;default-single.php&#8217;.</p>
<p>Open single.php and replace it&#8217;s content with the following:</p>
<p><code>&lt;?php<br />
if ( in_category('performers')){ include('performer-single.php');<br />
} elseif ( in_category('events')) { include('event-single.php');<br />
} else { include('default-single.php'); }<br />
?&gt;</code></p>
<p>Now that we have added these files, our posts will be displayed in different template files, depending on what category the post is in.</p>
<h4>4. Edit event-single.php</h4>
<p>Let&#8217;s add some magic to event-single.php to enable us to show some content from the post &#8216;Joe Bloggs&#8217;.</p>
<p>Open event-single.php which we created earlier, and find a suitable place to add the code below. This is where we will display the content from our other posts. I have started my code on line 70, after &lt;?php endif; ?&gt;.<br />
Rewind posts<br />
<code>&lt;?php rewind_posts(); ?&gt;</code><br />
Get the values of custom field name &#8216;performer&#8217; and store it as array $performers;<br />
<code>&lt;?php $performers = get_post_meta($post-&gt;ID, 'performer', false); ?&gt;</code></p>
<p>Let&#8217;s loop through all of our performers using PHP foreach<br />
<code>&lt;?php foreach($performers as $performer) { ?&gt;</code></p>
<p>Create a new WordPress query, which queries only posts in &#8216;performers&#8217; category, and with a post name of that from the custom field and returns only 1 post.<br />
<code>&lt;?php $get_performer = new WP_Query('category_name=performers&amp;post_type=post&amp;name=' . $performer . '&amp;numberposts=1'); ?&gt;</code></p>
<p>We need this line to be able to use template tags inside our loop such as the_tags();<br />
<code>&lt;?php $wp_query-&gt;in_the_loop = true; ?&gt;</code></p>
<p>Lets start our WordPress loop<br />
<code>&lt;?php while ($get_performer-&gt;have_posts()) : $get_performer-&gt;the_post(); $do_not_duplicate = $post-&gt;ID; ?&gt;</code></p>
<p>Now add the content we want to display using template tags<br />
<code>&lt;h2&gt;&lt;a href="&lt;?php the_permalink(); ?&gt;" title="Link to: &lt;?php the_title(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;<br />
&lt;?php the_content(); ?&gt;<br />
&lt;?php the_tags( '&lt;p&gt;Tags: ', ', ', '&lt;/p&gt;'); ?&gt;<br />
&lt;hr /&gt;</code></p>
<p>end our WordPress loop<br />
<code>&lt;?php endwhile; ?&gt;</code></p>
<p>end our performers foreach<br />
<code>&lt;?php } ?&gt;</code></p>
<p>What we have essentially done in the code above is create a new WP_Query for each of our performers listed in the custom fields.</p>
<h4>5. View our site for changes</h4>
<p>Now let&#8217;s take a look at our WordPress site. If we look at a post in the performers category, nothing has changed. However, if we look at a post in the events category (my post is &#8216;Gig at the Old Spice Bar&#8217;), we should see our performers included in there as well.</p>
<p>In part 2 of this tutorial, I will explain how to add backwards compatibility to your performer post, without adding any more custom fields to WordPress and using only the performer-single.php file. See you there!</p>
<h3 class="download-link"><a href="http://www.jadedstudio.com/wp-content/uploads/2009/05/linking-posts-in-wordpress-part-1.zip">Download Files</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/wordpress/linking-wordpress-posts-using-custom-fields/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Email Standards Project</title>
		<link>http://www.jadedstudio.com/general/email-standards-project</link>
		<comments>http://www.jadedstudio.com/general/email-standards-project#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:43:40 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=653</guid>
		<description><![CDATA[Anyone who has ever tried to design an email template will know where I am going with this. It seems that until now, there has never been a set of standards to abide by when designing emails. Sure, we can follow our web design standards as closely as we normally would, but since current email [...]]]></description>
			<content:encoded><![CDATA[<p><img class="left" src="http://www.jadedstudio.com/wp-content/uploads/2009/04/esp-logo.png" alt="" />Anyone who has ever tried to design an email template will know where I am going with this. It seems that until now, there has never been a set of standards to abide by when designing emails. Sure, we can follow our web design standards as closely as we normally would, but since current email clients support different HTML tags &amp; CSS properties, how can we be sure we are all getting the same result? This is where the <a title="link to: Email Standards Project" href="http://www.email-standards.org/">Email Standards Project</a> comes in.</p>
<p><span id="more-653"></span></p>
<h3>What is the Email Standards Project</h3>
<p>The Email Standards Project works with email client developers and the design community to improve web standards support and accessibility in email.</p>
<p>Their goal is to help designers understand why web standards are so important for email, while working with email client developers to ensure that emails render consistently. This is a community effort to improve the email experience for both designers and readers alike.</p>
<p>Their blog style website is a great resource for designing an email template right now, giving loads of information on current email client support, email template layouts, plus loads of other stuff to help you along the way.</p>
<p>To read more about the Email Standards Project visit their website at: <a title="link to: Email Standards Project" href="http://www.email-standards.org/">http://www.email-standards.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/general/email-standards-project/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office Inspiration</title>
		<link>http://www.jadedstudio.com/general/office-inspiration</link>
		<comments>http://www.jadedstudio.com/general/office-inspiration#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:01:50 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=626</guid>
		<description><![CDATA[Not so inspiring I was sitting at my desk earlier on today trying to find inspiration for my current project. A lot of the time I already have a picture in my head of where I want to go with a project. But this morning, there was nothing in there. I started looking around my [...]]]></description>
			<content:encoded><![CDATA[<h3>Not so inspiring</h3>
<p>I was sitting at my desk earlier on today trying to find inspiration for my <a href="http://www.westfield-fre.co.uk" rel="nofollow" title="Westfield Free Range Eggs">current project</a>. A lot of the time I already have a picture in my head of where I want to go with a project. But this morning, there was nothing in there. I started looking around my office, and this is when I realised that I wasn&#8217;t in the most inspiring of environments.<span id="more-626"></span></p>
<p>It&#8217;s not that I don&#8217;t like where I work, but more so that it&#8217;s a little too <em>ordinary</em>. There is nothing to stand out, nothing to inspire, nothing to help create. And when you spend a lot of time at your desk, inspiration and creativity are two things that can sometimes suffer.</p>
<p>I&#8217;ve posted a few pictures below of my &#8216;not so inspiring&#8217; office. If you have any suggestions on how I can improve my workspace, or want to share some pictures of your office, feel free to post a comment below.</p>
<h3>My workspace</h3>

<div class="ngg-galleryoverview" id="ngg-gallery-2">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031849.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031849.jpg" alt="s1031849.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031849.jpg"  />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031850.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031850.jpg" alt="s1031850.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031850.jpg"  />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031851.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031851.jpg" alt="s1031851.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031851.jpg"  />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-19" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031852.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031852.jpg" alt="s1031852.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031852.jpg"  />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-20" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031853.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031853.jpg" alt="s1031853.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031853.jpg"  />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-21" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031854.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031854.jpg" alt="s1031854.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031854.jpg"  />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031855.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031855.jpg" alt="s1031855.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031855.jpg"  />
			</a>
		</div>
	</div>
	 		
	<div id="ngg-image-23" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.jadedstudio.com/wp-content/gallery/my-office/s1031856.jpg" title=" " rel="lightbox[my-office]" >
				<img title="s1031856.jpg" alt="s1031856.jpg" src="http://www.jadedstudio.com/wp-content/gallery/my-office/thumbs/thumbs_s1031856.jpg"  />
			</a>
		</div>
	</div>
	 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/general/office-inspiration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jaded Studio relaunch</title>
		<link>http://www.jadedstudio.com/general/jaded-studio-relaunch</link>
		<comments>http://www.jadedstudio.com/general/jaded-studio-relaunch#comments</comments>
		<pubDate>Wed, 04 Mar 2009 17:38:12 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=601</guid>
		<description><![CDATA[After a lot of hard work, my new website has finally launched. There are still a few things to do here and there, but the bulk of the site is finished. So, What&#8217;s New? My new website now has many features my previous version didn&#8217;t. Firstly, I have decided to build the website around wordpress. [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of hard work, my new website has finally launched. There are still a few things to do here and there, but the bulk of the site is finished.<span id="more-601"></span></p>
<h3>So, What&#8217;s New?</h3>
<p>My new website now has many features my previous version didn&#8217;t.</p>
<p>Firstly, I have decided to build the website around wordpress. This will make it easier for me to update the site, and release news &amp; tutorials. I have also included a search feature for you to find what you want easily.</p>
<p>My portfolio is now a lot more straight forward, and displays my work clearly. As is my services page, where I have broken my main services down into small sections making it easier to read, and find what you&#8217;re looking for.</p>
<p>I have also created a lot more in-depth contact form, which will enable new clients to tell me more about their project. The form is broken down into 4 sections, and has it&#8217;s own navigation to move through the form swiftly.</p>
<h3>Where did the design come from?</h3>
<p>This is a question I cannot answer. I have designed this site several times during my re-branding, and finally got to a design that I liked. I think that over the time of the re-design, I have picked certain elements from each design that I liked, and they have all come together in the site you see today.</p>
<p>Finally, thank you for visiting my site. I hope you like it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/general/jaded-studio-relaunch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burnham Parenting</title>
		<link>http://www.jadedstudio.com/portfolio/burnham-parenting</link>
		<comments>http://www.jadedstudio.com/portfolio/burnham-parenting#comments</comments>
		<pubDate>Mon, 18 Aug 2008 19:54:54 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=87</guid>
		<description><![CDATA[Burnham Parenting is a website offering information to new parents in and around the Burnham-on-Sea area. For this project we designed &#38; coded the website.]]></description>
			<content:encoded><![CDATA[<p>Burnham Parenting is a website offering information to new parents in and around the Burnham-on-Sea area. For this project we designed &amp; coded the website.<span id="more-87"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/portfolio/burnham-parenting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watermark Financial Solutions</title>
		<link>http://www.jadedstudio.com/portfolio/watermark-financial-solutions</link>
		<comments>http://www.jadedstudio.com/portfolio/watermark-financial-solutions#comments</comments>
		<pubDate>Fri, 08 Feb 2008 01:00:00 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=30</guid>
		<description><![CDATA[Watermark Financial Solutions is a large firm of Independent Financial Advisers based in Burnham-on-Sea. For this project we designed &#38; coded the website.]]></description>
			<content:encoded><![CDATA[<p>Watermark Financial Solutions is a large firm of Independent Financial Advisers based in Burnham-on-Sea. For this project we designed &amp; coded the website.<span id="more-30"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/portfolio/watermark-financial-solutions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>West Country Solar</title>
		<link>http://www.jadedstudio.com/portfolio/west-country-solar</link>
		<comments>http://www.jadedstudio.com/portfolio/west-country-solar#comments</comments>
		<pubDate>Wed, 19 Sep 2007 01:00:00 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=32</guid>
		<description><![CDATA[West Country Solar are retailers of solar powered products such as Solar Lighting. For this project we designed &#38; coded the website.]]></description>
			<content:encoded><![CDATA[<p>West Country Solar are retailers of solar powered products such as Solar Lighting. For this project we designed &amp; coded the website.<span id="more-32"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/portfolio/west-country-solar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>City B Group</title>
		<link>http://www.jadedstudio.com/portfolio/city-b-group</link>
		<comments>http://www.jadedstudio.com/portfolio/city-b-group#comments</comments>
		<pubDate>Tue, 03 Apr 2007 17:19:38 +0000</pubDate>
		<dc:creator>David Rivers</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XHTML & CSS]]></category>

		<guid isPermaLink="false">http://www.jadedstudio.com/?p=181</guid>
		<description><![CDATA[City B Group are the largest manufacturers &#38; suppliers of portable marquees to the event industry in the UK. For this project we designed &#38; coded the website &#38; created a marquee designer in Flash.]]></description>
			<content:encoded><![CDATA[<p>City B Group are the largest manufacturers &amp; suppliers of portable marquees to the event industry in the UK. For this project we designed &amp; coded the website &amp; created a marquee designer in Flash.<span id="more-181"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jadedstudio.com/portfolio/city-b-group/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

