<?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>blur Designs &#187; Guest Blog</title>
	<atom:link href="http://blur-designs.com/blog/category/guest-blog/feed" rel="self" type="application/rss+xml" />
	<link>http://blur-designs.com/blog</link>
	<description>blur Designs The Crowdsourced Design Agency</description>
	<lastBuildDate>Fri, 03 Sep 2010 10:35:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>10 Easy Steps To Learn CSS: Anne Katzaff</title>
		<link>http://blur-designs.com/blog/10-easy-steps-to-learn-css-anne-katzaff</link>
		<comments>http://blur-designs.com/blog/10-easy-steps-to-learn-css-anne-katzaff#comments</comments>
		<pubDate>Thu, 17 Jun 2010 15:23:41 +0000</pubDate>
		<dc:creator>Lawrence</dc:creator>
				<category><![CDATA[Guest Blog]]></category>
		<category><![CDATA[Easy Steps To Learn CSS]]></category>
		<category><![CDATA[how to learn CSS]]></category>

		<guid isPermaLink="false">http://blur-designs.com/blog/?p=1679</guid>
		<description><![CDATA[I first launched my website in 2002. At that time, CSS was in its infancy and didn&#8217;t give me the kind of flexibility and control over the layout that I wanted. My site was constructed with tables and the results were exactly what I was looking for. I would revise my ImageReady files, save the [...]]]></description>
			<content:encoded><![CDATA[<p>I first launched my website in 2002. At that time, CSS was in its infancy and didn&#8217;t give me the kind of flexibility and control over the layout that I wanted. My site was constructed with tables and the results were exactly what I was looking for. I would revise my ImageReady files, save the images as GIFs or JPGs, export the table slices to html, and tweak the html in Dreamweaver.</p>
<p>At the beginning of each year, I update my website with new samples of my graphic design and art work. Updating a site that is constructed with tables is a daunting and time-consuming task. CSS has definitely improved since the early days, so I decided this year would be the year for me to learn it and implement it.</p>
<h2>Steps I took to learn CSS</h2>
<ol>
<li><strong>Use an actual project (my own website) as the learning vehicle</strong>. With an actual project, real-life obstacles arise that you have to figure out.</li>
<li><strong>Research other websites. </strong>Look at sites that share content and goals with the one you are (re)designing. Be inspired by what you find! View the source coding.</li>
<li><strong>Get some good reference books. </strong>So far, I&#8217;ve read 5 books that have been a big help.<br />
<img class="alignright" title="Head First Design" src="http://img.infibeam.com/img/202ec01a/126/7/9780596007126.jpg" alt="" width="210" height="241" /><a><br />
-Head First Web Design</a>, Ethan Watrall &amp; Jeff Siarto (This was the first book I used; it helped me figure out the next step, which is the optimum width for your web pages.)</p>
<p><a>-HTML, XHTML &amp; CSS : visual quickstart guide</a>, by Elizabeth Castro (I&#8217;m a big fan of the visual quickstart guides!)<a></a></p>
<p><a>-CSS anthology : 101 essential tips, tricks &amp; hacks</a>Rachel Andrew (This is a good focus on ways to approach common layout issues).<a></a></p>
<p><a>- CSS: the missing manual</a>, David Sawyer McFarland (Be prepared for some very dense material; jammed packed with information).<a></a></p>
<p><a>- Head first HTML with CSS &amp; XHTML</a>, Elisabeth Freeman, Eric Freeman (Since I already knew html, this provided a nice finale. If you are unfamiliar with html, you might actually want to begin with this book).</li>
<li><strong>Choose the optimum width for your web pages. </strong>My site was originally sized for 800&#215;600 screen resolution. Monitors have improved dramatically in the past few years, and now 1024&#215;768 is pretty standard. In the <a>Head First Web Design</a> book, I discovered ready-made grids via CSS frameworks. One in particular, <a>Blueprint</a>, uses an optimized page width of 950 that fits nicely within a 1024&#215;768 resolution, and that&#8217;s the size I chose.</li>
<li><strong>Design (or redesign) the website. </strong>Pay special attention to the layout and navigation.</li>
<li><strong>Use a basic template to begin CSS coding. </strong>I wanted my main content to be a fixed width, centered in the browser, so I selected the Dreamweaver html template named &#8220;1-column fixed, centered&#8221;. Since my site is in transition from tables to CSS, I selected html 4.0 transitional for my DocType.</li>
<li><strong>Identify the common specifications. </strong>As with any design, there are common elements that share spex like font size &amp; family, leading (line-height in CSS-land), heads, and subheads.</li>
<li><strong>Organize the CSS file. </strong>There are many approaches to this, of course, so go with what makes the most sense to you. I looked at my WordPress blog&#8217;s CSS file for guidance and I used comments to divide the sections. Here&#8217;s my approach:<br />
<em>—Start</em> with the basic elements and put them at the top of the file:<br />
body, p, td, th, ol, ul, img ({ border: none } will get rid of that default border around images), h1-h6, as well as anchor tags, links, and pseudo classes (active, visited, hover). <em><br />
—Next</em>, list the classes for specific styling.<br />
<em>—The final section</em> deals primarily with layout, containing the <strong>id</strong>s and navigation system.</li>
<li><strong>Ask the experts. </strong>Inevitably, you&#8217;ll come across something that can&#8217;t be solved. There are many great websites out there to learn from. I&#8217;ve got 3 favorites:<br />
<a href="http://www.alistapart.com/" target="_blank">http://www.alistapart.com/<br />
</a><a href="http://www.smashingmagazine.com/" target="_blank">http://www.smashingmagazine.com/</a><br />
<a href="http://www.thegridsystem.org/" target="_blank">http://www.thegridsystem.org</a><a>/</a></li>
<li><strong>Ask your friends. </strong>There is no substitute for great friends who are willing to help you out. So much of what I&#8217;ve learned as a designer and artist has come through simple sharing over a cup of coffee or a delightful meal. And it definitely is a bonus when a friend also happens to be a web guru!</li>
</ol>
<h2>Keeping it Simple</h2>
<p>Part of my overall plan in transitioning to CSS was to keep the design simple. I wanted to be able to implement the CSS without getting caught up in elaborate design schemes that I was unprepared to execute. As my familiarity with CSS increases, I&#8217;ll revise and finesse the design.</p>
<h2>How did you learn CSS?</h2>
<p>Please share your CSS learning curve with us by providing a comment.<br />
Thanks so much!
<div class="tweetmeme_button" style="float: right; margin-left: 5px;margin-right:-20px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblur-designs.com%2Fblog%2F10-easy-steps-to-learn-css-anne-katzaff"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblur-designs.com%2Fblog%2F10-easy-steps-to-learn-css-anne-katzaff&amp;source=blurDesigns&amp;style=compact&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blur-designs.com/blog/10-easy-steps-to-learn-css-anne-katzaff/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guest blog: Charles and Ray Eames</title>
		<link>http://blur-designs.com/blog/guest-blog-charles-and-ray-eames</link>
		<comments>http://blur-designs.com/blog/guest-blog-charles-and-ray-eames#comments</comments>
		<pubDate>Thu, 22 Apr 2010 09:06:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Guest Blog]]></category>
		<category><![CDATA[Anne S Katzeff]]></category>
		<category><![CDATA[Charles & Ray Eames]]></category>
		<category><![CDATA[Furniture Design]]></category>
		<category><![CDATA[Powers of Ten]]></category>
		<category><![CDATA[product design]]></category>

		<guid isPermaLink="false">http://blur-designs.com/blog/?p=1354</guid>
		<description><![CDATA[This blog was guest written by crowd member Anne S. Katzeff The Eames husband-and-wife team were two of the most important American designers of the 20th century. They made innovative contributions to furniture, architecture, and industrial design, as well as photographic arts and toys. Playful, investigative, imaginative, and insightful, they left a legacy of inspiring [...]]]></description>
			<content:encoded><![CDATA[<p><span class="bgvideo">This blog was guest written by crowd member Anne S. Katzeff </span></p>
<p>The Eames husband-and-wife team were two of the most important American designers of the 20th century. They made innovative contributions to furniture, architecture, and industrial design, as well as photographic arts and toys.<span id="more-1354"></span></p>
<p><a href="http://designmuseum.org/media/item/4222/-1/34_1Lg.jpg"><img class="  alignleft" style="padding: 5px;" title="Charles  and Ray Eames" src="http://designmuseum.org/media/item/4222/-1/34_1Lg.jpg" alt="Charles and Ray Eames" width="130" height="174" /></a></p>
<p>Playful, investigative, imaginative, and insightful, they left a legacy of inspiring design that crosses over into other disciplines, including graphic and web design.</p>
<p>This week, I introduced my Graphic Design 1 students to Charles and Ray Eames by watching their film, <a href="http://www.amazon.com/Films-Charles-Ray-Eames-Powers/dp/6305943877/ref=sr_1_1?ie=UTF8&amp;s=dvd&amp;qid=1271531120&amp;sr=1-1" target="_blank">Powers of Ten</a>. It was fun to revisit the Eames and pay tribute to them. When I was studying graphic design at Mass. College of Art, our publications design teacher showed us this film. For me, it was a memorable lesson on the concepts of macro and micro.</p>
<p><a href="http://farm2.static.flickr.com/1429/556641822_07c8263ec0_o.jpg"><img class="alignright" title="Charles and Ray Eames Chair" src="http://farm2.static.flickr.com/1429/556641822_07c8263ec0_o.jpg" alt="Charles and Ray Eames Chair" width="245" height="174" /></a>As designers, we explore the world through a variety of lenses, always searching for a unique way to present information. If we zoom out of a scene to encompass a wider perspective, that macro view may provide essential context for understanding the content. If we zoom into a scene to get deeper into the details, that micro view could offer new information previously not considered or known.</p>
<p>Each unique view can be used in an endless number of ways: graphic elements, grids and other organizational tools, image backgrounds, etc. If you are designing a sports catalog, try zooming into the texture of the basketball and see what interesting options develop. If you are designing an annual report, a macro view of the company’s headquarters might provide an insightful context for why the company is so committed to its resident community. Applying macro and micro concepts can enhance your design with patterns, structures, layers, and metaphors, thereby enlivening the page and deepening the understanding of the material.</p>
<p>Further Info:</p>
<p><a href="http://www.eamesoffice.com/" target="_blank">http://www.eamesoffice.com/</a><br />
<a href="http://designmuseum.org/design/charles-ray-eames" target="_blank">http://designmuseum.org/design/charles-ray-eames</a><br />
<a href="http://www.loc.gov/exhibits/eames/">http://www.loc.gov/exhibits/eames<br />
</a><a href="http://www.eamesgallery.com/" target="_blank">http://www.eamesgallery.com/</a><br />
<a href="http://www.hermanmiller.com/Designers/Eames" target="_blank">http://www.hermanmiller.com/Designers/Eames </a><br />
<a href="http://veerle.duoh.com/blog/comments/design_icons_charles_and_ray_eames/" target="_blank">http://veerle.duoh.com/blog/comments/design_icons_charles_and_ray_eames</a></p>
<p>Many thanks to Anne for sharing this article with us.
<div class="tweetmeme_button" style="float: right; margin-left: 5px;margin-right:-20px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-charles-and-ray-eames"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-charles-and-ray-eames&amp;source=blurDesigns&amp;style=compact&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blur-designs.com/blog/guest-blog-charles-and-ray-eames/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Guest blog: Branding me</title>
		<link>http://blur-designs.com/blog/guest-blog-branding-me</link>
		<comments>http://blur-designs.com/blog/guest-blog-branding-me#comments</comments>
		<pubDate>Thu, 08 Apr 2010 09:21:44 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Guest Blog]]></category>
		<category><![CDATA[Avatar]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Doug Cloud]]></category>
		<category><![CDATA[Human Brands]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Illustrator]]></category>

		<guid isPermaLink="false">http://blur-designs.com/blog/?p=1227</guid>
		<description><![CDATA[This post was guest written by crowd member Doug Cloud Branding is something I have been doing now for over thirty years. Back in the day this was simply referred to as logo design. Back then I would meet with a client to discuss their ideas and goals for their particular logo and then sketch [...]]]></description>
			<content:encoded><![CDATA[<p><span class="bgvideo"><img class="alignleft" title="Doug Cloud" src="http://api.ning.com/files/eirmmfomI-bCUVF15oL5O5hetbW7GTRqQVR2Gb4tVfZFlUl*WB1YWqJLsiX1nE6EvrV1SS4d-qtczag*qS*SuQZcbTfzkzjQ/dcicon_183x183.gif?width=183&amp;height=183&amp;crop=1%3A1" alt="Doug Cloud" width="80" height="80" />This post was guest written by crowd member Doug Cloud</span></p>
<div style="padding-bottom: 20px; line-height: 150%; text-align: justify;">
<p><span style="font-weight: bold;"> </span></p>
<p><span style="font-weight: bold;">Branding is something I have been doing now for over thirty years. Back in the day this was simply referred to as logo design.</span></p>
<p><img class="alignleft" title="Have no fear...Doug Draws is here!" src="http://dougdraws.com/blog/brandme.jpg" alt="" />Back then I would meet with a client to discuss their ideas and goals for their particular logo and then sketch out concepts with pencil and Bristol board. Now with the advent of computers and graphics programs this process is more streamlined, but I still utilize the old pencil and paper.</p>
<p>As an artist of the old school I have found myself sometimes baffled by the technology age. Nowadays there is this huge push toward SEO, marketing, and networking. There are terms like target audience, demographics, market analysis, and commercial design theory. For me this all seems like a bunch of backwash. True that these all have valid places in the development of business (both on- and off-line), but for me I love to adhere to the older and more simpler methods.</p>
<p>You need a logo (or brand). You find a logo (or brand) designer. You talk. You share insights, ideas, concepts. You get your final design. You&#8217;re done.</p>
<p>Now that&#8217;s a pretty simple process, at least it is for me anyway. I find that in most cases it&#8217;s people that over complicate things. It doesn&#8217;t have to be this way. A brand is an image that represents your company. It has certain qualifications which are based on what you sell, who you sell it to, and why. It&#8217;s not rocket science. It&#8217;s you and your client working toward a common goal; to develop an image that satisfies all the above requirements for their particular needs.</p>
<p>Brands like Nike and Starbucks prove that the product they sell is less important than the brand they market, and the same idea can be applied to image marketing. Imagine yourself as the brand here. You already have a logo to represent your company &amp; now you need a logo to represent yourself. This can be done in a couple different ways, with a relevant image (something associated with your company) or with a characterized avatar design.</p>
<p>Most people like to use photos of themselves, but I try to discourage this practice when it comes to personal branding. Why? Photos are great for blog about pages, but not for online identity. Can you imagine the success McDonald&#8217;s would have had if they&#8217;d chose to use a photo of their CEO instead of the golden arches?</p>
<div><a href="http://blur-designs.com/blog/wp-content/uploads/2010/03/dereksemmler.jpg"><img class="size-medium wp-image-1225 alignright" title="dereksemmler" src="http://blur-designs.com/blog/wp-content/uploads/2010/03/dereksemmler-300x261.jpg" alt="dereksemmler photo" width="173" height="151" /></a><a href="http://blur-designs.com/blog/wp-content/uploads/2010/03/derekavatar.jpg"><img class="size-full wp-image-1226 alignright" title="derekavatar" src="http://blur-designs.com/blog/wp-content/uploads/2010/03/derekavatar.jpg" alt="" width="144" height="144" /></a></div>
<p>Here is an example of what I&#8217;m talking about. Derek Semmler helped me do some coding work on Doug Draws and in return for his kindness I made a characterized avatar for him. Derek was originally using a photo of himself as his avatar on the sites he frequents. Now he uses a specialized avatar, which I designed for him. Which one would stick in your mind?</p>
<p>The reasoning behind this &#8220;branding me&#8221; strategy is simple; by creating a unique image for yourself you create a personal brand that will stick in the minds of people and also convey a message about who you are and what you do. This is the definition of online identity development. It&#8217;s what made the swish symbol of Nike so famous. Those golden arches. You want to do the same.</p>
</div>
<div class="tweetmeme_button" style="float: right; margin-left: 5px;margin-right:-20px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-branding-me"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-branding-me&amp;source=blurDesigns&amp;style=compact&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blur-designs.com/blog/guest-blog-branding-me/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guest blog: The Beauty of Simplicity</title>
		<link>http://blur-designs.com/blog/guest-blog-the-beauty-of-simplicity</link>
		<comments>http://blur-designs.com/blog/guest-blog-the-beauty-of-simplicity#comments</comments>
		<pubDate>Tue, 23 Mar 2010 11:24:08 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Guest Blog]]></category>
		<category><![CDATA[Doug Cloud]]></category>
		<category><![CDATA[Simple design]]></category>
		<category><![CDATA[Simplicity]]></category>
		<category><![CDATA[VW]]></category>

		<guid isPermaLink="false">http://blur-designs.com/blog/?p=904</guid>
		<description><![CDATA[This post was guest written by crowd member Doug Cloud Simplicity, if done properly, can be an art form unto itself. To give you an idea what I&#8217;m talking about check out this site for Nesbitt Research. This is an awesome example of simplicity and what&#8217;s even more amazing is that Nesbitt is using the [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;"><span class="bgvideo"><a href="http://api.ning.com/files/eirmmfomI-bCUVF15oL5O5hetbW7GTRqQVR2Gb4tVfZFlUl*WB1YWqJLsiX1nE6EvrV1SS4d-qtczag*qS*SuQZcbTfzkzjQ/dcicon_183x183.gif?width=183&amp;height=183&amp;crop=1%3A1"><img class="alignleft" title="Doug Cloud" src="http://api.ning.com/files/eirmmfomI-bCUVF15oL5O5hetbW7GTRqQVR2Gb4tVfZFlUl*WB1YWqJLsiX1nE6EvrV1SS4d-qtczag*qS*SuQZcbTfzkzjQ/dcicon_183x183.gif?width=183&amp;height=183&amp;crop=1%3A1" alt="Doug Cloud" width="80" height="80" /></a>This post was guest written by crowd member Doug Cloud</span><br />
Simplicity, if done properly, can be an art form unto itself.</span></p>
<p>To give you an idea what I&#8217;m talking about check out <a href="http://www.nesbittresearch.com/">this site</a> for Nesbitt Research. This is an awesome example of simplicity and what&#8217;s even more amazing is that Nesbitt is using the Thesis theme.<img class="alignright" style="border: none; padding: 5px; margin: 5px 10px 0pt 0pt;" title="The Beauty of Simplicity" src="http://dougdraws.com/blog/simplicity.jpg" alt="" width="183" height="213" /></p>
<p>The reason simplicity works is because of it&#8217;s functionality &#8211; it&#8217;s minimalist nature begs the reader to focus on only what&#8217;s vital, as opposed to wandering through a bunch of Flash and images. Nowadays the Web is overrun with visual overload and when it comes to what&#8217;s important in the design of web sites content is still king. If you fill your layout with too many distractions then you could very well loose your focal point and any potential customers, too.</p>
<p>While the simple design is elegant in it&#8217;s simplicity it is also very hard to conceptualize. Imagine trying to write a message to someone in just 140 characters. Same thing. In the end simplicity is all about communication. Getting your site&#8217;s message across by utilizing the minimalistic approach is akin to speaking to your visitors in under 140 characters.</p>
<p>In his article <em><a href="http://www.trialpresentationblog.com/2008/04/articles/courtroom-presentation-tips/occams-razor-when-simple-is-better/">Occam&#8217;s Razor: When Simple is Better</a></em>, Charles Perez stated that, &#8220;Albert Einstein stated a principle in 1933 which is often paraphrased as &#8216;Theories should be as simple as possible, but no simpler.&#8217; Occam&#8217;s Razor is a similar principle of logic that can be summed up as &#8216;All other things being equal, the simplest solution is the best.&#8217; Then there&#8217;s the principle more people are probably familiar with—the KISS principle (Keep It Simple, Stupid).&#8221;</p>
<div class="postquote">
<p>&#8220;Effective web content isn&#8217;t about flashy graphics and fancy words. It&#8217;s about communicating key messages and getting tasks completed.&#8221;</p>
<p class="cite">- Rick Sloboda, <a href="http://www.cmswire.com/cms/web-content/web-content-simple-is-better-003899.php">Web Content: Simple is Better</a><img class="alignleft size-full wp-image-912" title="Simplicity" src="http://blur-designs.com/blog/wp-content/uploads/2010/03/Picture-21.png" alt="Simplicity" width="362" height="250" /></p>
</div>
<p>The reason a site like Nesbitt works is because it follows the KISS rule. There is no clutter, no crud. There&#8217;s nothing to distract the visitor&#8217;s attention away from their main content, message, and links. You look and see exactly what they want you to see. Talk about SEO!</p>
<p>These days you can see a lot of graphic elements taking up almost the whole page of a site. Big HUGE headers are in and <a href="http://blog.thepixel.com/">some people</a> have went nuts with this. As a designer I&#8217;m all for graphics, providing they are used within reason, of course. My own site might seem somewhat cluttered, but then this is my personal design business and so using graphics is essential to display my work.</p>
<p>To learn how to apply simple web design techniques to your own sites I suggest reading <a href="http://savethepixel.org/"><em>Save the Pixel &#8211; The Art of Simple Web Design</em></a>, by Ben Hunt. As Ben describes it, <em>&#8220;Most web sites lose visitors through the same simple errors &#8211; like having just too much stuff on the screen, making it harder for your visitors to engage with your brand, and less likely they&#8217;ll find what they want.&#8221;</em> So true.</p>
<p>So why should you care about simplicity? Well, to be honest, if you&#8217;re reading this then you probably have a site of your own or you&#8217;re considering one and if your goal is to sell something (whether it be products or your own abilities), then your main objective should be your content not the design. I can produce the prettiest web layout in the world filled with gorgeous graphics and animated banners, but if this detracts from the site&#8217;s purpose then it benefits no one.</p>
<p>When I was first starting out on the Web I would draw out my layout ideas on paper and then I could focus on where my content would go and how I would organize the other pages via the navigation. Doing this on paper first I was able to spot areas where the design needed to be simplified and eliminate any overkill. During this beginning stage I would keep reminding myself that my main purpose wasn&#8217;t big flashy graphics (even though I wanted LOTS of them, and badly), but to utilize the design in such a way as to form a bridge of communication between me and my visitors.</p>
<p>Thinking of a site layout in this manner is like imagining a conversation between yourself and someone else. What would you say to this person? How would you describe what you are about? What you are selling? You wouldn&#8217;t speak to this person from behind a brick wall or from inside a closet. You&#8217;d want to speak to them face-to-face.</p>
<p>The same thing applies to your design. Speak to them simply and they will listen.
<div class="tweetmeme_button" style="float: right; margin-left: 5px;margin-right:-20px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-the-beauty-of-simplicity"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-the-beauty-of-simplicity&amp;source=blurDesigns&amp;style=compact&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blur-designs.com/blog/guest-blog-the-beauty-of-simplicity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guest blog: Design Inspirations from Vancouver Olympics 2010</title>
		<link>http://blur-designs.com/blog/guest-blog-design-inspirations-from-vancouver-olympics-2010</link>
		<comments>http://blur-designs.com/blog/guest-blog-design-inspirations-from-vancouver-olympics-2010#comments</comments>
		<pubDate>Tue, 09 Mar 2010 11:41:47 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Guest Blog]]></category>
		<category><![CDATA[Anne Katzeff]]></category>
		<category><![CDATA[Infographics]]></category>
		<category><![CDATA[Olympics]]></category>
		<category><![CDATA[Transmoflection]]></category>
		<category><![CDATA[Vancouver 2010]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blur-designs.com/blog/?p=758</guid>
		<description><![CDATA[This weeks guest blog is from crowd member Anne Katzeff The Olympics always excite, intrigue, and inspire me. I’m an athlete who’s competed in organized sports for most of my life. I used to say I was born into this life to play softball, because it was that important to me. These days, my athletics [...]]]></description>
			<content:encoded><![CDATA[<p><span class="bgvideo">This weeks guest blog is from crowd member Anne Katzeff</span></p>
<p>The Olympics always excite, intrigue, and inspire me. I’m an athlete who’s competed in organized sports for most of my life. I used to say I was born into this life to play softball, because it was that important to me. These days, my athletics consist mostly of yoga, biking, walking, and dancing. My self-identity now includes graphic designer, artist, and teacher. The Olympics act as a confluence of all my passions and provide an interesting mix of inspirations for me.</p>
<p><a href="http://www.vancouver2010.com/img/00/08/91/graphic-identity_38original-aE.jpg"><img class="alignnone" title="Vancouver Olympics 2010" src="http://www.vancouver2010.com/img/00/08/91/graphic-identity_38original-aE.jpg" alt="Vancouver Olympics 2010" width="499" height="477" /></a></p>
<p>The graphic identity of Vancouver 2010 captures the beauty, personality, and spirit of the Canadian region perfectly. There’s a great video “Transmoflection” that explains the graphic team’s process of research, brainstorming, sketching, illustration, and design. I enjoyed sharing <a href="http://www.vancouver2010.com/olympic-videos/transmoflection_89280ut.html" target="_blank">this video</a> with my students.</p>
<p>It’s fun to see how the Olympics’ graphic identity has evolved over the years. Here’s a webexpedition18 blog post showing <a href="http://webexpedition18.com/articles/winter-olypmic-games-posters-from-1924-to-2010/" target="_blank">Winter Olympic Games Posters from 1924 to 2010</a><a href="http://blur-designs.com/blog/wp-content/uploads/2010/03/Picture-3.png"><img class="size-full wp-image-766 alignnone" title="Vancouver Olympics Website" src="http://blur-designs.com/blog/wp-content/uploads/2010/03/Picture-3.png" alt="Vancouver Olympics Website" width="488" height="345" /></a></p>
<p>The website was comprehensive and impressive on several levels: design, interactivity, information technology, and scope. <a href="http://www.atosorigin.com/en-us/olympic_games/vancouver_2010/default.htm" target="_blank">The infrastructure</a> included 800 servers, 6,000 computers, 4,000 printers, and over 100,000 hours of testing!</p>
<p><span class="bgcolourpink">Many thanks to Anne Katzeff for contributing to blur Designs blog.</span>
<div class="tweetmeme_button" style="float: right; margin-left: 5px;margin-right:-20px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-design-inspirations-from-vancouver-olympics-2010"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-design-inspirations-from-vancouver-olympics-2010&amp;source=blurDesigns&amp;style=compact&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blur-designs.com/blog/guest-blog-design-inspirations-from-vancouver-olympics-2010/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Guest blog: All Eyes On Us…</title>
		<link>http://blur-designs.com/blog/guest-blog-all-eyes-on-us%e2%80%a6</link>
		<comments>http://blur-designs.com/blog/guest-blog-all-eyes-on-us%e2%80%a6#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:11:59 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Guest Blog]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[Matt Dolphin]]></category>
		<category><![CDATA[NHS logo]]></category>
		<category><![CDATA[Pew Centre for Arts & Heritage]]></category>
		<category><![CDATA[Toma Actman]]></category>

		<guid isPermaLink="false">http://blur-designs.com/blog/?p=548</guid>
		<description><![CDATA[A guest post from crowd member Tom Actman February 11th, 2010 by Mat Dolphin As a regular reader of Michael Johnsons blog, I’m always interested to see sneak previews of upcoming Johnson Banks work. Recently he unveiled their latest project for The Pew Center for Arts &#38; Heritage and once again I was pleasantly suprised. [...]]]></description>
			<content:encoded><![CDATA[<div><span class="bgvideo">A guest post from crowd member Tom Actman</span><br />
<small>February 11th, 2010 by Mat Dolphin </small><img title="PCAH_Logo" src="http://www.matdolphin.com/blog/wp-content/uploads/2010/02/PCAH_Logo.jpg" alt="PCAH_Logo" width="400" height="407" /></p>
<p>As a regular reader of <a href="http://www.johnsonbanks.co.uk/thoughtfortheweek/index.php?thoughtid=532" target="_self">Michael Johnsons blog</a>, I’m always interested to see sneak previews of upcoming <a href="http://www.johnsonbanks.co.uk/" target="_blank">Johnson Banks</a> work. Recently he unveiled their <a href="http://www.johnsonbanks.co.uk/thoughtfortheweek/index.php?thoughtid=532" target="_blank">latest project for The Pew Center for Arts &amp; Heritage</a> and once again I was pleasantly suprised. Whilst I can’t deny liking the restrained cool of an identity consisting of a nicely kerned Helvetica or Avant Garde logotype and little else, sometimes the less is more approach can leave me a bit cold.</p>
<p>Obviously any identity (or any design) is dependent on the brief and in many instances doing what’s right for the job is far more important than designers showing how clever and forward thinking they can be. However, media attention towards graphic design is growing and in some cases, <a href="http://www.timesonline.co.uk/tol/news/politics/article6968036.ece" target="_self">questioning the value of our profession</a> – a trend arguably started by the <a href="http://www.nysportsjournalism.com/storage/london2012_logo.jpg" target="_blank">animosity</a> towards the newly unveiled <a href="http://www.wolffolins.com/" target="_blank">Wolff Ollins</a> 2012 Olympics logo.</p>
<div class="wp-caption alignleft" style="width: 319px"><img title="NHS60_Logo" src="http://www.matdolphin.com/blog/wp-content/uploads/2010/02/NHS60_Logo-1024x329.jpg" alt="NHS60_Logo" width="309" height="99" /><p class="wp-caption-text">Government paid £6,000 a digit for NHS 60th anniversary logo</p></div>
<p>On one hand this is can be a positive thing, allowing the design community a <a href="http://www.designassembly.org/2010/01/11/an-open-letter-to-emily-gosden/" target="_blank">dialogue with both their critics and the audience</a> with whom they’re trying to communicate – the public, but this attention is clearly something designers should be wary of.</p>
<p>As most of us know, we’re in a very lucky position doing this job. It’s not a profession people tend to fall into and a large portion of the job involves</p>
<p>doing things that many if us would be doing in our spare time anyway – i.e. being creative. With this in mind it’s a position we need to work for.<img class="size-full wp-image-590 alignright" title="NCAH Webpage" src="http://blur-designs.com/blog/wp-content/uploads/2010/02/Picture-1.png" alt="NCAH Webpage" width="380" height="284" /> At the risk of sounding pompous, the creative freedom of a designer should be earnt. With increasing scrutiny from the media and everyone keeping an eye on their pennies (public spending in particular), we’ve never needed to work harder for our money.</p>
<p>The <a href="http://www.pcah.us/" target="_blank">PCAH</a> identity is a relatively small example and admittedly isn’t radical design thinking, it’s a well thought out solution to a fiddly communication problem. It may not be to everyones tastes but it’s considered, memorable and most importantly it <em>works</em> (although time will tell how it fares in the long-term). Design that ticks each of these boxes and strikes the balance between something we haven’t seen before and something that doesn’t send the client running is by no means uncommon, but it’s certainly not everywhere I look, and the more I see of it, the better.</p>
<p>Mat</p>
</div>
<div class="tweetmeme_button" style="float: right; margin-left: 5px;margin-right:-20px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-all-eyes-on-us%25e2%2580%25a6"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblur-designs.com%2Fblog%2Fguest-blog-all-eyes-on-us%25e2%2580%25a6&amp;source=blurDesigns&amp;style=compact&amp;service=su.pr" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://blur-designs.com/blog/guest-blog-all-eyes-on-us%e2%80%a6/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
