<?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>RAAK &#124; Digital &#38; Social Media Agency London &#187; design</title>
	<atom:link href="http://wewillraakyou.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://wewillraakyou.com</link>
	<description>Putting you in touch with your crowds</description>
	<lastBuildDate>Tue, 22 May 2012 20:01:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>jQuery Mobile and the Fall of the Native App</title>
		<link>http://wewillraakyou.com/2011/04/jquery-mobile-fall-of-native-app/</link>
		<comments>http://wewillraakyou.com/2011/04/jquery-mobile-fall-of-native-app/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 09:10:50 +0000</pubDate>
		<dc:creator>Adriaan Pelzer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[devices]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile content]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.wewillraakyou.com/?p=4202</guid>
		<description><![CDATA[Ever since Apple's <em>hugely unpopular</em> announcement that they're going to claim 30 percent of all developers' in-app revenue, <em>alternative platform</em> talk has been more rife than ever before. jQuery Mobile might just provide the right means to and end for such a platform.]]></description>
			<content:encoded><![CDATA[<p>Ever since Apple&#8217;s <em>hugely unpopular</em> announcement that they&#8217;re going to <a href="http://www.themusicnetwork.com/music-features/industry/2011/03/08/apple-apps-biting-off-more-than-it-should-chew/">claim 30 percent</a> of all developers&#8217; in-app revenue, <em>alternative platform</em> talk has been more rife than ever before.</p>
<p>It certainly looks like Apple has cooked the goose that lays the golden eggs for dinner.</p>
<p><img class="alignnone size-full wp-image-4208" title="jQuery Mobile" src="http://www.wewillraakyou.com/wp-content/uploads/2011/03/jquery_mobile.jpg" alt="jQuery Mobile" width="360" height="232" /></p>
<p>So, what is this <em>alternative platform</em>, exactly?</p>
<p>I mean, you don&#8217;t want users to have to <a href="http://en.wikipedia.org/wiki/IOS_jailbreaking">jailbreak</a> their iDevices to be able to install the <a href="http://woos.at">next big serendipity app</a>, right?</p>
<p><em>Let&#8217;s take one step back.</em></p>
<p>In the blue corner, we have native frameworks and languages. These are vastly different from platform to platform &#8211; in other words, once you&#8217;ve finished coding an iPhone application, you still have to code a version for Android from scratch, as well as a version for Blackberry, a version for Windows Mobile, and every single update you release, has to be ported to all these platforms.</p>
<p>In the red corner, we have good old HTML5, CSS3 and Javascript. It works the same in all browsers on all devices, with minimal styling adjustments between different platforms. In other words, a mobile web app is easier to build than a traditional desktop website.</p>
<p><em>This is mainly due to the fact that, on mobile, there is no equivalent to Internet Explorer version 6, 7 and 8. Hallelujah!.</em></p>
<p>The main trade-off here is <em>native app styling</em>, which is quite design-heavy, and has had a lot of thought and development put into it.</p>
<p>And here <a href="http://jquerymobile.com/">jQuery Mobile</a> provides us with a true Silver Bullet.</p>
<h2 class="subTitle">The jQuery legacy</h2>
<p><a href="http://jquery.com/">jQuery</a>, self-branded as the <em>write less, do more javascript library</em>, has all but re-invented Javascript in the past six years. <a href="http://ejohn.org/blog/selectors-in-javascript/">Based on</a>, and improving on a discontinued library called <a href="http://bennolan.com/behaviour/">Behaviour</a>, jQuery treats Javascript development as a bag of functions tied to HTML elements. This results in a much more organic development paradigm for the web.</p>
<p>This all sounds pretty technical, but all you need to know is, once you&#8217;re used to jQuery, it makes previously complicated things very simple. <strong>In a very big way.</strong></p>
<h2 class="subTitle">jQuery goes mobile</h2>
<p>In August 2010, jQuery <a href="http://blog.jquery.com/2010/08/13/the-jquery-project-is-proud-to-announce-the-jquery-mobile-project/">announced</a> an alpha version of their new library, jQuery Mobile.</p>
<p>Everything jQuery does for the desktop also applies to mobile, so what does jQuery mobile add to the mix?</p>
<p><em>Styling and behaviour.</em> With some Javascript and CSS magic, jQuery Mobile turns this:<br />
<img class="alignnone size-full wp-image-4205" style="border: 1px solid black;" title="Woos.at unstyled" src="http://www.wewillraakyou.com/wp-content/uploads/2011/03/woosat_unstyled.jpg" alt="Woos.at unstyled" width="360" height="384" /></p>
<p>into this:<br />
<img class="alignnone size-full wp-image-4206" style="border: 1px solid black;" title="Woos.at with jQuery Mobile" src="http://www.wewillraakyou.com/wp-content/uploads/2011/03/woosat_jquery_mobile.jpg" alt="Woos.at with jQuery Mobile" width="360" height="335" /></p>
<p>without any work on the developer&#8217;s part.</p>
<p>Pretty nifty eh?</p>
<h2 class="subTitle">In the Interim &#8230;</h2>
<p>While the app store is still alive and well, HTML5, CSS3 and jQuery Mobile can be used in conjunction with platforms like <a href="http://www.phonegap.com/">Phonegap</a> or <a href="http://www.appcelerator.com/">Appcelerator Titanium</a> to actually compile HTML5/jQuery apps down to native apps on most of the main mobile platforms.</p>
<p>Hopefully, before too long, one of these will happen:</p>
<ul>
<li>Someone will start an alternative, hugely adopted HTML5 app store (quite likely)</li>
<li>Apple will come to their senses and try and save the app store by including HTML5 apps (less likely)</li>
<li>The entire app store paradigm will die, and people will install apps from a variety of third party providers (not very likely at all)</li>
</ul>
<p>So &#8230; while we keep on building HTML5 apps and mincing them into apps through Phonegap, won&#8217;t someone please go ahead and start up an HTML5 app store, please? (and make it hugely popular, of course &#8230; )</p>
]]></content:encoded>
			<wfw:commentRss>http://wewillraakyou.com/2011/04/jquery-mobile-fall-of-native-app/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The perpetually changing crowdsourced RAAK logo</title>
		<link>http://wewillraakyou.com/2010/11/the-perpetually-changing-crowdsourced-raak-logo/</link>
		<comments>http://wewillraakyou.com/2010/11/the-perpetually-changing-crowdsourced-raak-logo/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 11:00:26 +0000</pubDate>
		<dc:creator>Gerrie Smits</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Must Read]]></category>
		<category><![CDATA[bbh labs]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[logo project]]></category>
		<category><![CDATA[phil seddon]]></category>

		<guid isPermaLink="false">http://www.wewillraakyou.com/?p=3051</guid>
		<description><![CDATA[Because Social Media and crowdsourcing have altered the concepts of brands and creativity, we have launched our very own branding project: the crowdsourced ever-changing RAAK logo.]]></description>
			<content:encoded><![CDATA[<p>Social Media has undermined the idea that <a href="http://www.wewillraakyou.com/2010/10/gap-and-the-trouble-with-logos/">businesses are always in control</a> of their branding. Crowdsourcing has altered the idea of what creativity is. So as a company that operates in and explores those spaces, we wanted to &#8211; actually, need to &#8211; practice what we preach.</p>
<p><a href="http://www.wewillraakyou.com/wp-content/uploads/2010/11/raak-logo-submit.png"><img class="alignnone size-full wp-image-3317" title="raak-logo-submit" src="http://www.wewillraakyou.com/wp-content/uploads/2010/11/raak-logo-submit.png" alt="" width="360" height="232" /></a></p>
<p>It was <a href="http://bbh-labs.com/crowdsourcing-our-logo-the-crowd-has-spoken">BBH Labs&#8217; logo project</a> back in April 2009, where they got 1,700 logo submissions and chose one, that got us fired up about including the public in the creative process. Since then we&#8217;ve learnt a thing or two from using the <a href="http://www.wewillraakyou.com/2009/12/the-practice-of-crowdsourcing-a-brand-identity-what-we-learnt-from-using-crowdspring/">crowdSpring platform</a> and did our very own <a href="http://www.wewillraakyou.com/2009/07/the-story-behind-our-crowd-sourced-raak-logo/">logo experiment</a>, where we got ordinary people to design us an R, an A or a K without them knowing what it was for  (using Amazon&#8217;s Mechanical Turk platform).</p>
<p>Now we&#8217;re taking it a step further: a never-ending <a href="http://www.wewillraakyou.com/logo-project/">RAAK logo project</a> that integrates individual letter submissions into a perpetually changing logo made by (hopefully)  hundreds of people.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="360" height="227" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/jEojV_gq9fQ?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="360" height="227" src="http://www.youtube.com/v/jEojV_gq9fQ?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<em>A company for everybody &#8211; A funny take on corporate logo design</em></p>
<p>We were inspired by designer Phil Seddon&#8217;s enthusiastic feedback on our initial branding experiment. So this time, we are setting restrictions as to what people can do. After many discussions about grid patterns and freestyle, Phil has created a framework for design that we think will integrate submissions in our new website look and feel.</p>
<p>Still, if an identity is about making a fancy logo, then we&#8217;ll probably fail. But if branding is about</p>
<ul>
<li>1. making you stand out</li>
<li>2. making people remember you</li>
<li>3. communicating the core values of the business</li>
</ul>
<p>then we&#8217;re doing quite ok.</p>
<p>We want our brand to reflect what we’re about:</p>
<p><strong>open, social, digital, participatory, creative and constantly <em>changing</em>.<br />
</strong><br />
So this branding exercise is as much about the process of open collaboration as about the result.</p>
<p>And all the designs will sit in our Logo Archive, with links to the URL of choice of their creators.</p>
<p>You can find more practical info about how it all works and submit your design on the <a href="http://www.wewillraakyou.com/logo-project/">Logo Project page</a>.</p>
<p>PS: We reserve the right to delete really egregious designs. <img src='http://wewillraakyou.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://wewillraakyou.com/2010/11/the-perpetually-changing-crowdsourced-raak-logo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Error Message Design: When things go wrong</title>
		<link>http://wewillraakyou.com/2010/08/error-message-design-when-things-go-wrong/</link>
		<comments>http://wewillraakyou.com/2010/08/error-message-design-when-things-go-wrong/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:02:55 +0000</pubDate>
		<dc:creator>Adriaan Pelzer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://test.wewillraakyou.com/?p=2260</guid>
		<description><![CDATA[This week one of the hot topics on Twitter was 404 pages. This immediately struck a chord with an issue I encounter way too often: Error messages are almost never designed]]></description>
			<content:encoded><![CDATA[<p>This week one of the hot topics in my Twitter feed was <a href="http://www.smashingmagazine.com/2007/08/17/404-error-pages-reloaded/">404 pages</a>, <a href="http://blippy.com/404">how to design them</a>, and <a href="http://webdesign.about.com/od/http/a/aa031306.htm">how not to design them</a>. This immediately struck a chord with an issue I encounter way too often: <strong>Error messages</strong> are almost never <strong>designed</strong>, and I have yet to see a single website brief which includes <strong>error message copy</strong>. There are <a href="http://www.readwriteweb.com/archives/the_story_of_the_fail_whale.php">exceptions</a>, but they are so few &amp; far between that, when they happen, they attract <a href="http://failwhale.com/">enormous support</a>.</p>
<p>And that&#8217;s the whole point.</p>
<p><img class="alignnone size-large wp-image-2100" title="Error Message: When things go wrong" src="http://www.wewillraakyou.com/wp-content/uploads/2010/08/C64-505x319.jpg" alt="Error Message: When things go wrong" width="360" height="227" /></p>
<p>In the retail and service sector, there&#8217;s a <a href="http://www.emeraldinsight.com/journals.htm?articleid=1811310&amp;show=html">well-known, yet unexpected way</a> in which new customers are turned into loyal customers. It works as follows:</p>
<ul>
<li>A <strong>customer</strong> has a <strong>complaint</strong>. They see someone at <strong>customer support</strong>.</li>
<li>The person at customer support <strong>solves their problem</strong> as well as possible, but above all, treat them with the highest of <strong>respect and dignity</strong>. The customer support officer needs to be a senior employee with advanced people&#8217;s skills.</li>
<li>The customer leaves, not only with their <strong>problem solved</strong>, but with an unbreakable mental association between your business and the person who treated them so well. This instantly turns them into a <strong>loyal customer</strong>. They feel that they have seen the <em>guts</em> of your business, and not just the carefully manicured face. And they liked it.</li>
</ul>
<p>How does this apply to websites?</p>
<p><strong>Error message copy</strong></p>
<p>When something goes wrong, like your website&#8217;s database server crashing, your pages getting corrupted, or even just when the user forgets to fill out a required field in a form, they are put in a situation where they see something different than the carefully designed front end of your website.</p>
<p>They see some kind of error message. How do these error messages treat them?</p>
<ul>
<li>Error message should not contain <strong>detailed technical information</strong> (<a href="http://en.wikipedia.org/wiki/PC_LOAD_LETTER">or some cryptic phrase</a>) that the developer used to debug the site, none of which makes any sense to the user. This is intuitively <strong>wrong</strong>, but so often the case. This is what happens if no copy is written for error messages, and it&#8217;s left up to the developer.</li>
<li>Error messages <a href="http://www.smileycat.com/design_elements/error_messages/#a001402">could be <strong>funny</strong></a> (do <a href="http://en.wikipedia.org/wiki/Not_a_typewriter">resist the temptation</a> to crack an <a href="http://en.wikipedia.org/wiki/Lp0_on_fire">in-joke</a>, though).</li>
<li>If at all possible error messages should go as far as providing an <strong>alternative</strong> way of leading the user to that which they have looked for in the first place. This is ideal, and this is what every error message should strive to achieve.</li>
</ul>
<p><strong>Error Message Design</strong></p>
<p>Error messages should <a href="http://www.smileycat.com/design_elements/error_messages/index.php">stand out</a> (maybe even <a href="http://www.smileycat.com/design_elements/error_messages/index.php?page=2#a001394">jump out</a>), especially in the case where the user is required to fix some input errors (like on html forms). It&#8217;s not necessary to make it too ugly or out of step with the rest of the design, but do make it the <strong>most obvious item</strong> on the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://wewillraakyou.com/2010/08/error-message-design-when-things-go-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The practice of crowdsourcing a brand identity. What we learnt from using Crowdspring</title>
		<link>http://wewillraakyou.com/2009/12/the-practice-of-crowdsourcing-a-brand-identity-what-we-learnt-from-using-crowdspring/</link>
		<comments>http://wewillraakyou.com/2009/12/the-practice-of-crowdsourcing-a-brand-identity-what-we-learnt-from-using-crowdspring/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:15:26 +0000</pubDate>
		<dc:creator>Gerrie Smits</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[crowdsourcing]]></category>
		<category><![CDATA[crowdspring]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[identity]]></category>

		<guid isPermaLink="false">http://www.wewillraakyou.com/?p=1244</guid>
		<description><![CDATA[One of THE buzzwords of 2009 was 'crowdsourcing'. Some people saw it as a flexible, direct, cheap of getting things done. Others saw it as a threat.]]></description>
			<content:encoded><![CDATA[<p>One of THE buzzwords of 2009 in the creative industries was &#8216;crowdsourcing&#8217;. It divided opinions to say the least.<br />
Some people saw it as a more flexible, more open, more direct (and cheaper) way of getting things done.<br />
Others saw it as a threat, as the death of their industries.</p>
<p>Crowdsourcing is a reality that won&#8217;t go away just yet and instinctively we&#8217;ve always leant towards to the first group, but divisive issues need to be tried and tested.<br />
We already used crowdsourcing techniques very succesfully in <a title="RAAK - the story behind our crowdsourced logo" href="http://www.wewillraakyou.com/2009/07/the-story-behind-our-crowd-sourced-raak-logo/">our RAAK logo experiment</a>, but that project was of course of a more personal, a more creative nature.<br />
So when we got the chance to apply the concept on a commercial project, with a real client, we jumped at it.<br />
And this is what we learnt.</p>
<p>The job was to design a website and a brand identity for a start-up consultancy agency called Consultifi. Because of our <a title="RAAK - How we work - Our plug-in model" href="http://www.wewillraakyou.com/about/how-we-work/">plug-in model</a>, we don&#8217;t work with in-house designers and normally we would tap into our network and instruct the most suitable designer for the job. But this time we decided use the <a title="Crowdspring" href="http://www.crowdspring.com/">Crowdspring</a> service, boasting more than 45,000 designers.</p>
<p>After a good 10 days, we ended up with no less than <a title="Consultifi project on Crowdspring" href="http://www.crowdspring.com/project/2061062_identity-design-for-a-new-consultancy-start-up/">218 entries</a>. Some of them were variants on the same theme or re-workings, but we did have about 120 unique designs. Not bad for an unglamorous, serious business consultancy company.<br />
The client was happy and we thought it was quite a success, so below are a few things we learnt from our experience.</p>
<p><a href="http://test.wewillraakyou.com/wp-content/uploads/2009/12/CONSULTIFI-logo_v22.jpg"><img class="alignnone size-full wp-image-2445" title="CONSULTIFI-logo_v2" src="http://test.wewillraakyou.com/wp-content/uploads/2009/12/CONSULTIFI-logo_v22.jpg" alt="" width="360" height="232" /></a></p>
<p><strong>* Consider paying more</strong><br />
We analysed the mean and average of the budgets of similar concepts. We decided to stretch our budget a bit. Because by doing so, we would sit in the top 5 of &#8216;logo and stationery&#8217; projects and not amongst those other $500 briefs.<br />
Also, we do believe in the motto &#8220;you get what you pay for&#8221;, so by increasing the amount we were hoping to reach out to better designers. Crowdspring says their stats confirm that: the more you pay, the more entries you get.<br />
But of course, more doesn&#8217;t necessarily mean better.</p>
<p><strong>* Include things you don&#8217;t want in your brief</strong><br />
Saying that the brief is important is stating the obvious, but I was surprised to find how few people include what they don&#8217;t want.<br />
Creatives will only send in a design if they think they have a chance of winning. Remember: they see this as a competition. They&#8217;re up against 45,000 other designers. So the more doubts you can take away from them, the more likely it is they will have a shot at your brief. If you don&#8217;t want black-and-white, spell it out from the start. If you don&#8217;t want capital letters, tell them.<br />
The brief for a boring immigration law job did just that and despite the relatively low budget, they got over 200 entries.</p>
<p>But won&#8217;t that close off certain routes, I hear you think? Nah.<br />
Even though we briefed the creatives to create a logotype and ignore a non-text logo, some of them still sent one in. And even though we asked them to avoid the word &#8216;consultifi&#8217; in all lowercase, some still used it.<br />
If creatives feel strong about their idea, they will go off-brief. I&#8217;ve experienced this with music video directors, with graphic designers,&#8230;: if they think it works, they will try and convince you.<br />
In this project, one of the designers even wrote a long email about why he thought we were wrong.<br />
You can&#8217;t always predict what will work and what not, so we did consider some of these entries.</p>
<p><strong>* Set aside enough time for feedback</strong><br />
On that immigration law job I mentioned above, the client also gave lots of feedback on each design. Another a reason of the quality of their entries, I think.<br />
Crowdspring recommends you give ratings. One, because it&#8217;s only fair to the designers and two, because it will improve the designs. Other designers go and read your feedback on other entries and learn what you want and -again- what you don&#8217;t want.<br />
As a comparison: a more creative, exciting project (for a media agency) with a similar budget only got 60-odd entries. But they did stop rating and giving feedback after a few days.</p>
<p>I found the rating system quite hard to manage, because a 3-star rating in the beginning might only have been a 2-star later on, once we got better entries.<br />
But the feedback opportunity is very useful. It does give you the chance to finetune designs directly with creatives. And it does make the process more human.</p>
<p><strong><img title="consultifi-logos" src="http://test.wewillraakyou.com/wp-content/uploads/2009/12/consultifi-logos.jpg" alt="" width="360" height="214" /></strong></p>
<p><strong>* Don&#8217;t end your project on a Monday</strong><br />
Simply because there&#8217;s a chance you will receive a massive amount of entries in the last few days. In our case, a good 40% of the entries only came through in the last day. Not sure if this is because creatives fear being copied or simply because deadlines are there to be pushed.<br />
But it does leave you with little time for feedback. Especially if those last days are a Saturday and Sunday and you don&#8217;t want to spend that time rating almost 100 designs.</p>
<p><strong>* Be prepared to make quick decisions at the end</strong><br />
Especially if you work for a client. We sort of missed that you&#8217;re meant to make a decision within 7 days. And we hadn&#8217;t anticipated our client going on holiday. We were open about it and told the creatives, but then realised Crowdspring&#8217;s terms state that they have the right to chose a winner on your behalf if you take too long. Admittedly, when we contacted them, they got back to us really quickly, assuring us that we were doing the right things. So I&#8217;m not sure if they ever apply that power.<br />
From a functionality point of view, Crowdspring could make the decision-step a little bit easier by adding a shortlist functionality. That way you can compare all your &#8216;shortlisted&#8217; designs on one page; and share that page with your client.</p>
<p><strong>* Buy the URL from the company you&#8217;re working for</strong><br />
A lesson we learnt the hard way. While we were running the project, someone bought the dot-com and dot-net urls for the company and then tried to sell it to us.</p>
<p>Is the Consultifi identity the best logo since the Swoosh? Probably not.<br />
Will we use it again? Probably, yes.<br />
Is it a replacement for design agencies? I doubt it very much. I would think that developing a brand identity that really makes a difference does benefit from a more traditional, in-depth (and thus more expensive) approach.<br />
But it does offer a good opportunity for smaller companies or start-ups, who get the chance of getting a very decent design done for a very decent price.<br />
And for creatives from all over the world (our &#8216;winner&#8217; <a href="www.alexe.ro">alexe</a> is from Romania) to be exposed to briefs.</p>
<p>So it&#8217;s definitely a force to be reckoned with.</p>
]]></content:encoded>
			<wfw:commentRss>http://wewillraakyou.com/2009/12/the-practice-of-crowdsourcing-a-brand-identity-what-we-learnt-from-using-crowdspring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The story behind our crowd-sourced RAAK logo</title>
		<link>http://wewillraakyou.com/2009/07/the-story-behind-our-crowd-sourced-raak-logo/</link>
		<comments>http://wewillraakyou.com/2009/07/the-story-behind-our-crowd-sourced-raak-logo/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 14:15:34 +0000</pubDate>
		<dc:creator>Gerrie Smits</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[crowd-sourcing]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mechanical turk]]></category>

		<guid isPermaLink="false">http://raaked.com/?p=604</guid>
		<description><![CDATA[So. That RAAK 'logo'. Or all 12,288 of them. WTF?!? Read more about our crowdsourcing experiment.
]]></description>
			<content:encoded><![CDATA[<p>So. That RAAK &#8216;logo&#8217;. Or all 12,288 of them.</p>
<p>Why?!?</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="360" height="207" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="data" value="http://vimeo.com/moogaloop.swf?clip_id=5818353&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=5818353&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="360" height="207" src="http://vimeo.com/moogaloop.swf?clip_id=5818353&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true" data="http://vimeo.com/moogaloop.swf?clip_id=5818353&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1"></embed></object></p>
<p><strong>We had a challenge, you see.</strong><br />
We needed to get RAAK up and running as soon as possible. After we finished our inaugural <a title="CanEUhearme project" href="http://www.wewillraakyou.com/2009/07/can-eu-hear-me-europe/">CanEUhearme project</a>, we had new jobs coming in. And jobs require setting up a proper company. And proper companies require a proper logo.<br />
But we couldn&#8217;t wait a few weeks/months on developing a full brand identity and spend lots of time (and money) on a full website design. We needed to get going now. So we decided to get a little creative.<br />
Rather than tap into our network of designers or crowd-source amongst the design community (like <a title="BBH Labs crowdsource their logo" href="http://bbh-labs.com/designer-needed-logo-desired-labs-flirts-with-the-crowd">BBH</a> <a title="Result of BBH Labs crowdsourced logo" href="http://bbh-labs.com/crowdsourcing-our-logo-the-crowd-has-spoken">Labs</a> did when they started up), we decided to go one step further. We would plug into the crowds big-time.</p>
<p><strong>How did we do it?<span id="more-604"></span></strong><br />
Inspired by Aaron Koblin&#8217;s <a title="The Sheep Market" href="http://www.thesheepmarket.com/">Sheep Market project</a>, we got interested in experimenting with Amazon&#8217;s <a title="Mechanical Turk" href="http://www.mechanicalturk.com/">Mechanical Turk</a> in some shape or form. For those who don&#8217;t know Mechanical Turk: it&#8217;s a website where &#8216;Requesters&#8217; post little tasks that are more suitable to be done by humans rather than by a computer. &#8216;Workers&#8217; from all over the world then choose and execute these jobs at the fee the Requester is prepared to pay. Typical tasks range from doing online surveys to transcribing a little audio excerpt. Generally quite mundane stuff.</p>
<p>For this logo experiment we posted a task on MT, asking &#8216;Workers&#8217; to design one letter: an R, an A or a K. Just one. We&#8217;d pay 1 dollar. Which, we found out, is not a bad amount of money on Mechanical Turk. And we didn&#8217;t tell the Workers what this was for.</p>
<p>The first letter, a cute little &#8216;A&#8217;, came in a mere 15 minutes after we published the task. We were shocked and exhilarated. 4 hours later, we had our 40 letters. Not one of the &#8216;designers&#8217; asked us what this was about.<br />
The designs ranged from the ridiculous to the cute. From the blatantly opportunistic to the not-that-bad. 10 were not usable for copyright, technical,&#8230; reasons.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-5-604">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-26" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wewillraakyou.com/wp-content/gallery/woosat/woosat00.jpg" title=" "  >
								<img title="woosat00" alt="woosat00" src="http://wewillraakyou.com/wp-content/gallery/woosat/thumbs/thumbs_woosat00.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wewillraakyou.com/wp-content/gallery/woosat/woosat01.jpg" title=" "  >
								<img title="woosat01" alt="woosat01" src="http://wewillraakyou.com/wp-content/gallery/woosat/thumbs/thumbs_woosat01.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-28" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://wewillraakyou.com/wp-content/gallery/woosat/woosat02.jpg" title=" "  >
								<img title="woosat02" alt="woosat02" src="http://wewillraakyou.com/wp-content/gallery/woosat/thumbs/thumbs_woosat02.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-navigation'><span class="current">1</span><a class="page-numbers" href="http://wewillraakyou.com/2009/07/the-story-behind-our-crowd-sourced-raak-logo/?nggpage=2">2</a><a class="next" id="ngg-next-2" href="http://wewillraakyou.com/2009/07/the-story-behind-our-crowd-sourced-raak-logo/?nggpage=2">&#9658;</a></div> 	
</div>


<p><strong>More questions</strong><br />
Is this a diss at designers? That they&#8217;re all useless? Not at all.<br />
Is it meant to start a discussion about the relevance of brand identity? And the validity of an all-encompassing, everlasting logo? Sure, go ahead.<br />
Is it ugly? From a design point of view, quite possibly. But that&#8217;s not really the point. Put these designs next to each other, add the element of randomness and you have a crowd-sourced, ever-changing mash-up of a logo, designed by 30 non-designers. How beautiful is that?</p>
<p>But above all, it&#8217;s our little ode to creative problem solving.<br />
As everybody is talking about new ways of collaborative thinking, social media and crowd-sourcing, this was a good moment to experiment with the concept.<br />
Also, as a new company, we&#8217;d like to be known for turning theory into practice in a creative way. And this was the most practical creative solution to get a relevant logo.</p>
<p>Anyway, we have another 10 dollars left on our Mechanical Turk account, so if you&#8217;re a &#8216;designer&#8217; and would like to take part in this experiment, email us your R, A or K. Once we have 10 designs we like (we&#8217;re gonna be more strict now), we&#8217;ll set up a new Mechanical Turk task and tell you how to claim your dollar.</p>
<p>After that we&#8217;ll try and make a Mechanical Turk version of our &#8216;mechanical musical logo&#8217;, which you can admire in our little video. If you feel inspired, let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://wewillraakyou.com/2009/07/the-story-behind-our-crowd-sourced-raak-logo/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: basic
Object Caching 609/663 objects using disk: basic

Served from: wewillraakyou.com @ 2012-05-23 19:38:31 -->
