<?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>thedesigner.co.za</title>
	<atom:link href="http://thedesigner.co.za/feed" rel="self" type="application/rss+xml" />
	<link>http://thedesigner.co.za</link>
	<description>Thoughts and Inspiration on design from Adriaan Fenwick</description>
	<lastBuildDate>Tue, 29 Dec 2009 09:06:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What I&#8217;ve Learnt From Building a WordPress Theme</title>
		<link>http://thedesigner.co.za/what-ive-learnt-from-building-a-wordpress-theme</link>
		<comments>http://thedesigner.co.za/what-ive-learnt-from-building-a-wordpress-theme#comments</comments>
		<pubDate>Tue, 29 Dec 2009 09:06:47 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=872</guid>
		<description><![CDATA[
As I embarked on an epic adventure of designing a new WordPress theme for thedesigner.co.za I learnt a few things that I want to share with you. This is by no means a tutorial on how to create a WordPress theme, but rather a guide on what I found useful to do when using or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/wordpress-plug.jpg" rel="shadowbox[post-872];player=img;"><img class="alignnone size-full wp-image-1100" title="wordpress-plug" src="http://thedesigner.co.za/wp-content/uploads/2009/12/wordpress-plug.jpg" alt="" width="675" height="250" /></a></p>
<p>As I embarked on <strong>an epic adventure of designing a new WordPress theme</strong> for thedesigner.co.za I learnt a few things that I want to share with you. This is by no means a tutorial on how to create a WordPress theme, but rather a guide on what I found useful to do when using or designing a new WordPress theme.</p>
<p>When I started this blog I used a minimalistic theme which I downloaded from the WordPress theme gallery and without thinking much about the consequences started blogging, adding image headers and some formatting that I rather shouldn&#8217;t have.</p>
<h3>Make your images dynamic:</h3>
<p>I only realised that this was a problem once I started testing some different themes where I discovered that my header images, which had a curve to it, suddenly didn&#8217;t fit in with the theme anymore. The same thing happened with some of the content formatting I used. So my first tip is that you should make your images more dynamic and insert them into posts as basic images and let your WordPress theme add all the interesting elements via CSS.</p>
<h3>Should I use a WordPress framework?</h3>
<p>This was probably my biggest battle I had in my head as I scoured the web to find the ultimate WordPress framework. I downloaded the recommended ones that caught my eye and did a few tutorials on getting started with them, but every time I got to almost-the-end product of my site I wasn&#8217;t satisfied as the little voice in my head kept telling me that I can do this on my own &#8211; <em>I am a fully capable web designer after all?</em>. This kept happening until I got to the fourth framework where I decided that this is not the solution for me. Now don&#8217;t think I have something against WordPress  frameworks as I have seen some amazing ones that are fully capable of kicking ass in terms of development, but as a web designer I felt empty using them for my own work.</p>
<h3>Should I use an existing WordPress theme?</h3>
<p>So after I finally trashed the frameworks I went on another hunt for an existing WordPress theme that I could tweak, mangle and disfigure to fit my needs, but that same little voice and emptiness kept lurking in the back of my head until I ultimately decided that this is not the way to go for me either &#8211; <em>I am a fully capable web designer after all?</em></p>
<p>More on WordPress frameworks at <a title="Wordpress Frameworks" href="http://codex.wordpress.org/Theme_Frameworks" target="_blank">http://codex.wordpress.org/Theme_Frameworks</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/wordpress-plug-2.jpg" rel="shadowbox[post-872];player=img;"><img class="alignnone size-full wp-image-1103" title="wordpress-plug-2" src="http://thedesigner.co.za/wp-content/uploads/2009/12/wordpress-plug-2.jpg" alt="" width="675" height="250" /></a></p>
<h3>Should I build my own WordPress theme from scratch?</h3>
<p>Absolutely, this was the right choice for me&#8230;and the little voice faded and was replace with the excitement of going on a design development binge. I managed to find a number of good articles on the web on how to build a WordPress  theme from scratch, but ended up using bits of advice from each as I couldn&#8217;t find just one that had all my unanswered questions.</p>
<h3>Where to find good articles on building WordPress themes?</h3>
<p>I was pleasantly surprised with some of the <a title="Wordpress Articles on Smashing Magazine" href="http://www.smashingmagazine.com/tag/wordpress/" target="_blank">WordPress articles</a> I found on <a title="Smashing Magazine" href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine</a> which enabled me to conjure up the WordPress magic I was looking for.</p>
<p>I was having problems with multiple sidebars in my theme, because they kept on disappearing in the widget area once all the settings were saved. After reading and implementing my multiple sidebars as described by Smashing Magazine my widgets were finally behaving. The problem was that I didn&#8217;t include ID&#8217;s for my sidebars so be sure to give your sidebars their own ID&#8217;s.</p>
<p>Reference:</p>
<ul>
<li>Point &#8216;<a title="10 Useful WordPress Coding Techniques" href="http://www.smashingmagazine.com/2009/10/20/10-useful-wordpress-hacks-for-advanced-themes/" target="_blank">6. Add Multiple Sidebars</a>&#8216; from the article &#8216;<a title="10 Useful WordPress Coding Techniques" href="http://www.smashingmagazine.com/2009/10/20/10-useful-wordpress-hacks-for-advanced-themes/" target="_blank">10 Useful WordPress Coding Techniques</a>&#8216;</li>
</ul>
<p>Next I needed to show a thumbnail next to a bit of content from my posts in the main index page and once again Smashing Magazine helped me out in this area. I combined two coding techniques by Smashing Magazine where I used TimThumb to automatically resize my thumbnail&#8217;s size and a function that looks for the first image in a post.</p>
<p>Reference:</p>
<ul>
<li>Point &#8216;<a title="10 Exceptional WordPress Hacks" href="http://www.smashingmagazine.com/2009/04/15/10-exceptional-wordpress-hacks/" target="_blank">6. Automatically Retrieve The First Image From Posts On Your Home Page</a>&#8216; from the article &#8216;<a title="10 Exceptional WordPress Hacks" href="http://www.smashingmagazine.com/2009/04/15/10-exceptional-wordpress-hacks/" target="_blank">10 Exceptional WordPress Hacks</a>&#8216;</li>
<li>Point &#8216;<a title="10 Exceptional WordPress Hacks" href="http://www.smashingmagazine.com/2009/04/15/10-exceptional-wordpress-hacks/" target="_blank">7. Resize Images On The Fly</a>&#8216; from the article &#8216;<a title="10 Exceptional WordPress Hacks" href="http://www.smashingmagazine.com/2009/04/15/10-exceptional-wordpress-hacks/" target="_blank">10 Exceptional WordPress Hacks</a>&#8216;</li>
</ul>
<h3>Reference the Default and Kubrik WordPress theme:</h3>
<p>Sometimes when I got stuck with a certain part of my WordPress theme I referenced the two stock themes that come packed with WordPress as I thought they are good examples of what I am trying to achieve. It also just helped checking to see if I had all the correct parts inside my theme.</p>
<h3><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/plug.png" rel="shadowbox[post-872];player=img;"><img class="alignright size-full wp-image-1096" style="border: medium none; margin-top: 20px;" title="plug" src="http://thedesigner.co.za/wp-content/uploads/2009/12/plug.png" alt="" width="165" height="489" /></a>What plugins worked for me?</h3>
<p>It is always difficult finding that perfect plugin between the masses which can literally be like finding a needle in a haystack. I tried and tested so many plugins that I lost count, but after about a week of trial and error between the million plugins out there I settled and can recommend the following:</p>
<ul>
<li><strong>Author Image</strong>, by Denis de Bernardy<br />
Adds authors images to your site, which individual users can configure in their profile. Your wp-content folder needs to be writable by the server.<br />
<a title="WordPress Plugin - Author Image" href="http://wordpress.org/extend/plugins/sem-author-image/" target="_blank">Visit the plugin page at WordPress.org</a></li>
<li><strong>Google Analyticator</strong>, by Ronald Heft<br />
Adds the necessary JavaScript code to enable Google&#8217;s Analytics. After enabling this plugin visit the settings page and enter your Google Analytics&#8217; UID and enable logging.<br />
<a title="WordPress Plugin - Google Analyticator" href="http://wordpress.org/extend/plugins/google-analyticator/" target="_blank">Visit the plugin page at WordPress.org</a></li>
<li><strong>Google XML Sitemaps</strong>, by Arne Brachhold<br />
This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog.<br />
<a title="WordPress Plugin - Google XML Sitemaps" href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">Visit the plugin at WordPress.org</a></li>
<li><strong>Limit Posts</strong>, by Alfonso Sánchez-Paus Díaz y Julián Simón de Castro<br />
Limits the displayed text length on the index page entries and generates a link to a page to read the full content if its bigger than the selected maximum length.<br />
<a title="WordPress Plugin - Limit Posts" href="http://labitacora.net/comunBlog/limit-post.phps" target="_blank">Visit the plugin here</a></li>
<li><strong>Shadowbox JS</strong>, by Matt Martz<br />
A javascript media viewer similar to Lightbox and Thickbox. Supports all types of media, not just images.<br />
<a title="WordPress Plugin - Shadowbox JS" href="http://wordpress.org/extend/plugins/shadowbox-js/" target="_blank">Visit the plugin at WordPress.org</a></li>
<li><strong>Twitter Widget Pro</strong>, by Aaron D. Campbell<br />
A widget that properly handles twitter feeds, including @username, #hashtag, and link parsing. It can even display profile images for the users. Requires PHP5.<br />
<a title="WordPress Plugin - Twitter Widget Pro" href="http://wordpress.org/extend/plugins/twitter-widget-pro/" target="_blank">Visit the plugin at WordPress.org</a></li>
<li><strong>WP-DB-Backup</strong>, by filosofo<br />
WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database.<br />
<a title="WordPress Plugin - WP-DB-Backup" href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">Visit the plugin at WordPress.org</a></li>
<li><strong>WP-ContactForm</strong>, by Johannes Ries, Ryan Duff<br />
WP Contact Form is a drop in form for users to contact you. It can be implemented on a page or a post.<br />
<a title="WordPress Plugin - WP-ContactForm" href="http://wordpress.org/extend/plugins/wp-contactform/" target="_blank">Visit the plugin at WordPress.org</a></li>
<li><strong>WP-PageNavi</strong>, by Lester &#8216;GaMerZ&#8217; Chan<br />
Adds a more advanced paging navigation to your WordPress blog.<br />
<a title="WordPress Plugin - WP-PageNavi" href="http://wordpress.org/extend/plugins/wp-pagenavi/" target="_blank">Visit the plugin at WordPress.org</a></li>
<li><strong>WP125</strong>, by redwall_hp<br />
Easily manage 125&#215;125 ads within your WordPress Dashboard.<a title="WordPress Plugin - WP125" href="http://wordpress.org/extend/plugins/wp125/" target="_blank"><br />
Visit the plugin at WordPress.org</a></li>
</ul>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/wordpress-plug-3.jpg" rel="shadowbox[post-872];player=img;"><img class="size-full wp-image-1106 alignright" style="margin: 0pt 0 10px 10px;" title="wordpress-plug-3" src="http://thedesigner.co.za/wp-content/uploads/2009/12/wordpress-plug-3.jpg" alt="" width="370" height="250" /></a>Now like I said, this is by no means a tutorial on how to create a WordPress theme from scratch, but hopefully this will help you out with your next WordPress project or give you a different view on how I created mine.</p>
<p>You also need to take into consideration that I am a web designer with good knowledge on xHTML, CSS and a limited &#8211; but workable &#8211; knowledge of php so I would not have accepted taking someone else&#8217;s work and tweaking it. Between <a title="Smashing Magazine" href="http://www.smashingmagazine.com/" target="_blank">Smashing Magazine</a> and the <a title="WordPress Forums" href="http://wordpress.org/support/" target="_blank">WordPress Forums</a> I was able to build up my own WordPress theme from scratch.</p>
<h3>What do you do when you start a new WordPress theme?</h3>
<p>Do you use a framework, existing theme or create one from scratch?</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 580px; width: 1px; height: 1px;">10. Auto-Resize Images Using TimThumb And WordPress Shortcodes</div>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/what-ive-learnt-from-building-a-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Rollip &#8211; Easy Online Photo Effects</title>
		<link>http://thedesigner.co.za/rollip-easy-online-photo-effects</link>
		<comments>http://thedesigner.co.za/rollip-easy-online-photo-effects#comments</comments>
		<pubDate>Mon, 28 Dec 2009 10:04:21 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=1054</guid>
		<description><![CDATA[
Rollip is a new site that allows you to create interesting filter effects with your images. What&#8217;s great about the site is that it is VERY EASY to use and they have kept it nice and simple. Rollip offers 40 image effect filters that can be applied to images that you upload to the site.
Just [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1067 alignnone" title="rollip" src="http://thedesigner.co.za/wp-content/uploads/2009/12/rollip.jpg" alt="" width="550" height="332" /></p>
<p><a title="Rollip" href="http://www.rollip.com/" target="_blank">Rollip</a> is a new site that allows you to create interesting filter effects with your images. What&#8217;s great about the site is that it is VERY EASY to use and they have kept it nice and simple. <a title="Rollip" href="http://www.rollip.com/" target="_blank">Rollip</a> offers 40 image effect filters that can be applied to images that you upload to the site.</p>
<p>Just log in and start creating photographic effects to your images. I had a lot of fun playing with some of the effects on Rollip and did I mention how addictive it is.</p>
<p>You do however need an account with credits to be able to use these filters, but I am giving away 15 free pro accounts. See below for details.</p>
<p><strong>Here are some examples of what you can do with <a title="Rollip" href="http://www.rollip.com/" target="_blank">Rollip</a></strong><strong>:</strong></p>
<p>The first image on the left is the original and the rest of the images are <a title="Rollip" href="http://www.rollip.com/" target="_blank">Rollip</a> filters&#8230;</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/italy.jpg" rel="shadowbox[post-1054];player=img;"><img class="alignnone size-medium wp-image-1066" title="italy" src="http://thedesigner.co.za/wp-content/uploads/2009/12/italy-300x201.jpg" alt="" width="300" height="201" /></a><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/italy1.jpg" rel="shadowbox[post-1054];player=img;"><img class="alignnone size-medium wp-image-1062" title="italy1" src="http://thedesigner.co.za/wp-content/uploads/2009/12/italy1-300x201.jpg" alt="" width="300" height="201" /></a><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/italy2.jpg" rel="shadowbox[post-1054];player=img;"><img class="alignnone size-medium wp-image-1063" title="italy2" src="http://thedesigner.co.za/wp-content/uploads/2009/12/italy2-300x201.jpg" alt="" width="300" height="201" /></a><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/italy4.jpg" rel="shadowbox[post-1054];player=img;"><img class="alignnone size-medium wp-image-1064" title="italy3" src="http://thedesigner.co.za/wp-content/uploads/2009/12/italy3-300x201.jpg" alt="" width="300" height="201" /><img class="alignnone size-medium wp-image-1065" title="italy4" src="http://thedesigner.co.za/wp-content/uploads/2009/12/italy4-300x201.jpg" alt="" width="300" height="201" /></a></p>
<p>The first image on the left is the original and the rest of the images are <a title="Rollip" href="http://www.rollip.com/" target="_blank">Rollip</a> filters&#8230;</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/church.jpg" rel="shadowbox[post-1054];player=img;"><img class="alignnone size-medium wp-image-1061" title="church" src="http://thedesigner.co.za/wp-content/uploads/2009/12/church-300x168.jpg" alt="" width="300" height="168" /></a><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/church2.jpg" rel="shadowbox[post-1054];player=img;"><img class="alignnone size-medium wp-image-1057" title="church1" src="http://thedesigner.co.za/wp-content/uploads/2009/12/church1-300x168.jpg" alt="" width="300" height="168" /><img class="alignnone size-medium wp-image-1058" title="church2" src="http://thedesigner.co.za/wp-content/uploads/2009/12/church2-300x168.jpg" alt="" width="300" height="168" /></a><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/church4.jpg" rel="shadowbox[post-1054];player=img;"><img class="alignnone size-medium wp-image-1059" title="church3" src="http://thedesigner.co.za/wp-content/uploads/2009/12/church3-300x168.jpg" alt="" width="300" height="168" /><img class="alignnone size-medium wp-image-1060" title="church4" src="http://thedesigner.co.za/wp-content/uploads/2009/12/church4-300x168.jpg" alt="" width="300" height="168" /></a></p>
<h3>Get a Free Rollip Account</h3>
<p>To celebrate this new site I am <strong>giving away 15 pro licences</strong> with 30 credits each, on a first come basis.</p>
<p><a title="Get a free Rollip account" href="http://www.rollip.com/pro?coupon=thedesigner" target="_blank">Click here</a> to get your free pro account now before they are all gone.</p>
<p>All I ask in return is to comment on this post and spread the word of my blog <img src='http://thedesigner.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <strong> </strong></p>
<p><strong><a title="Get a free Rollip account" href="http://www.rollip.com/pro?coupon=thedesigner" target="_blank">Get one of 15 free pro accounts now</a>.</strong></p>
<p>Website: <a title="Rollip" href="http://www.rollip.com/" target="_blank">www.rollip.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/rollip-easy-online-photo-effects/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>20 Website Designs On Photography For Inspiration</title>
		<link>http://thedesigner.co.za/20-website-designs-on-photography-for-inspiration</link>
		<comments>http://thedesigner.co.za/20-website-designs-on-photography-for-inspiration#comments</comments>
		<pubDate>Fri, 04 Dec 2009 09:31:27 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=798</guid>
		<description><![CDATA[
Photography is one of the most beautiful ways to express art, as well as design, &#8211; in a way that life gets captured in a single moment that can tell us a story. When looking at photography we become more aware of our ability to think creatively, much the same way we use our imagination [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/webdesign_photography1.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-1042" title="webdesign_photography" src="http://thedesigner.co.za/wp-content/uploads/2009/12/webdesign_photography1.jpg" alt="webdesign_photography" width="650" height="153" /></a></p>
<p>Photography is one of the most beautiful ways to express art, as well as design, &#8211; in a way that life gets captured in a single moment that can tell us a story. When looking at photography we become more aware of our ability to think creatively, much the same way we use our imagination to fill the gaps when reading a book, as we all see something different in a photograph.</p>
<p>To celebrate my interest in web, design and photography I have made a selection of good web design on photography websites. These sites feature rich textures, good use of colour and some of them have interesting layouts.</p>
<h3><a title="Arnaud COMPAGNE" href="http://arnaudcompagne.com/photography.html" target="_blank">Arnaud COMPAGNE</a> | Freelance Photographer</h3>
<p>Beautiful textured scene and graphics used very creatively.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/arnaud-compagne.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-846" title="arnaud-compagne" src="http://thedesigner.co.za/wp-content/uploads/2009/12/arnaud-compagne.jpg" alt="arnaud-compagne" width="650" height="428" /></a></p>
<h3><a title="THREE23(DOT)NET" href="http://three23.net/" target="_blank">THREE23(DOT)NET</a> | The Online Portfolio of Caleb Lummer</h3>
<p>Simplistic, Layered by use of transparency.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/three23-dot-net.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-863" title="three23-dot-net" src="http://thedesigner.co.za/wp-content/uploads/2009/12/three23-dot-net.jpg" alt="three23-dot-net" width="650" height="428" /></a></p>
<h3><a title="Annabel Williams" href="http://www.annabelwilliams.com/home/intro" target="_blank">Annabel Williams</a> | Contemporary Photography Training</h3>
<p>Vibrant and alive with colour and imagery.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/annabel-williams.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-845" title="annabel-williams" src="http://thedesigner.co.za/wp-content/uploads/2009/12/annabel-williams.jpg" alt="annabel-williams" width="650" height="428" /></a></p>
<h3><a title="World In My Lens" href="http://www.worldinmylens.com/" target="_blank">Wolrd In My Lens</a> | Travel Stock Photography by Piotr Kulczycki</h3>
<p>Full of movement and photography with layers of transparency and texture.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/wolrd-in-my-lens.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-864" title="wolrd-in-my-lens" src="http://thedesigner.co.za/wp-content/uploads/2009/12/wolrd-in-my-lens.jpg" alt="wolrd-in-my-lens" width="650" height="428" /></a></p>
<h3><a title="Richard Arran" href="http://www.richardarran.com/" target="_blank">Richard Arran</a> | Landscape Photography</h3>
<p>Vitrual scene that looks like you are standing in a gallery.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/richard-arran.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-857" title="richard-arran" src="http://thedesigner.co.za/wp-content/uploads/2009/12/richard-arran.jpg" alt="richard-arran" width="650" height="428" /></a></p>
<h3><a title="Jan Sochor" href="http://www.jansochor.com/" target="_blank">Jan Sochor</a> | Photo Essays</h3>
<p>Real basic grid, but the use of the photography turns this basic structure into a composition of sorts.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/jan-sochor.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-850" title="jan-sochor" src="http://thedesigner.co.za/wp-content/uploads/2009/12/jan-sochor.jpg" alt="jan-sochor" width="650" height="428" /></a></p>
<h3><a title="Ravengraphy" href="http://www.raven-photography.nl/" target="_blank">Ravengraphy</a> | Raven Photography</h3>
<p>This site also has a grid template, but with dark textures and gradients.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/ravengraphy.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-856" title="ravengraphy" src="http://thedesigner.co.za/wp-content/uploads/2009/12/ravengraphy.jpg" alt="ravengraphy" width="650" height="428" /></a></p>
<h3><a title="Dreamscaper" href="http://cslingphotography.com/blog/" target="_blank">Dreamscaper</a> | Online Playground of C.S.Ling</h3>
<p>Great use of dreamy colours of fantasy sets the tone for this blog.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/dreamscaper.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-848" title="dreamscaper" src="http://thedesigner.co.za/wp-content/uploads/2009/12/dreamscaper.jpg" alt="dreamscaper" width="650" height="428" /></a></p>
<h3><a title="tdimitrov.com" href="http://www.tdimitrov.com/" target="_blank">tdimitrov.com</a></h3>
<p>Built up scene with imagery from the top view.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/tdimitrov.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-862" title="tdimitrov" src="http://thedesigner.co.za/wp-content/uploads/2009/12/tdimitrov.jpg" alt="tdimitrov" width="650" height="428" /></a></p>
<h3><a title="Studio OMEN tHIRTEEN" href="http://www.omenthirteen.com/" target="_blank">Stud!o OMEN tHIRTEEN</a></h3>
<p>Filled with a colourful tone with the background.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/studio-omen-thirteen.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-861" title="studio-omen-thirteen" src="http://thedesigner.co.za/wp-content/uploads/2009/12/studio-omen-thirteen.jpg" alt="studio-omen-thirteen" width="650" height="428" /></a></p>
<h3><a title="Lara Jade" href="http://www.larajade.co.uk/" target="_blank">Lara Jade</a> | Photography</h3>
<p>Flash based website, minimilistic and powerful.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/lara-jade.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-852" title="lara-jade" src="http://thedesigner.co.za/wp-content/uploads/2009/12/lara-jade.jpg" alt="lara-jade" width="650" height="428" /></a></p>
<h3><a title="John Wright" href="http://www.johnwrightphoto.com/" target="_blank">JOHN WRIGHT</a></h3>
<p>Flash website that has full screen photography.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/john-wright.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-851" title="john-wright" src="http://thedesigner.co.za/wp-content/uploads/2009/12/john-wright.jpg" alt="john-wright" width="650" height="428" /></a></p>
<h3><a title="Marioz Tziortzis" href="http://marios.tziortzis.com/photoblog/" target="_blank">Marios Tziortzis&#8217;</a> | Photoblog</h3>
<p>Alive with great use of texture and colour.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/marios-tziortzis.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-854" title="marios-tziortzis" src="http://thedesigner.co.za/wp-content/uploads/2009/12/marios-tziortzis.jpg" alt="marios-tziortzis" width="650" height="428" /></a></p>
<h3><a title="berdber Studio" href="http://www.berdber.com/" target="_blank">berdber Studio</a> | Photography + Design</h3>
<p>Flash site with an almost underground tone to it.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/berdber-studio.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-847" title="berdber-studio" src="http://thedesigner.co.za/wp-content/uploads/2009/12/berdber-studio.jpg" alt="berdber-studio" width="650" height="428" /></a></p>
<h3><a title="Jamie Maldonado" href="http://jcm-photo.com/blog/" target="_blank">Jamie Maldonado</a> | Photography</h3>
<p>Clean Blog with vibrant shapes of movement that creates texture.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/jamie-maldonado.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-849" title="jamie-maldonado" src="http://thedesigner.co.za/wp-content/uploads/2009/12/jamie-maldonado.jpg" alt="jamie-maldonado" width="650" height="428" /></a></p>
<h3><a title="Squire Creative" href="http://www.squirecreative.com/" target="_blank">Squire Creative</a> | Photography</h3>
<p>Good layout with textures all over and interesting use of colour.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/squire-creative.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-860" title="squire-creative" src="http://thedesigner.co.za/wp-content/uploads/2009/12/squire-creative.jpg" alt="squire-creative" width="650" height="428" /></a></p>
<h3><a title="Siete de Febrero" href="http://www.sietedefebrero.com/" target="_blank">Siete de Febrero</a></h3>
<p>Interesting website layout with painted textures throughout.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/siete-de-febrero.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-859" title="siete-de-febrero" src="http://thedesigner.co.za/wp-content/uploads/2009/12/siete-de-febrero.jpg" alt="siete-de-febrero" width="650" height="428" /></a></p>
<h3><a title="Maurice Krijtenberg" href="http://www.krijtenberg.nl/" target="_blank">Maurice Krijtenberg</a> | Design &amp; Photography</h3>
<p>Effective use of a single photograph makes this an interesting site.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/maurice-krijtenberg.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-855" title="maurice-krijtenberg" src="http://thedesigner.co.za/wp-content/uploads/2009/12/maurice-krijtenberg.jpg" alt="maurice-krijtenberg" width="650" height="428" /></a></p>
<h3><a title="life in mono" href="http://www.hidalgofoto.net/" target="_blank">life in mono</a> | a photograpic journal by kalon edser</h3>
<p>What looks like an old photo album placed on a wooden background, great use of texture and colours.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/life-in-mono.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-853" title="life-in-mono" src="http://thedesigner.co.za/wp-content/uploads/2009/12/life-in-mono.jpg" alt="life-in-mono" width="650" height="428" /></a></p>
<h3><a title="Robert Dann" href="http://www.robertdannphotography.co.uk/" target="_blank">Robert Dann</a> | Photography</h3>
<p>Good design layout with the use of straight lines and textured backgrounds.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/robert-dann.jpg" rel="shadowbox[post-798];player=img;"><img class="alignnone size-full wp-image-858" title="robert-dann" src="http://thedesigner.co.za/wp-content/uploads/2009/12/robert-dann.jpg" alt="robert-dann" width="650" height="428" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/20-website-designs-on-photography-for-inspiration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design &#8211; a look at my Design Process</title>
		<link>http://thedesigner.co.za/web-design-a-look-at-my-design-process</link>
		<comments>http://thedesigner.co.za/web-design-a-look-at-my-design-process#comments</comments>
		<pubDate>Wed, 02 Dec 2009 08:43:29 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Design Process]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=746</guid>
		<description><![CDATA[
It&#8217;s always interesting to hear how designers go about creating their designs, especially when it comes to web design as there are so many variables to consider when choosing the right design and deciding on what it is that you want to communicate through the design of a website.
I thought I&#8217;d share my experience of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/design.jpg" rel="shadowbox[post-746];player=img;"><img class="alignnone size-full wp-image-1038" title="design" src="http://thedesigner.co.za/wp-content/uploads/2009/12/design.jpg" alt="design" width="650" height="153" /></a></p>
<p>It&#8217;s always interesting to hear how designers go about creating their designs, especially when it comes to web design as there are so many variables to consider when choosing the right design and deciding on what it is that you want to communicate through the design of a website.</p>
<p>I thought I&#8217;d share my experience of how I go about designing a website. The important thing to remember is that this is not a set formula and things don&#8217;t necessarily always happen in this order &#8211; I don&#8217;t think there really is a set formula on design nor should be one as <strong>design is an adaptive free flowing intuitive process</strong>. With that being said here are the important factors that help me in design (post brainstorming session).</p>
<h3><strong>Find Inspiration</strong></h3>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/lights.jpg" rel="shadowbox[post-746];player=img;"><img class="size-full wp-image-771 alignright" style="margin-left: 10px; margin-right: 10px;" title="lights" src="http://thedesigner.co.za/wp-content/uploads/2009/12/lights.jpg" alt="lights" width="200" height="190" /></a>Inspiration helps me spark those creative juices flowing in my brain and just gives me sense of knowing that I am <strong>about to embark on an adventure of creation</strong>. Inspiration also motivates me to design something of high quality which I can be proud of at the end of the trip.</p>
<p>Where I find &#8211; or what I use to find inspiration isn&#8217;t an important factor as much as the inspiration process itself. I usually find inspiration looking at something visually beautiful ranging from other websites, css galleries, photography, architecture or CG art to name a few. That is pretty much the reason why I started this blog as a space to explore inspiration as well as sharing that inspiration with other like-minded individuals.</p>
<h3><strong>Look at Competition</strong></h3>
<p>Looking at the competition of the same topic of the site which I am about to design is not about copying what they are doing, but merely a method of getting another angle on what can be done or has been done. This gives me a visual comparison to use when making decisions on what works and what doesn&#8217;t.</p>
<p>Looking at the competition is also a good way of quickly getting a sense of what the target audience is like, which is a point on its own. (below)</p>
<h3><strong>Target Audience</strong></h3>
<p>This is a very important factor I consider when diving into a design process as it influences me on my creative journey to know who I am creating this design for&#8230;not the client, but for the client&#8217;s clients. I find it very useful to put myself in the shoes of the target audience by asking myself what I want to see or do if I was a site user. This in turn goes hand in hand with the user experience.</p>
<h3><strong>Define Content</strong></h3>
<p>The content of a website plays a BIG role in what the layout is going to look like at the end of the design process and I make a point of it to get to grips with what &#8211; and where &#8211; the content should be placed throughout the website. From a top level this includes copy, imagery and navigational items and definitely steers the way in which I will represent this content through my layout process.</p>
<h3><strong>Decide on a Layout</strong></h3>
<p>Once I have defined the content I can easily start working on layouts to be used in the design of the website.</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/crumpledpaper.jpg" rel="shadowbox[post-746];player=img;"><img class="alignleft size-full wp-image-774" style="margin-left: 10px; margin-right: 10px;" title="crumpledpaper" src="http://thedesigner.co.za/wp-content/uploads/2009/12/crumpledpaper.jpg" alt="crumpledpaper" width="120" height="129" /></a>This is usually a fun exercise for me as I like to scribble on paper different ways of how the website could be segmented. These drawings are by no means anything to look at from an artistic point of view, but rather a quick glance to see what could work and what just doesn&#8217;t.</p>
<p>I like using rough sketches like these to bounce off the client, colleague or friend to see if they are on the same page as I am.</p>
<p>A crucial part of the layout process is the navigation which sets the tone for the website&#8217;s user experience and interface. I usually like to keep two or three options open of where I am going to place the navigation and look at this more in depth when going in to the user experience and interface.</p>
<h3><strong>Consider UX and UI</strong></h3>
<p>The user interface can determine the user experience on a website and I cannot emphasise enough how important user experience is as mentioned in a <a title="UX - User Experience Design" href="http://thedesigner.co.za/ux-user-experience-design" target="_self">previous post</a> of mine, I boldly adapt a quote from <a title="Adaptive Path" href="http://www.adaptivepath.com/ideas/book.php" target="_blank">Adaptive Path</a> &#8220;the experience is the product&#8221; to my own version of &#8220;<strong>the experience is the design</strong>&#8220;, because when I design a website I am in a mindset that my design is the product during the design process.</p>
<p>Putting myself into the target audience guides me through the UX and UI as this is where these two topics matter most. This is the part where I look at how the user experiences the website &#8211; how can my design help the user in experiencing the website.</p>
<h3><strong>Image Sourcing</strong></h3>
<p>I like spending a few hours looking for the perfect images that will compliment my design as well as the experience and this is another great time to get the inspiration flowing again.</p>
<h3><strong><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/marbles.jpg" rel="shadowbox[post-746];player=img;"><img class="alignright size-full wp-image-772" style="margin-left: 10px; margin-right: 10px;" title="marbles" src="http://thedesigner.co.za/wp-content/uploads/2009/12/marbles.jpg" alt="marbles" width="154" height="200" /></a>Create 3 Mockups</strong></h3>
<p>Once I have gone through all the above the real magic happens&#8230;I put on a big smile and <strong>start carving and molding the creativeness into shape</strong> using my right-hand (Photoshop), which I cannot live without. This is where the action is and this is where I am at my happiest &#8211; in the process of design creation.</p>
<h3><strong>Spell check, spell check, spell check <img src='http://thedesigner.co.za/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
</strong></h3>
<p>I cannot tell you how important this step is in my design process.</p>
<h3><strong>Input and Opinions</strong></h3>
<p>After I have completed 2 mockups, before going on to a third mockup I like to get opinions and input from others and learn what they think about my designs. The reason I like doing this before going in to a third mockup is that it can &#8211; consciously &#8211; influence my decision of design in the final mockup.</p>
<p>Remember &#8211; as a designer you have to be able to take criticism from others on your work, but you also have to stay open minded. Not everyone has the same taste; beauty is in the eye of the beholder, so look at what the people around you are saying from a distance and decide what advice is relevant to your design. I will not necessarily go change the way the design looks if someone doesn&#8217;t like the colour I am using, but if someone raises a point of usability, UX, or something relevant to that effect then by all means change is necessary.</p>
<h3><strong>Finalise Design</strong></h3>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/scribble.jpg" rel="shadowbox[post-746];player=img;"><img class="alignright size-full wp-image-773" style="margin-left: 10px; margin-right: 10px;" title="scribble" src="http://thedesigner.co.za/wp-content/uploads/2009/12/scribble.jpg" alt="scribble" width="100" height="126" /></a>So by this time I would have gone to the client a number of times (maybe three or four) to see what their input and feeling is on my designs. Once the client has given me feedback on the mockups I can finalise the final design (LOL &#8211; how many of you designers out there have named your final design? final.psd&#8230;final2.psd&#8230;finalfinal.psd&#8230;hehe)</p>
<p>The reaction is usually &#8220;Yes I like this one, but I like what you&#8217;ve done in this one and can we add this block used in the third one&#8221; &#8211; so my journey continues through the last stretch of combining elements from the different mockups to unveil the final design.</p>
<h3><strong>Design</strong></h3>
<p>After finalising the design, going back and forward with the client, I tweak and tweak the design (with more of those finalfinal2.psd, finalfinal3.psd <img src='http://thedesigner.co.za/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) until the final&#8230;final&#8230;final end result is ready&#8230;and I cannot help to admire the design I had created.</p>
<p>As a designer, I&#8217;m sure a lot of you will agree, I cannot help to get emotionally attached to my designs. This is not a bad thing as I know that even if I am emotionally attached to my design, I can just as easily scrap it and start from scratch if needed.</p>
<p>So there you have it &#8211; a glimpse into my process of how I go about designing a website.</p>
<p>Do you have an interesting way or technique to share on how you design? Please share by commenting&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/web-design-a-look-at-my-design-process/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Announcement: RSS feed has upgraded</title>
		<link>http://thedesigner.co.za/anouncement-rss-feed-has-upgraded</link>
		<comments>http://thedesigner.co.za/anouncement-rss-feed-has-upgraded#comments</comments>
		<pubDate>Tue, 01 Dec 2009 07:50:21 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[rss feed]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=743</guid>
		<description><![CDATA[This is a special announcement to all those of you who have already subscribed to thedesigner&#8217;s RSS feed.
Firstly, a BIG thank you to all of you who are tuned in. Your support is greatly appreciated.
The RSS feed has been upgraded for more flexibility and choice using feedburner. Please be so kind to updated you RSS [...]]]></description>
			<content:encoded><![CDATA[<p>This is a special announcement to all those of you who have already subscribed to thedesigner&#8217;s RSS feed.</p>
<p>Firstly, a BIG thank you to all of you who are tuned in. Your support is greatly appreciated.</p>
<p>The RSS feed has been upgraded for more flexibility and choice using feedburner. Please be so kind to updated you RSS feed by subscribing to the new RSS feed at <a title="RSS Feed" href="http://feeds.feedburner.com/thedesignercoza" target="_blank"><strong>http://feeds.feedburner.com/thedesignercoza</strong></a></p>
<p>Keep watching this channel as more exciting things are coming your way!</p>
<p>Thx!<br />
thedesigner</p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/anouncement-rss-feed-has-upgraded/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HDRcreme, an amazing HDR Photo Gallery</title>
		<link>http://thedesigner.co.za/hdrcreme-an-amazing-hdr-photo-gallery</link>
		<comments>http://thedesigner.co.za/hdrcreme-an-amazing-hdr-photo-gallery#comments</comments>
		<pubDate>Tue, 01 Dec 2009 06:31:24 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[HDR]]></category>
		<category><![CDATA[HDRcreme]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=713</guid>
		<description><![CDATA[
HDRcreme is the first website that features user uploaded HDR photos, almost like those CSS galleries, where you can comment and rate these HDR photos. You can browse the gallery, or search by tags &#8211; you can even browse by camera type. There are some truly amazing photos to be found here.
HDRcreme even features tutorials [...]]]></description>
			<content:encoded><![CDATA[<p><a title="HDRcreme" href="http://hdrcreme.com/" target="_blank"><img class="alignnone size-full wp-image-1033" title="hdrcreme" src="http://thedesigner.co.za/wp-content/uploads/2009/12/hdrcreme1.jpg" alt="hdrcreme" width="650" height="153" /></a></p>
<p><a title="HDRcreme" href="http://hdrcreme.com/" target="_blank">HDRcreme</a> is the first website that features user uploaded HDR photos, almost like those CSS galleries, where you can comment and rate these HDR photos. You can browse the gallery, or search by tags &#8211; you can even browse by camera type. There are some truly amazing photos to be found here.</p>
<p><a title="HDRcreme" href="http://hdrcreme.com/" target="_blank">HDRcreme</a> even features tutorials on how to go about creating HDR photos, covering techniques, hardware and software.</p>
<p>HDR, High Dynamic Range imaging: &#8220;&#8230;is a set of techniques that allow a greater dynamic range of luminances between the lightest and darkest areas of an image&#8230;&#8221; <em>taken from <a title="Wikipedia HDR" href="http://en.wikipedia.org/wiki/High_dynamic_range_imaging" target="_blank">Wikipedia</a></em></p>
<p>I love HDR photography as it makes the images look like surreal illustrations with a fantasy feel about them.</p>
<p><strong>Here are some 20 HDR photos featured on <a title="HDRcreme" href="http://hdrcreme.com/" target="_blank">HDRcreme</a>:</strong></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/5061-Concierto-para-Neptuno" target="_blank">Concierto para Neptuno</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Concierto-para-Neptuno.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-724" title="Concierto-para-Neptuno" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Concierto-para-Neptuno.jpg" alt="Concierto-para-Neptuno" width="650" height="577" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/4152-Abandonned" target="_blank">Abandonned</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Abandonned.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-718" title="Abandonned" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Abandonned.jpg" alt="Abandonned" width="650" height="433" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/65-new-York" target="_blank">new York</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/new-York.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-729" title="new-York" src="http://thedesigner.co.za/wp-content/uploads/2009/12/new-York.jpg" alt="new-York" width="650" height="430" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/11696-LUXOR" target="_blank">LUXOR</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/LUXOR.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-726" title="LUXOR" src="http://thedesigner.co.za/wp-content/uploads/2009/12/LUXOR.jpg" alt="LUXOR" width="650" height="430" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/2718-Luxuries-of-Modern-Living" target="_blank">Luxuries of Modern Living</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Luxuries-of-Modern-Living.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-727" title="Luxuries-of-Modern-Living" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Luxuries-of-Modern-Living.jpg" alt="Luxuries-of-Modern-Living" width="650" height="516" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/1136-Dog" target="_blank">Dog</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Dog.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-725" title="Dog" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Dog.jpg" alt="Dog" width="650" height="425" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/1128-Noble-Jake" target="_blank">Noble Jake</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Noble-Jake.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-730" title="Noble-Jake" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Noble-Jake.jpg" alt="Noble-Jake" width="650" height="433" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/5783-peggy" target="_blank">peggy</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/peggy.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-732" title="peggy" src="http://thedesigner.co.za/wp-content/uploads/2009/12/peggy.jpg" alt="peggy" width="650" height="469" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/1844-Broadway-2" target="_blank">Broadway 2</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Broadway-2.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-722" title="Broadway-2" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Broadway-2.jpg" alt="Broadway-2" width="650" height="420" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/2117-Ankor-Wat" target="_blank">Ankor Wat</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Ankor-Wat.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-719" title="Ankor-Wat" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Ankor-Wat.jpg" alt="Ankor-Wat" width="650" height="433" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/2914-Sunset-gateway" target="_blank">Sunset gateway</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Sunset-gateway.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-735" title="Sunset-gateway" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Sunset-gateway.jpg" alt="Sunset-gateway" width="650" height="488" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/1087-Old-Cars" target="_blank">Old Cars</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Old-Cars.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-731" title="Old-Cars" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Old-Cars.jpg" alt="Old-Cars" width="650" height="431" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/1093-The-Nightlife-of-Shanghai" target="_blank">The Nightlife of Shanghai</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/The-Nightlife-of-Shanghai.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-736" title="The-Nightlife-of-Shanghai" src="http://thedesigner.co.za/wp-content/uploads/2009/12/The-Nightlife-of-Shanghai.jpg" alt="The-Nightlife-of-Shanghai" width="650" height="438" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/4241-Red-House" target="_blank">Red House</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Red-House.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-733" title="Red-House" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Red-House.jpg" alt="Red-House" width="650" height="488" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/11703-Upright-Bass-Scroll" target="_blank">Upright Bass Scroll</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Upright-Bass-Scroll.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-717" title="Upright-Bass-Scroll" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Upright-Bass-Scroll.jpg" alt="Upright-Bass-Scroll" width="650" height="438" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/787-Bluebell-Railway-Steam-Engine-at-Sheffield-Park-Station" target="_blank">Bluebell Railway Steam Engine at Sheffield Park</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Bluebell.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-721" title="Bluebell" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Bluebell.jpg" alt="Bluebell" width="650" height="436" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/4253-Craving-hunger" target="_blank">Carving hunger</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Carving-hunger.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-723" title="Carving-hunger" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Carving-hunger.jpg" alt="Carving-hunger" width="650" height="436" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/2920-Bird-Key" target="_blank">Bird Key</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Bird-Key.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-720" title="Bird-Key" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Bird-Key.jpg" alt="Bird-Key" width="650" height="428" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/4039-Marie-Reine-Du-Monde" target="_blank">Marie-Reine-Du-Monde</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Marie-Reine-Du-Monde.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-728" title="Marie-Reine-Du-Monde" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Marie-Reine-Du-Monde.jpg" alt="Marie-Reine-Du-Monde" width="650" height="444" /></a></p>
<p><a title="HDRcreme photo" href="http://hdrcreme.com/photos/3999-Subaru-Impreza-Turbo" target="_blank">Subaru Impreza Turbo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/Subaru.jpg" rel="shadowbox[post-713];player=img;"><img class="alignnone size-full wp-image-734" title="Subaru" src="http://thedesigner.co.za/wp-content/uploads/2009/12/Subaru.jpg" alt="Subaru" width="650" height="433" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/hdrcreme-an-amazing-hdr-photo-gallery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textur.es &#8211; Community Driven Textures</title>
		<link>http://thedesigner.co.za/textur-es-community-driven-textures</link>
		<comments>http://thedesigner.co.za/textur-es-community-driven-textures#comments</comments>
		<pubDate>Mon, 30 Nov 2009 06:32:05 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[textures]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=699</guid>
		<description><![CDATA[If you are looking for textures to use on your next project, head over to http://textur.es/ to download some good quality textures.
Textur.es was created by Caleb from Lost and Taken and is run by a community of &#8211; and for &#8211; designers, photographers and anyone interested in textures. You can also contribute to this large [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for textures to use on your next project, head over to <a title="Textur.es" href="http://textur.es/" target="_blank">http://textur.es/</a> to download some good quality textures.</p>
<p><a title="Textur.es" href="http://textur.es/">Textur.es</a> was created by Caleb from Lost and Taken and is run by a community of &#8211; and for &#8211; designers, photographers and anyone interested in textures. You can also contribute to this large texture library by submitting your own textures. The textures are released under the <a title="Creative Commons" href="http://creativecommons.org/licenses/by/2.0/deed.en" target="_blank">Attribution 2.0 Generic CC licence</a>, unless otherwise stated, which means you can use them in your projects.</p>
<p>The navigation and gallery is very easy to use as you can either browse through the library or search for what you are looking for. You can also switch the gallery to display as a list from the default grid layout for larger previewing of the textures.</p>
<p><strong>Note: </strong>There is a bug on the site when I was using Firefox. Saving the image I had to specify or rename the extensions to jpg.</p>
<p><strong>Here are a some of the textures I found on there:</strong></p>
<p><strong><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/texture1.jpg" rel="shadowbox[post-699];player=img;"><img class="alignnone size-medium wp-image-704" title="texture1" src="http://thedesigner.co.za/wp-content/uploads/2009/11/texture1-300x199.jpg" alt="texture1" width="300" height="199" /></a> <a href="http://thedesigner.co.za/wp-content/uploads/2009/11/texture2.jpg" rel="shadowbox[post-699];player=img;"><img class="alignnone size-medium wp-image-705" title="texture2" src="http://thedesigner.co.za/wp-content/uploads/2009/11/texture2-300x199.jpg" alt="texture2" width="300" height="199" /></a></strong></p>
<p><strong><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/texture3.jpg" rel="shadowbox[post-699];player=img;"><img class="alignnone size-medium wp-image-706" title="texture3" src="http://thedesigner.co.za/wp-content/uploads/2009/11/texture3-300x199.jpg" alt="texture3" width="300" height="199" /></a> <a href="http://thedesigner.co.za/wp-content/uploads/2009/11/texture4.jpg" rel="shadowbox[post-699];player=img;"><img class="alignnone size-medium wp-image-707" title="texture4" src="http://thedesigner.co.za/wp-content/uploads/2009/11/texture4-300x199.jpg" alt="texture4" width="300" height="199" /></a></strong></p>
<p><strong><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/texture5.jpg" rel="shadowbox[post-699];player=img;"><img class="alignnone size-medium wp-image-708" title="texture5" src="http://thedesigner.co.za/wp-content/uploads/2009/11/texture5-300x199.jpg" alt="texture5" width="300" height="199" /></a> <a href="http://thedesigner.co.za/wp-content/uploads/2009/11/texture6.jpg" rel="shadowbox[post-699];player=img;"><img class="alignnone size-medium wp-image-709" title="texture6" src="http://thedesigner.co.za/wp-content/uploads/2009/11/texture6-300x199.jpg" alt="texture6" width="300" height="199" /></a><br />
</strong></p>
<p>Make sure to visit <a title="Textur.es" href="http://textur.es/" target="_blank">http://textur.es/</a> to start getting some great textures.</p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/textur-es-community-driven-textures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Sprites, What are they and a working example</title>
		<link>http://thedesigner.co.za/css-sprites-what-are-they-and-a-working-example</link>
		<comments>http://thedesigner.co.za/css-sprites-what-are-they-and-a-working-example#comments</comments>
		<pubDate>Wed, 25 Nov 2009 13:40:53 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS Sprites]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=672</guid>
		<description><![CDATA[
So what are CSS Sprites?
CSS Sprites is a technique used on websites where you add all your graphics into one single image file, almost in a grid format, where you can use these graphics through CSS by defining the graphic&#8217;s position and dimension with the background-position property. What&#8217;s great about using CSS Sprites is that [...]]]></description>
			<content:encoded><![CDATA[<h3><a href="http://thedesigner.co.za/wp-content/uploads/2009/12/css-sprites.jpg" rel="shadowbox[post-672];player=img;"><img class="alignnone size-full wp-image-1032" title="css-sprites" src="http://thedesigner.co.za/wp-content/uploads/2009/12/css-sprites.jpg" alt="css-sprites" width="650" height="153" /></a></h3>
<h3>So what are CSS Sprites?</h3>
<p>CSS Sprites is a technique used on websites where you add all your graphics into one single image file, almost in a grid format, where you can use these graphics through CSS by defining the graphic&#8217;s position and dimension with the background-position property. What&#8217;s great about using CSS Sprites is that you call the sprite image once and it&#8217;s loaded into cache, rather than having multiple HTTP requests to all your images.</p>
<p>CSS Sprites were inspired by sprites which were used in video game graphics where all the game&#8217;s graphics were placed into a single image grid file. The use of CSS Sprites became very popular for preloading images on buttons with their roll over states instead of preloading them with JavaScript. Petr Stanicek’s <a href="http://wellstyled.com/css-nopreload-rollovers.html" target="_blank">&#8220;Fast Rollovers Without Preload&#8221;</a> and Dave Shea&#8217;s <a href="http://www.alistapart.com/articles/sprites/" target="_blank">&#8220;CSS Sprites: Image Slicing&#8217;s Kiss of Death&#8221;</a> were some of the first articles to inspire this evolution in the way we use images with CSS today.</p>
<h3>How do you use CSS Sprites?</h3>
<p>All you need to use this technique is a little bit of CSS and your image sprite. In the example my button&#8217;s dimension is 207px wide by 88px high and I have equally spaced my states horizontally in my sprite so every buttons state is positioned 207px away from each other so that their borders touch. You can space yours as you like, but this just works better for me as I then know where to set the background-position in my CSS.</p>
<p><strong>This is what the CSS looks like:</strong></p>
<pre>a.CSS-Sprite {
 cursor: pointer;
 <strong>width: 207px;
 height: 88px;</strong>
 border: none;
 display: block;
 text-indent: -999999em;
 background: url(images/css_sprite.jpg) no-repeat;
 <strong>background-position: 0 0;</strong>
}

a.CSS-Sprite:hover {
 <strong>background-position: -207px 0;</strong>
}

a.CSS-Sprite:active {
 <strong>background-position: -414px 0;</strong>
}</pre>
<p>In the CSS above look at the dimensions and background-position I am setting up to use for the different button states.</p>
<p>The image below shows the sprite in full and where the button gets shown:</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/css_sprite_preview.jpg" rel="shadowbox[post-672];player=img;"><img class="alignnone size-full wp-image-686" title="css_sprite_preview" src="http://thedesigner.co.za/wp-content/uploads/2009/11/css_sprite_preview.jpg" alt="css_sprite_preview" width="621" height="88" /></a></p>
<p>The image below is the actual sprite:</p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/css_sprite.jpg" rel="shadowbox[post-672];player=img;"><img class="alignnone size-full wp-image-685" title="css_sprite" src="http://thedesigner.co.za/wp-content/uploads/2009/11/css_sprite.jpg" alt="css_sprite" width="621" height="88" /></a></p>
<p><strong>DEMO Simple button states:</strong><br />
I have made a simple example to show how you can use CSS Sprites on the three different states of a button &#8211; normal, hover and active.</p>
<p><strong><a title="View CSS Sprite Example" href="http://thedesigner.co.za/vault/CSS%20Sprites/css_sprite.html" target="_blank">View CSS Sprite Example</a></strong></p>
<p><strong>You can download the example from above here:</strong><br />
<a title="Download CSS Sprite Button Example" href="http://thedesigner.co.za/wp-content/uploads/2009/11/CSS-Sprites.zip"> </a><a title="Download CSS Sprite Button Example" href="http://thedesigner.co.za/vault/CSS%20Sprites/CSS%20Sprites.zip">Download CSS Sprite Button Example</a></p>
<h3>So why should you use CSS Sprites?</h3>
<ul>
<li>It is <strong>lightweight </strong>in size, specifically when optimising your images as gifs</li>
<li>You automatically have all your images <strong>preloaded</strong></li>
<li>You only need to <strong>update one file</strong> when making changes</li>
<li>Only <strong>one HTTP request</strong> gets sent to get your images</li>
</ul>
<h3>Be careful though when using CSS Sprites:</h3>
<ul>
<li>Background image on hover doesn&#8217;t work in Opera 6</li>
<li>When a user has background images turned off in their browser settings, the images will not appear.</li>
</ul>
<h3>The Giants that use CSS Sprites:</h3>
<ul>
<li>Google</li>
<li>YouTube</li>
<li>Yahoo</li>
<li>AOL</li>
<li>Facebook</li>
</ul>
<h3>Further reading on CSS Sprites:</h3>
<p><a title="Sliding Doors Meets CSS Sprites" href="http://www.fiftyfoureleven.com/weblog/web-development/css/doors-meet-sprites" target="_blank"><strong>Sliding Doors Meets CSS Sprites</strong></a><br />
&#8220;Combining the ideas behind Dave Shea&#8217;s CSS Sprites with Douglas Bowman&#8217;s Sliding Doors.&#8221;</p>
<p><strong><a title="SpriteMe" href="http://spriteme.org/" target="_blank">SpriteMe</a></strong><br />
An online Sprite generator installed as a bookmarklet.</p>
<ul>
<li> It finds background images</li>
<li>Groups images into sprites</li>
<li>Generates the sprites</li>
<li>Recomputes CSS background-positions</li>
<li>Injects the sprite into the current page</li>
</ul>
<p><strong><a title="CSS Sprites: How Yahoo.com and AOL.com Improve Web Performance" href="http://www.websiteoptimization.com/speed/tweak/css-sprites/" target="_blank">CSS Sprites: How Yahoo.com and AOL.com Improve Web Performance</a></strong><br />
&#8220;<span id="a000148more"><span id="more">With millions of users, Yahoo! and AOL do everything they can to improve the user experience. Both AOL.com and Yahoo.com use CSS sprites to save numerous HTTP requests for their intricate interfaces.</span></span>&#8221;</p>
<p><strong><a href="http://www.alistapart.com/articles/sprites/" target="_blank">CSS Sprites: Image Slicing&#8217;s Kiss of Death</a></strong><br />
&#8220;And now, with a bit of math and a lot of CSS, we’re going to take the basic concept and apply it to the world of web design.&#8221;</p>
<p><strong><a href="http://wellstyled.com/css-nopreload-rollovers.html" target="_blank">Fast Rollovers Without Preload</a></strong><br />
&#8220;Putting all states into one image makes dynamic changes faster and requires no preload.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/css-sprites-what-are-they-and-a-working-example/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>30 Hauntingly Beautiful Architectural Photographs to leave you breathless</title>
		<link>http://thedesigner.co.za/30-hauntingly-beautiful-architectural-photographs-to-leave-you-breathless</link>
		<comments>http://thedesigner.co.za/30-hauntingly-beautiful-architectural-photographs-to-leave-you-breathless#comments</comments>
		<pubDate>Tue, 24 Nov 2009 07:48:20 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[architecture]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=611</guid>
		<description><![CDATA[Photography and Architecture are both great ways of finding inspiration and what better way than combining the two. These photographers have captured my imagination with their hauntingly beautiful captures of these architectural surroundings.
Photography lets us look at something through someone else&#8217;s eyes, where you might pass something by without noticing it, you can&#8217;t help looking [...]]]></description>
			<content:encoded><![CDATA[<p>Photography and Architecture are both great ways of finding inspiration and what better way than combining the two. These photographers have captured my imagination with their hauntingly beautiful captures of these architectural surroundings.</p>
<p>Photography lets us look at something through someone else&#8217;s eyes, where you might pass something by without noticing it, you can&#8217;t help looking at these masterpieces when seen through the world of photographers.</p>
<p>It is clear to me that my favourite photographer, when it comes to architecture, has to be Sven Fennema who&#8217;s photo&#8217;s I have featured first. You can also go to his <a title="Sven Fennema" href="http://www.boundlessmind.net/index.php?area=galleries&amp;sub=all&amp;starter=0" target="_blank">website gallery</a> where you can find more of these magnificient photographs.</p>
<p>All these photos were taken off of <a title="1x.com" href="http://1x.com" target="_blank">http://1x.com</a> and are subject to the owners copyright. You can click on the photographers linked name to go to their profile and gallery on <a title="1x.com" href="http://1x.com/" target="_blank">http://1x.com</a></p>
<h3><a title="Sven Fennema" href="http://1x.com/member/9290/sven-fennema/" target="_blank">Sven Fennema</a></h3>
<p>the old winery © <strong>Sven Fennema</strong><br />
<a title="Sven Fennema photo" href="http://1x.com/photo/26937/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/TheOldWinery_SvenFennema.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-620" title="TheOldWinery_SvenFennema" src="http://thedesigner.co.za/wp-content/uploads/2009/11/TheOldWinery_SvenFennema.jpg" alt="TheOldWinery_SvenFennema" width="650" height="433" /></a></p>
<p>urban palace © <strong>Sven Fennema</strong><br />
<a title="Sven Fennema photo" href="http://1x.com/photos/architecture/29044/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/UrbanPalace_SvenFennema.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-621" title="UrbanPalace_SvenFennema" src="http://thedesigner.co.za/wp-content/uploads/2009/11/UrbanPalace_SvenFennema.jpg" alt="UrbanPalace_SvenFennema" width="650" height="433" /></a></p>
<p>sleeping halls © <strong>Sven Fennema</strong><br />
<a title="Sven Fennema photo" href="http://1x.com/photos/architecture/28899/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/SleepingHalls_SvenFennema.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-616" title="SleepingHalls_SvenFennema" src="http://thedesigner.co.za/wp-content/uploads/2009/11/SleepingHalls_SvenFennema.jpg" alt="SleepingHalls_SvenFennema" width="650" height="433" /></a></p>
<p>the forgotten staircase © <strong>Sven Fennema</strong><br />
<a title="Sven Fennema photo" href="http://1x.com/photos/architecture/27088/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/TheForgottenStaircase_SvenFennema.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-618" title="TheForgottenStaircase_SvenFennema" src="http://thedesigner.co.za/wp-content/uploads/2009/11/TheForgottenStaircase_SvenFennema.jpg" alt="TheForgottenStaircase_SvenFennema" width="650" height="433" /></a></p>
<p>the last drops are dried © <strong>Sven Fennema</strong><br />
<a title="Sven Fennema photo" href="http://1x.com/photos/member/9290/27127/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/TheLastDropsAreDried_SvenFennema.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-619" title="TheLastDropsAreDried_SvenFennema" src="http://thedesigner.co.za/wp-content/uploads/2009/11/TheLastDropsAreDried_SvenFennema.jpg" alt="TheLastDropsAreDried_SvenFennema" width="650" height="433" /></a></p>
<p>leave this life © <strong>Sven Fennema</strong><br />
<a title="Sven Fennema photo" href="http://1x.com/photos/member/9290/26167/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/LeaveThisLife_SvenFennema.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-623" title="LeaveThisLife_SvenFennema" src="http://thedesigner.co.za/wp-content/uploads/2009/11/LeaveThisLife_SvenFennema.jpg" alt="LeaveThisLife_SvenFennema" width="650" height="433" /></a></p>
<p>silentium © <strong>Sven Fennema</strong><br />
<a title="Sven Fennema photo" href="http://1x.com/photos/member/9290/23333/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Silentium_SvenFennema.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-615" title="Silentium_SvenFennema" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Silentium_SvenFennema.jpg" alt="Silentium_SvenFennema" width="650" height="433" /></a></p>
<h3><a title="Melanie Liebig" href="http://1x.com/member/6346/melanie-liebig/" target="_blank">Melanie Liebig</a></h3>
<p>Son Morroig © <strong>Melanie Liebig</strong><br />
<a title="Melanie Liebig photo" href="http://1x.com/photos/architecture/14494/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/SonMorroig_MelanieLiebig.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-617" title="SonMorroig_MelanieLiebig" src="http://thedesigner.co.za/wp-content/uploads/2009/11/SonMorroig_MelanieLiebig.jpg" alt="SonMorroig_MelanieLiebig" width="650" height="437" /></a></p>
<h3><a title="shigehiro" href="http://1x.com/member/22719/shigehiro/" target="_blank">shigehiro</a></h3>
<p>Villa Moderna © <strong>shigehiro</strong><br />
<a title="shigehiro photo" href="http://1x.com/photos/architecture/29392/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/VillaModerna_shigehiro.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-622" title="VillaModerna_shigehiro" src="http://thedesigner.co.za/wp-content/uploads/2009/11/VillaModerna_shigehiro.jpg" alt="VillaModerna_shigehiro" width="650" height="650" /></a></p>
<h3><a title="maurizio blasetti" href="http://1x.com/member/17016/maurizio-blasetti/" target="_blank">maurizio blasetti</a></h3>
<p>Portoguese heritage in Marocco © <strong>maurizio blasetti</strong><br />
<a title="maurizio blasetti photo" href="http://1x.com/photos/architecture/28999/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/PortogueseHeritageInMarocco_MaurizioBlasetti.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-614" title="PortogueseHeritageInMarocco_MaurizioBlasetti" src="http://thedesigner.co.za/wp-content/uploads/2009/11/PortogueseHeritageInMarocco_MaurizioBlasetti.jpg" alt="PortogueseHeritageInMarocco_MaurizioBlasetti" width="650" height="435" /></a></p>
<h3><a title="xavi cardell" href="http://1x.com/member/21820/xavi-cardell/" target="_blank">xavi cardell</a></h3>
<p>solar panel © <strong>xavi cardell</strong><br />
<a title="xavi cardell photo" href="http://1x.com/photos/architecture/28687/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/SolarPanel_XaviCardell.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-643" title="SolarPanel_XaviCardell" src="http://thedesigner.co.za/wp-content/uploads/2009/11/SolarPanel_XaviCardell.jpg" alt="SolarPanel_XaviCardell" width="650" height="432" /></a></p>
<h3><a title="Rosalinde Philippin-Lipscomb" href="http://1x.com/member/6442/rosalinde-philippinlipscomb/" target="_blank">Rosalinde Philippin-Lipscomb</a></h3>
<p>s t u t t g a r t © <strong>Rosalinde Philippin-Lipscomb</strong><br />
<a title="Rosalinde Philippin-Lipscomb photo" href="http://1x.com/photos/architecture/28596/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Stuttgart_RosalindePhilippin-Lipscomb.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-644" title="Stuttgart_RosalindePhilippin-Lipscomb" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Stuttgart_RosalindePhilippin-Lipscomb.jpg" alt="Stuttgart_RosalindePhilippin-Lipscomb" width="650" height="433" /></a></p>
<h3><a title="ris" href="http://1x.com/member/30699/ris/" target="_blank">ris</a></h3>
<p>upwards © <strong>ris</strong><br />
<a title="ris photo" href="http://1x.com/photos/architecture/28416/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Upwards_Ris.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-638" title="Upwards_Ris" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Upwards_Ris.jpg" alt="Upwards_Ris" width="650" height="431" /></a></p>
<h3><a title="Thomas Marquez" href="http://1x.com/member/20926/thomas-marquez/" target="_blank">Thomas Marquez</a></h3>
<p>Welcome in Gattaca © <strong>Thomas Marquez</strong><br />
<a title="Thomas Marquez photo" href="http://1x.com/photos/architecture/27808/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/WelcomeInGattaca_ThomasMarquez.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-639" title="WelcomeInGattaca_ThomasMarquez" src="http://thedesigner.co.za/wp-content/uploads/2009/11/WelcomeInGattaca_ThomasMarquez.jpg" alt="WelcomeInGattaca_ThomasMarquez" width="650" height="433" /></a></p>
<h3><a title="Ria de Heij" href="http://1x.com/member/12659/ria-de-heij/" target="_blank">Ria de Heij</a></h3>
<p>Leafs © <strong>Ria de Heij</strong><br />
<a title="Ria de Heij photo" href="http://1x.com/photos/architecture/27778/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Leafs_RiaDeHeij.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-640" title="Leafs_RiaDeHeij" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Leafs_RiaDeHeij.jpg" alt="Leafs_RiaDeHeij" width="650" height="435" /></a></p>
<h3><a title="dougi" href="http://1x.com/member/16390/dougi/" target="_blank">dougi</a></h3>
<p>Tower to Light © <strong>dougi</strong><br />
<a title="dougi photo" href="http://1x.com/photos/architecture/27498/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/TowerToLight_Dougi.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-646" title="TowerToLight_Dougi" src="http://thedesigner.co.za/wp-content/uploads/2009/11/TowerToLight_Dougi.jpg" alt="TowerToLight_Dougi" width="650" height="430" /></a></p>
<p>Telstra #2 © <strong>dougi</strong><br />
<a title="dougi photo" href="http://1x.com/photos/architecture/27471/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Telstra2_Dougi.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-645" title="Telstra2_Dougi" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Telstra2_Dougi.jpg" alt="Telstra2_Dougi" width="650" height="432" /></a></p>
<h3><a title="Mandy Schoch" href="http://1x.com/member/28665/mandy-schoch/" target="_blank">Mandy Schoch</a></h3>
<p>Raincatcher © <strong>Mandy Schoch</strong><br />
<a title="Mandy Schoch photo" href="http://1x.com/photos/architecture/27400/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Raincatcher_MandySchoch.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-641" title="Raincatcher_MandySchoch" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Raincatcher_MandySchoch.jpg" alt="Raincatcher_MandySchoch" width="650" height="433" /></a></p>
<h3><a title="Claudia Leverentz" href="http://1x.com/member/20828/claudia-leverentz/" target="_blank">Claudia Leverentz</a></h3>
<p>&#8230; rays of light &#8230; © <strong>Claudia Leverentz</strong><br />
<a title="Claudia Leverentz photo" href="http://1x.com/photos/architecture/27054/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/RaysOfLight_ClaudiaLeverentz.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-642" title="RaysOfLight_ClaudiaLeverentz" src="http://thedesigner.co.za/wp-content/uploads/2009/11/RaysOfLight_ClaudiaLeverentz.jpg" alt="RaysOfLight_ClaudiaLeverentz" width="650" height="867" /></a></p>
<h3><a title="Andrew Thatcher" href="http://1x.com/member/1797/andrew-thatcher/" target="_blank">Andrew Thatcher</a></h3>
<p>Underneath © <strong>Andrew Thatcher</strong><br />
<a title="Andrew Thatcher photo" href="http://1x.com/photos/architecture/26392/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Underneath_AndrewThatcher.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-637" title="Underneath_AndrewThatcher" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Underneath_AndrewThatcher.jpg" alt="Underneath_AndrewThatcher" width="650" height="435" /></a></p>
<h3><a title="Jose Luis Mieza" href="http://1x.com/member/8069/joseacute-luis-mieza/" target="_blank">José Luis Mieza</a></h3>
<p>Monastery of Santes Creus © <strong>José Luis Mieza</strong><br />
<a title="Jose Luis Mieza photo" href="http://1x.com/photos/architecture/26241/" target="_blank">Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/MonasteryOfSantesCreus_JoseLuisMieza.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-659" title="MonasteryOfSantesCreus_JoseLuisMieza" src="http://thedesigner.co.za/wp-content/uploads/2009/11/MonasteryOfSantesCreus_JoseLuisMieza.jpg" alt="MonasteryOfSantesCreus_JoseLuisMieza" width="650" height="432" /></a></p>
<h3><a title="Calle Hoglund" href="http://1x.com/member/1217/calle-houmlglund/" target="_blank">Calle Höglund</a></h3>
<p>Escalator © <strong>Calle Höglund</strong><br />
<a title="Calle Hoglund photo" href="http://1x.com/photos/architecture/26055/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Escalator_CalleHoglund.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-657" title="Escalator_CalleHoglund" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Escalator_CalleHoglund.jpg" alt="Escalator_CalleHoglund" width="650" height="407" /></a></p>
<h3><a title="robbin reumer" href="http://1x.com/member/14949/robbin-reumer/" target="_blank">robbin reumer</a></h3>
<p>SANTA MARIA SOPRA MINERVA © <strong>robbin reumer</strong><br />
<a title="robbin reumer photo" href="http://1x.com/photos/architecture/25342/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/SantaMariaSopraMinerva_RobbinReumer.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-654" title="SantaMariaSopraMinerva_RobbinReumer" src="http://thedesigner.co.za/wp-content/uploads/2009/11/SantaMariaSopraMinerva_RobbinReumer.jpg" alt="SantaMariaSopraMinerva_RobbinReumer" width="650" height="404" /></a></p>
<h3><a title="Jeannette Oerlemans" href="http://1x.com/member/12605/jeannette-oerlemans/" target="_blank">Jeannette Oerlemans</a></h3>
<p>No Title © <strong>Jeannette Oerlemans</strong><br />
<a title="Jeannette Oerlemans photo" href="http://1x.com/photos/architecture/25265/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Untitled_JeannetteOerlemans.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-655" title="Untitled_JeannetteOerlemans" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Untitled_JeannetteOerlemans.jpg" alt="Untitled_JeannetteOerlemans" width="650" height="440" /></a></p>
<h3><a title="adam dobrovits" href="http://1x.com/member/21925/adam-dobrovits/" target="_blank">adam dobrovits</a></h3>
<p>ghost palace © <strong>adam dobrovits</strong><br />
<a title="adam dobrovits photo" href="http://1x.com/photos/architecture/24910/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/GhostPalace_AdamDobrovits.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-658" title="GhostPalace_AdamDobrovits" src="http://thedesigner.co.za/wp-content/uploads/2009/11/GhostPalace_AdamDobrovits.jpg" alt="GhostPalace_AdamDobrovits" width="650" height="433" /></a></p>
<h3><a title="Mindcage" href="http://1x.com/member/7845/mindcage/" target="_blank">Mindcage</a></h3>
<p>Reflecting in Shadows © <strong>Mindcage</strong><br />
<a title="Mindcage photo" href="http://1x.com/photos/architecture/24568/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/ReflectingInShadows_Mindcage.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-653" title="ReflectingInShadows_Mindcage" src="http://thedesigner.co.za/wp-content/uploads/2009/11/ReflectingInShadows_Mindcage.jpg" alt="ReflectingInShadows_Mindcage" width="650" height="434" /></a></p>
<p>::: Out.Of.Nothing ::: © <strong>Mindcage</strong><br />
<a title="Mindcage photo" href="http://1x.com/photos/architecture/24185/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/OutOfNothing_Mindcage1.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-652" title="OutOfNothing_Mindcage" src="http://thedesigner.co.za/wp-content/uploads/2009/11/OutOfNothing_Mindcage1.jpg" alt="OutOfNothing_Mindcage" width="650" height="434" /></a></p>
<p>~ Decay ~ © <strong>Mindcage</strong><br />
<a title="Mindcage photo" href="http://1x.com/photos/architecture/23753/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/Decay_Mindcage.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-656" title="Decay_Mindcage" src="http://thedesigner.co.za/wp-content/uploads/2009/11/Decay_Mindcage.jpg" alt="Decay_Mindcage" width="650" height="434" /></a></p>
<h3><a title="Malcolm X" href="http://1x.com/member/14835/malcolm-x/" target="_blank">Malcolm X</a></h3>
<p>OpenDoorPolicy © <strong>Malcolm X</strong><br />
<a title="Malcolm X photo" href="http://1x.com/photos/architecture/22102/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/OpenDoorPolicy_MalcolmX.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-651" title="OpenDoorPolicy_MalcolmX" src="http://thedesigner.co.za/wp-content/uploads/2009/11/OpenDoorPolicy_MalcolmX.jpg" alt="OpenDoorPolicy_MalcolmX" width="650" height="426" /></a></p>
<h3><a title="Franco Farina" href="http://1x.com/member/6294/franco-farina/" target="_blank">Franco Farina</a></h3>
<p>Mystic Pomp © <strong>Franco Farina</strong><br />
<a title="Franco Farina photo" href="http://1x.com/photos/architecture/20898/" target="_blank"> Link to photo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/MysticPomp_FrancoFarina.jpg" rel="shadowbox[post-611];player=img;"><img class="alignnone size-full wp-image-650" title="MysticPomp_FrancoFarina" src="http://thedesigner.co.za/wp-content/uploads/2009/11/MysticPomp_FrancoFarina.jpg" alt="MysticPomp_FrancoFarina" width="650" height="435" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/30-hauntingly-beautiful-architectural-photographs-to-leave-you-breathless/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Illustrative Website Inspirations with a dark tone</title>
		<link>http://thedesigner.co.za/10-illustrative-website-inspirations-with-a-dark-tone</link>
		<comments>http://thedesigner.co.za/10-illustrative-website-inspirations-with-a-dark-tone#comments</comments>
		<pubDate>Mon, 23 Nov 2009 08:12:33 +0000</pubDate>
		<dc:creator>Adriaan</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://thedesigner.co.za/?p=590</guid>
		<description><![CDATA[Illustration is a skill that requires a lot of creativity and discipline. I&#8217;m always inspired when I see the art work that some illustrators come up with which gives us a glimpse into their minds. I especially appreciate illustration that almost has a dark tone &#8211; bizarre side &#8211; to it as it really shows [...]]]></description>
			<content:encoded><![CDATA[<p>Illustration is a skill that requires a lot of creativity and discipline. I&#8217;m always inspired when I see the art work that some illustrators come up with which gives us a glimpse into their minds. I especially appreciate illustration that almost has a dark tone &#8211; bizarre side &#8211; to it as it really shows what creativity can become.</p>
<p>What better way to enjoy seeing illustration when it&#8217;s used on websites. Here is a selection of 10 illustration designed websites, with a dark and bizarre tone, that inspires me.</p>
<p><a title="SketchBlog" href="http://www.rob-sheridan.com/sketchblog/" target="_blank">SketchBlog</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/sketchblog.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-605" title="sketchblog" src="http://thedesigner.co.za/wp-content/uploads/2009/11/sketchblog.jpg" alt="sketchblog" width="650" height="428" /></a></p>
<p><a title="Mauricio Guimareas" href="http://www.mauriciostudio.com/" target="_blank">Mauricio Guimareas</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/mauricioguimareas.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-601" title="mauricioguimareas" src="http://thedesigner.co.za/wp-content/uploads/2009/11/mauricioguimareas.jpg" alt="mauricioguimareas" width="650" height="428" /></a></p>
<p><a title="93URBAN" href="http://www.93urban.com/?lan=en" target="_blank">93URBAN</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/93urban.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-597" title="93urban" src="http://thedesigner.co.za/wp-content/uploads/2009/11/93urban.jpg" alt="93urban" width="650" height="428" /></a></p>
<p><a title="krolikov" href="http://www.krolikov.net/main_en.php" target="_blank">krolikov</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/krolikov.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-599" title="krolikov" src="http://thedesigner.co.za/wp-content/uploads/2009/11/krolikov.jpg" alt="krolikov" width="650" height="428" /></a></p>
<p><a title="Patrcik Bizier" href="http://www.patrickbizier.com/illustrateur-quebec.html" target="_blank">Patrick Bizier</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/patrickbizier.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-604" title="patrickbizier" src="http://thedesigner.co.za/wp-content/uploads/2009/11/patrickbizier.jpg" alt="patrickbizier" width="650" height="428" /></a></p>
<p><a title="Miki Mottes" href="http://www.mikimottes.com/" target="_blank">Miki Mottes</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/mikimottes.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-602" title="mikimottes" src="http://thedesigner.co.za/wp-content/uploads/2009/11/mikimottes.jpg" alt="mikimottes" width="650" height="428" /></a></p>
<p><a title="Wotto" href="http://wotto.co.uk/" target="_blank">Wotto</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/wotto.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-596" title="wotto" src="http://thedesigner.co.za/wp-content/uploads/2009/11/wotto.jpg" alt="wotto" width="650" height="428" /></a></p>
<p><a title="pampaneo" href="http://www.pampaneo.es/" target="_blank">pampaneo</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/pampaneo.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-603" title="pampaneo" src="http://thedesigner.co.za/wp-content/uploads/2009/11/pampaneo.jpg" alt="pampaneo" width="650" height="428" /></a></p>
<p><a title="love the septapus" href="http://www.leihu.com/" target="_blank">James A Mathias</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/mathias.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-600" title="mathias" src="http://thedesigner.co.za/wp-content/uploads/2009/11/mathias.jpg" alt="mathias" width="650" height="428" /></a></p>
<p><a title="DUIRWAIGH Studios" href="http://www.duirwaigh.com/" target="_blank">DUIRWAIGH Studios</a></p>
<p><a href="http://thedesigner.co.za/wp-content/uploads/2009/11/duirwaigh.jpg" rel="shadowbox[post-590];player=img;"><img class="alignnone size-full wp-image-598" title="duirwaigh" src="http://thedesigner.co.za/wp-content/uploads/2009/11/duirwaigh.jpg" alt="duirwaigh" width="650" height="428" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://thedesigner.co.za/10-illustrative-website-inspirations-with-a-dark-tone/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
