<?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>Good Web Work</title>
	<atom:link href="http://www.goodwebwork.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goodwebwork.com</link>
	<description>stuff for web designers, stuff for clients, and whatever else</description>
	<lastBuildDate>Sun, 05 Feb 2012 05:13:04 +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>How to use Google web fonts</title>
		<link>http://www.goodwebwork.com/2012/02/how-to-use-google-web-fonts/</link>
		<comments>http://www.goodwebwork.com/2012/02/how-to-use-google-web-fonts/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 15:00:41 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3414</guid>
		<description><![CDATA[Over the last couple of years, web fonts have given designers a lot more options for putting good typography on websites. One source for free, open-source web fonts is the Google web fonts. Here&#8217;s an excerpt from the site: All of the fonts are Open Source. This means that you are free to share your [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last couple of years, web fonts have given designers a lot more options for putting good typography on websites.  One source for free, open-source web fonts is the <a href="http://www.google.com/webfonts" title="Google web fonts">Google web fonts</a>.  Here&#8217;s an excerpt from the site:</p>
<blockquote><p>
All of the fonts are Open Source. This means that you are free to share your favorites with friends and colleagues. You can even improve or customize them and collaborate with the original designer. And you can use them in every way you want, privately or commercially – in print, on your computer, or in your websites.
</p></blockquote>
<p>Using these fonts and the Google web font API is quick and easy once you know what you&#8217;re doing.</p>
<p>You have to drop a little bit of code in each HTML file that will use the font(s).  It looks something like this (be sure to refer to the <a href="http://www.google.com/webfonts" title="Google web fonts">Google web fonts site</a> for the latest code):</p>

<div class="wp_syntax"><div class="code"><pre class="html4" style="font-family:monospace;">&lt;link href='http://fonts.googleapis.com/css?family=Telex' rel='stylesheet' type='text/css'&gt;</pre></div></div>

<p>Then you have to put some code in your CSS file whenever you want to use the given font in a declaration.  That would look something like this:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'Telex'</span><span style="color: #00AA00;">,</span> Arial<span style="color: #00AA00;">,</span> Verdana<span style="color: #00AA00;">,</span> <span style="color: #993333;">sans-serif</span><span style="color: #00AA00;">;</span></pre></div></div>

<p>Again, be sure to use the code from Google&#8217;s site, not necessarily the code above in case it changes in the future.</p>
<p>Another thing you can do is download these fonts and install them to your machine so you can use them in Photoshop, Fireworks, etc.  </p>
<p>The way the interface works for downloading, you just add one or more fonts to your &#8220;collection&#8221; by clicking the &#8220;Add to Collection&#8221; link beside each font in the list.  Then you can hit &#8220;Download your Collection&#8221; to download the selected fonts as a .zip file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2012/02/how-to-use-google-web-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The increasing importance of website objectives</title>
		<link>http://www.goodwebwork.com/2011/12/the-increasing-importance-of-website-objectives/</link>
		<comments>http://www.goodwebwork.com/2011/12/the-increasing-importance-of-website-objectives/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 03:56:37 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3408</guid>
		<description><![CDATA[The web gives us more options every day. Because of all the possible directions you can go, it&#8217;s important to have a clear understanding of what you want your website to accomplish, so you can make informed decisions about what to include and not include in your web presence. When making decisions regarding your website, [...]]]></description>
			<content:encoded><![CDATA[<p>The web gives us more options every day.  </p>
<p>Because of all the possible directions you can go, it&#8217;s important to have a clear understanding of <a href="http://www.goodwebwork.com/2010/07/know-what-you-want-your-website-to-accomplish/">what you want your website to accomplish</a>, so you can make <a href="http://www.goodwebwork.com/2010/11/making-informed-choices-about-your-web-presence/">informed decisions</a> about what to include and not include in your web presence.  </p>
<p>When making decisions regarding your website, the answer almost always starts with these two words:  It depends. </p>
<p>It depends on what you&#8217;re trying to communicate.  It depends on who you&#8217;re trying to communicate to.  It depends what technology your users prefer.  It depends what you can afford.  It depends how the site will be maintained.  </p>
<p>I could go on and on with sentences like these.  The reason this answer comes up over and over is because there are practically zero tools or techniques that end up being the right choice independent of anything else.  Each one is right for a particular task, for a particular situation, for a particular person or group of people, and so on.  </p>
<p>And all those particulars ultimately flow from the objectives of your website.  What are you trying to accomplish?  What&#8217;s the point of making the thing in the first place?  </p>
<p>When you don&#8217;t know your website&#8217;s objectives, it&#8217;s impossible to know whether any decision makes sense.  When you do know your website&#8217;s objectives, it&#8217;s still a challenge to make the best decisions, but at least you have a chance to succeed without relying on blind luck and chance.  </p>
<p>What&#8217;s interesting is the direction this trend is going.  It&#8217;s always been important to think about website objectives, but with the shiny new digital options expanding all the time, it&#8217;s likely to get even more important over the next few years.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/12/the-increasing-importance-of-website-objectives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A very simple intro to building a Shopify theme</title>
		<link>http://www.goodwebwork.com/2011/11/a-very-simple-intro-to-building-a-shopify-theme/</link>
		<comments>http://www.goodwebwork.com/2011/11/a-very-simple-intro-to-building-a-shopify-theme/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 03:23:07 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3412</guid>
		<description><![CDATA[I recently started doing some work with Shopify, and everything I&#8217;ve seen so far has been very cool. It&#8217;s easy to work with, very flexible and customizable, and being a hosted e-commerce platform, it takes a lot of the headache of e-commerce work off the store owner and the web designer/developer. I thought I&#8217;d write [...]]]></description>
			<content:encoded><![CDATA[<p>I recently started doing some work with <a href="http://www.shopify.com/" title="Shopify">Shopify</a>, and everything I&#8217;ve seen so far has been very cool.  It&#8217;s easy to work with, very flexible and customizable, and being a hosted e-commerce platform, it takes a lot of the headache of e-commerce work off the store owner and the web designer/developer.</p>
<p>I thought I&#8217;d write up a little bit of what I&#8217;ve learned just in case it might be helpful to anyone else.  To start, I want to look at the very first steps in building a Shopify theme.  </p>
<p>As with learning anything new in web work, the first thing I needed to do when I started working in Shopify was to get the lay of the land.  That would eventually include learning about Liquid, Shopify&#8217;s theming language, but before getting into that, I had to get my head around the file structure of what comprises a Shopify theme.  </p>
<p>Basically, a Shopify theme consists of three folders:  </p>
<ul>
<li>Assets folder</li>
<li>Layout folder</li>
<li>Templates folder</li>
</ul>
<p>Understanding what these folders and the files in them control is where it all starts when you get ready to build your first Shopify theme, so let&#8217;s get to it.</p>
<h3>Assets folder</h3>
<p>The assets folder is where you put all your theme images and CSS files.  Theme images do not include the product images for your online store.  All those images are uploaded through the Admin panel.  Theme images would include page backgrounds, logos, banner images &mdash; basically any images that are used in the theme itself.  </p>
<h3>Layout folder</h3>
<p>The layout folder contains only one file &mdash; a very important file called theme.liquid.  On the Shopify Wiki, this file is referred to as the theme template.  This is where you define sort of the frame that will surround the content for each page on your Shopify store.  I&#8217;m sure there are a lot of ways you could approach theme.liquid, but the way I&#8217;ve done it so far is to use this page to set up a header and a footer that I want to appear across the whole store environment.  So what goes between the header and the footer?  This line of code:</p>

<div class="wp_syntax"><div class="code"><pre class="html4" style="font-family:monospace;">{{ content_for_layout }}</pre></div></div>

<p>That one line of code calls in what we might call the guts of the different pages on a Shopify store.  On a product page, {{ content_for_layout }} will bring in the code you want to use on the product page.  On a blog article page, {{ content_for_layout }} will bring in the code you want to use on a blog article page &mdash; and so on.  So where do you write the code for product pages, blog pages, collection pages, etc.?  That&#8217;s where the templates folder comes into play. </p>
<h3>Templates folder</h3>
<p>The templates folder has a number of files in it.  You don&#8217;t have to use all of them but some of them are product.liquid, blog.liquid, article.liquid, collection.liquid, and cart.liquid.    </p>
<p>The code you write in these files determines what will show up in the spot where (( content_for_liquid )) is placed in the theme.liquid file as discussed above.  The names are fairly self-explanatory:  blog.liquid defines the blog index page, article.liquid defines a single blog article, cart.liquid defines what a user sees when they view the shopping cart, etc.  </p>
<p>As the title of this post implies, I&#8217;m just trying to provide a simple overview of how the three folders of a Shopify theme are organized. There&#8217;s much more detailed information about these folders and Shopify themes in general on the <a href="http://wiki.shopify.com/The_Shopify_Theme_Guide#Preview_a_Sample_Theme" title="Shopify Theme Guide">Shopify Theme Guide page of the Shopify Wiki</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/11/a-very-simple-intro-to-building-a-shopify-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talking to your web designer about home page content and website goals</title>
		<link>http://www.goodwebwork.com/2011/09/talking-to-your-web-designer-about-home-page-content-and-website-goals/</link>
		<comments>http://www.goodwebwork.com/2011/09/talking-to-your-web-designer-about-home-page-content-and-website-goals/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 01:50:08 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3398</guid>
		<description><![CDATA[A while back I had a conversation with a client who had hired me to build a website for him. We were talking about the home page of his website. We discussed the home page for quite a while, and it was easily one of the most productive conversations I&#8217;ve ever had about a home [...]]]></description>
			<content:encoded><![CDATA[<p>A while back I had a conversation with a client who had hired me to build a website for him. We were talking about the home page of his website.</p>
<p>We discussed the home page for quite a while, and it was easily one of the most productive conversations I&#8217;ve ever had about a home page of a website.  The cool thing is we barely talked about the look of the page at all.</p>
<p>We were talking about what content needed to be, and we determined that the prime real estate on the page had to be dedicated to accomplishing 2 particular goals.  Not coincidentally, these 2 goals were also the goals of the website as a whole.</p>
<p>In other words, we knew the overall goals of the website were A and B, so we needed to determine what we could do right up front on the home page to communicate the ideas that were at the heart of those goals.  Eventually we got into talking about particular tools and techniques:  &#8220;Maybe we should put an image slider here.  What if we do some large text here?&#8221;  And so on.</p>
<p>We figured out how to organize the page, what to display, where to display it, and how to display it.  We eventually talked about the look too.  And when we did, the ideas came fairly easily, because they flowed naturally from what we were trying to get across with the content on the page.</p>
<p>Most people come into a website design project way more concerned with how the home page will look than what it needs to accomplish.  In fact, I&#8217;ve seen plenty of cases where people hardly cared about other parts of the site as long as the home page looked good.</p>
<p>I can see where they&#8217;re coming from.  Home pages are important, to say the least, and the client in the above conversation ended up with a nice looking one.  But beyond the aesthetics, I think he ended up with a really <em>effective</em> home page because he talked to his web designer about what the page should accomplish, not just what it should look like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/09/talking-to-your-web-designer-about-home-page-content-and-website-goals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google+ and the importance of having a website as your home base</title>
		<link>http://www.goodwebwork.com/2011/06/google-and-the-importance-of-having-a-website-as-your-home-base/</link>
		<comments>http://www.goodwebwork.com/2011/06/google-and-the-importance-of-having-a-website-as-your-home-base/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 04:35:21 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3286</guid>
		<description><![CDATA[Google just launched a new social media product/platform called Google+. You can read about it on this Google blog post and thousands of other places on the web. Will it be successful? Will it crush Facebook or kill Twitter? I don&#8217;t know. My hunch is that people who really like Facebook will still prefer Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>Google just launched a new social media product/platform called Google+.  You can read about it on <a href="http://googleblog.blogspot.com/2011/06/introducing-google-project-real-life.html">this Google blog post</a> and thousands of other places on the web.</p>
<p>Will it be successful?  Will it crush Facebook or kill Twitter? I don&#8217;t know. My hunch is that people who really like Facebook will still prefer Facebook and people who love Twitter will still prefer Twitter, but I haven&#8217;t used Google+ yet and I&#8217;m not that into making predictions.</p>
<p>It&#8217;s hard to play fortune teller when it comes to the social media landscape.  MySpace used to be huge, but it sold the other day for &#8220;only&#8221; $35 million.  If that sounds like a lot of money, consider <a href="http://www.guardian.co.uk/technology/2011/jun/30/myspace-sold-35-million-news">this paragraph from The Guardian</a>:</p>
<blockquote><p>
Rupert Murdoch&#8217;s News Corporation bought Myspace in 2005 for $580m. In 2006 Google signed a $900m deal to sell ads on Myspace; by 2007 it had 300m registered users and was being valued at $12bn. But the social network was subsequently crushed by Facebook, which launched a year after Myspace.</p></blockquote>
<p>With that history, $35 million sounds like a joke.  (<a href="http://www.theatlantic.com/technology/archive/2011/06/as-myspace-sells-for-35-million-a-history-of-the-networks-valuation/241224/">You can find a more complete history of MySpace&#8217;s valuation in this article from The Atlantic</a>.)</p>
<p>With the social media world being so fluid, it&#8217;s important to have your website (the stuff at your domain name, like www.goodwebwork.com) as your home base.  That way you can do what you need to do with all the third-party social media sites but always have a place where people can find you year after year.  That&#8217;s your website.  It&#8217;s still useful.  Maybe more than ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/06/google-and-the-importance-of-having-a-website-as-your-home-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When the design gets stuck, bring in the real content</title>
		<link>http://www.goodwebwork.com/2011/06/when-the-design-gets-stuck-bring-in-the-real-content/</link>
		<comments>http://www.goodwebwork.com/2011/06/when-the-design-gets-stuck-bring-in-the-real-content/#comments</comments>
		<pubDate>Sun, 26 Jun 2011 04:50:09 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3022</guid>
		<description><![CDATA[Sometimes when a web designer and a web design client are working on the initial design of a website, the work is being done with dummy text or fake content. This filler text might take the form of Lorem Ipsum or it might just say &#8220;text goes here&#8221; or something else. Whatever words are chosen, [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes when a web designer and a web design client are working on the initial design of a website, the work is being done with dummy text or fake content.  This filler text might take the form of <a href="http://en.wikipedia.org/wiki/Lorem_ipsum">Lorem Ipsum</a> or it might just say &#8220;text goes here&#8221; or something else.  </p>
<p>Whatever words are chosen, they aren&#8217;t the real words, and for that reason it can be difficult to get a realistic feel for the design of the website while using dummy text.  The same goes for images.  A low resolution placeholder photograph or a gray rectangle can show you the layout of a website, but it&#8217;s not the same as seeing <em>the website</em>.    </p>
<p>Some people say you should never use dummy text, because real content is too important to your design decisions.  I believe this to a certain extent, but using dummy text is often necessary for practical reasons. Whether it&#8217;s a lack of resources or a situation that just can&#8217;t be changed, there are plenty of times when getting the real text and photos prior to starting visual design work just doesn&#8217;t happen. </p>
<p>Those who do need to use dummy text often find that when a design is being invented around all those unreal words and images, there might come a point where things just get stuck.  This is often characterized by the designer making tweak after tweak while the client repeatedly responds with some variation of &#8220;Hmm, yeah, that&#8217;s still not quite right.  Something is missing.&#8221;</p>
<p>Bingo.  Something is definitely missing.  </p>
<p>When things get stuck like this, it almost always means you&#8217;ve reached the point where you have to start bringing in real content.  Otherwise it&#8217;s like trying to judge a movie with real actors but no real scenery and no real script. </p>
<p>The difference between a placeholder photograph and the real one can be huge.  And when you bring in the real content, you might find the dimensions need to be a little different, or a lot different, or that certain messages demand to be placed differently than you envisioned before the words were real.</p>
<p>Anytime it&#8217;s possible to have all of your content up front, you should.  If that&#8217;s not possible, just keep in mind that getting stuck in the placeholder phase doesn&#8217;t mean it&#8217;s time to quit or find a new web designer.  It probably just means it&#8217;s time to get serious about your content so you and your designer can figure out what this website is really going to be. That&#8217;s when the real design happens anyway.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/06/when-the-design-gets-stuck-bring-in-the-real-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesigning your website every year is usually a bad thing</title>
		<link>http://www.goodwebwork.com/2011/04/redesigning-your-website-every-year-is-usually-a-bad-thing/</link>
		<comments>http://www.goodwebwork.com/2011/04/redesigning-your-website-every-year-is-usually-a-bad-thing/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 00:51:28 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3264</guid>
		<description><![CDATA[Some businesses think the more you redesign your website, the better. Others constantly work with designers or design firms that don&#8217;t give them what they want so they find themselves constantly reinventing things every 6 months. Whatever the reason, it&#8217;s way more common than you might think for a business to begin working on a [...]]]></description>
			<content:encoded><![CDATA[<p>Some businesses think the more you redesign your website, the better.  Others constantly work with designers or design firms that don&#8217;t give them what they want so they find themselves constantly reinventing things every 6 months.  Whatever the reason, it&#8217;s way more common than you might think for a business to begin working on a website redesign immediately after the last redesign and launch occurs.  </p>
<p>Generally speaking, this is not a good thing.  </p>
<p>The web does change a lot, but part of the trick of building a good website is building something that can evolve, adapt, and shift once it&#8217;s up and running.  It&#8217;s hard to put a finger on how long a redesign should last, because so much depends on the specific situation, but if you can make one last 3 or 4 years, with ongoing tweaks along the way, that probably means you and your web designer did a good job planning and building.  </p>
<p>Sometimes you can even make a design last longer than that.  If you do, and the site is meeting all your needs, don&#8217;t freak out about the look being stale and automatically assume you need to &#8220;breathe new life into it&#8221; &mdash; whatever that means.   </p>
<p>If it&#8217;s been awhile and what the site needs to do has changed since launch, you might need not need a redesign so much as a realign.  For more on that, check out Cameron Moll&#8217;s article <a href="http://www.alistapart.com/articles/redesignrealign">Good Designers Redesign, Great Designers Realign</a>.  The article is almost 6 years old now, but it&#8217;s still relevant and useful.</p>
<p>One reason redesigning a website every year tends to be a bad thing is because it probably means you aren&#8217;t getting the benefit of having a solid web presence and implementing a plan to use that website to support your business day in day out.  Redesigning all the time means you&#8217;re constantly stopping and starting, never gaining any momentum.  Instead of spending time and money to build a site and get some return on the investment, you end up in a constant cycle of throwing money at new logos and looks without ever getting any payoff.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/04/redesigning-your-website-every-year-is-usually-a-bad-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to let a web designer know what you need when starting a website project</title>
		<link>http://www.goodwebwork.com/2011/04/how-to-let-a-web-designer-know-what-you-need-when-starting-a-website-project/</link>
		<comments>http://www.goodwebwork.com/2011/04/how-to-let-a-web-designer-know-what-you-need-when-starting-a-website-project/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 04:44:17 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=1613</guid>
		<description><![CDATA[One thing that can often throw a website design project off track before it even gets started is misunderstanding between the client and the web designer about what the client is looking for in a website. For example, a client might say he/she needs a really simple site with 5 pages. A web designer will [...]]]></description>
			<content:encoded><![CDATA[<p>One thing that can often throw a website design project off track before it even gets started is misunderstanding between the client and the web designer about what the client is looking for in a website.  For example, a client might say he/she needs a really simple site with 5 pages.  A web designer will often take &#8220;really simple&#8221; to mean there won&#8217;t need to be an online store on the site, and that it won&#8217;t need a blog, etc.  The client may think of the 5 pages as a blog, an online store, and 3 other really complex pieces.</p>
<p>In this example, both parties are talking about a simple 5-page website, but they&#8217;re thinking of 2 very different projects with 2 very different end results.  </p>
<p>It&#8217;s not about one or the other of these parties being right or wrong.  It&#8217;s just a miscommunication.  That happens, and sometimes it can&#8217;t be avoided, but better communication on the front end can help both the client and the designer get the same picture in their heads right from the start.  </p>
<p>Here is a quick (and non-exhaustive) list of questions to think through whenever you get ready to begin a web design project.  Answering these questions can help you clarify what you are looking for from a designer.  </p>
<p>You might even want to send these questions and your answers to a prospective web designer when you contact him/her for an estimate.  You&#8217;re certainly welcome to do this (although not required to) when you request an estimate from me.  </p>
<p>The first question on this list is really the most important one, but after that they are in no particular order:</p>
<ul>
<li>What do you want the website / web presence to accomplish?</li>
<li>What are the 3 most important outcomes you would want to occur when people visit the site?</li>
<li>Are there different types of audiences the site is aimed at or just one audience in particular?  What are the audiences?</li>
<li>What does your business do?</li>
<li>Do you currently have a website?  If so, can you send a link to it?</li>
<li>If you do currently have a website, in what ways is it failing to accomplish your goals?</li>
<li>How would you describe the feel or tone you want to the website to convey?</li>
<li>Can you send links to any sites that you feel have the type of look and feel that you would like the website to have?</li>
<li>Will the website need a blog?</li>
<li>Will you, as the client, need to be able to make updates to the content of the website on your own?  If so, how extensive will those changes be and how often will they need to happen?  Which content will need to be updated?  All of it or just certain parts?</li>
<li>If you do not need to be able to update the site, is that because the information will rarely/never change or because you want to pay the web designer (via hourly fees or retainer) to do updates on an ongoing basis?</li>
<li>Do you already have photography for the site?  Will you be asking the web designer to procure photos for the website?  If so, what kind of photographs?</li>
<li>Do you need a logo designed for the website or do you already have one?</li>
<li>What types of information will need to be conveyed on the website?  Company history?  Description of services?  A way to get in touch?  Photos and bios of all company employees?  Will describing the services take 3 or 4 paragraphs total or are there 40 different services you offer with each requiring 700 words?</li>
<li>Do you want customers to be able to purchase products on the website?  In other words, do you want an e-commerce or online store component of the website?</li>
</ul>
<p>Again, this list is not exhaustive, but I hope these questions help you as a small business owner do 2 things before you really get rolling with a web design project:  1) slow down and give serious thought to your business&#8217;s website needs and goals 2) help you communicate those needs to a web designer.</p>
<p>Better communication almost always leads to better work, and it usually makes the whole website design process more efficient, which can often save money.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/04/how-to-let-a-web-designer-know-what-you-need-when-starting-a-website-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You only have to make one website</title>
		<link>http://www.goodwebwork.com/2011/03/you-only-have-to-make-one-website/</link>
		<comments>http://www.goodwebwork.com/2011/03/you-only-have-to-make-one-website/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 19:35:51 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3198</guid>
		<description><![CDATA[With all the new tools, tricks, and technologies that pop up on the web seemingly every day, it&#8217;s easy for a small business owner to become overwhelmed and feel like there&#8217;s no possible way to keep up with everything. In fact, it is impossible to keep up with everything. So don&#8217;t try. Instead, focus on [...]]]></description>
			<content:encoded><![CDATA[<p>With all the new tools, tricks, and technologies that pop up on the web seemingly every day, it&#8217;s easy for a small business owner to become overwhelmed and feel like there&#8217;s no possible way to keep up with everything.  In fact, it <em>is</em> impossible to keep up with everything.  So don&#8217;t try.</p>
<p>Instead, focus on what your business needs to get done in the real world, and choose what you do on the web in order of which things make the most difference in accomplishing your goals.  </p>
<p>This might mean using a <a href="http://www.goodwebwork.com/2010/09/finding-your-web-mix/">mix</a> of social media tools that supplements your website and forms your web presence.  But in terms of your website itself, it&#8217;s important to keep in mind that it&#8217;s just one website.  </p>
<p>You might see all kinds of cool things on other websites that you want to incorporate into your site, and you can definitely combine the best of those into what you&#8217;re doing, but some things will prove to be mutually exclusive and you&#8217;ll have to make choices.  Sometimes doing A means you can&#8217;t do B.  Sometimes doing A means you don&#8217;t have to do B.  And so on.</p>
<p>There&#8217;s nothing wrong with having to choose.  It just means you need to think about each decision and pick A or B based on what&#8217;s right for your site, not how cool it looks on somebody else&#8217;s site.  </p>
<p>It&#8217;s common for a web design client to see something on another business&#8217;s website and say to his designer, &#8220;How come we aren&#8217;t doing this on my site?&#8221;  It&#8217;s a good question to ask, but it&#8217;s also a good question to answer.  The designer might reply and say, &#8220;well, we&#8217;re doing this other thing that accomplishes the same goal, and the reason we chose that route was because this method was better for our purposes based on X, Y, and Z.&#8221;  </p>
<p>You have one website to work on, and the goal is to make it the best website possible for accomplishing your goals.  Comparing it to other sites that may not be aiming toward the same goals can often send you down the wrong road.  Understanding this allows you to focus on what you&#8217;re doing instead of getting distracted by every single thing that happens everywhere on the web.  </p>
<p>None of this is to say you shouldn&#8217;t stay informed about things you could do to make your site better.  And it&#8217;s not to say you should just build a site and let it sit there gathering dust and never make improvements.  Plenty of new things are relevant, and any number of variables inside or outside your business can change in ways that require your website to evolve.  But it&#8217;s one website, and its evolution should be based on serving the needs of one business &mdash; yours.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/03/you-only-have-to-make-one-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few ways to think through decisions about your web presence</title>
		<link>http://www.goodwebwork.com/2011/03/a-few-ways-to-think-through-decisions-about-your-web-presence/</link>
		<comments>http://www.goodwebwork.com/2011/03/a-few-ways-to-think-through-decisions-about-your-web-presence/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 04:59:13 +0000</pubDate>
		<dc:creator>gww</dc:creator>
				<category><![CDATA[Web Work]]></category>

		<guid isPermaLink="false">http://www.goodwebwork.com/?p=3015</guid>
		<description><![CDATA[I like this post by Chris Coyier called Quick Thoughts on Sharing Buttons. If you have time, you should definitely read it but the jist is that Chris explains his rationale for not using social media sharing buttons on his highly successful CSS-Tricks website. I happen to agree with the reasoning behind his decision, but [...]]]></description>
			<content:encoded><![CDATA[<p>I like this post by Chris Coyier called <a href="http://css-tricks.com/quick-thoughts-on-sharing-buttons/">Quick Thoughts on Sharing Buttons.</a>  If you have time, you should definitely read it but the jist is that Chris explains his rationale for not using social media sharing buttons on his highly successful <a href="http://css-tricks.com/">CSS-Tricks</a> website.</p>
<p>I happen to agree with the reasoning behind his decision, but what I want to draw attention to for web design clients and other non web geeks is that Chris took the time to <em>think about this stuff</em> and decided to go against what seems to be the conventional wisdom.  </p>
<p>If you&#8217;re an experienced web designer or developer, you might say it&#8217;s obvious that we have to think through these things.  Seasoned veterans know this kind of thoughtful decision-making is as much a part of design as creating images in Photoshop or toiling over CSS, HTML, PHP, and all the other acronyms.</p>
<p>But for a beginner or a web design client, it might seem risky or just wrong to do something different from what &#8220;everybody else is doing.&#8221;  </p>
<p>In some cases, doing what everybody else is doing makes a lot of sense.  When 99.9% of websites have their banner linking back to the site&#8217;s home page, that becomes a convention.  Users start to expect it, and there&#8217;s no particular disadvantage to doing it, so that might be a good convention to follow.</p>
<p>But sometimes what everybody else is doing doesn&#8217;t make sense for you and your web presence.  Sometimes it doesn&#8217;t make sense for anybody&#8217;s website, and people just haven&#8217;t realized it yet.  </p>
<p>This is bound to be confusing for somebody just getting started with web design work.  Here we are saying that sometimes you should do a certain thing <em>because</em> everyone else does it, while at other times, it&#8217;s best to find your own way, no matter how far off the beaten path it leads.</p>
<p>So how do you tell the difference?  Here are a few ways I&#8217;ve found helpful.</p>
<h3>Question the answers</h3>
<p>Let&#8217;s go back to Chris&#8217;s article for a second to grab an example.  Why would somebody use sharing buttons on a website?  One answer Chris cites is &#8220;to remind people to share.&#8221;  When you come across an answer like that, you can just accept it and say &#8220;Oh&#8230;right&#8230;yeah.&#8221;  Or, you can question it, which would go something like this:</p>
<p><em>&#8220;Well, OK, but I wonder&#8230;do people really need to be <em>reminded</em> to share?  Don&#8217;t most people who use social media have Facebook and/or Twitter open all day?  If people like to share stuff so much, then wouldn&#8217;t it follow that they don&#8217;t need to be reminded to do it?  And if they don&#8217;t like to do it, wouldn&#8217;t I be kind of a pushy jerk to try to make them do what they don&#8217;t want to do?&#8221;</em></p>
<p>You might find fault with my specific line of questioning, and that&#8217;s fine.  The point isn&#8217;t what questions I&#8217;m asking.  In some ways, the point isn&#8217;t even which questions <em>you</em> ask.  The point is to take time to ask any questions, to think rather than just following the line even if you don&#8217;t know where it&#8217;s going.</p>
<h3>Don&#8217;t forget the downsides</h3>
<p>One thing that seems to happen a lot on the web is that we look at the pros and ignore the cons.  I&#8217;m not exactly sure why that is, but I suspect one reason is that a lot of web tools are &#8220;free.&#8221;  When something appears to provide a benefit and doesn&#8217;t cost money, it&#8217;s easy to say, &#8220;well, it may help or it may not but it couldn&#8217;t hurt.&#8221;  </p>
<p>But sometimes there is a disadvantage and the only reason we don&#8217;t see it is because we don&#8217;t bother to look.</p>
<p>Sharing buttons are probably a great example of this.  I suspect plenty of people have uttered the phrase &#8220;well, it couldn&#8217;t hurt&#8221; when adding sharing buttons to a site, but Chris&#8217;s article lists at least 5 downsides to using them.  Again, the point isn&#8217;t what you think about sharing buttons.  It&#8217;s that fueling all our decisions with the upsides and never considering the downsides is kind of unrealistic.  Heck, if downsides didn&#8217;t matter, I&#8217;d eat a slab of ribs and a quart of ice cream for lunch at least twice a week.</p>
<h3>Do what works for you</h3>
<p>Finally, once you decide a particular web idea makes sense in general, it&#8217;s worthwhile to consider the specifics of your business and your web presence to determine whether the idea will be a good fit for your situation.  There might be something particular about your product or your audience that causes something to be totally wrong for you when it&#8217;s right on for everybody else, or vice versa.    </p>
<p>It takes a while, but if you give some real thought to each decision that comes up in running your web presence, eventually you&#8217;ll develop a feel for which things are best practices and which things are trends you&#8217;re better off bucking.  This will allow you to get ahead every now and then instead of always being late to the party.  More importantly, you&#8217;ll be able to build a web presence that accomplishes <em>your</em> goals, not everybody else&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwebwork.com/2011/03/a-few-ways-to-think-through-decisions-about-your-web-presence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

