<?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>AmberWeinberg.com &#187; design</title>
	<atom:link href="http://www.amberweinberg.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amberweinberg.com</link>
	<description>Design, Development and Freelance Articles and Tutorials</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:30:02 +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>Web Designers vs. Web Developers</title>
		<link>http://www.amberweinberg.com/web-designers-developers/</link>
		<comments>http://www.amberweinberg.com/web-designers-developers/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 14:30:18 +0000</pubDate>
		<dc:creator>Alex Katrompas</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[design]]></category>
		<guid isPermaLink="false">http://www.amberweinberg.com/?p=3378</guid>
		<description><![CDATA[I recently saw a discussion online asking the question, “Do Web designers need Web developers...]]></description>
			<content:encoded><![CDATA[<p><img style="padding-right: 15px;" src="http://amk.cc/images/www.jpg" alt="" width="300" height="184" align="left" /></p>
<p>I recently saw a discussion online asking the question, “Do Web designers need Web developers anymore?”  This is a very important question but not because of what it asks but because of what it suggests.  This question suggests there is a movement toward designers not needing developers.  This is absolutely not true.  There are many examples and reasons why that is not true but it’s still a surprisingly common question.  There is one case (arguably) where designers don’t need developers (or vice versa).  For small, information-only sites you can get away with just a designer (or just a developer).  There are many WYSIWYG tools, templates, and canned solutions that let a designer build a simple site alone.  Just as there are many graphics applications, free graphics, and templates that would let a developer build a site alone.  That is of course if you only need a very simple site.  The simple informative type site is the internet equivalent of a highway billboard or a flier, it’s just a placeholder for information.  If that’s all you need then a designer alone can build your site.  As soon as you pass beyond that level then you cannot have your designer and developer in one.  Here are some major reasons you do not want a developer and designer in one.</p>
<h3>Art vs. Science</h3>
<p><img style="padding-left: 15px;" src="http://amk.cc/images/hand.jpg" alt="" width="188" height="250" align="right" /></p>
<p>Developers are typically science and technology minded, they are not usually artists (at least not great ones).  By the same token, most artists are not great coders.  Good code takes discipline, training, and strict adherence to standards.  While there may be exceptions to this generalization, most people that are logic/code minded are not great artists and vice versa.  Remember back in high school how the English teacher always complained about not being able to do math and the math teacher couldn’t spell his own name?  Same thing.  Separating design and code with specialists in each area and you will dramatically increase the quality of both while only marginally increasing your cost (&lt;20% usually).</p>
<h3>Search Engine and Social Media Optimization</h3>
<p>Designers generally do not keep up on the current best practices in search engine and social media optimization, its not their job.  Just like developers usually aren’t paying attention to the latest versions of Photoshop or what colors are “in” this year.  A designer built site may look good but if no one can find it then it doesn’t matter how good it looks.  While SEO and SMO are not very complicated they do need to be done and done right.</p>
<p><img style="padding-right: 15px;" src="http://amk.cc/images/mod.jpg" alt="" width="188" height="174" align="left" /></p>
<h3>Modularity and Scalability</h3>
<p>A web site is a piece of software and good software requires the separation of front-end (user interface) from back-end (processing).  In the case of a website this line can get blurred or obscured completely, especially for small informative only site.  When you hire a designer alone to build your site you are explicitly hiring a person that thinks in terms of front-end (user interface).  A designer will build your site to display correctly but your site will be built to work dependent on the way it looks and vice versa.  Why is this bad?  Because then you can’t change the way it looks without changing the way it works and vice versa – the two are one.  Suppose you want to give your site a face-lift? You should be able to make major alterations to look and feel without changing the way anything functional behaves.  For example on this site there is a faq section that is functional (draws information from a database dynamically).  That piece of back-end code delivers faq messages regardless of the look and feel of the site.  The face of the site can be altered but that piece of code remains unchanged and it still works.  Another example, suppose you want to expand your site and add major functionality.  You should be able to scale up the functionality without concern for look and feel.  Your site should be built to scale up functionally with the look and feel coming along for the ride seamlessly.  Hire a designer only and you almost guarantee you will break both modularity and scalability.</p>
<h3>Marketing vs. Production</h3>
<p>The design of your website is a marketing function, not a production activity.  Think of a magazine layout vs. the writers – two different people with different skills.  One is concerned with look and feel, colors, target market, etc.  The other is concerned with the technical details.  Similarly think of a car designer vs. the factory workers that put the car together – different people.  When you design your site you are in a marketing phase.  In the design you need someone well versed in style and presentation who understands color, feel, target audience, etc.  When you build your site you need a programmer.  Put those two tasks in one person and you’ll cheat yourself out of the best of both.</p>
<h3>Common Sense</h3>
<p>Asking the “designer vs. developer” question is like asking “Do building architects need home builders anymore?” or “Do automotive designers need automotive builders anymore?” Of course they do. The evolution of any technology is always toward specialization and separation of labor not away from it.  The beginning of any technology sees the inventor, designer, and builder as all the same person – as it was in the beginning of the web (i.e. the webmaster). The maturation of any technology sees specialties and specialists growing, not merging (generally speaking).  This is especially true in any technology that can capitalize on concurrent production (e.g. a car engine can be built concurrent to the body).  In any complex web site the back-end can be built concurrent to the front-end design and construction.  This requires the separation of labor not the merging of labor.</p>
<p>There will be people that will say a designer and developer can be one.  Everyone “knows” that one guy that claims he can do both.  If that all-in-one wonder person exists then he’s the exception to the rule.  Not all sites need to be spectacular, some are just placeholders for basic information, however if you want a really good site then you need separate designers and developers.</p>
<h3  class="related_post_title">Related Posts You Might Like</h3><ul class="related_post"><li><a href="http://www.amberweinberg.com/teaching-graphic-designers-about-the-web/" title="Teaching Graphic Designers About The Web">Teaching Graphic Designers About The Web</a></li><li><a href="http://www.amberweinberg.com/35-books-all-freelance-web-developers-should-read/" title="35 Books All Freelance Web Developers Should Read">35 Books All Freelance Web Developers Should Read</a></li><li><a href="http://www.amberweinberg.com/41-questions-to-ask-before-you-start-a-web-project/" title="41 Questions To Ask Before You Start A Web Project">41 Questions To Ask Before You Start A Web Project</a></li><li><a href="http://www.amberweinberg.com/the-best-development-articles-of-amberweinberg-com/" title="The Best Development Articles Of AmberWeinberg.com">The Best Development Articles Of AmberWeinberg.com</a></li><li><a href="http://www.amberweinberg.com/do-you-have-to-go-to-college-to-be-a-designer-or-developer/" title="Do You Have To Go To College To Be A Designer or Developer?">Do You Have To Go To College To Be A Designer or Developer?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.amberweinberg.com/web-designers-developers/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>IdeaSelling: Successfully Pitching Your Creative Ideas</title>
		<link>http://www.amberweinberg.com/ideaselling-successfully-pitching-your-creative-ideas/</link>
		<comments>http://www.amberweinberg.com/ideaselling-successfully-pitching-your-creative-ideas/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 14:30:05 +0000</pubDate>
		<dc:creator>Amber Weinberg</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[pitching]]></category>
		<category><![CDATA[reviews]]></category>
		<guid isPermaLink="false">http://www.amberweinberg.com/?p=3351</guid>
		<description><![CDATA[IdeaSelling by Sam Harrison is an interesting short read read on how to pitch your...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-3352" title="ideaselling_book_cover_full" src="http://www.amberweinberg.com/wp-content/uploads/2010/08/ideaselling_book_cover_full-217x300.jpg" alt="" width="217" height="300" /><a href="http://www.amazon.com/gp/product/1600616690?ie=UTF8&amp;tag=portofambewei-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1600616690">IdeaSelling</a> by Sam Harrison is an interesting short read read on how to pitch your ideas to clients and how to make a sale.  The book contains many quotes, ideas and quick worksheets in order to gain the confidence to approach a client and make a successful sale.</p>
<p>I wasn&#8217;t into the book very much at first. The layout of the pages is kinda weird and artsy, making it a bit hard to read, but thanks to the briefness of text on each pages, it&#8217; isn&#8217;t so bad. I warmed up to it halfway through the book, as it began covering some ideas I could use with my own clients. This book is perfect for people who go out and pitch clients in person, although a lot of what it covers can be translated online or on the phone as well.</p>
<p>The book spans 240 pages with eight chapters and each page is a different &#8220;section&#8221; or topic (similar to the 37signals Rework book). Some of the more interesting chapters include: Learn By Asking The Right Questions, How To Present A Powerful Pitch and How To Handle Objections.</p>
<p><a href="http://www.amazon.com/gp/product/1600616690?ie=UTF8&amp;tag=portofambewei-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1600616690">IdeaSelling</a> has some unique viewpoints in the way you view and treat your clients. I was especially interested in the section about selling, where they give you a scale to put your client on from unaware of you and your product to ready to buy. It&#8217;s quite an interesting way to view the sales process.</p>
<h3>Where to buy it</h3>
<p>You can find <a href="http://www.amazon.com/gp/product/1600616690?ie=UTF8&amp;tag=portofambewei-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1600616690">IdeaSelling</a> at <a href="http://www.amazon.com/gp/product/1600616690?ie=UTF8&amp;tag=portofambewei-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1600616690">Amazon</a> for $11.55</p>
<h3  class="related_post_title">Related Posts You Might Like</h3><ul class="related_post"><li><a href="http://www.amberweinberg.com/review-of-trust-agents-using-the-web-to-build-influence-by-chris-brogan/" title="Review of Trust Agents: Using The Web To Build Influence by Chris Brogan">Review of Trust Agents: Using The Web To Build Influence by Chris Brogan</a></li><li><a href="http://www.amberweinberg.com/a-review-of-the-designers-guide-to-marketing-pricing/" title="A Review of The Designer&#8217;s Guide to Marketing &amp; Pricing">A Review of The Designer&#8217;s Guide to Marketing &amp; Pricing</a></li><li><a href="http://www.amberweinberg.com/finding-your-first-clients/" title="Finding Your First Clients">Finding Your First Clients</a></li><li><a href="http://www.amberweinberg.com/review-of-clientophilic-freelancing/" title="Review of Clientophilic Freelancing">Review of Clientophilic Freelancing</a></li><li><a href="http://www.amberweinberg.com/35-books-all-freelance-web-developers-should-read/" title="35 Books All Freelance Web Developers Should Read">35 Books All Freelance Web Developers Should Read</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.amberweinberg.com/ideaselling-successfully-pitching-your-creative-ideas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Teaching Graphic Designers About The Web</title>
		<link>http://www.amberweinberg.com/teaching-graphic-designers-about-the-web/</link>
		<comments>http://www.amberweinberg.com/teaching-graphic-designers-about-the-web/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 14:30:58 +0000</pubDate>
		<dc:creator>Amber Weinberg</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[development]]></category>
		<guid isPermaLink="false">http://www.amberweinberg.com/?p=3324</guid>
		<description><![CDATA[I was listening to episode #53 of SitePoint&#8217;s podcast when they mentioned that old &#8220;should...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-3326" title="109450603_e979ad6109" src="http://www.amberweinberg.com/wp-content/uploads/2010/08/109450603_e979ad6109-279x300.jpg" alt="" width="279" height="300" />I was listening to episode #53 of SitePoint&#8217;s podcast when they mentioned that old &#8220;should designers code?&#8221; debate. While I don&#8217;t want to beat a dead horse, SitePoint made a great comment &#8211; that perhaps someone should figure out how to write a book on how to teach graphic designers how to do web design. After all, merely telling them to look at the code isn&#8217;t going to help them.</p>
<p>This got me thinking. I would love to write this book considering that I was trained to be a graphic designer in college, have been coding since middle school and worked as a web designer for a few years. Who better to write this book that someone who&#8217;s been on every side?</p>
<p>Unfortunately I&#8217;m pretty busy so I don&#8217;t think I&#8217;ll be writing one any time soon. So I thought I&#8217;d spend some time today thinking about some advice I&#8217;d give a graphic designer who wanted to move into the web. Here goes.</p>
<h3>The Grid is More Important on the Web</h3>
<p>Graphic designers love using the grid, so a web-based grid shouldn&#8217;t come as a surprise to them. However, grids for web design are much more different than a regular design grid.</p>
<p>Unlike print design, you never have set dimensions. For example, a print designer might be doing something on an 8.5&#215;11 sized paper. On the web however, some people might have 3&#8243; screens, or they might have 30&#8243; monitors and you have to cater to both. Also, there&#8217;s technically no limit to how long a web page can be, unlike a real page of paper.</p>
<p>You also run into coding and browser issues when designing off a grid. When designing a website, remember that coded elements can only be rectangle shaped. A developer can&#8217;t code a rounded element.</p>
<h3>There&#8217;s More Than One &#8220;Printer&#8221; On the Web</h3>
<p>When designing for print, you need to know the printer you&#8217;re going to use&#8217;s type of paper, ink and requirements for files. That&#8217;s it. One the web however, you have to remember different screen sizes, different browsers, even the same browser on different operating systems. Plus now we have mobile devices like the iPhone and the *gay* Droid and larger mobile devices like the iPad. Your site should ideally be able to work on all of them with or without mobile versions.</p>
<h3>Don&#8217;t Squeeze</h3>
<p>Unlike print, you don&#8217;t have to squeeze every bit of info on one page or in one area. You can set multiple pages in a site, dropdown menus, sliders and tabs to hold extra content.</p>
<p>This means that the website also isn&#8217;t static. Unlike paper you can have things moving around, you can change the appearance on the site based on page load or type of browser agent.</p>
<h3>Too Little Decoration Please</h3>
<p>In print, everything costs extra. Even colors. A two color print costs much less than a 3 or 4 color print. Embossing, gloss, even the type of paper you choose in your design can add up quickly in cost. This isn&#8217;t necessarily true in web design though. You can add all sorts of cool effects and decoration to the site design-wise and it won&#8217;t cost any more.</p>
<p>Because of this, I&#8217;ve seen a ton of print designers who pile on every rounded corner, gradient, swoosh or anything else they can. Please stop!</p>
<h3>You Thoughts</h3>
<p>What&#8217;s some of the advice you&#8217;d give to a graphic designer who wanted to move into the web?</p>
<p><em>image by </em><a href="http://www.flickr.com/photos/maxpower/"><em>Ross Catrow</em></a></p>
<h3  class="related_post_title">Related Posts You Might Like</h3><ul class="related_post"><li><a href="http://www.amberweinberg.com/35-books-all-freelance-web-developers-should-read/" title="35 Books All Freelance Web Developers Should Read">35 Books All Freelance Web Developers Should Read</a></li><li><a href="http://www.amberweinberg.com/the-best-development-articles-of-amberweinberg-com/" title="The Best Development Articles Of AmberWeinberg.com">The Best Development Articles Of AmberWeinberg.com</a></li><li><a href="http://www.amberweinberg.com/kayleeweinberg-com/" title="Kayleeweinberg.com">Kayleeweinberg.com</a></li><li><a href="http://www.amberweinberg.com/contribute-friday-web-development-recommendations/" title="Contribute Friday: Web Development Recommendations">Contribute Friday: Web Development Recommendations</a></li><li><a href="http://www.amberweinberg.com/should-designers-know-how-to-code-thoughts-from-a-developer/" title="Should Designers Know How To Code? Thoughts From A Developer">Should Designers Know How To Code? Thoughts From A Developer</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.amberweinberg.com/teaching-graphic-designers-about-the-web/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>35 Books All Freelance Web Developers Should Read</title>
		<link>http://www.amberweinberg.com/35-books-all-freelance-web-developers-should-read/</link>
		<comments>http://www.amberweinberg.com/35-books-all-freelance-web-developers-should-read/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 14:30:59 +0000</pubDate>
		<dc:creator>Amber Weinberg</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[objective c]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[socialmedia]]></category>
		<category><![CDATA[strategy]]></category>
		<guid isPermaLink="false">http://www.amberweinberg.com/?p=3215</guid>
		<description><![CDATA[If you follow me on Goodreads, you know that I absolutely love to read. I&#8217;ve always been a...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3216" title="freelancefolder" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/freelancefolder2.jpeg" alt="" width="590" height="277" /></p>
<p>If you follow me on <a href="http://www.goodreads.com/">Goodreads</a>, you know that I absolutely love to read. I&#8217;ve always been a big reader, but since I&#8217;ve become a freelance I&#8217;ve made sure to read even more than usual, in the field of business, development and the web in general.</p>
<p>Reading is essential to any developer&#8217;s improvement. While <a href="http://freelancefolder.com/20-must-read-blogs-for-online-entrepreneurs/">blogs and magazines are great to read</a> for a quick update, nothing replaces a good informative book. Even though web development isn&#8217;t the most interesting topic to read about, I&#8217;ve been able to find a lot of interesting and informative books over the years that have helped me to improve both my dev and business skills.</p>
<p><a href="http://freelancefolder.com/35-books-all-freelance-web-developers-should-read/">Read the rest of my post on FreelanceFolder »</a></p>
<h3  class="related_post_title">Related Posts You Might Like</h3><ul class="related_post"><li><a href="http://www.amberweinberg.com/101-things-to-do-in-2010-if-youre-a-freelance-developer/" title="101 Things To Do In 2010 If You&#039;re A Freelance Developer">101 Things To Do In 2010 If You&#039;re A Freelance Developer</a></li><li><a href="http://www.amberweinberg.com/the-best-development-articles-of-amberweinberg-com/" title="The Best Development Articles Of AmberWeinberg.com">The Best Development Articles Of AmberWeinberg.com</a></li><li><a href="http://www.amberweinberg.com/awesome-free-design-developer-resources/" title="Awesome Free Design &#038; Developer Resources">Awesome Free Design &#038; Developer Resources</a></li><li><a href="http://www.amberweinberg.com/xhtml-css-for-mobile-development/" title="XHTML &amp; CSS For Mobile Development">XHTML &amp; CSS For Mobile Development</a></li><li><a href="http://www.amberweinberg.com/building-findable-websites/" title="Building Findable Websites">Building Findable Websites</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.amberweinberg.com/35-books-all-freelance-web-developers-should-read/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview With Francisco of Finch</title>
		<link>http://www.amberweinberg.com/interview-with-francisco-of-finch/</link>
		<comments>http://www.amberweinberg.com/interview-with-francisco-of-finch/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 14:30:30 +0000</pubDate>
		<dc:creator>Amber Weinberg</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[personal stories]]></category>
		<guid isPermaLink="false">http://www.amberweinberg.com/?p=3148</guid>
		<description><![CDATA[I&#8217;d like to welcome Francisco as my first interviewee on the blog! Many of you...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-3150" title="Finch1" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/Finch1-300x225.jpg" alt="" width="300" height="225" />I&#8217;d like to welcome Francisco as my first interviewee on the blog! Many of you know him as <a href="http://getfinch.com">Finch</a> or the guy with the big logo. But who is he really?</p>
<p>I was able to get him to stop working for a few minutes in order to answer some questions and let us in to some of his juicy secrets. Let&#8217;s dive out and find out who this guy really is!</p>
<h3>First, can we have a short bio of who you are? Did you go to school for design?</h3>
<p>My name is Francisco Inchauste. I am also known as Finch from my website. I’m a designer and writer.</p>
<p>I didn’t go to school for design. In my first job I volunteered to try and help out while one of the designers was gone for a few months. They ended up liking the work I was doing. You could say I am self-taught, but that isn’t the reality of it. I was really fortunate to have some great mentors along the way that taught me a lot and guided me towards the fundamentals of graphic design. Without them I don’t think I would have the mindset I needed to be a designer. I did end up taking some courses in typography and print production. Jumping in the deep end and getting experience, as well as finding mentors, was everything.</p>
<p><img class="alignnone size-large wp-image-3154" title="SK_Map" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/SK_Map-590x442.jpg" alt="" width="590" height="442" /></p>
<h3>What do you do for a living? Do you have a full-time job, do you freelance?</h3>
<p>I work for <a href="http://www.universalmind.com">Universal Mind</a> as a Senior UX Designer in our Michigan UX studio. We create applications for companies like Verizon and Adobe (and many others). The projects are always about solving very interesting problems through design. Many times there are not things out there you can refer to as a benchmark. Everyone from design to development is really great at what they do. It pushes me to grow everyday. At the same time they don’t take themselves too seriously (a.k.a. no big egos) and are easy to work with.</p>
<p>What I love about my job is I can come into the office and collaborate with the team, or work at home for the week to just crank on some work. It’s a very flexible environment.</p>
<p><img class="alignnone size-large wp-image-3149" title="AdobeDemo" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/AdobeDemo-590x442.jpg" alt="" width="590" height="442" /></p>
<h3>What do you specialize in?</h3>
<p>My sweet spot is interaction design. I have been moving away from designing websites in the past few years. I focus on design for desktop software, web apps, and I’m also doing more work for devices like the iPad.</p>
<p>I work with the team to create the front end of the application. We call it the design framework. I also work on the more IA piece of projects to sketch out the structure and screens, as well as wireframe. I love this part because you are laying the foundation of the design and quickly figuring out what works and what doesn’t in quick iterations with the team.</p>
<h3>Print or web? Why?</h3>
<p>Print. If you look at the trends, every web/digital designer wants to be a print designer. Although, not literally. We’re just pushing the designs behind our flat, smooth screens to have some sort of life and become much more tactile. Look at the use of faux surfaces, added texture to elements, and the infamous letterpress effect.</p>
<p>Now with tablet devices we’re seeing the surge of published materials like the Wired magazine app being designed to mimic print magazine layouts. The art directed posts and articles for blogs also do the same thing for websites. It’s natural that as digital designers we would take inspiration from this more established form of design.</p>
<h3><img class="alignnone size-large wp-image-3156" title="TCFF_2010" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/TCFF_2010-590x368.jpg" alt="" width="590" height="368" /></h3>
<h3>Where do you find your inspiration?</h3>
<p>Everywhere. The creative side of my mind is always on. I stash away ideas for later use. I try to have a notebook handy to capture ideas if I can. For some reason when I do work that doesn’t require much thought, like mowing the lawn, my mind starts generating tons of ideas for designs or articles I’m working on.</p>
<p>As for pure design inspiration, I find a lot of it in looking at handcrafted work and vintage illustrations. One of my favorite blogs right now is <a href="http://ajourneyroundmyskull.blogspot.com/">A Journey Round My Skull</a>. Some really cool stuff there.</p>
<h3><span style="font-weight: normal; font-size: 13px;"><img class="alignnone size-large wp-image-3152" title="Imogen" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/Imogen-590x442.jpg" alt="" width="590" height="442" /></span>Who&#8217;s your favorite designer? Typographer?</h3>
<p>I know it’s almost a cliché at this point, but Paul Rand. It’s not necessarily from his design sensibility alone. It’s from his design thinking. Every time I’ve seen a video of him talking about design, or read anything he has written, it is very poetic. I can only aspire to have that same clarity and be able to articulate my thoughts about something so encompassing as design.</p>
<p>My favorite typographer is quite easy. My big ass logo would not be what it is without the work of Alejandro Paul. His type foundry <a href="http://www.sudtipos.com/home">Sudtipos</a> has some nice work. Another foundry I really like is <a href="http://www.typography.com/">Hoefler &amp; Frere-Jones</a>.</p>
<h3>How do you start a new project? Do you sketch?</h3>
<p>If I am starting a project with the team, we whiteboard, and use a lot of sticky notes. If it is just something I am working on without anyone else I try to start with sketches. I still have a bad habit of wanting to just start designing in Fireworks, but I find it is much more efficient if don’t. I can find and discount solutions that seem great in my head because once you start to build out the screens or workflow you quickly find what works. Better to do that in 20 minutes on a sketchpad, rather than an hour or more on the computer.</p>
<p><img class="alignnone size-large wp-image-3155" title="Sketch" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/Sketch-590x442.jpg" alt="" width="590" height="442" /></p>
<h3>What&#8217;s your favorite type of project to do?</h3>
<p>I love projects that are starting from scratch and where I’m not just brought in to fix something that is near the end. Design isn’t meant to cover up problems; it’s meant to solve them. That also has to do with how people think about design. If they only see it as a veneer, then they will never get a value out of it. If they see design as a balance of things that are visible and invisible, then the project can really be successful.</p>
<p>I see many cases that people bring the designer in after the software or website is functional. When you leave design out of a product it does not equal an absence of design, it means an intentional creation of poor design. Surface level touch ups can’t cover up a poor experience under the hood.</p>
<h3>Can you do any development? Is your HTML pretty?</h3>
<p>Well… I wouldn’t say I am a developer by any means. I try to structure my HTML and CSS as good as I am able to. It is very important for me to have valid code. Although I forgot to do that the last time I updated and was blaming other things. I really only code and maintain my personal site and CMS. It’s a better world for that.</p>
<h3>What&#8217;s something you think you do well? What&#8217;s something you need improvement in?</h3>
<p>Design for both. There is this point where you know that you suck at certain parts of design and are good at others. I think you can only get there through experience. I don’t think that there will ever be a point where I get to the top of the design mountain and say I’ve conquered it. It is this constant in your career where you get to the top of one mountain only to find there is an entire range of mountains you couldn’t see before. At that point you have to choose which one to conquer next. You also realize you’ll never be able to physically climb all of them.</p>
<p><img class="alignleft size-medium wp-image-3153" title="screenshot_01" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/screenshot_011-264x300.jpg" alt="" width="264" height="300" /></p>
<h3>Where did you come up with the Finch identity? Why such a big logo? Are you compensating? <img src='http://www.amberweinberg.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </h3>
<p>I came up with the identity while I was researching typefaces for a while and came across a few that worked. Once I put the Finch name on the page using Candy Script, I knew it was right.</p>
<p>When I was working on the last version of the site in late 2008 I was trying to be more graphic and design the site with a bold, print feel. I wanted something like you would find on the intro page for a feature article in a magazine. For the heck of it I made the logo huge and dropped it on the page. I knew it would either be misunderstood or that people would like it. Either way it caused a reaction, which I think is a good thing.</p>
<h3>Mac or PC?</h3>
<p>Mac for sure.</p>
<h3>Is Scrivs whiny? (Don&#8217;t worry, he&#8217;s too mean to read my blog, he&#8217;ll never know what you really think of him)</h3>
<p>I think Scrivs (<a href="http://drawar.com">Drawar</a>) is a good guy and is working hard at building a great community. I don’t think he is whiny, maybe more wimpy. He needs to really stand up to some of these other design community blogs and tell them to get out of the way.</p>
<h3><img class="alignleft size-medium wp-image-3151" title="Finch2" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/Finch2-300x225.jpg" alt="" width="300" height="225" />Tell us something no one online knows about <img src='http://www.amberweinberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </h3>
<p>I’ll give you two as promised:</p>
<p>1) The name Finch is not just some random thing. A long time ago someone said they would type my name in an email and “F, Inch” would come up and not show the rest of my last name. So she started calling me Finch. I decided it would be a good identity for my design work.</p>
<p>2) I used to be a postman. Maybe more postboy at the time. Anyway, I worked for the U.S. Postal Service as a mail carrier for a bit during college.</p>
<h3>For the ladies in the design/dev world, are you single?</h3>
<p>I think the interest in this question will have passed after seeing my picture. If you must know, I am taken. However, if you are reading this and your name is Shakira, then I am very single.</p>
<h3>The Readers</h3>
<p>Any questions for Finch?</p>
<h3  class="related_post_title">Related Posts You Might Like</h3><ul class="related_post"><li><a href="http://www.amberweinberg.com/do-you-have-to-go-to-college-to-be-a-designer-or-developer/" title="Do You Have To Go To College To Be A Designer or Developer?">Do You Have To Go To College To Be A Designer or Developer?</a></li><li><a href="http://www.amberweinberg.com/creative-break-meet-nashville/" title="Creative Break: Meet Nashville">Creative Break: Meet Nashville</a></li><li><a href="http://www.amberweinberg.com/41-questions-to-ask-before-you-start-a-web-project/" title="41 Questions To Ask Before You Start A Web Project">41 Questions To Ask Before You Start A Web Project</a></li><li><a href="http://www.amberweinberg.com/5-sites-from-designers-developers/" title="8 Awesome Sites From Designers &#038; Developers">8 Awesome Sites From Designers &#038; Developers</a></li><li><a href="http://www.amberweinberg.com/the-price-of-being-great/" title="The Price of Being Great">The Price of Being Great</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.amberweinberg.com/interview-with-francisco-of-finch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>41 Questions To Ask Before You Start A Web Project</title>
		<link>http://www.amberweinberg.com/41-questions-to-ask-before-you-start-a-web-project/</link>
		<comments>http://www.amberweinberg.com/41-questions-to-ask-before-you-start-a-web-project/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 14:30:32 +0000</pubDate>
		<dc:creator>Amber Weinberg</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">http://www.amberweinberg.com/?p=3136</guid>
		<description><![CDATA[I first met Justin Davis of Madera Labs at PodCamp Nashville back in March. His...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-3137" title="41 Questions Cover" src="http://www.amberweinberg.com/wp-content/uploads/2010/07/41-Questions-Cover-231x300.jpg" alt="" width="231" height="300" />I first met Justin Davis of <a href="http://www.maderalabs.com/">Madera Labs</a> at PodCamp Nashville back in March. His <a href="http://www.amberweinberg.com/podcamp-nashville-2010-the-place-for-designers-developers-podcasters/">session on user experience (2nd video down)</a> was probably the most entertaining talk I&#8217;ve ever seen at a conference.</p>
<p>So it was with pleasure that when he announced his eBook, I was able to get(beg for) an advanced copy in order to review for you guys &#8211; and it&#8217;s great!</p>
<p>Even though <a href="http://store.maderalabs.com/">41 Questions To Ask Before You Start A Web Project</a> was really meant for companies who were starting their own web project, I think it&#8217;s something every web agency and freelancer should read and give to every one of their clients.</p>
<h3>What&#8217;s It About?</h3>
<p>Basically, the book is split into six sections with the last section being a group &#8220;cheat sheets&#8221; that allow you to easily use the questions in the book. The five sections consist of the 41 Questions split up, with a quick explanation to the section and who should be asked the questions. Each question also contains a further explanation of what it&#8217;s meant for. The five sections are:</p>
<ul>
<li>Strategy</li>
<li>Marketing and Positioning</li>
<li>Design</li>
<li>Production</li>
<li>Management</li>
</ul>
<p>The book itself is only 27 pages long, including the cheat sheets, so it&#8217;s a very quick and informative reading that one can finish in less than 30 minutes.</p>
<h3>Why Would I Need This Book?</h3>
<p>I mentioned earlier that this book was meant for the client itself, not for the web agency or freelancer, so why would you need it? I think the 41 Questions themselves are a great way to find out everything you&#8217;d need to know from the client before you begin work on the project. We all know how tough it can be to find out what clients what &#8211; and what they need &#8211; when starting a project from scratch. Thankfully, Justin Davis has written a new eBook to help us gauge exactly what a project entails, what it takes to make it happen and how to do it!</p>
<h3>Where Can I Find It?</h3>
<p>You can <a href="http://store.maderalabs.com/">download the eBook from Madera Labs here</a> for only $9.95!</p>
<h3  class="related_post_title">Related Posts You Might Like</h3><ul class="related_post"><li><a href="http://www.amberweinberg.com/why-you-should-buy-that-ipad-even-if-you-own-an-iphone/" title="Why You Should Buy That iPad, Even If You Own An iPhone">Why You Should Buy That iPad, Even If You Own An iPhone</a></li><li><a href="http://www.amberweinberg.com/8-great-apps-that-every-freelance-developer-needs/" title="8 Great Apps that Every Freelance Developer Needs">8 Great Apps that Every Freelance Developer Needs</a></li><li><a href="http://www.amberweinberg.com/the-smashing-book-review-and-win-a-copy/" title="The Smashing Book Review&#8230;And Win A Copy!">The Smashing Book Review&#8230;And Win A Copy!</a></li><li><a href="http://www.amberweinberg.com/ideaselling-successfully-pitching-your-creative-ideas/" title="IdeaSelling: Successfully Pitching Your Creative Ideas">IdeaSelling: Successfully Pitching Your Creative Ideas</a></li><li><a href="http://www.amberweinberg.com/do-you-have-to-go-to-college-to-be-a-designer-or-developer/" title="Do You Have To Go To College To Be A Designer or Developer?">Do You Have To Go To College To Be A Designer or Developer?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.amberweinberg.com/41-questions-to-ask-before-you-start-a-web-project/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
