
<?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>Gavin Wray &#187; Web design</title>
	<atom:link href="http://www.gavinwray.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gavinwray.com</link>
	<description>Carefully crafting content since 2001</description>
	<lastBuildDate>Thu, 26 Aug 2010 08:47:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Designing with grids</title>
		<link>http://www.gavinwray.com/2010/06/16/designing-with-grids/</link>
		<comments>http://www.gavinwray.com/2010/06/16/designing-with-grids/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 20:39:22 +0000</pubDate>
		<dc:creator>Gavin Wray</dc:creator>
				<category><![CDATA[Web design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Grids]]></category>
		<category><![CDATA[Layout]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://www.gavinwray.com/?p=1231</guid>
		<description><![CDATA[With the new portfolio design finished and live, it&#8217;s time to catch up on writing some posts. This is the first in a series of posts documenting the design process I worked through in creating this website. As I mentioned in my last update on what I&#8217;m doing, I really wanted to up my wider [...]]]></description>
			<content:encoded><![CDATA[<p>With the new portfolio design finished and live, it&#8217;s time to catch up on writing some posts. This is the first in a series of posts documenting the design process I worked through in creating this website.</p>
<p>As I mentioned in my last <a href="/2010/04/27/an-update-on-what-im-doing/">update on what I&#8217;m doing</a>, I really wanted to up my wider design knowledge and put this knowledge into practice. So, I spent some time studying grid layouts and typography, getting stuck into two books in particular:</p>
<ul>
<li><a title="Book details on Amazon.co.uk" href="http://www.amazon.co.uk/gp/product/1568984650?&amp;tag=gavwra-21">Grid Systems: Principles of Organizing Type</a> by Kimberly Elam</li>
<li><a title="Five Simple Steps" href="http://fivesimplesteps.com/books/practical-guide-designing-for-the-web">A Practical Guide to Designing for the Web</a> by <a href="http://www.markboulton.co.uk/">Mark Boulton</a></li>
</ul>
<p>These two books really forced me to consider the portfolio layout in detail. Elam&#8217;s book is quite theoretical, which is a good thing when you&#8217;re learning a new subject, while Boulton helped me consider the grid theory in terms of the web.</p>
<p><img class="alignnone size-full wp-image-1234" title="Page 43 from Elam's 'Grid Systems'" src="http://www.gavinwray.com/wp-content/uploads/2010/06/elam-grid-overlay-540.jpg" alt="Red grid overlaid on a poster for the Institute for Architecture and Urban Studies" width="540" height="400" /><br />
<em>Page 43, Kimberley Elam&#8217;s ‘Grid Systems’</em></p>
<p>Specifically, Boulton&#8217;s chapter on layout helped me to consider grid layouts that work aesthetically yet always keeping in mind that I&#8217;d eventually have to turn the grid design into code for a WordPress theme.</p>
<p><img class="alignnone size-full wp-image-1233" title="Page 235 from Boulton's 'A Practical Guide to Designing for the Web'" src="http://www.gavinwray.com/wp-content/uploads/2010/06/boulton-grid-layout-540.jpg" alt="Mark Boulton's grid layout for De Staandard website" width="540" height="400" /><br />
<em>Page 235 in Mark Boulton&#8217;s ‘A Practical Guide to Designing for the Web’</em></p>
<p>To work through this process, I chose the <a title="960 grid system" href="http://960.gs/">grid960.gs system</a>, which is a set of sketch sheets, HTML layout generator and CSS with consistent measurements that helps streamline web development from design through to coding.</p>
<h3>Sketching</h3>
<p>With a content plan for the portfolio already in place, my first step was to sketch out the key page templates required using <a title="Sketch sheets pdf available on github" href="http://github.com/nathansmith/960-Grid-System/tree/master/sketch_sheets/">Nathan Smith&#8217;s sketch sheets</a>:</p>
<ul>
<li>Home page</li>
<li>About page</li>
<li>Portfolio index</li>
<li>Portfolio item</li>
<li>Blog index</li>
<li>Blog post</li>
<li>Contact</li>
</ul>
<p><a href="http://www.flickr.com/photos/gavinwray/4707084254/"><img class="alignnone size-full wp-image-1235" title="Home page grid sketch" src="http://www.gavinwray.com/wp-content/uploads/2010/06/home-page-sketch-540.png" alt="Sketch of home page using a 12 column grid" width="540" height="400" /></a><br />
<em>Home page sketch (<a title="Full size scan shared on flickr" href="http://www.flickr.com/photos/gavinwray/4707084254/">view full size scan on flickr</a>)</em></p>
<p><a href="http://www.flickr.com/photos/gavinwray/4707087866/"><img class="alignnone size-full wp-image-1236" title="Portfolio item sketch" src="http://www.gavinwray.com/wp-content/uploads/2010/06/project-detail-sketch-540.png" alt="4 sketches of portfolio item template" width="540" height="400" /></a><br />
<em>Portfolio item sketches (<a title="Full size scan shared on flickr" href="http://www.flickr.com/photos/gavinwray/4707087866/">view full size scan on flickr</a>)</em></p>
<h3>Wireframes</h3>
<p>Next, I grabbed the 12 column <a title="960 grid system Photoshop templates" href="http://github.com/nathansmith/960-Grid-System/tree/master/templates/photoshop/">960 template psd</a>, opened it in <a title="Cheap alternative to Photoshop on Mac OS X" href="http://www.pixelmator.com/">Pixelmator</a> and drew wireframes of each page template.</p>
<p>Back using Boulton&#8217;s chapter on layout, I used his advice on the <a title="Definition on wikipedia" href="http://en.wikipedia.org/wiki/Rule_of_thirds">Rule of Thirds</a>:</p>
<blockquote cite="http://fivesimplesteps.com/books/practical-guide-designing-for-the-web"><p>‘Photographers have used the Rule of Thirds for years, who borrowed it from, yet again, classical artists and architects. The theory is simple – which is why it&#8217;s easy to apply in your day-to-day design work. Divide any workspace, or layout, into thirds horizontally and vertically, and align key focus points of your composition to where the lines intersect.’</p></blockquote>
<p>A web design at 960px wide breaks down nicely into 3 columns of 320px each. With a 10px gutter either side of each column, you now have 300px wide blocks for your content, which, again, is a perfect number to further sub-divide by 3 (giving 100px blocks).</p>
<p>In this closeup of the home page&#8217;s top left corner, I used the Rule of Thirds on the horizontal spacing. You can see the different elements—title, navigation bar, summary text in bold and the call to action buttons—aligned to the grid at units of 50px or 100px.</p>
<p><img class="alignnone size-full wp-image-1239" title="Home page wireframe with grid overlay" src="http://www.gavinwray.com/wp-content/uploads/2010/06/home-wireframe-grid-overlay.png" alt="Home page wireframe with grid overlay showing alignment of key sections based on the Rule of Thirds" width="540" height="474" /></p>
<p>You can also see the content blocks on the <a href="http://www.gavinwray.com/portfolio/">portfolio page</a> arranged in 3 columns, each block 300px wide and 300px high:</p>
<p><img class="alignnone size-full wp-image-1238" title="Portfolio index wireframe with grid overlay" src="http://www.gavinwray.com/wp-content/uploads/2010/06/folio-grid-overlay.png" alt="Portfolio index wireframe with grid overlay - the content boxes are 300 pixels wide" width="540" height="445" /></p>
<h3>In summary</h3>
<p>You may wonder why it&#8217;s worth going through this detailed grid design process. Is it too detailed? Should you just fire up your image editor and dive in?</p>
<p>Everyone has different ways of working—and this is a personal braindump of the thought processes I&#8217;ve worked through—but I think using grids is a valuable exercise, particularly if you find the visual side of web design difficult.</p>
<p>By using grids, and thereby focusing purely on layout, alignment and whitespace, you&#8217;re simplifying the visual design process. Separating layout from, say, colour and typography, reduces the number of design elements and choices you make at any one time. You can see the effect of small changes more easily and adjust as you work along.</p>
<p>Ever have those times when you stare at your design and think ‘this doesn&#8217;t look right’ but you struggle to identify the cause? Focusing on layout and whitespace makes it easier to deal with these problems. Something doesn&#8217;t feel right? Check your units of measurement and re-align it. Does it ‘feel’ right now?</p>
<p>An organised layout based on grids, using consistent measurements, can begin to feel like a good web design – even before you introduce colour and type.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinwray.com/2010/06/16/designing-with-grids/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New portfolio design launched</title>
		<link>http://www.gavinwray.com/2010/06/15/new-portfolio-design-launched/</link>
		<comments>http://www.gavinwray.com/2010/06/15/new-portfolio-design-launched/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 18:32:31 +0000</pubDate>
		<dc:creator>Gavin Wray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.gavinwray.com/?p=1228</guid>
		<description><![CDATA[Woop, huzzah and yay! After two months beavering away, I&#8217;ve launched a new design for this portfolio site. This current design is the fifth version of gavinwray.com, and reflects the positioning and thinking I&#8217;ve been doing this year. The core of the design comes from some detailed study of grid layouts and through trying out a [...]]]></description>
			<content:encoded><![CDATA[<p>Woop, huzzah and yay! After two months beavering away, I&#8217;ve launched a new design for this portfolio site.</p>
<p>This current design is the fifth version of gavinwray.com, and reflects the <a title="An update on what I'm doing" href="/2010/04/27/an-update-on-what-im-doing/">positioning</a> and thinking I&#8217;ve been doing this year. The core of the design comes from some detailed study of grid layouts and through trying out a new approach to content strategy on myself. This made for some odd conversations (with myself), as both client and designer, but interesting and valuable nonetheless.</p>
<p>I&#8217;ll write some separate posts documenting the process I&#8217;ve worked through (much of which is new), from the strategy, wireframing and design, through to building a bespoke WordPress theme.</p>
<p>For now, I&#8217;m just pleased to launch the site. I hope you like it. As ever, any feedback, suggestions or ideas would be appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinwray.com/2010/06/15/new-portfolio-design-launched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web roundup of 2008</title>
		<link>http://www.gavinwray.com/2008/12/30/web-roundup-of-2008/</link>
		<comments>http://www.gavinwray.com/2008/12/30/web-roundup-of-2008/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 08:43:04 +0000</pubDate>
		<dc:creator>Gavin Wray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[Birmingham]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://www.gavinwray.com/?p=343</guid>
		<description><![CDATA[Here are some sites and people that I&#8217;ve found particularly inspiring, informative or useful during 2008. This list isn&#8217;t meant to be definitive or a reflection on trends; it&#8217;s just a way of sharing sites and highlighting individuals that have influenced me over the year. Design These are a mix of web design-focused magazine and [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some sites and people that I&#8217;ve found particularly inspiring, informative or useful during 2008. This list isn&#8217;t meant to be definitive or a reflection on trends; it&#8217;s just a way of sharing sites and highlighting individuals that have influenced me over the year.</p>
<h3>Design</h3>
<p>These are a mix of web design-focused magazine and tutorial sites alongside a couple of broader design blogs.</p>
<h4><a title="Blog.SpoonGraphics by Chris Spooner" href="http://www.blog.spoongraphics.co.uk/">Blog.SpoonGraphics</a></h4>
<p><a href="http://www.blog.spoongraphics.co.uk/"><img class="alignnone size-full wp-image-319" title="Blog.SpoonGraphics by Chris Spooner" src="http://test.gavinwray.com/wp-content/uploads/2008/12/blog-spoon-graphics.png" alt="Blog.SpoonGraphics by Chris Spooner" width="545" height="150" /></a></p>
<p>This is one big inspiration feed. The creator <a title="Chris Spooner on Twitter" href="http://twitter.com/chrisspooner">Chris Spooner</a>, a UK based graphic and web designer, writes great tutorials at on design projects typically focused on Photoshop, Illustrator, CSS and WordPress.</p>
<h4><a title="Design ideas, web trends and tutorials" href="http://www.webdesignerwall.com/">Web Designer Wall</a></h4>
<p><a href="http://www.webdesignerwall.com/"><img class="alignnone size-full wp-image-313" title="Web Designer Wall" src="http://test.gavinwray.com/wp-content/uploads/2008/12/web-designer-wall.png" alt="Web Designer Wall" width="545" height="150" /></a></p>
<p>Covers design ideas and trends as well as providing tutorials on the more technical aspects of web design. The <a title="Complete WordPress theme guide" href="http://www.webdesignerwall.com/tutorials/complete-wordpress-theme-guide/">complete WordPress theme guide</a> is one of the best introductions I&#8217;ve found so far on how to install and customise your own WordPress site.</p>
<h4><a href="http://www.flickr.com/photos/guspim/collections/72157600047307884/">Design solutions</a></h4>
<p><a href="http://www.flickr.com/photos/guspim/collections/72157600047307884/"><img class="alignnone size-full wp-image-315" title="Gustavo Pimenta's design solutions collection" src="http://test.gavinwray.com/wp-content/uploads/2008/12/design-solutions.png" alt="Gustavo Pimenta's design solutions collection" width="545" height="150" /></a></p>
<p>Gustavo Pimenta created this collection of screenshots using flickr, organising them into user interface elements, styles and tasks. This collection is handy when you&#8217;re facing a creative block.</p>
<h4><a href="http://designm.ag/">DesignM.ag</a></h4>
<p><a href="http://designm.ag/"><img class="alignnone size-full wp-image-325" title="Design Mag" src="http://test.gavinwray.com/wp-content/uploads/2008/12/designmag.png" alt="Design Mag" width="545" height="150" /></a></p>
<p>A resource for designers (focussed on the web side) with tutorials, articles and site galleries.</p>
<h4><a title="I love Typography" href="http://ilovetypography.com/">iLT:  I love Typography</a></h4>
<p><a href="http://ilovetypography.com/"><img class="alignnone size-full wp-image-318" title="I love Typography" src="http://test.gavinwray.com/wp-content/uploads/2008/12/i-love-typography.png" alt="I love Typography" width="545" height="150" /></a></p>
<p>For all things type.</p>
<h4><a title="Things of Random Coolness" href="http://www.thingsofrandomcoolness.com/">Things of Random Coolness</a></h4>
<p><a href="http://www.thingsofrandomcoolness.com/"><img class="alignnone size-full wp-image-326" title="Things of Random Coolness" src="http://test.gavinwray.com/wp-content/uploads/2008/12/things-of-random-coolness.png" alt="Things of Random Coolness" width="545" height="150" /></a></p>
<p>An interesting blog covering design, fashion, film, technology and interiors.</p>
<h3>Portfolio sites</h3>
<p>I&#8217;m completely hooked on portfolio sites. When I worked for <a title="friends of ED" href="http://www.friendsofed.com">friends of ED</a> as an editor, a great part of the job was browsing portfolio sites to commission new authors to write about web design.</p>
<p>While it&#8217;s easy to get hung up thinking that <a title="Post by Kyle Meyer" href="http://astheria.com/design/my-last-portfolio-sucked-yours-might-too">your own portfolio sucks</a>, portfolio sites can often be the most inspiring. Here are three of my favourites:</p>
<h4><a title="Travel photography by Piotr Kulczycki" href="http://www.pkulczycki.com">Piotr Kulczycki travel photography</a></h4>
<p><a href="http://www.pkulczycki.com"><img class="alignnone size-full wp-image-328" title="Piotr Kulczycki travel photography" src="http://test.gavinwray.com/wp-content/uploads/2008/12/piotr-kulcczycki.png" alt="Piotr Kulczycki travel photography" width="545" height="150" /></a></p>
<p>As well as the actual photo content and an aesthetically-attractive site, I like the way Piotr uses tags and sets to make his portfolio straightforward to browse.</p>
<h4><a title="eleven3" href="http://www.eleven3.com/">Eleven3</a></h4>
<p><a href="http://www.eleven3.com/"><img class="alignnone size-full wp-image-329" title="eleven3" src="http://test.gavinwray.com/wp-content/uploads/2008/12/eleven3.png" alt="eleven3" width="545" height="150" /></a></p>
<p>George Huff&#8217;s portfolio is a nice example of a highly-customised WordPress site with some nifty scripting. I love the retro background images, footer design and clever sidebar navigation.</p>
<h4><a title="Marius Roosendaal" href="http://www.mariusroosendaal.com/">Marius Roosendaal</a></h4>
<p><a href="http://www.mariusroosendaal.com/"><img class="alignnone size-full wp-image-333" title="Marius Roosendaal design portfolio" src="http://test.gavinwray.com/wp-content/uploads/2008/12/marius-roosendaal.png" alt="Marius Roosendaal design portfolio" width="545" height="150" /></a></p>
<p>Beautifully-presented work in a clever one-page site design making use of a simple, intuitive navigation.</p>
<h4><a title="2Advanced Studios" href="http://www.2advanced.com/">2Advanced Studios</a></h4>
<p><a href="http://www.2advanced.com/"><img class="alignnone size-full wp-image-334" title="2Advanced Studios" src="http://test.gavinwray.com/wp-content/uploads/2008/12/2advanced.png" alt="2Advanced Studios" width="545" height="150" /></a></p>
<p>Personally, I was saturated by too many Flash-based portfolios several years ago. However, for high visual impact, Hollywood standard production, all guns blazing, jaw-dropping Flash magicianry, 2Advanced Studios still surprise me. This is web design as an experience; it&#8217;s way beyond information communication.</p>
<h3>Twitterverse and Birmingham Bloggers</h3>
<p>After a failed attempt in 2007, combined with some encouragement from a vocal group of Twitter enthusiasts at <a title="WordCamp UK" href="http://uk.wordcamp.org/">WordCampUK</a>, I started using Twitter to meet other web types based in Birmingham. It&#8217;s been a revelation.</p>
<h4><a title="Twitter" href="http://twitter.com/">Twitter</a></h4>
<p><a title="Twitter" href="http://twitter.com"><img class="alignnone size-full wp-image-345" title="Twitter" src="http://test.gavinwray.com/wp-content/uploads/2008/12/twitter.png" alt="Twitter" width="545" height="150" /></a><br />
<em>Twitter wallpaper by <a title="Twitter wallpapers" href="http://www.hongkiat.com/blog/twitter-wallpapers-the-blue-bird/">Honkiat.com</a></em></p>
<p>Twitter is a “micro-blogging” tool where individuals post a note up to 140 characters long answering the question “what are you doing?”</p>
<p>Starting out on Twitter can feel strange; it didn&#8217;t make sense for me until I “followed” a sizeable number of people (following other people means that you see their updates). Finding others to follow can be difficult but fortunately <a title="Follow Stef Lewandowski on Twitter" href="http://twitter.com/aeioux">Stef Lewandowski</a> brought everyone together in <a href="http://steflewandowski.com/2008/12/birmingham-twitter-users/">50+ Birmingham Twitter users you need to follow</a>.</p>
<p>You can follow me on Twitter <a title="Follow Gavin Wray on Twitter" href="http://twitter.com/gavinwray">@gavinwray</a>.</p>
<h4><a class="panel_wrapper" title="Paradise Circus" href="http://www.paradisecircus.com/">Paradise Circus</a></h4>
<h4><a href="http://www.paradisecircus.com/"><img class="alignnone size-full wp-image-346" title="Paradise Circus" src="http://test.gavinwray.com/wp-content/uploads/2008/12/paradise-circus.png" alt="Paradise Circus" width="545" height="150" /></a></h4>
<p>As a result of Twitter, I discovered a whole new community of people <a title="Paradise Circus" href="http://www.paradisecircus.com/">blogging about or in Birmingham</a>: commentators, artists, consultants, technologists, musicians… oh, and a few web designers too!</p>
<h3>Social media and the public sector</h3>
<p>In July 2008 I helped to launch <a title="Blog of the West Midlands Regional Observatory" href="http://wmro.wordpress.com">Observations</a>, a new blog for the <a title="West Midlands Regional Observatory" href="http://www.wmro.org">West Midlands Regional Observatory</a> where I work as the Web &amp; Data Officer. In tandem with this new project, I&#8217;ve been looking for individuals working in, and examples of, social media in a public sector context.</p>
<h4><a title="Dave Briggs, digital enabler" href="http://davepress.net/">DavePress</a></h4>
<p><a href="http://davepress.net/"><img class="alignnone size-full wp-image-347" title="Dave Briggs digital enabler" src="http://test.gavinwray.com/wp-content/uploads/2008/12/dave-briggs.png" alt="Dave Briggs digital enabler" width="545" height="150" /></a></p>
<p><a title="Dave Briggs" href="http://davepress.net/">Dave Briggs</a> works as a “digital enabler for the public sector.” His blog has been helpful in learning about the world of digital technology in communities, local government and other public sector contexts, specifically:</p>
<ul>
<li><a title="Aggregated feed of public sector bloggers" href="http://publicsectorblogs.org/">Public sector bloggers</a></li>
<li><a title="Public sector workers on Twitter" href="http://davepress.net/2008/10/28/the-ukgovweb-twitterverse/">The UKGovWeb Twitterverse</a></li>
</ul>
<h4><a title="Podnosh blog" href="http://www.podnosh.com/blog/">Podnosh</a></h4>
<p><a href="http://www.podnosh.com/blog/"><img class="alignnone size-full wp-image-349" title="Podnosh blog by Nick Booth" src="http://test.gavinwray.com/wp-content/uploads/2008/12/podnosh.png" alt="Podnosh blog by Nick Booth" width="387" height="150" /></a></p>
<p><a title="Podnosh blog by Nick Booth" href="http://www.podnosh.com/blog/">Nick Booth</a> is a “social media doer, teacher and consultant”. As well as attending a couple of Nick&#8217;s presentations introducing social media, I&#8217;ve been reading his informative blog on how social media is being used – and its potential – in community contexts in Birmingham.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinwray.com/2008/12/30/web-roundup-of-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New portfolio design and move to WordPress</title>
		<link>http://www.gavinwray.com/2008/11/20/new-portfolio-design-and-move-to-wordpress/</link>
		<comments>http://www.gavinwray.com/2008/11/20/new-portfolio-design-and-move-to-wordpress/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 21:21:43 +0000</pubDate>
		<dc:creator>Gavin Wray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.gavinwray.com/?p=227</guid>
		<description><![CDATA[Over the last few months, in between client work, I&#8217;ve been beavering away to transfer my static portfolio site over to WordPress and spruce up the visual design. At last, the new site is ready. There are some areas that I&#8217;ll tweak further over the coming weeks, such as designing the comments in a more [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months, in between client work, I&#8217;ve been beavering away to transfer my static portfolio site over to WordPress and spruce up the visual design. At last, the new site is ready.</p>
<p>There are some areas that I&#8217;ll tweak further over the coming weeks, such as <a title="Avatars in blog comment design" href="http://vandelaydesign.com/blog/blog-design/avatars-in-blog-comment-design/">designing the comments</a> in a more interesting way.</p>
<p>This is also an opportunity to start writing my own blog (well overdue, I know!), in addition to showing examples of my web and email design work. I&#8217;m planning to write about web and email design, tinkering with WordPress and other adventures in maintaining websites and web content.</p>
<p>This updated portfolio design, the fourth version, sticks with the green colour palette of version 3 yet makes heavier use of the green elements. The green and white palette is mainly taken from the British racing green Mini Cooper, with some influence drawn from the twilight woods in Guillermo del Toro&#8217;s film <a title="Official movie site" href="http://www.panslabyrinth.com/">Pan&#8217;s Labyrinth</a>.</p>
<p><a href="http://www.flickr.com/photos/skithund/2502810450/"><img class="size-medium wp-image-236" src="http://test.gavinwray.com/wp-content/uploads/2008/11/2502810450_1e6801c8e2.jpg" alt="Mini Copper in racing green" width="500" height="334" /></a></p>
<p><small>Photo of Mini Cooper courtesy of <a title="Skithund's flickr profile" href="http://www.flickr.com/people/skithund/">Toni Viemerö</a></small></p>
<p>I&#8217;ve also chosen to use a dark background to provide some contrast and shape to the blog, while keeping the bulk of the actual content on a white background.</p>
<p>The portfolio navigation in the sidebar to browse by project type or style makes use of WordPress&#8217; categories.</p>
<p>So, here it is. Time to stop the CSS tinkering — I&#8217;ve gone as far as I am prepared to in making the site compatible back to Internet Explorer 6 — and time to go live.</p>
<p>I&#8217;d really appreciate any feedback on the new look and navigation. Please do add a comment or <a title="Contact form and email" href="http://www.gavinwray.com/contact">get in touch</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinwray.com/2008/11/20/new-portfolio-design-and-move-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website design for Hillu Liebelt</title>
		<link>http://www.gavinwray.com/2007/08/27/website-design-for-hillu-liebelt/</link>
		<comments>http://www.gavinwray.com/2007/08/27/website-design-for-hillu-liebelt/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 18:02:30 +0000</pubDate>
		<dc:creator>Gavin Wray</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Hillu Liebelt]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.gavinwray.com/dev/?p=29</guid>
		<description><![CDATA[I designed and built a portfolio-style website to showcase the work of Hillu Liebelt, a textile artist based in London. The website was launched in August 2007 with the aim of raising awareness of Hillu&#8217;s work in advance of two exhibitions. Hillu&#8217;s site runs on WordPress, which I &#8216;skinned&#8217; with a custom WordPress theme. The [...]]]></description>
			<content:encoded><![CDATA[<p>I designed and built a portfolio-style website to showcase the work of Hillu Liebelt, a textile artist based in London. The website was launched in August 2007 with the aim of raising awareness of Hillu&#8217;s work in advance of two exhibitions.</p>
<p>Hillu&#8217;s site runs on <a href="http://www.wordpress.org">WordPress</a>, which I &#8216;skinned&#8217; with a custom WordPress theme. The bulk of the site content is contained within seven image galleries of Hillu&#8217;s textile work. The archive of gallery images was edited in Photoshop for levels, colour, contrast and sharpening.</p>
<p>View the live site at <a title="View Hillu Liebelt's website" href="http://www.hilluliebelt.com">www.hilluliebelt.com</a>.</p>
<h3>Home page design</h3>
<p><img class="alignnone size-full wp-image-1171" title="hillu-home-540" src="http://www.gavinwray.com/wp-content/uploads/2010/06/hillu-home-540.png" alt="Screenshot: home page of hilluliebelt.com" width="540" height="379" /></p>
<h3>Photo gallery design</h3>
<p><em><img class="alignnone size-full wp-image-1172" title="hillu-gallery-540" src="http://www.gavinwray.com/wp-content/uploads/2010/06/hillu-gallery-540.png" alt="Screenshot: photo gallery of textile sculptures by Hillu Liebelt" width="540" height="379" /></em></p>
<h3>Credits and plugs</h3>
<p>The image galleries are built on the Popup Image Gallery WordPress plugin by <a href="http://www.yellowswordfish.com/">Andy Staines</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinwray.com/2007/08/27/website-design-for-hillu-liebelt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
