<?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>Todd Halfpenny &#187; design</title>
	<atom:link href="http://gingerbreaddesign.co.uk/todd/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://gingerbreaddesign.co.uk/todd</link>
	<description>Code is Purgatory</description>
	<lastBuildDate>Thu, 19 Aug 2010 07:14:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Advanced WordPress Page Layout Experiment</title>
		<link>http://gingerbreaddesign.co.uk/todd/2010/07/25/advanced-wordpress-page-layout-experiment/</link>
		<comments>http://gingerbreaddesign.co.uk/todd/2010/07/25/advanced-wordpress-page-layout-experiment/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 18:06:17 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[experiment]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpres]]></category>

		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/todd/?p=251</guid>
		<description><![CDATA[<img align="left" src="http://gingerbreaddesign.co.uk/todd/files/2010/07/wop_demo_01-150x150.png" alt="" width="150" height="150" />Styling WordPress page and post layouts can be daunting for the novice&#8230; especially if you don&#8217;t want to dirty your hands with PHP and the like. I wanted to experiment with what was possible to do using only the default &#8230; <a href="http://gingerbreaddesign.co.uk/todd/2010/07/25/advanced-wordpress-page-layout-experiment/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img align="left" src="http://gingerbreaddesign.co.uk/todd/files/2010/07/wop_demo_01-150x150.png" alt="" width="150" height="150" /><p>Styling WordPress page and post layouts can be daunting for the novice&#8230; especially if you don&#8217;t want to dirty your hands with PHP and the like. I wanted to experiment with what was possible to do using only the default WordPress theme 2010 and plugins alone (OK, some CSS was needed).</p>
<p>So I set myself the challenge of mirroring something which is a classic layout across news sites and ended up with the perfect example from the BBC News web pages (please someone let me know if I&#8217;m NOT allowed to publish the below pic).</p>
<div id="attachment_252" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-252" title="Extract of the BBC News site, the desired layout" src="http://gingerbreaddesign.co.uk/todd/files/2010/07/wop_demo_02-300x154.png" alt="Extract of the BBC News site, the desired layout" width="300" height="154" /><p class="wp-caption-text">Extract of the BBC News site, the desired layout</p></div>
<p>The desired layout is essentially a main news article with a supporting image followed by a couple of secondary articles and then a listing of tertiary articles.</p>
<p>My initial ideas came from using the Widgets on Pages WorPress plugin that I had developed which allows the addition of sidebar areas to be inserted inline in pages and posts. Using this plugin I was able to essentially define multiple areas in a standard page (using a standard template) which could then have independant content defined and (with some tweaks to the live version of the Widget on Pages plugin) could be styled each in it&#8217;s own way. This, by itself, was limited though as I really needed some mechanism to pull in the desired stories&#8230; I needed something to support it.</p>
<p>Then at the recent <a href="http://2010.wordcampuk.org/">WordCampUK 2010</a> I was lucky enough to be attending <a title="Michael Kimb Jones" href="http://mkjones.co.uk/">Michael Kimb Jones</a>&#8216; presentation on WOW Plugins when the <a href="http://wordpress.org/extend/plugins/query-posts/">Query Posts plugin</a> (by the incredible <a href="http://justintadlock.com/">Justin Tadlock</a>) was brought to my attention. The plugin provides a widget can be set up to be populated with the result of a query against the posts in the database. Kimb actually mentioned that he had thought of producing an entire WordPress site just through widgets&#8230; a very similar one to the train of investigation I was pursuing. This Query Posts plugin was the answer.</p>
<p>I put this plugin to work (with some slight mods to now use WordPress featured image feature) alongside my own Widgets on Pages plugin and some additional CSS to the 2010 theme to come up with a layout that is indeed on the way to what I was after.</p>
<div id="attachment_260" class="wp-caption alignnone" style="width: 310px"><a href="http://gingerbreaddesign.co.uk/todd/files/2010/07/wop_demo_01.png"><img class="size-medium wp-image-260" title="Adv layout with no template messing" src="http://gingerbreaddesign.co.uk/todd/files/2010/07/wop_demo_01-300x205.png" alt="Screenshot of layout" width="300" height="205" /></a><p class="wp-caption-text">Adv layout with no template messing</p></div>
<p>The page content actually consists of only the following content;</p>
<pre>&#91;widgets_on_pages id="featured_news"]
&#91;widgets_on_pages id="also_in_the_news"]</pre>
<p>To support this I have 2 sidebar areas defined (<em>featured_news</em> and <em>also_in_the_news</em>) which each have <em>Query Posts</em> widgets in which pull in the news feed with each one offset to allow idea of one single feed.</p>
<p>The CSS used to stylize these is as follows (yes I know it&#8217;s not clean&#8230; this is an experiment remember);</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.featured_news</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">650px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> grey<span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border-width</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span>  <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">8px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.also_in_the_news</span> ul li <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">290px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.also_in_the_news  <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span> <span style="color: #933;">0px</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> grey<span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border-width</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span>  <span style="color: #cc66cc;">0</span> <span style="color: #933;">1px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">650px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.also_in_the_news</span> ul li<span style="color: #3333ff;">:first-child </span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">290px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">0px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.widgets_on_page</span> ul <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.widgets_on_page</span> h2.widgettitle  <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">1.2em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.widgets_on_page</span> h2<span style="color: #6666ff;">.post-title</span> a  <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">0.9em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.featured_news</span> h2<span style="color: #6666ff;">.post-title</span> a   <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.widgets_on_page</span> <span style="color: #6666ff;">.entry-summary</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">both</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.8em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
.widgets_on_page  <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">0.9em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.widgets_on_page</span> .hentry  <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #cc00cc;">#content</span> .widgets_on_page  p<span style="color: #00AA00;">,</span>
<span style="color: #cc00cc;">#content</span> .widgets_on_page  ul<span style="color: #00AA00;">,</span>
<span style="color: #cc00cc;">#content</span> .widgets_on_page  ol<span style="color: #00AA00;">,</span>
<span style="color: #cc00cc;">#content</span> .widgets_on_page  dd<span style="color: #00AA00;">,</span>
<span style="color: #cc00cc;">#content</span> .widgets_on_page  pre<span style="color: #00AA00;">,</span>
<span style="color: #cc00cc;">#content</span> .widgets_on_page  hr <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
img<span style="color: #6666ff;">.attachment-thumbnail</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.also_in_the_news</span> img<span style="color: #6666ff;">.attachment-thumbnail</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.featured_news</span> <span style="color: #6666ff;">.words</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">clear</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">440px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
li<span style="color: #6666ff;">.widget</span> li a <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.8em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
li<span style="color: #6666ff;">.widget</span> li <span style="color: #00AA00;">,</span>li<span style="color: #6666ff;">.widget</span> li<span style="color: #3333ff;">:first-</span>child  <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.8em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
li<span style="color: #6666ff;">.widget</span> li a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> arial<span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">underline</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><a href="http://gingerbreaddesign.co.uk/todd/widgets-on-pages-demo/">The demo page</a></p>
<p>Thanks for reading, check out <a href="http://gingerbreaddesign.co.uk/todd">Todd Halfpenny</a> for more from Todd Halfpenny</p>]]></content:encoded>
			<wfw:commentRss>http://gingerbreaddesign.co.uk/todd/2010/07/25/advanced-wordpress-page-layout-experiment/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Too Helpful</title>
		<link>http://gingerbreaddesign.co.uk/todd/2009/05/11/too-helpful/</link>
		<comments>http://gingerbreaddesign.co.uk/todd/2009/05/11/too-helpful/#comments</comments>
		<pubDate>Mon, 11 May 2009 09:00:23 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/todd/?p=179</guid>
		<description><![CDATA[I&#8217;d be the first to admit that I&#8217;m no &#8220;deisgn guru&#8221; and that when you come from a developers back ground trying to work out how users will use a system (be it an e-Commerce web site or a Twitter &#8230; <a href="http://gingerbreaddesign.co.uk/todd/2009/05/11/too-helpful/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d be the first to admit that I&#8217;m no &#8220;deisgn guru&#8221; and that when you come from a developers back ground trying to work out how users will use a system (be it an e-Commerce web site or a Twitter Client) it is always tough to work out just how the users will go about their business. There is a real hurdle to overcome when trying to use a system as a user rather than as someone who&#8217;s deisgned (in terms of workflow at least) and built it.</p>
<p>It&#8217;s easy to get into the kind of mindset of &#8220;well of course you then click X to get to Y&#8221; which is why usability testing is really important. We have to remember that web sites will be used (hopefully) all the time by people who&#8217;ve never been there before and hence things should be logical and flow&#8230; and when this is not always so simple provide enough guidance to aid the user.</p>
<p>Sometimes folks can go too far&#8230; and in fact confuse the user. Take a look at the screenshot below and think about where you&#8217;d instinctively click to go to the next page. Bear in mind that it&#8217;s likely you&#8217;ve just scanned down the text (although I&#8217;ve blurred it here but please pretend that the text might be semi-important).</p>
<div id="attachment_211" class="wp-caption alignnone" style="width: 310px"><a href="http://gingerbreaddesign.co.uk/todd/files/2009/05/poor-page1.png"><img class="size-medium wp-image-211" title="Too helpful?" src="http://gingerbreaddesign.co.uk/todd/files/2009/05/poor-page1-300x180.png" alt="" width="300" height="180" /></a><p class="wp-caption-text">Too helpful?</p></div>
<p>I would think that most people would click the right facing arrow at the centre bottom of the page, bearing in mind that they&#8217;ve just scanned the text above. Yup, the one with the word <em>continue </em>written next to it. Either that or they also see the button at the top right and then may think &#8220;Oh, which one do I press and does it matter at all?&#8221;. Sadly you&#8217;ve got at best a 50% chance of going nowhere. In fact these arrows at the bas of the page are not buttons at all but simply &#8216;helpful&#8217; instructions about the arrows that will appear at the top right corner of each page.</p>
<p>So what&#8217;s the lesson here? Testing is important&#8230; and it&#8217;s no good just testing something yourself as you know what and how a system is meant to work.</p>
<p>Thanks for reading, check out <a href="http://gingerbreaddesign.co.uk/todd">Todd Halfpenny</a> for more from Todd Halfpenny</p>]]></content:encoded>
			<wfw:commentRss>http://gingerbreaddesign.co.uk/todd/2009/05/11/too-helpful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Moo Business Cards</title>
		<link>http://gingerbreaddesign.co.uk/todd/2008/12/02/new-moo-business-cards/</link>
		<comments>http://gingerbreaddesign.co.uk/todd/2008/12/02/new-moo-business-cards/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:05:36 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[small business]]></category>

		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/todd/?p=91</guid>
		<description><![CDATA[So with the launch of the new colour-scheme over on Gingerbread Design main site it was time to get some new business cards printed up. Having read only good things about Moo.com I decided to give them a shot... and boy was I pleased with their service and products! <a href="http://gingerbreaddesign.co.uk/todd/2008/12/02/new-moo-business-cards/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So with the launch of the new colour-scheme over on <a title="Gingerbread Web Design" href="http://gingerbreaddesign.co.uk">Gingerbread Design main site </a>it was time to get some new business cards printed up. Having read only good things about <a title="Moo.com" href="http://moo.com">Moo.com</a> I decided to give them a shot&#8230; and boy was I pleased with their service and products!</p>
<p>Following getting the first batch through in the post I was disappointed to see that the &#8216;front&#8217; had a black background instead of the white I was expecting. I mailed the Moo customer service suggesting that perhaps this was due to my use of transparent png images. They promptly replied stating that &#8216;yes&#8217; they use a default black background colour. They also offered me a discount code enabling me to get a second order for free (inc P&amp;P) and that once I&#8217;d placed it they&#8217;d check to make sure that they looked OK.</p>
<p>Once I&#8217;d replaced my order I did contact them giving my order number and got a reply back from their CS saying that all was good with my new cards&#8230; what great customer service!</p>
<div id="attachment_237" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-237" title="business_card_01" src="http://gingerbreaddesign.co.uk/todd/files/2008/12/business_card_01-300x225.jpg" alt="Our new business cards" width="300" height="225" /><p class="wp-caption-text">Our new business cards</p></div>
<p>And front&#8230;</p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-238" title="Our new business cards" src="http://gingerbreaddesign.co.uk/todd/files/2008/12/business_card_02-300x225.jpg" alt="Our new business cards" width="300" height="225" /><p class="wp-caption-text">Our new business cards</p></div>
<p>I would definitely recommend Moo to anyone who needs this kind of printing to be done&#8230; just brilliant!</p>
<p>Oh&#8230; there&#8217;s a useful page here with a <a title="Moo business card template" href="http://www.moo.com/help/help.php?page=format-guide">template image</a> that can be used.</p>
<p>Thanks for reading, check out <a href="http://gingerbreaddesign.co.uk/todd">Todd Halfpenny</a> for more from Todd Halfpenny</p>]]></content:encoded>
			<wfw:commentRss>http://gingerbreaddesign.co.uk/todd/2008/12/02/new-moo-business-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want: Pixel Sofa</title>
		<link>http://gingerbreaddesign.co.uk/todd/2008/11/17/i-want-pixel-sofa/</link>
		<comments>http://gingerbreaddesign.co.uk/todd/2008/11/17/i-want-pixel-sofa/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 09:53:19 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[I Want]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/todd/?p=83</guid>
		<description><![CDATA[First in a series of post about things I've seen around that I think are really smart, well designed or super useful.

This one is about the "Pixel Sofa". <a href="http://gingerbreaddesign.co.uk/todd/2008/11/17/i-want-pixel-sofa/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Now I saw this originally some time ago, in fact I think it was at some point in 2007 but I thought now with the blog going full steam I could share it.</p>
<p>This sofa is the design of Cristian Zuzunaga who I believe was a student at the royal college of art and I think is (or was) being sold by a Danish manufacturer Kvadrat.</p>
<div class="wp-caption alignnone" style="width: 460px"><a href="http://www.flickr.com/photos/27954846@N04/2635419946/"><img src="http://farm4.static.flickr.com/3039/2635419946_851e1662c8.jpg" alt="I want: Very cool Pixel Sofa" width="450" height="396" /></a><p class="wp-caption-text">I want: Very cool Pixel Sofa</p></div>
<p>I don&#8217;t know really why I like it so much but I can guarantee hours of fun playing the &#8220;You&#8217;re colourblind, what colour is this?&#8221; game.</p>
<p>Thanks for reading, check out <a href="http://gingerbreaddesign.co.uk/todd">Todd Halfpenny</a> for more from Todd Halfpenny</p>]]></content:encoded>
			<wfw:commentRss>http://gingerbreaddesign.co.uk/todd/2008/11/17/i-want-pixel-sofa/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Photo in Schmap Guide</title>
		<link>http://gingerbreaddesign.co.uk/todd/2008/10/19/photo-in-schmap-guide/</link>
		<comments>http://gingerbreaddesign.co.uk/todd/2008/10/19/photo-in-schmap-guide/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 15:16:59 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/todd/?p=29</guid>
		<description><![CDATA[Check out the photo that I took in Brighton of The Seasick Doughnut which has been chosen by Schmap to be used in their online guide. <a href="http://gingerbreaddesign.co.uk/todd/2008/10/19/photo-in-schmap-guide/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wowzers&#8230; I&#8217;m pleased to say that a photo I took whilst in Brighton of the &#8220;giant doughnut&#8221; (locally know as The Seasick Doughnut) down on the sea front has been chosen to represent the landmark in <a href="http://www.schmap.com/brighton/sights_citycentre/#p=213008&amp;i=213008_20.jpg">Schmap&#8217;s online guide to Brigthon</a>.</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/mrsharris/2414582156/"><img src="http://farm3.static.flickr.com/2105/2414582156_e78580b3b5.jpg" alt="The Brighton Doughnut" width="500" height="344" /></a><p class="wp-caption-text">The Brighton Doughnut</p></div>
<p>The <span class="descriptionFont">sculpture was a gift from the Mayor of Naples, officially called The Big Green Bagel. In this particluar photo you can just make out <a href="http://gingerbreaddesign.co.uk/badja">Badja&#8217;s</a> face in the centre.<br />
</span></p>
<p><a href="http://www.schmap.com/">Schmap </a>is an online resource of worldwide guides.</p>
<p>Thanks for reading, check out <a href="http://gingerbreaddesign.co.uk/todd">Todd Halfpenny</a> for more from Todd Halfpenny</p>]]></content:encoded>
			<wfw:commentRss>http://gingerbreaddesign.co.uk/todd/2008/10/19/photo-in-schmap-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got to be in it to win it</title>
		<link>http://gingerbreaddesign.co.uk/todd/2008/10/13/got-to-be-in-it-to-win-it/</link>
		<comments>http://gingerbreaddesign.co.uk/todd/2008/10/13/got-to-be-in-it-to-win-it/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:04:31 +0000</pubDate>
		<dc:creator>todd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://gingerbreaddesign.co.uk/todd/?p=19</guid>
		<description><![CDATA[Whoop whoop&#8230; just a quick post to mention that my recent mail to the .net magazine was selected as their mail of the month. The email I&#8217;d send was only very brief and was simple about the difficulty I&#8217;ve had &#8230; <a href="http://gingerbreaddesign.co.uk/todd/2008/10/13/got-to-be-in-it-to-win-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Whoop whoop&#8230; just a quick post to mention that my recent mail to the .net magazine was selected as their <em>mail of the month</em>. The email I&#8217;d send was only very brief and was simple about the difficulty I&#8217;ve had reading some of their recent articles due to the lack of contrast between the colours of some of the text and backgrounds.</p>
<div id="attachment_21" class="wp-caption alignnone" style="width: 261px"><a href="http://www.netmag.co.uk/"><img class="size-full wp-image-21" src="http://gingerbreaddesign.co.uk/todd/wp-content/uploads/2008/10/net1.gif" alt=".net Magazine" width="251" height="125" /></a><p class="wp-caption-text">.net Magazine</p></div>
<p>Apparently I&#8217;ve won a free .co.uk domain and hosting with <a href="http://www.heartinternet.co.uk/">Heart Internet</a>. I presume this is for a year and I&#8217;ve no idea what the quality of their hosting is like but hey&#8230; free stuff is cool right?</p>
<p>Thanks for reading, check out <a href="http://gingerbreaddesign.co.uk/todd">Todd Halfpenny</a> for more from Todd Halfpenny</p>]]></content:encoded>
			<wfw:commentRss>http://gingerbreaddesign.co.uk/todd/2008/10/13/got-to-be-in-it-to-win-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
