<?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>Paul Randall &#187; design</title>
	<atom:link href="http://prandall.com/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://prandall.com</link>
	<description>The personal website of Paul Randall</description>
	<lastBuildDate>Sun, 25 Jul 2010 13:45:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Centre Aligned List Items</title>
		<link>http://prandall.com/2010/06/03/centre-aligned-list-items/</link>
		<comments>http://prandall.com/2010/06/03/centre-aligned-list-items/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 21:17:33 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=358</guid>
		<description><![CDATA[This post has come from a quick bit of experimentation, trying to centre align list items.
The design called for centerally aligned list item links, and there could be 3, 4, 5 or more links. Initially I was stumped as to how to create this effect. I had considered a left margin to create the illusion [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This post has come from a quick bit of experimentation, trying to centre align list items.</strong></p>
<p>The design called for centerally aligned list item links, and there could be 3, 4, 5 or more links. Initially I was stumped as to how to create this effect. I had considered a left margin to create the illusion of centre aligning for each possible number, but I knew there was a better way. I&#8217;m always aiming for a solution that works in the older browsers too, and this includes IE6. I don&#8217;t know why I do it to myself, especially as it apparently <a href="http://mashable.com/2010/06/01/ie6-below-5-percent/">only has less than a 5% market share</a> nowadays.</p>
<p><span id="more-358"></span></p>
<h2>The Example</h2>
<p>I&#8217;ll cut to the chase; here is the HTML and CSS.</p>
<p><a href="http://prandall.com/experimental/centre-ul/">http://prandall.com/experimental/centre-ul/</a></p>
<h3>So How Does It Work?</h3>
<p>On the UL, I am centre aligning the text, effectively making all the content aligning this way. That&#8217;s the real key to it, second only to display:inline on the LI, because a float will push everything to the left.</p>
<p>Below is all the CSS you need</p>
<p><code><br />
ul{text-align:center;}<br />
li{display:inline;}<br />
</code></p>
<p>Simples!</p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/06/03/centre-aligned-list-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On &#8216;Magpie Designers&#8217;</title>
		<link>http://prandall.com/2010/05/26/on-magpie-designers/</link>
		<comments>http://prandall.com/2010/05/26/on-magpie-designers/#comments</comments>
		<pubDate>Wed, 26 May 2010 21:36:21 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=353</guid>
		<description><![CDATA[In an ever-changing web world, new technologies are constantly evolving. With the emergence of alternative font display systems, new CSS effects and the increased uptake on modern browsers, designers are using these new techniques more and more. Add this to a sprinkling of current design &#8216;trends&#8217; such as the noise filter, and pixel perfect line [...]]]></description>
			<content:encoded><![CDATA[<p>In an ever-changing web world, new technologies are constantly evolving. With the emergence of alternative font display systems, new CSS effects and the increased uptake on modern browsers, designers are using these new techniques more and more. Add this to a sprinkling of current design &#8216;trends&#8217; such as the noise filter, and pixel perfect line details and it makes for some very similar looking websites.</p>
<p>It is inevitable then that these new and shiny capabilities will catch a web designer&#8217;s eye (especially after years of browser constraints) but are we turning our eagerness to use the latest styling techniques into a world of monotonous and similar designs?</p>
<p><span id="more-353"></span></p>
<h2>A Screenshot Showing Some Modern Design Trends</h2>
<p><img src="http://prandall.com/wp-content/uploads/2010/05/similar-sites.jpg" alt="Modern web design trends" title="Modern web design trends" width="520" height="400" class="alignleft size-full wp-image-354" /></p>
<p>It&#8217;s worth saying that there are some great sites being produced at the minute. Something I hope to write about in a future post.</p>
<h2>I&#8217;m a Magpie Designer Too!</h2>
<p>This post isn&#8217;t without a sense of irony, i&#8217;m all too well aware of as this site features many of the effects i&#8217;m  talking about. I&#8217;m clearly a magpie designer too!</p>
<p><em>In a years time things will probably calm down when “the next thing” arrives, whatever it is.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/05/26/on-magpie-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Refresh</title>
		<link>http://prandall.com/2010/05/16/site-refresh/</link>
		<comments>http://prandall.com/2010/05/16/site-refresh/#comments</comments>
		<pubDate>Sun, 16 May 2010 12:02:29 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[redesign]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=350</guid>
		<description><![CDATA[So, things look a little different here!
After a long period of inactivity, due to a new job, and other things the site has sat a little dorment. I thought it was time for a change, and after many, many revisions I decided to finally design something. So, after a few hours of work this weekend [...]]]></description>
			<content:encoded><![CDATA[<p>So, things look a little different here!</p>
<p>After a long period of inactivity, due to a new job, and other things the site has sat a little dorment. I thought it was time for a change, and after many, many revisions I decided to finally design something. So, after a few hours of work this weekend &#8211; here it is.</p>
<p>I&#8217;m hoping to tidy a few things up over the next week, and I will follow that up with a more indepth blog on the designs that didn&#8217;t make it.</p>
<p>If you do notice something weird, feel free to post a comment. It hasn&#8217;t been browser tested, but bear in mind that things may look a little funky for the next few days.</p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/05/16/site-refresh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS3 Multiple Backgrounds</title>
		<link>http://prandall.com/2010/03/19/css3-multiple-backgrounds/</link>
		<comments>http://prandall.com/2010/03/19/css3-multiple-backgrounds/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 22:28:34 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=340</guid>
		<description><![CDATA[I thought it was about time I experimented with some CSS3 multiple backgrounds so I decided to play around with a wallpaper design I worked on in September.
My experiment uses a top left, top right, bottom left and bottom right png gradient on the HTML element, with a repeating png overlay on the BODY.

As I [...]]]></description>
			<content:encoded><![CDATA[<p>I thought it was about time I experimented with some CSS3 multiple backgrounds so I decided to play around with a wallpaper design I worked on in September.
<p>My experiment uses a top left, top right, bottom left and bottom right png gradient on the HTML element, with a repeating png overlay on the BODY.</p>
<p><span id="more-340"></span></p>
<p><strong>As I firmly believe that you should make your design look at least acceptable in Internet Explorer 6, I have used Modernizr, a JavaScript library that allows you to take advantage of emerging web technologies.</strong></p>
<p>It&#8217;s the first time I have used it and I can see the huge potential of it. This system uses feature detection to add classes to the HTML document, allowing you to progressively enhance your websites.</p>
<p>In this example, I have been using <em>multiplebgs</em>, which allowed me to use the CSS3 technology only on sites that supported it. That allowed me to use a fallback JPG image for browsers that don&#8217;t.</p>
<h2>Here is the CSS code:</h2>
<p><code><br />
html.multiplebgs{<br />
	background-color: #141414;</p>
<p>	background-image: url("top-left.png"), url("top-right.png"),<br />
		url("bottom-left.png"), url("bottom-right.png");</p>
<p>	background-repeat: no-repeat, no-repeat,<br />
		no-repeat, no-repeat;</p>
<p>	background-position: top left, top right,<br />
		bottom left, bottom right;<br />
}<br />
body{background: url('fallback-bg.jpg') repeat; height:100%; width:100%;}<br />
.multiplebgs body{background: url('body-bg.png');}<br />
</code></p>
<h2>See the Example</h2>
<p><a href="http://prandall.com/experimental/css3-backgrounds/">http://prandall.com/experimental/css3-backgrounds/</a></p>
<p>If you have used multiple backgrounds before i&#8217;d love you to leave a comment and link to an example.</p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/03/19/css3-multiple-backgrounds/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Should The Grid Be Visible?</title>
		<link>http://prandall.com/2010/02/22/should-the-grid-be-visible/</link>
		<comments>http://prandall.com/2010/02/22/should-the-grid-be-visible/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 22:06:47 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[thoughts]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[wimcrouwel]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=321</guid>
		<description><![CDATA[
A couple of recent designs have left me wondering whether we should be &#8217;showing our workings&#8217; and display the grid at all, whether subtlety like Jina Bolton&#8217;s Sushi &#038; Robots or something more elaborate, like Analog (note: press Alt+G).

Once visible, the precision of the grid acts as evidence of design credibility, and its purity of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://prandall.com/wp-content/uploads/2010/02/2925-200x300.jpg" alt="Vormgevers exhibition poster in 1968 by Wim Crouwel" title="Vormgevers exhibition poster in 1968 by Wim Crouwel" width="200" height="300" class="alignleft size-medium wp-image-322" /></p>
<p>A couple of recent designs have left me wondering whether we should be &#8217;showing our workings&#8217; and display the grid at all, whether subtlety like <a href="http://sushiandrobots.com/">Jina Bolton&#8217;s Sushi &#038; Robots</a> or something more elaborate, like <a href="http://analog.coop/">Analog</a> (note: press Alt+G).</p>
<p><span id="more-321"></span></p>
<blockquote style="padding-bottom:0"><p>Once visible, the precision of the grid acts as evidence of design credibility, and its purity of form has a mystical draw.</p>
</blockquote>
<p><em style=font-size:11px;">A Brief History of Grids, Lucienne Roberts <a href="http://www.graphics.com/modules.php?name=Sections&#038;op=viewarticle&#038;artid=620">http://www.graphics.com/modules.php?name=Sections&#038;op=viewarticle&#038;artid=620</a></em></p>
<p style="float:left; clear:both">Having a visible grid is certainly not new; Here you can see the Vormgevers exhibition poster in 1968 by Wim Crouwel.</p>
<p style="float:left; clear:both">I&#8217;m certainly not going to say if the grid should be visible or not, but I&#8217;d love to hear your thoughts or opinions on the topic, or just to add a link to a site where you have seen a visible grid used well.</p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/02/22/should-the-grid-be-visible/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Condensed Type #3</title>
		<link>http://prandall.com/2010/02/07/condensed-type-3/</link>
		<comments>http://prandall.com/2010/02/07/condensed-type-3/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 21:41:28 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=317</guid>
		<description><![CDATA[Welcome to the third Condensed Type; A weekly roundup of typographic links from my dedicated typography account @typographylinks. Enjoy!

Inspiration
Mercedes Benz Typographic Animation
Flickr Pool of Vintage Type
Use Of Effective Typography In Logo Design
Typography Mania #13 by Abduzeedo
Vibrant Wall Typography/Graffiti from Ripo Visuals
The Best Custom Letters of 2009
Web Typography
Typechart: Preview and compare web typography. Retrieve the CSS
Revised [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the third Condensed Type; A weekly roundup of typographic links from my dedicated typography account <a href="http://twitter.com/typographylinks">@typographylinks</a>. Enjoy!</p>
<p><span id="more-317"></span></p>
<h2>Inspiration</h2>
<p><a href="http://bit.ly/cZRoV9">Mercedes Benz Typographic Animation</a><br />
<a href="http://bit.ly/cd9pUb">Flickr Pool of Vintage Type</a><br />
<a href="http://bit.ly/b4hNSH">Use Of Effective Typography In Logo Design</a><br />
<a href="http://bit.ly/9qH0YV">Typography Mania #13 by Abduzeedo</a><br />
<a href="http://bit.ly/cPsDUw">Vibrant Wall Typography/Graffiti from Ripo Visuals</a><br />
<a href="http://bit.ly/cSVWTe">The Best Custom Letters of 2009</a></p>
<h2>Web Typography</h2>
<p><a href="http://bit.ly/cT40LP">Typechart: Preview and compare web typography. Retrieve the CSS</a><br />
<a href="http://bit.ly/a0Ml8Z">Revised Font Stacks</a><br />
<a href="http://bit.ly/dzsx5j">Fontspring: Hundreds of web-ready fonts at your fingertips</a></p>
<h2>Fonts</h2>
<p><a href="http://bit.ly/dBAD3h">Today Sans H EF Extra Light</a><br />
<a href="http://bit.ly/a78Ydy">Thirteen Ways of Looking at a Typeface by Michael Bierut</a><br />
<a href="http://bit.ly/bhCoU2">Haäfe &#038; Haph presents a selection of custom ampersands</a></p>
<p>I am hoping to give Typography Links a dedicated website soon, where you will be able to subscribe via RSS and submit your own links. Details in the coming weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/02/07/condensed-type-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Condensed Type #2</title>
		<link>http://prandall.com/2010/01/31/condensed-type-2/</link>
		<comments>http://prandall.com/2010/01/31/condensed-type-2/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 12:53:12 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[creativity]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=307</guid>
		<description><![CDATA[Welcome to the second Condensed Type; A weekly roundup of typographic links from my dedicated typography account @typographylinks.

Layout and Composition
30 Websites with Lovely Layouts and Typography
The Typography of Neglect
Typography: Readability and Legibility
Website Design
50 Alluring Typography and Grid-Focused Websites
General Design
Beautiful Typographic Business Cards
Typographic Illustration of Obama
15 Great Examples of Artworks based on Typography
Inspiration
Vintage and Retro Typographic [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to the second Condensed Type; A weekly roundup of typographic links from my dedicated typography account <a href="http://twitter.com/typographylinks">@typographylinks</a>.</p>
<p><span id="more-307"></span></p>
<h2>Layout and Composition</h2>
<p><a href="http://bit.ly/d1WFtA">30 Websites with Lovely Layouts and Typography</a><br />
<a href="http://bit.ly/bineuS">The Typography of Neglect</a><br />
<a href="http://bit.ly/78zMiK">Typography: Readability and Legibility</a></p>
<h2>Website Design</h2>
<p><a href="http://bit.ly/6rnWic">50 Alluring Typography and Grid-Focused Websites</a></p>
<h2>General Design</h2>
<p><a href="http://bit.ly/bN9s0E">Beautiful Typographic Business Cards</a><br />
<a href="http://bit.ly/d6okJl">Typographic Illustration of Obama</a><br />
<a href="http://bit.ly/4qEWS3">15 Great Examples of Artworks based on Typography</a></p>
<h2>Inspiration</h2>
<p><a href="http://bit.ly/bX56Ht">Vintage and Retro Typographic Showcase</a><br />
<a href="http://bit.ly/bL69vS">Typography Mania #13 by Abduzeedo</a><br />
<a href="http://bit.ly/7vrIdv">70+ Design and Typography Inspirations</a><br />
<a href="http://bit.ly/7IhHiq">21 Fresh Inspiring Typography Designs</a></p>
<h2>Designers</h2>
<p><a href="http://bit.ly/cHtXTO">Rob Clarke Typography</a><br />
<a href="http://bit.ly/6mlLIi">The Portfolio of Malou Verlomme</a></p>
<h2>Typography Websites</h2>
<p><a href="http://bit.ly/4nxSR8">CMYKern.com</a><br />
<a href="http://bit.ly/68bclI">typographykicksass.com</a></p>
<h2>Fonts</h2>
<p><a href="http://bit.ly/9xBaCx">20 Fonts Ideal for Big and Powerful Headings</a><br />
<a href="http://bit.ly/4BMtM7">Free Font &#8211; Sketchetica</a></p>
<h2>Products</h2>
<p><a href="http://bit.ly/5dMCQD">Helvetica Cookie Cutters</a></p>
<p>To keep on top of the latest typography, fonts and lettering on the web, make sure you</p>
<p><a href="http://twitter.com/typographylinks"><strong>follow @typographylinks</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/01/31/condensed-type-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Condensed Type #1</title>
		<link>http://prandall.com/2010/01/23/condensed-type-1/</link>
		<comments>http://prandall.com/2010/01/23/condensed-type-1/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 20:06:27 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=305</guid>
		<description><![CDATA[This is going to be a weekly round-up of links tweeting from my dedicated typography account @typographylinks.

Layout and Composition
Typograph – Scale &#038; Rhythm
On Font Pairing In Logo Design
Rules for Good Typography
On The Track of Good Type
Designs, Wallpapers and Posters
21 Big, Bold Typography Website Design
40+ Awesome Typography Wallpapers
Type and Cities &#8211; Designers&#8217; typographic posters of New [...]]]></description>
			<content:encoded><![CDATA[<p>This is going to be a weekly round-up of links tweeting from my dedicated typography account <a href="http://twitter.com/typographylinks">@typographylinks</a>.</p>
<p><span id="more-305"></span></p>
<h2>Layout and Composition</h2>
<p><a href="http://bit.ly/8sx0TB">Typograph – Scale &#038; Rhythm</a><br />
<a href="http://bit.ly/81gGYz">On Font Pairing In Logo Design</a><br />
<a href="http://bit.ly/6ssxtC">Rules for Good Typography</a><br />
<a href="http://bit.ly/51bOX9">On The Track of Good Type</a></p>
<h2>Designs, Wallpapers and Posters</h2>
<p><a href="http://bit.ly/6Wnz2r">21 Big, Bold Typography Website Design</a><br />
<a href="http://bit.ly/6PFCX5">40+ Awesome Typography Wallpapers</a><br />
<a href="http://bit.ly/179Uu2">Type and Cities &#8211; Designers&#8217; typographic posters of New York</a><br />
<a href="http://bit.ly/rbwdD">TypographicPosters.com</a></p>
<h2>Inspiration</h2>
<p><a href="http://bit.ly/7xdemZ">A Treasury of Wood Type Online</a><br />
<a href="http://bit.ly/2izpUW">Typography &#038; Lettering Flickr Pool</a><br />
<a href="http://bit.ly/7cn23y">Typeface: The Film</a><br />
<a href="http://bit.ly/1xl19l">The Beauty of Ampersands</a><br />
<a href="http://bit.ly/8N72pU">Incredible Typography by Eika Dopludo</a><br />
<a href="http://bit.ly/7IhHiq">21 Fresh Inspiring Typography Designs</a></p>
<h2>Helvetica</h2>
<p><a href="http://bit.ly/8y2sLx">40 Excellent Logos Created With Helvetica</a><br />
<a href="http://bit.ly/67NlDw">The Simplicity of Helvetica</a></p>
<p>If you have links you would like to share, please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/01/23/condensed-type-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dribbble Invite Giveaway</title>
		<link>http://prandall.com/2010/01/19/dribbble-invite-giveaway/</link>
		<comments>http://prandall.com/2010/01/19/dribbble-invite-giveaway/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 13:29:41 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[competition]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[dribbble]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=299</guid>
		<description><![CDATA[Thanks to all submissions, but the two winners have now been chosen (See comments)
I have some very exclusive Dribbble invites &#8211; 2 to be exact.
If you haven&#8217;t heard of it before, Dribbble is a site which allows you to upload 400&#215;300px previews of your design work. I have been hugely impressed with it so far, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Thanks to all submissions, but the two winners have now been chosen (See comments)</strong></p>
<p>I have some very exclusive <a href="http://www.dribbble.com">Dribbble</a> invites &#8211; 2 to be exact.</p>
<p>If you haven&#8217;t heard of it before, Dribbble is a site which allows you to upload 400&#215;300px previews of your design work. I have been hugely impressed with it so far, and invites are very elusive.</p>
<p>If you would like the opportunity of winning a Dribbble invite, please leave a comment (with an email address and website/twitter account) below, and later on I will choose the lucky two and contact them directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2010/01/19/dribbble-invite-giveaway/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>December 2009 Wallpaper</title>
		<link>http://prandall.com/2009/12/04/december-2009-wallpaper/</link>
		<comments>http://prandall.com/2009/12/04/december-2009-wallpaper/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 22:37:17 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[december]]></category>
		<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://prandall.com/?p=260</guid>
		<description><![CDATA[
Merry Christmas everybody! After a short delay due to a holiday, the December wallpaper is now live. The wallpaper is based on a present, complete with wrapping paper, ribbon and tag.
The tiling pattern is actually based on the Koch Snowflake. It&#8217;s mathematical basis allows it to be tiled in a number of ways, which can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://prandall.com/wp-content/uploads/2009/12/december-2009-wallpaper-macbook-pro.jpg" alt="december-2009-wallpaper-macbook-pro" title="december-2009-wallpaper-macbook-pro" width="645" height="355" class="alignleft size-full wp-image-223" /></p>
<p>Merry Christmas everybody! After a short delay due to a holiday, the December wallpaper is now live. The wallpaper is based on a present, complete with wrapping paper, ribbon and tag.</p>
<p>The tiling pattern is actually based on the <a href="http://en.wikipedia.org/wiki/Koch_snowflake">Koch Snowflake</a>. It&#8217;s mathematical basis allows it to be tiled in a number of ways, which can be seen on <a href="http://mathworld.wolfram.com/KochSnowflake.html">this Wolfram Alpha page</a>.</p>
<p>I&#8217;m really excited with the possibilities 2010 brings, so expect more wallpapers, blogs and other goodies still in the pipeline.</p>
<p>Thanks for reading, I appreciate all the comments and tweets and wish you all a Merry Christmas.</p>
<h2>Close Up</h2>
<p><img src="http://prandall.com/wp-content/uploads/2009/12/december-2009-wallpaper-close-up.jpg" alt="december-2009-wallpaper-close-up" title="december-2009-wallpaper-close-up" width="645" height="355" class="alignleft size-full wp-image-225" /></p>
<p>I hope you like the wallpaper. If you have any feedback or messages, please do leave a comment below.</p>
<h2>Download the Wallpaper</h2>
<ul class="download-links">
<li><a href="http://prandall.com/wp-content/uploads/2009/12/december-1920x1200.jpg" onClick="pageTracker._trackEvent('Download','Wallpaper','december-2009-1920x1200');">1920&#215;1200</a></li>
<li><a href="http://prandall.com/wp-content/uploads/2009/12/december-1680x1050.jpg" onClick="pageTracker._trackEvent('Download','Wallpaper','december-2009-1680x1050');">1680&#215;1050</a></li>
<li><a href="http://prandall.com/wp-content/uploads/2009/12/december-1440x900.jpg" onClick="pageTracker._trackEvent('Download','Wallpaper','december-2009-1440x900');">1440&#215;900</a></li>
<li><a href="http://prandall.com/wp-content/uploads/2009/12/december-1280x1024.jpg" onClick="pageTracker._trackEvent('Download','Wallpaper','december-2009-1280x1024');">1280&#215;1024</a></li>
<li><a href="http://prandall.com/wp-content/uploads/2009/12/december-1024x768.jpg" onClick="pageTracker._trackEvent('Download','Wallpaper','december-2009-1024x768');">1024&#215;768</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://prandall.com/2009/12/04/december-2009-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
