<?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>Blueprint Design</title>
	<atom:link href="http://blueprintds.com/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://blueprintds.com</link>
	<description>Web Design</description>
	<lastBuildDate>Tue, 07 Feb 2012 05:54:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Shortening Your Own URL&#8217;s</title>
		<link>http://blueprintds.com/news/shortening-your-own-urls/</link>
		<comments>http://blueprintds.com/news/shortening-your-own-urls/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 14:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=2023</guid>
		<description><![CDATA[http://blueprintds.com/news/shortening-your-own-urls/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /><div><a href="" title="Shortening Your Own URL&#8217;s"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /></a></div>With the widespread adoption of Twitter, has come the need for short URL&#8217;s.  Unfortunately, the providers of those short URL&#8217;s are often not terribly financially stable.  Recently, tr.im was in the news for going under, and then being miraculously saved shortly afterward.  There was a lot of outcry, because people were unhappy to see those [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/shortening-your-own-urls/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /><div><a href="" title="Shortening Your Own URL&#8217;s"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/08/tweetshot.jpeg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Shortening Your Own URL&#8217;s" title="Shortening Your Own URL&#8217;s" /></a></div><p>With the widespread adoption of Twitter, has come the need for short URL&#8217;s.  Unfortunately, the providers of those short URL&#8217;s are often not terribly financially stable.  Recently, tr.im was in the news for going under, and then being miraculously saved shortly afterward.  There was a lot of outcry, because people were unhappy to see those links &#8220;go dark&#8221;.  Bit.ly and others have banded together to <a href="http://blog.bit.ly/post/159843105/301working">create a backup of their own links</a>, in case something happens to them.</p>
<p>WordPress.com users now have a different solution available to them now.  Automattic has launched an internal shortening feature:</p>
<p><a href="http://wp.me/sf2B5-shorten"><img class="aligncenter" title="WordPress.com Shortening service" src="http://en.blog.wordpress.com/files/2009/08/shortlink.jpg" alt="" width="296" height="187" /></a><a href="http://wp.me/sf2B5-shorten"></a></p>
<p><a href="http://wp.me/sf2B5-shorten">WP.me</a> is similar to what we&#8217;ve been using at Blueprint &#8211; we <img class="alignright size-full wp-image-2025" title="retweet button" src="http://blueprintds.com/wp-content/uploads/2009/08/retweet.jpeg" alt="retweet button" width="159" height="159" />purchased the shorter domain name <a title="Chicago Web Design Studio" href="http://bpds.us">bpds.us</a> so that we could build our own &#8220;retweet&#8221; button that linked to our own domain, and included our <a title="Chicago Web Design Twitter" href="http://twitter.com/blueprintds">@blueprintds</a> twitter as the source of the tweet.  Besides being a shortcut around  building a plugin just to interface with a shortening service&#8217;s API, it also guarantees that we won&#8217;t have to worry about a shortening service going under &#8211; the links will live as long as we do.</p>
<p>Shortening the url&#8217;s is pretty simple &#8211; it&#8217;s just a link to <code>http://bpds.us/?p=&lt;?php the_id(); ?&gt;</code>, placed in the <code>single.php</code> template.  We could be more advanced and <code>base_encode</code> the ID, and build a plugin to handle those URL&#8217;s, so that they looked more like Bit.ly or tinyurl.com links.  It&#8217;s not really worth the effort, since it would at best save 2 characters, and the URL&#8217;s are for copy/pasting, not typing.</p>
<p>If you don&#8217;t want to build your own short URL&#8217;s, WP.me <a href="http://en.blog.wordpress.com/2009/08/14/shorten/#comment-70071">will be extended</a> to all wordpress users in the near future.</p>
<p><a href="http://tourresourcecenter.com" target="_blank">tour resource center</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/shortening-your-own-urls/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the Plan? A Guide to Effective Website Navigation</title>
		<link>http://blueprintds.com/news/whats-the-plan-a-guide-to-effective-website-navigation/</link>
		<comments>http://blueprintds.com/news/whats-the-plan-a-guide-to-effective-website-navigation/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 17:48:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1618</guid>
		<description><![CDATA[http://blueprintds.com/news/whats-the-plan-a-guide-to-effective-website-navigation/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/07/whats_the_plan2.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="What&#8217;s the Plan? A Guide to Effective Website Navigation" title="What&#8217;s the Plan? A Guide to Effective Website Navigation" /><div><a href="" title="What&#8217;s the Plan? A Guide to Effective Website Navigation"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/07/whats_the_plan2.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="What&#8217;s the Plan? A Guide to Effective Website Navigation" title="What&#8217;s the Plan? A Guide to Effective Website Navigation" /></a></div>Co-author, Rebecca Dirkse Are you the type of person who likes to skip brainstorming and outlining and simply jump into your project or writing? That process of working can be a real headache if there is a lot of content to discuss and organize. The same is true for designing websites.  The best way to [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/whats-the-plan-a-guide-to-effective-website-navigation/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/07/whats_the_plan2.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="What&#8217;s the Plan? A Guide to Effective Website Navigation" title="What&#8217;s the Plan? A Guide to Effective Website Navigation" /><div><a href="" title="What&#8217;s the Plan? A Guide to Effective Website Navigation"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/07/whats_the_plan2.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="What&#8217;s the Plan? A Guide to Effective Website Navigation" title="What&#8217;s the Plan? A Guide to Effective Website Navigation" /></a></div><p>Co-author, Rebecca Dirkse</p>
<p>Are you the type of person who likes to skip brainstorming and outlining and simply jump into your project or writing? That process of working can be a real headache if there is a lot of content to discuss and organize. The same is true for designing websites.  The best way to approach designing a website is to plan! The first and perhaps most important step to creating an efficient and user-friendly website starts with careful research and brainstorming.  It is crucial to write and/or sketch out your ideas before heading to a computer.  Unfortunately, many designers skip over this step, jumping straight into the project hoping it will turn out a success. Thus polluting the web with mediocre to some very bad websites.</p>
<p>&nbsp;</p>
<p>Websites can be very complex and no two are the same, so it is important to treat each one individually and plan accordingly. An efficient and well-functioning website should be an enjoyable experience for its users.  Below are a few easy tips and advice that experienced web developers use.  It may seem like common sense, but hey, surprisingly people don&#8217;t always use their common sense, so check it out!</p>
<p>&nbsp;</p>
<p><strong>1) Establish a clear goal and objective.</strong></p>
<p>&nbsp;</p>
<p>Be sure to know the objectives and goals you or your client is trying to achieve.  It is also very important to know who the audience is and what they are looking for.  Be on the same page with your client in terms of understanding the goals for the website and what is realistically achievable before starting any design. This will save you time and stress by preventing any mistakes from happening before the site is made.</p>
<p>&nbsp;</p>
<p><strong>2) Structure the content.</strong></p>
<p>&nbsp;</p>
<p><strong>Use site mapping to define the structure of your site.</strong>  A site map is a collection of your ideas and the content that you will organize on your site. Scottie Claiborne claims in his article, <em>Effective Site Navigation</em>, that when planning your site or site redesign, think about the structure first.  It helps to physically map out these pages. Use index cards or post it notes, write a page topic on each card, lay them out and organize them into groups. Once satisfied with your plan, you will<em> </em>have yourself a site map and will be ready for the next step; wire framing.</p>
<p><strong> </strong></p>
<p><strong>Use wire framing to come up with the skeleton of the site. </strong>According to Andy Budd, creative director of Clearleft (clearleft.com), wire framing is similar to a director&#8217;s storyboard or an architect&#8217;s blueprint. There are two different (and necessary) ways to approach wire framing.  The first is a design free wire frame. This allows to focus on the purely functional aspect of the site, keeping in mind effective and consistent navigation. The second is a structure-free wire fame.  This allows for focus on the aesthetic aspect of the website. Combining these two wireframes will result in a very effective skeleton of your site (Grannell, 10).</p>
<p>&nbsp;</p>
<p><strong>3) Use Effective and Efficient Navigation. </strong></p>
<p><strong> </strong></p>
<p>In his book <em>Designing Web usability, </em>Jakob Neilson stresses that online navigation must answer these questions:</p>
<p>&nbsp;</p>
<p><strong>- Where am I?</strong></p>
<p><strong>- Where have I been going?</strong></p>
<p><strong>- Where can I go? </strong></p>
<p>&nbsp;</p>
<p>Consistency in navigation placement is vital if you want your website to be a success.  It allows users to move fluidly to and from pages without hassle.  Scottie Claiborne makes an analogy in his article on <em>Effective Site Navigation </em>(webcredible.co.uk) relating website navigation with hospital navigation. If you walk down a hallway in a hospital and see a sign for where you want to go, but suddenly the main entrance, cafeteria and emergency signs are gone how are you supposed to find your way back? Many sites use <strong>breadcrumb trail</strong><strong>s</strong>, which are links (usually in a small font, placed directly below the page header) that show where the user is in relation to the homepage.</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/07/breadcrumb.jpg"><img class="alignnone size-full wp-image-1630" title="breadcrumb" src="http://blueprintds.com/wp-content/uploads/2009/07/breadcrumb.jpg" alt="breadcrumb" width="500" height="213" /></a></p>
<p>&nbsp;</p>
<p>So what exactly is the most effective layout for navigation? Both horizontal and vertical navigation work well, but which is the best of the two is debatable.  Designer Chris Garnett argues &#8220;vertical navigation doesn&#8217;t demand the same amount of visual attention. I want primary navigation to be one of the most instantly recognizable elements of any site I build.&#8221;</p>
<p>&nbsp;</p>
<p>Here are 5 sites that demonstrate efficient navigation according to the <em>Ultimate Guide to Web Design</em>:</p>
<p><a href="www.amazon.com" target="_blank"><img class="alignnone size-full wp-image-1619" title="amazon" src="http://blueprintds.com/wp-content/uploads/2009/07/amazon.png" alt="amazon" width="500" height="238" /></a></p>
<p><a href="www.apple.com" target="_blank"><img class="alignnone size-full wp-image-1620" title="apple" src="http://blueprintds.com/wp-content/uploads/2009/07/apple.png" alt="apple" width="500" height="237" /></a></p>
<p><a href="www.bbc.co.uk" target="_blank"><img class="alignnone size-full wp-image-1621" title="bbc" src="http://blueprintds.com/wp-content/uploads/2009/07/bbc.png" alt="bbc" width="500" height="244" /></a></p>
<p><a href="www.google.com" target="_blank"><img class="alignnone size-full wp-image-1626" title="google" src="http://blueprintds.com/wp-content/uploads/2009/07/google.png" alt="google" width="500" height="238" /></a></p>
<p><a href="www.guardian.co.uk" target="_blank"><img class="alignnone size-full wp-image-1627" title="guardian" src="http://blueprintds.com/wp-content/uploads/2009/07/guardian.png" alt="guardian" width="500" height="246" /></a></p>
<p>&nbsp;</p>
<p>Unfortunately, what we have found with many of these sites is that the design aspect of the site suffers in order to enhance effective navigation.  Here are some sites that we have found to have both effective navigation <em>and</em> great design:</p>
<p>&nbsp;</p>
<p>The Fox website uses a consistent top bar navigation throughout the entire site. Any information the user might need is accessible within 2 clicks.</p>
<p><a href="www.fox.com" target="_blank"><img class="alignnone size-full wp-image-1625" title="fox" src="http://blueprintds.com/wp-content/uploads/2009/07/fox.png" alt="fox" width="500" height="243" /></a></p>
<p>&nbsp;</p>
<p>The Chicago Water Taxi website is a good example of using an effective vertical navigation bar.</p>
<p><a href="www.chicagowatertaxi.com" target="_blank"><img class="alignnone size-full wp-image-1629" title="cwt" src="http://blueprintds.com/wp-content/uploads/2009/07/cwt.png" alt="cwt" width="500" height="250" /></a></p>
<p>&nbsp;</p>
<p>The NFL website is a great example of how to organize a site with A LOT of information on it. They utilizing two top navigation bars: one with all the team logos and one for the general content of the site.</p>
<p><a href="www.nfl.com" target="_blank"><img class="alignnone size-full wp-image-1628" title="nfl" src="http://blueprintds.com/wp-content/uploads/2009/07/nfl.png" alt="nfl" width="500" height="250" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you want to read an article that helps explain how to plan a website for consistency and intuitive navigation in more detail, read Claiborne’s article <em><a href="http://www.webcredible.co.uk/user-friendly-resources/web-usability/effective-site-navigation.shtml" target="_blank">Effective Site Navigation</a></em><em>.</em> It is worth checking out if you find yourself to be someone who has a hard time planning a site or if you feel your process of planning isn’t really working for you. The article even provides a helpful section of Dos and Don’ts on website navigation.</p>
<p>One more important thing keep in mind when making any website — efficiency. Your aim should be to enable users to get to content swiftly, in a logical manner, and with <strong>few clicks as possible </strong>and remember, stay consistent!</p>
<p>&nbsp;</p>
<p>Two articles from .Net’s issue The Ultimate Guide to Web Design contributed to this blog, <em>Plan the Perfect Site</em> and <em>Master Site Navigation </em>by Craig Grannell.</p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/whats-the-plan-a-guide-to-effective-website-navigation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Photoshop Brushes Worth Checking Out</title>
		<link>http://blueprintds.com/news/photoshop-brushes-worth-checking-out/</link>
		<comments>http://blueprintds.com/news/photoshop-brushes-worth-checking-out/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 15:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1319</guid>
		<description><![CDATA[http://blueprintds.com/news/photoshop-brushes-worth-checking-out/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/psbrushes.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Photoshop Brushes Worth Checking Out" title="Photoshop Brushes Worth Checking Out" /><div><a href="" title="Photoshop Brushes Worth Checking Out"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/psbrushes.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Photoshop Brushes Worth Checking Out" title="Photoshop Brushes Worth Checking Out" /></a></div>Below is a list of some of our recently used photoshop brushes. We&#8217;ve filtered through hundreds of photoshop brushes for multi purpose use. Typically these brushes are just a starting point for us. When working with them we modify shapes, sizes, colors and sometimes the brush it self. The brushes work great for web design but some [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/photoshop-brushes-worth-checking-out/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/psbrushes.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Photoshop Brushes Worth Checking Out" title="Photoshop Brushes Worth Checking Out" /><div><a href="" title="Photoshop Brushes Worth Checking Out"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/psbrushes.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Photoshop Brushes Worth Checking Out" title="Photoshop Brushes Worth Checking Out" /></a></div><p>Below is a list of some of our recently used photoshop brushes. We&#8217;ve filtered through hundreds of photoshop brushes for multi purpose use. Typically these brushes are just a starting point for us. When working with them we modify shapes, sizes, colors and sometimes the brush it self. The brushes work great for <a href="http://blueprintds.com" target="_blank">web design</a> but some are a bit too small for print.</p>
<p>&nbsp;</p>
<p><a href="http://www.megaupload.com/?d=4O859549"><img class="alignnone size-full wp-image-1320" title="a1" src="http://blueprintds.com/wp-content/uploads/2009/03/a1.jpg" alt="a1" width="550" height="340" /><br />
</a><a href="http://psd.tutsplus.com/articles/news/new-photoshop-oilpaint-splatter-brushes-psd-plus-pack/" target="_blank">Oil Paint</a></p>
<p>&nbsp;</p>
<p><a href="http://www.megaupload.com/?d=TND8EZ5S"><img class="alignnone size-full wp-image-1321" title="a2" src="http://blueprintds.com/wp-content/uploads/2009/03/a2.jpg" alt="a2" width="550" height="280" /><br />
</a><a href="http://psd.tutsplus.com/articles/news/new-photoshop-retro-brushes-psd-plus-pack/" target="_self">Retro Brushes</a></p>
<p>&nbsp;</p>
<p><a href="http://www.megaupload.com/?d=T3IAR9ZF"><img class="alignnone size-full wp-image-1322" title="a3" src="http://blueprintds.com/wp-content/uploads/2009/03/a3.jpg" alt="a3" width="550" height="344" /></a><br />
<a href="http://psd.tutsplus.com/articles/news/new-photoshop-line-brushes-plus-pack/" target="_blank">Line Brushes</a></p>
<p>&nbsp;</p>
<p><a href="http://www.megaupload.com/?d=21NJ8WRH"><img class="alignnone size-full wp-image-1323" title="a4" src="http://blueprintds.com/wp-content/uploads/2009/03/a4.jpg" alt="a4" width="550" height="449" /></a><br />
Light Blurs</p>
<p>The only link you need for more:<br />
<a href="http://speckyboy.com/2008/05/12/top-50-free-photoshop-brushes-resource-sites/" target="_blank">Top 50 Free Photoshop Brushes Resource Sites</a> - This is a great huge list that cover most free sites for brushes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/photoshop-brushes-worth-checking-out/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 6 Support Discontinued</title>
		<link>http://blueprintds.com/news/off-with-ie6s-head-no-more-internet-explorer-6/</link>
		<comments>http://blueprintds.com/news/off-with-ie6s-head-no-more-internet-explorer-6/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 15:00:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1276</guid>
		<description><![CDATA[http://blueprintds.com/news/off-with-ie6s-head-no-more-internet-explorer-6/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/deadie6.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Internet Explorer 6 Support Discontinued" title="Internet Explorer 6 Support Discontinued" /><div><a href="" title="Internet Explorer 6 Support Discontinued"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/deadie6.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Internet Explorer 6 Support Discontinued" title="Internet Explorer 6 Support Discontinued" /></a></div>Here at Blueprint can pretty much agree that ie6 has caused nothing but problems for everyone. Roughly 1 year has past since we discontinued support of the cursed internet browser in our web design studio. All I have to say is check this out, it explains everything. Site Support All of Norway is against IE6 No [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/off-with-ie6s-head-no-more-internet-explorer-6/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/deadie6.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Internet Explorer 6 Support Discontinued" title="Internet Explorer 6 Support Discontinued" /><div><a href="" title="Internet Explorer 6 Support Discontinued"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/deadie6.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Internet Explorer 6 Support Discontinued" title="Internet Explorer 6 Support Discontinued" /></a></div><p>Here at Blueprint can pretty much agree that ie6 has caused nothing but problems for everyone. Roughly 1 year has past since we discontinued support of the cursed internet browser in our <a href="http://blueprintds.com">web design studio</a>. All I have to say is <a href="http://www.stopie6.org/" target="_blank">check this out,</a> it explains everything.</p>
<p><strong><span style="text-decoration: underline;">Site Support</span></strong></p>
<p><a href="http://www.cjohansen.no/en/browsers/norway_tells_ie6_users_to_shape_up" target="_blank">All of Norway is against IE6<br />
</a><a href="http://b.lesseverything.com/2008/6/5/no-more-internet-explorer-6-support" target="_blank">No More ie6<br />
</a><a href="http://ajaxian.com/archives/no-more-ie6-background-flicker" target="_blank">Get rid of the flicker<br />
</a><a href="http://www.artviper.net/wp/2009/02/21/no-more-ie6-support-let-ie6-die/" target="_blank">&#8220;let IE6 die&#8221;<br />
</a><a href="http://themartinishaker.com/no-more-internet-explorer-6-support/" target="_blank">No More ie6 Support<br />
</a><a href="http://www.mmmeeja.com/blog/meta/no-support-for-ie6.html" target="_blank">Done</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/ie6.jpeg"><img class="alignnone size-full wp-image-1281" title="ie6" src="http://blueprintds.com/wp-content/uploads/2009/03/ie6.jpeg" alt="ie6" width="500" height="250" /></a><br />
Genuine Microsoft Internet Explorer 4.0 by <a href="http://flickr.com/photos/jankoraseta/3236786404/" target="_blank">jankoraseta</a></p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>Photo Support</strong></span></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/7.png"><img class="alignnone size-full wp-image-1288" title="7" src="http://blueprintds.com/wp-content/uploads/2009/03/7.png" alt="7" width="436" height="238" /><br />
</a>Death of IE6 by <a href="http://www.flickr.com/photos/ablenetdesign/">Able Net Design</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/6.jpg"><img class="alignnone size-full wp-image-1287" title="6" src="http://blueprintds.com/wp-content/uploads/2009/03/6.jpg" alt="6" width="500" height="340" /><br />
</a>Last.fm in IE6 &#8211; No message to upgrade just a broken site.</p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/1.jpeg"><img class="alignnone size-full wp-image-1277" title="1" src="http://blueprintds.com/wp-content/uploads/2009/03/1.jpeg" alt="1" width="500" height="375" /></a><br />
Truth by <a title="Link to adurdin's photostream" href="http://flickr.com/photos/adurdin/3290465576/" target="_blank">adurdin</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/2.jpeg"><img class="alignnone size-full wp-image-1278" title="2" src="http://blueprintds.com/wp-content/uploads/2009/03/2.jpeg" alt="2" width="500" height="325" /></a><br />
.Mac Web Galleries != IE6 by <a href="http://flickr.com/photos/nez/1049219775/" target="_blank">andrew*</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/3.jpeg"><img class="alignnone size-full wp-image-1279" title="3" src="http://blueprintds.com/wp-content/uploads/2009/03/3.jpeg" alt="3" width="500" height="334" /></a><br />
That Voodoo E by <a href="http://flickr.com/photos/cannedtuna/1889090090/" target="_blank">CannedTuna</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/4.jpeg"><img class="alignnone size-full wp-image-1280" title="4" src="http://blueprintds.com/wp-content/uploads/2009/03/4.jpeg" alt="4" width="500" height="375" /></a><br />
Internet Explorer plush voodoo by <a href="http://chisa.deviantart.com/art/Internet-Explorer-plush-voodoo-64451947" target="_blank">*chisa</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/5.jpg"><img class="alignnone size-full wp-image-1286" title="5" src="http://blueprintds.com/wp-content/uploads/2009/03/5.jpg" alt="5" width="500" height="390" /><br />
</a>F*ck Off IE6 by <a title="Link to Emily Lewis' photostream" href="http://www.flickr.com/photos/eplewis/"><strong>Emily Lewis</strong></a></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Related:</span></strong></p>
<p><strong><a style="text-decoration: none;" href="http://factoryjoe.com/blog/2006/10/29/internet-explorer-80-will-support-microformats/"><span style="text-decoration: none;">Internet Explorer 8.0 will support microformats<br />
</span></a><a style="text-decoration: none;" href="http://perishablepress.com/press/2008/09/22/how-to-deal-with-ie-6-after-dropping-support/" target="_blank"><span style="text-decoration: none;">How to Deal with it<br />
</span> </a><span style="text-decoration: none;"><a style="text-decoration: none;" href="http://windowsteamblog.com/blogs/windowsexperience/archive/2009/03/12/ie8-gets-you-where-you-want-to-go-quickly.aspx" target="_blank">ie8 gets you where you want to go quickly<br />
</a><a href="http://archive.visitmix.com/blogs/Joshua/IE8-Activities-With-Jane-Kim/"><span style="text-decoration: none;">FIRST LOOK AT IE8 ACTIVITIES AND WEBSLICES</span></a></span></strong></p>
<p><strong>Do you still use IE6? Enjoy browsing!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/off-with-ie6s-head-no-more-internet-explorer-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Design and App Links for Sunday 3/22</title>
		<link>http://blueprintds.com/news/design-and-app-links-for-sunday-322/</link>
		<comments>http://blueprintds.com/news/design-and-app-links-for-sunday-322/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 06:00:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1313</guid>
		<description><![CDATA[http://blueprintds.com/news/design-and-app-links-for-sunday-322/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Design and App Links for Sunday 3/22" title="Design and App Links for Sunday 3/22" /><div><a href="" title="Design and App Links for Sunday 3/22"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Design and App Links for Sunday 3/22" title="Design and App Links for Sunday 3/22" /></a></div>11 Free And Useful Open-Source Alternatives For Designers &#8211; Great list giving you a free alternative with a comparison to its pay for counterpart. 11 Premium But Free And Useful Web Apps For Designers &#8211; Small list of useful programs. 27 Adobe AIR Applications &#8211; Handy For Web Designers 30 Essential Free Portable Web Design [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/design-and-app-links-for-sunday-322/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Design and App Links for Sunday 3/22" title="Design and App Links for Sunday 3/22" /><div><a href="" title="Design and App Links for Sunday 3/22"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/linkpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Design and App Links for Sunday 3/22" title="Design and App Links for Sunday 3/22" /></a></div><p><a href="http://www.smashingapps.com/2009/02/18/11-free-and-useful-open-source-alternatives-for-designers.html" rel="bookmark" target="_blank">11 Free And Useful Open-Source Alternatives For Designers</a> &#8211; Great list giving you a free alternative with a comparison to its pay for counterpart.</p>
<p><a href="http://www.smashingapps.com/2009/02/10/11-premium-but-free-and-useful-web-apps-for-designers.html" rel="bookmark" target="_blank">11 Premium But Free And Useful Web Apps For Designers</a> &#8211; Small list of useful programs.</p>
<p><a href="http://www.webresourcesdepot.com/27-adobe-air-applications-handy-for-web-designers/" target="_blank">27 Adobe AIR Applications</a> &#8211; Handy For Web Designers</p>
<p><a href="http://speckyboy.com/2009/02/27/30-essential-free-portable-web-design-and-development-applications/" rel="bookmark">30 Essential Free Portable Web Design and Development Applications</a> &#8211; A very good comprehensive list.</p>
<p><a title="Permanent Link: 13 Free Web Apps To Simplify Designer’s Work Life" href="http://www.smashingapps.com/2009/01/19/13-free-web-apps-to-simplify-designers-work-life.html" rel="bookmark">13 Free Web Apps To Simplify Designer’s Work Life</a> &#8211; This is a list of some very useful tools</p>
<p>Related:<br />
<a title="Permalink to Top Web Design Links for September ‘08" href="http://blueprintds.com/2008/09/29/top-web-design-links-for-september-08/" rel="bookmark">Top Web Design Links For September ‘08<br />
</a><a title="Permalink to Design Leftovers" href="http://blueprintds.com/2008/03/07/design-leftovers/" rel="bookmark">Design Leftovers<br />
</a><a title="Permalink to Flash With Transparent Backgrounds" href="http://blueprintds.com/2008/02/22/flash-with-transparent-background/" rel="bookmark">Flash With Transparent Backgrounds<br />
</a><a title="Permalink to 10 web design company marketing strategies" href="http://blueprintds.com/2009/01/07/10-web-design-company-marketing-strategies/" rel="bookmark">10 Web Design Company Marketing Strategies</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/design-and-app-links-for-sunday-322/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Website Designers &amp; Developer Tools</title>
		<link>http://blueprintds.com/news/top-website-designers-developer-tools/</link>
		<comments>http://blueprintds.com/news/top-website-designers-developer-tools/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 05:09:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1166</guid>
		<description><![CDATA[http://blueprintds.com/news/top-website-designers-developer-tools/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/1.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Website Designers &amp; Developer Tools" title="Top Website Designers &amp; Developer Tools" /><div><a href="" title="Top Website Designers &amp; Developer Tools"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/1.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Website Designers &amp; Developer Tools" title="Top Website Designers &amp; Developer Tools" /></a></div>We noticed lately an explosion of available online and local software tools to assist with just about anything. Below are some sites recommend to all designers and developers from beginners to professionals. Everybody has their own preferred workflow from the beginnings of a design to the end. Our web design companies office is split 50/50 with both Mac and PC designers and developers. We thought [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/top-website-designers-developer-tools/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/1.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Website Designers &amp; Developer Tools" title="Top Website Designers &amp; Developer Tools" /><div><a href="" title="Top Website Designers &amp; Developer Tools"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/03/1.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Top Website Designers &amp; Developer Tools" title="Top Website Designers &amp; Developer Tools" /></a></div><p>We noticed lately an explosion of available online and local software tools to assist with just about anything. Below are some sites recommend to all designers and developers from beginners to professionals. Everybody has their own preferred workflow from the beginnings of a design to the end. Our <a title="web design companies" href="http://blueprintds.com" target="_blank">web design companies</a> office is split 50/50 with both Mac and PC designers and developers. We thought we would share some articles we found that gave the best suggestions  for <strong>web designers </strong>and<strong> developers tools</strong>.</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/inspirationking.png"><img class="alignnone size-full wp-image-1292" title="inspirationking" src="http://blueprintds.com/wp-content/uploads/2009/03/inspirationking.png" alt="inspirationking" width="450" height="372" /><br />
</a><a class="fn url" title="Permanent Link to Web Design Toolbox: 130+ New Tools to Make You a Better and Faster Designer" href="http://mashable.com/2008/11/05/web-design-toolbox/" rel="bookmark">Web Design Toolbox: 130+ New Tools to Make You a Better and Faster Designer</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/creative-web-designs.jpg"><img class="alignnone size-full wp-image-1291" title="creative-web-designs" src="http://blueprintds.com/wp-content/uploads/2009/03/creative-web-designs.jpg" alt="creative-web-designs" width="500" height="234" /><br />
</a><a title="Permanent Link: 42 Must-Bookmark Resources for Web Designers - Inspiration, Design, Color, Fonts and More" href="http://www.reencoded.com/2008/04/01/42-must-bookmark-resources-for-web-designers/" rel="bookmark">42 Must-Bookmark Resources for Web Designers &#8211; Inspiration, Design, Color, Fonts and More</a></p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/03/must-see-design.jpg"><img class="alignnone size-full wp-image-1290" title="must-see-design" src="http://blueprintds.com/wp-content/uploads/2009/03/must-see-design.jpg" alt="must-see-design" width="525" height="300" /><br />
</a><a class="post_title" title="Permanent Link: Essential Web Developer Tools (Validation, Browsers, Transparent PNG’s and More)" href="http://www.idesignstudios.com/blog/web-design/essential-web-developer-tools/" rel="bookmark">Essential Web Developer Tools (Validation, Browsers, Transparent PNG’s And More)</a></p>
<p>&nbsp;</p>
<p><a href="http://www.84bytes.com/2008/08/19/web-20-design-generators-for-developers/" target="_blank"><img class="alignnone size-full wp-image-1273" title="web-2-0-buttons" src="http://blueprintds.com/wp-content/uploads/2009/03/web-2-0-buttons.jpg" alt="web-2-0-buttons" width="525" height="300" /><br />
Web 2.0 button generators for beginners</a></p>
<p>&nbsp;</p>
<p><a href="http://www.10e20.com/blog/2008/01/11/essential-web-design-principles-to-earn-trust/" target="_blank"><img class="alignnone size-full wp-image-1274" title="web-design" src="http://blueprintds.com/wp-content/uploads/2009/03/web-design.jpg" alt="web-design" width="525" height="300" /><br />
Web Design Principles</a></p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">Other Great Articles:</span></strong></p>
<p><a title="40+ Useful &amp; Handy Web Designer’s Web Services &amp; Tools" href="http://www.noupe.com/tools/40-useful-handy-web-designers-web-services-tools.html">40+ Useful &amp; Handy Web Designer’s Web Services &amp; Tools</a></p>
<p><a title="Permanent Link: 11 Free And Helpful Web Based Tools That Every Designer May Want To Know!" href="http://www.smashingapps.com/2008/10/04/11-free-and-helpful-web-based-tools-that-every-designer-may-want-to-know.html" rel="bookmark">11 Free And Helpful Web Based Tools That Every Designer May Want To Know!</a></p>
<p><a title="Permanent Link: 6 Tools for Web Design" href="http://theappleblog.com/2007/02/27/6-tools-for-web-design/" rel="bookmark">6 Tools for Web Design</a></p>
<p><a class="taggedlink" href="http://www.jankoatwarpspeed.com/post/2009/03/11/How-to-create-Skype-like-buttons-using-jQuery.aspx">How to create Skype-like buttons using jQuery</a></p>
<p><a class="fn url" title="Permanent Link to Web Design Toolbox: 50+ Tools for Web Design" href="http://mashable.com/2007/07/24/web-design/" rel="bookmark">Web Design Toolbox: 50+ Tools for Web Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/top-website-designers-developer-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>10 web design company marketing strategies</title>
		<link>http://blueprintds.com/news/10-web-design-company-marketing-strategies/</link>
		<comments>http://blueprintds.com/news/10-web-design-company-marketing-strategies/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:41:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Design News]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1010</guid>
		<description><![CDATA[http://blueprintds.com/news/10-web-design-company-marketing-strategies/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/marketpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="10 web design company marketing strategies" title="10 web design company marketing strategies" /><div><a href="" title="10 web design company marketing strategies"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/marketpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="10 web design company marketing strategies" title="10 web design company marketing strategies" /></a></div>As web design companies get more and more aggressive with their marketing strategies we see a repetitive cycle of methods. Listed here is some of the many ways of gaining more business and exposure for your web design company. Please feel free to add your own methods or success/failure stories in the comments. &#160; 1. Billboards &#8211; These are a [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/10-web-design-company-marketing-strategies/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/marketpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="10 web design company marketing strategies" title="10 web design company marketing strategies" /><div><a href="" title="10 web design company marketing strategies"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/marketpost.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="10 web design company marketing strategies" title="10 web design company marketing strategies" /></a></div><p>As web design companies get more and more aggressive with their marketing strategies we see a repetitive cycle of methods. Listed here is some of the many ways of gaining more business and exposure for your <strong>web design company</strong>. Please feel free to add your own methods or success/failure stories in the comments.</p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/01/billboard7.jpg"><img class="alignnone size-medium wp-image-1012" title="billboard7" src="http://blueprintds.com/wp-content/uploads/2009/01/billboard7-484x323.jpg" alt="billboard7" width="484" height="323" /></a><br />
1. <strong>Billboards</strong> &#8211; These are a great way to saturate a large area and grab a lot of attention in a short amount of time. Though, you are limited to marketing your company locally.</p>
<p>&nbsp;</p>
<p><a href="http://blueprintds.com/wp-content/uploads/2009/01/mar1.jpg"><img class="alignnone size-full wp-image-1013" title="mar1" src="http://blueprintds.com/wp-content/uploads/2009/01/mar1.jpg" alt="mar1" width="550" height="323" /><br />
</a>2. <strong>Radio</strong> &#8211; Radio jingles or ads is way to attract more of a targeted audience. Radio stations can provide you with a report of demographics for their audience. This can be used to target your ads to listeners in different groups.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1015" title="mar2" src="http://blueprintds.com/wp-content/uploads/2009/01/mar2.jpg" alt="mar2" width="550" height="323" /><br />
3. <strong>Seo</strong> &#8211; Blast your city by optimizing for &#8220;(yourcityname) web design&#8221; or optimize for &#8220;web design company,&#8221; &#8220;web designer,&#8221; &#8220;web design.&#8221;</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1016" title="doortodoor" src="http://blueprintds.com/wp-content/uploads/2009/01/doortodoor.jpg" alt="doortodoor" width="550" height="323" /><br />
4. <strong>Door to door</strong> &#8211; This has been coming up a lot lately. Many of our clients with store fronts have repeatedly been approached by salesman in their store attempting to sell them a web site.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1017" title="mar3" src="http://blueprintds.com/wp-content/uploads/2009/01/mar3.jpg" alt="mar3" width="550" height="323" /><br />
5. <strong>Cold calling</strong> &#8211; Picking up the phone book and dialing away. Get those scripts ready.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1019" title="mar4" src="http://blueprintds.com/wp-content/uploads/2009/01/mar4.jpg" alt="mar4" width="550" height="323" /><br />
6. <strong>Google Ad-Words</strong> &#8211; Paid for search results on Google. &#8220;XXXXXX web design&#8221; fill in the industry specific blank for key words. <strong>Warning</strong>: Can get expensive.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1020" title="mar5" src="http://blueprintds.com/wp-content/uploads/2009/01/mar5.jpg" alt="mar5" width="550" height="323" /><br />
7. <strong>Direct Mail</strong> &#8211; Pick an area, city, industry, income group, demographic and send those mailers.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1021" title="mar6" src="http://blueprintds.com/wp-content/uploads/2009/01/mar6.jpg" alt="mar6" width="550" height="323" /><br />
8. <strong>Print Ads</strong> &#8211; 2 x 3 to full page go for a business magazine or small business resource magazine.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1022" title="social-media-points" src="http://blueprintds.com/wp-content/uploads/2009/01/social-media-points.gif" alt="social-media-points" width="500" height="358" /><br />
9. <strong>Social Media</strong> &#8211; Oh so much you can do with this. Do even know where to start.</p>
<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-1023" title="mar7" src="http://blueprintds.com/wp-content/uploads/2009/01/mar7.jpg" alt="mar7" width="550" height="323" /><br />
10. <strong>Do Great Work</strong> &#8211; Otherwise known as referrals or word of mouth and let your work speak for it self.</p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/10-web-design-company-marketing-strategies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web-safe fonts or fonts common to Mac &amp; Windows</title>
		<link>http://blueprintds.com/news/web-safe-fonts/</link>
		<comments>http://blueprintds.com/news/web-safe-fonts/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 16:18:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[Web Design News]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=1033</guid>
		<description><![CDATA[http://blueprintds.com/news/web-safe-fonts/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/websafehead.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Web-safe fonts or fonts common to Mac &amp; Windows" title="Web-safe fonts or fonts common to Mac &amp; Windows" /><div><a href="" title="Web-safe fonts or fonts common to Mac &amp; Windows"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/websafehead.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Web-safe fonts or fonts common to Mac &amp; Windows" title="Web-safe fonts or fonts common to Mac &amp; Windows" /></a></div>Many of our clients request fonts for their web site that just simply will not show up on the majority of computers due to the viewers computer simply not having the font loaded. Below is a list of &#8220;web-safe&#8221; fonts that will insure your site to be viewable and appear consistently with almost all viewers to your [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/web-safe-fonts/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/websafehead.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Web-safe fonts or fonts common to Mac &amp; Windows" title="Web-safe fonts or fonts common to Mac &amp; Windows" /><div><a href="" title="Web-safe fonts or fonts common to Mac &amp; Windows"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/websafehead.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Web-safe fonts or fonts common to Mac &amp; Windows" title="Web-safe fonts or fonts common to Mac &amp; Windows" /></a></div><p>Many of our clients request fonts for their web site that just simply will not show up on the majority of computers due to the viewers computer simply not having the font loaded. Below is a list of &#8220;web-safe&#8221; fonts that will insure your site to be viewable and appear consistently with almost all viewers to your site.</p>
<table border="0" cellspacing="0">
<caption>Windows fonts / <span class="mac"><span style="color: #3366ff;">Mac fonts</span></span> / <em>Font family</em></caption>
<tbody>
<tr>
<th class="center" style="width: 50%;">Normal style</th>
<th class="center">Bold style</th>
</tr>
<tr style="font-family: Arial, Helvetica, sans-serif;">
<td>Arial, <span class="mac"><span style="color: #3366ff;">Arial, Helvetica</span></span>, <em>sans-serif</em></td>
<td><strong>Arial, </strong><span class="mac"><span style="color: #3366ff;"><strong>Arial, Helvetica</strong></span></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr style="font-family: 'Arial Black', Gadget, sans-serif;">
<td>Arial Black, <span class="mac"><span style="color: #3366ff;">Arial Black, Gadget</span></span>, <em>sans-serif</em></td>
<td><strong>Arial Black, </strong><span class="mac"><span style="color: #3366ff;"><strong>Arial Black, Gadget</strong></span></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr style="font-family: 'Comic Sans MS', Textile, cursive;">
<td>Comic Sans MS, <span class="mac"><span style="color: #3366ff;">Comic Sans MS</span><sup><span style="color: #3366ff;">5</span></sup></span>, <em>cursive</em></td>
<td><strong>Comic Sans MS, </strong><span class="mac"><strong><span style="color: #3366ff;">Comic Sans MS</span></strong><sup><strong><span style="color: #3366ff;">5</span></strong></sup></span><strong>, </strong><em><strong>cursive</strong></em></td>
</tr>
<tr style="font-family: 'Courier New', Courier, monospace;">
<td>Courier New, <span class="mac"><span style="color: #3366ff;">Courier New, Courier</span><sup><span style="color: #3366ff;">6</span></sup></span>, <em>monospace</em></td>
<td><strong>Courier New, </strong><span class="mac"><strong><span style="color: #3366ff;">Courier New, Courier</span></strong><sup><strong><span style="color: #3366ff;">6</span></strong></sup></span><strong>, </strong><em><strong>monospace</strong></em></td>
</tr>
<tr style="font-family: Georgia, 'Times New Roman', Times, serif;">
<td>Georgia<sup>1</sup>, <span class="mac"><span style="color: #3366ff;">Georgia</span></span>, <em>serif</em></td>
<td><strong>Georgia</strong><sup><strong>1</strong></sup><strong>, </strong><span class="mac"><strong><span style="color: #3366ff;">Georgia</span></strong></span><strong>, </strong><em><strong>serif</strong></em></td>
</tr>
<tr style="font-family: Impact, Charcoal, sans-serif;">
<td>Impact, <span class="mac"><span style="color: #3366ff;">Impact</span><sup><span style="color: #3366ff;">5</span></sup><span style="color: #3366ff;">, </span><span style="color: #3366ff;"><span style="color: #3366ff;">Ch</span>arcoal</span><sup><span style="color: #3366ff;">6</span></sup></span>, <em>sans-serif</em></td>
<td><strong>Impact, </strong><span class="mac"><strong><span style="color: #3366ff;">Impact</span></strong><sup><strong><span style="color: #3366ff;">5</span></strong></sup><strong><span style="color: #3366ff;">, Charcoal</span></strong><sup><strong><span style="color: #3366ff;">6</span></strong></sup></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr style="font-family: 'Lucida Console', Monaco, monospace;">
<td>Lucida Console, <span class="mac"><span style="color: #3366ff;">Monaco</span><sup><span style="color: #3366ff;">5</span></sup></span>, <em>monospace</em></td>
<td><strong>Lucida Console, </strong><span class="mac"><strong><span style="color: #3366ff;">Monaco</span></strong><sup><strong><span style="color: #3366ff;">5</span></strong></sup></span><strong>, </strong><em><strong>monospace</strong></em></td>
</tr>
<tr style="font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;">
<td>Lucida Sans Unicode, <span class="mac"><span style="color: #3366ff;">Lucida Grande</span></span>, <em>sans-serif</em></td>
<td><strong>Lucida Sans Unicode, </strong><span class="mac"><strong><span style="color: #3366ff;">Lucida Grande</span></strong></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr style="font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;">
<td>Palatino Linotype, Book Antiqua<sup>3</sup>, <span class="mac"><span style="color: #3366ff;">Palatino</span><sup><span style="color: #3366ff;">6</span></sup></span>, <em>serif</em></td>
<td><strong>Palatino Linotype, Book Antiqua</strong><sup><strong>3</strong></sup><strong>,</strong><span class="mac"><strong><span style="color: #3366ff;">Palatino</span></strong><sup><strong><span style="color: #3366ff;">6</span></strong></sup></span><strong>, </strong><em><strong>serif</strong></em></td>
</tr>
<tr style="font-family: Tahoma, Geneva, sans-serif;">
<td>Tahoma, <span class="mac"><span style="color: #3366ff;">Geneva</span></span>, <em>sans-serif</em></td>
<td><strong>Tahoma, </strong><span class="mac"><strong><span style="color: #3366ff;">Geneva</span></strong></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr style="font-family: 'Times New Roman', Times, serif;">
<td>Times New Roman, <span class="mac"><span style="color: #3366ff;">Times</span></span>, <em>serif</em></td>
<td><strong>Times New Roman, </strong><span class="mac"><strong><span style="color: #3366ff;">Times</span></strong></span><strong>, </strong><em><strong>serif</strong></em></td>
</tr>
<tr style="font-family: 'Trebuchet MS', Helvetica, sans-serif;">
<td>Trebuchet MS<sup>1</sup>, <span class="mac"><span style="color: #3366ff;">Helvetica</span></span>, <em>sans-serif</em></td>
<td><strong>Trebuchet MS</strong><sup><strong>1</strong></sup><strong>, </strong><span class="mac"><strong><span style="color: #3366ff;">Helvetica</span></strong></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr style="font-family: Verdana, Geneva, sans-serif;">
<td>Verdana, <span class="mac">Verdana, <span style="color: #3366ff;">Geneva</span></span>, <em>sans-serif</em></td>
<td><strong>Verdana, </strong><span class="mac"><strong>Verdana, <span style="color: #3366ff;">Geneva</span></strong></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr class="symbol" style="font-family: Symbol;">
<td>Symbol, <span class="mac"><span style="color: #3366ff;">Symbol</span></span> <span style="font-family: Verdana; white-space: nowrap;">(Symbol<sup>2</sup>, <span class="mac"><span style="color: #3366ff;">Symbol</span><sup><span style="color: #3366ff;">2</span></sup></span>)</span></td>
<td><strong>Symbol, </strong><span class="mac"><strong><span style="color: #3366ff;">Symbol</span></strong></span><strong> </strong><span style="font-family: Verdana; white-space: nowrap;"><strong>(Symbol</strong><sup><strong>2</strong></sup><strong>, </strong><span class="mac"><strong><span style="color: #3366ff;">Symbol</span></strong><sup><strong><span style="color: #3366ff;">2</span></strong></sup></span><strong>)</strong></span></td>
</tr>
<tr class="symbol" style="font-family: Webdings;">
<td>Webdings, <span class="mac"><span style="color: #3366ff;">Webdings</span></span> <span style="font-family: Verdana; white-space: nowrap;">(Webdings<sup>2</sup>, <span class="mac"><span style="color: #3366ff;">Webdings</span><sup><span style="color: #3366ff;">2</span></sup></span>)</span></td>
<td><strong>Webdings, </strong><span class="mac"><strong><span style="color: #3366ff;">Webdings</span></strong></span><strong> </strong><span style="font-family: Verdana; white-space: nowrap;"><strong>(Webdings</strong><sup><strong>2</strong></sup><strong>, </strong><span class="mac"><strong><span style="color: #3366ff;">Webdings</span></strong><sup><strong><span style="color: #3366ff;">2</span></strong></sup></span><strong>)</strong></span></td>
</tr>
<tr class="symbol" style="font-family: Wingdings, 'Zapf Dingbats';">
<td>Wingdings, <span class="mac"><span style="color: #3366ff;">Zapf Dingbats</span></span> <span style="font-family: Verdana; white-space: nowrap;">(Wingdings<sup>2</sup>, <span class="mac"><span style="color: #3366ff;">Zapf Dingbats</span><sup><span style="color: #3366ff;">2</span></sup></span>)</span></td>
<td><strong>Wingdings, </strong><span class="mac"><strong><span style="color: #3366ff;">Zapf Dingbats</span></strong></span><strong></strong><span style="font-family: Verdana; white-space: nowrap;"><strong>(Wingdings</strong><sup><strong>2</strong></sup><strong>, </strong><span class="mac"><strong><span style="color: #3366ff;">Zapf Dingbats</span></strong><sup><strong><span style="color: #3366ff;">2</span></strong></sup></span><strong>)</strong></span></td>
</tr>
<tr style="font-family: 'MS Sans Serif', Geneva, sans-serif;">
<td>MS Sans Serif<sup>4</sup>, <span class="mac"><span style="color: #3366ff;">Geneva</span></span>, <em>sans-serif</em></td>
<td><strong>MS Sans Serif</strong><sup><strong>4</strong></sup><strong>, </strong><span class="mac"><strong><span style="color: #3366ff;">Geneva</span></strong></span><strong>, </strong><em><strong>sans-serif</strong></em></td>
</tr>
<tr style="font-family: 'MS Serif', 'New York', serif;">
<td>MS Serif<sup>4</sup>, <span class="mac"><span style="color: #3366ff;">New York</span><sup><span style="color: #3366ff;">6</span></sup></span>, <em>serif</em></td>
<td><strong>MS Serif</strong><sup><strong>4</strong></sup><strong>, </strong><span class="mac"><strong><span style="color: #3366ff;">New York</span></strong><sup><strong><span style="color: #3366ff;">6</span></strong></sup></span><strong>, </strong><em><strong>serif</strong></em></td>
</tr>
</tbody>
</table>
<ul>
<li>Georgia and Trebuchet MS are bundled with Windows 2000/XP and they are also included in the IE font pack (and bundled with other MS applications), so they are quite common in Windows 98 systems.</li>
<li>Symbolic fonts are only displayed in Internet Explorer, in other browsers a font substitute is used instead (although the Symbol font does work in Opera and the Webdings works in Safari).</li>
<li>Book Antiqua is almost exactly the same font that Palatino Linotype, Palatino Linotype is included in Windows 2000/XP while Book Antiqua was bundled with Windows 98.</li>
<li>These fonts are not TrueType fonts but bitmap fonts, so they won&#8217;t look well when using some font sizes (they are designed for 8, 10, 12, 14, 18 and 24 point sizes at 96 DPI).</li>
<li>These fonts work in Safari but only when using the normal font style, and not with bold or italic styles. Comic Sans MS works in bold but not in italic. Other Mac browsers seems to emulate properly the styles not provided by the font.</li>
<li>These fonts are present in Mac OS X only if <strong>Classic</strong> is installed.</li>
</ul>
<p><a href="http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html" target="_blank">Source</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/web-safe-fonts/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Why web design &amp; development doesn&#8217;t cost $399</title>
		<link>http://blueprintds.com/news/why-web-design-development-doesnt-cost-399/</link>
		<comments>http://blueprintds.com/news/why-web-design-development-doesnt-cost-399/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 15:00:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Developer News]]></category>
		<category><![CDATA[Web Design News]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=971</guid>
		<description><![CDATA[http://blueprintds.com/news/why-web-design-development-doesnt-cost-399/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/cheapwebsites.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Why web design &amp; development doesn&#8217;t cost $399" title="Why web design &amp; development doesn&#8217;t cost $399" /><div><a href="" title="Why web design &amp; development doesn&#8217;t cost $399"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/cheapwebsites.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Why web design &amp; development doesn&#8217;t cost $399" title="Why web design &amp; development doesn&#8217;t cost $399" /></a></div>Web design in this day and age can be confusing. Who&#8217;s good? Who&#8217;s bad? How do I know? What&#8217;s the difference between going to a web design studio and going to someone that posted an ad on craigslist for $399? Well we will explain some very important facts to let you know exactly why web [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/why-web-design-development-doesnt-cost-399/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/cheapwebsites.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Why web design &amp; development doesn&#8217;t cost $399" title="Why web design &amp; development doesn&#8217;t cost $399" /><div><a href="" title="Why web design &amp; development doesn&#8217;t cost $399"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2009/01/cheapwebsites.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Why web design &amp; development doesn&#8217;t cost $399" title="Why web design &amp; development doesn&#8217;t cost $399" /></a></div><p>Web design in this day and age can be confusing. Who&#8217;s good? Who&#8217;s bad? How do I know? What&#8217;s the difference between going to a <a href="http://blueprintds.com">web design studio</a> and going to someone that posted an ad on craigslist for $399? Well we will explain some very important facts to let you know exactly why web site design and development does not cost anywhere from $299-$499.</p>
<p>This will be a comparison of &#8220;cheap web design&#8221; to &#8220;professional web design&#8221; and why professionals do not charge $499 and under for a web site and why spending the extra money will be worth it.</p>
<h2>What is web design?</h2>
<p><a href="http://en.wikipedia.org/wiki/Web_design" target="_blank">Web design</a> is a company or individuals web presence. It can be a great way to generate leads, gain exposure, relay news, start a community, assist a cause and much more. Your web site is a first impression of what you are relaying to the viewer. With this said I can&#8217;t help but to think, why waste your time on a cheap sites when if done correctly your site can save you time and money.</p>
<h2>Designs for $399 or less</h2>
<p>The web is flooded with ads and posts about &#8220;cheap web design&#8221; or web design at a unrealistically low price. It is important to realize you wouldn&#8217;t go to a doctor if he worked out the back of a van. This applies the same for web design. Prices incredibly low as well as quality. Most of these sites consist of straight <a href="http://en.wikipedia.org/wiki/Html" target="_blank">HTML</a> programming and are designed with no marketing or viewer consideration in mind. Most $399 web ads are <a href="http://en.wikipedia.org/wiki/Web_template" target="_blank">web templates</a> (or <a href="http://www.templatemonster.com/register_aff.php" target="_blank">template resellers</a>) which are pre made web sites which may not be compatible with browsers and you may be sharing the same design with someone else. Read: <a href="http://www.koudal.dk/whats-so-bad-about-web-templates" target="_blank"><strong>W</strong><strong>hat&#8217;s so bad about web templates?</strong></a> gives a great explanation. The old expression &#8220;<strong>you get what you pay for</strong>&#8221; comes to mind. It is also important to know almost all of these sites do not come with a <a href="http://en.wikipedia.org/wiki/Content_management_system" target="_blank">CMS</a>.</p>
<h2>The Bad</h2>
<p>Here is a list of <a href="http://www.ratz.com/featuresbad.html" target="_blank">bad design features</a> that will help you separate the good from the bad.</p>
<p>Examples:</p>
<p><a href="http://www.angelfire.com/super/badwebs/"><img class="alignnone size-full wp-image-973" title="worstweb" src="http://blueprintds.com/wp-content/uploads/2009/01/worstweb.png" alt="worstweb" width="500" height="304" /><br />
</a></p>
<p><a href="http://yvettesbridalformal.com/"><img class="alignnone size-full wp-image-974" title="bridalworst" src="http://blueprintds.com/wp-content/uploads/2009/01/bridalworst.jpg" alt="bridalworst" width="500" height="295" /></a></p>
<p><a href="http://www.shakespeares-sonnets.com/"><img class="alignnone size-full wp-image-975" title="ssworst" src="http://blueprintds.com/wp-content/uploads/2009/01/ssworst.jpg" alt="ssworst" width="500" height="296" /></a></p>
<p>The examples above go against much of <a href="http://www.smashingmagazine.com/2008/01/31/10-principles-of-effective-web-design/" target="_blank">what makes a web site effective</a>.</p>
<p>Ask yourself these questions in regards to the web sites above:</p>
<ul>
<li>Convey the company’s personality, character or attitude?</li>
<li>Relate to your clients by conveying a feeling of familiarity and credibility?</li>
<li>Have association with quality and satisfaction?</li>
<li>Can I contact the website owner quickly and effectively?</li>
<li>Is the website communicating news to me in a effective way?</li>
</ul>
<h2>The Good</h2>
<p><a href="http://redivychicago.com"><img class="alignnone size-full wp-image-976" title="redivygood" src="http://blueprintds.com/wp-content/uploads/2009/01/redivygood.jpg" alt="redivygood" width="500" height="294" /></a></p>
<p><a href="http://www.willcallsports.com/"><img class="alignnone size-full wp-image-977" title="willgood" src="http://blueprintds.com/wp-content/uploads/2009/01/willgood.jpg" alt="willgood" width="500" height="288" /></a></p>
<p><a href="http://titletrading.com/"><img class="alignnone size-full wp-image-978" title="titlegood" src="http://blueprintds.com/wp-content/uploads/2009/01/titlegood.jpg" alt="titlegood" width="500" height="288" /></a></p>
<p>Now take the same questions from above and apply them to the good examples.</p>
<p><strong>Why is the difference so apparent?</strong> There are many examples and variations of web sites out there. This is an extreme compare and contrast. Most of the bad web sites will not look that bad but the question to ask is, &#8220;Will it do what I want it to do?&#8221;</p>
<p>Professional web designers have process and procedures put in place to assure effective design involving <strong>proper research, preparation, conceptualizing, understanding of the clients needs, implementing them correctly and so they are effective</strong>. This is why professional web design does not cost $499 and under.</p>
<p>The <strong>design process of a professional web designer</strong> typically consists of:</p>
<ol>
<li><strong>Gathering Information:</strong> They conduct a questionnaire or interview with the client to get the design brief.</li>
<li><strong>Research:</strong> They conduct research focused on the industry itself, on its history, and on its competitors.</li>
<li><strong>Reference:</strong> They conduct research into logo designs that have been successful and current styles and trends that are related to the design brief.</li>
<li><strong>Sketching &amp; Conceptualizing:</strong> They develop the web design concept(s) around the brief and research.</li>
<li><strong>Presentation:</strong> Showing the concept site based off of all of the information collected and demonstrating how it will all function.</li>
<li><strong>Development:</strong> Taking the approved concept and developing (or coding) it in to an actually web site.</li>
<li><strong>Presentation #2:</strong> Showing the developed site based off the first presentation and demonstrating how it all functions.</li>
<li><strong>Making The Site Live:</strong> Taking the site developed and uploading it to the domain and hosting accounts.</li>
</ol>
<p>With all that said here are some links to some other sources as to the importance of web design:</p>
<p><a href="http://www.melbourneit.com.au/successbox/website-tips/good-website-design-why-its-important/">Why good <em>website design</em> is <em>important</em></a></p>
<p><em><a href="http://www.lightpostcreative.com/why-having-a-quality-web-design-matters/">Why Having a Quality <em>Web Design</em> Matters</a></em></p>
<p><em><a href="http://www.useit.com/alertbox/9605.html">Top 10 Mistakes in <em>Web Design</em></a></em></p>
<p>Don&#8217;t have a professional web design? Check out our <strong><a href="http://blueprintds.com/category/portfolio/">Portfolio</a></strong> and if you like what you see then <a href="http://blueprintds.com/clients/chicago-design-quote/"><strong>Contact Us</strong></a> and we can give you a quote for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/why-web-design-development-doesnt-cost-399/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Happy New Year 2009!</title>
		<link>http://blueprintds.com/news/happy-new-year-2009/</link>
		<comments>http://blueprintds.com/news/happy-new-year-2009/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 19:03:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design News]]></category>

		<guid isPermaLink="false">http://blueprintds.com/?p=952</guid>
		<description><![CDATA[http://blueprintds.com/news/happy-new-year-2009/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/12/hny09.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Happy New Year 2009!" title="Happy New Year 2009!" /><div><a href="" title="Happy New Year 2009!"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/12/hny09.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Happy New Year 2009!" title="Happy New Year 2009!" /></a></div>Here at Blueprint Design Studio we would like to thank all of our clients from this year and wishing them and our web sites visitors a safe and happy new years. Keep check our blog for great new things to come in &#8217;09. Here&#8217;s some things to look for&#8230;. twitter tutorials wp plugins themes and [...]]]></description>
			<content:encoded><![CDATA[http://blueprintds.com/news/happy-new-year-2009/<img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/12/hny09.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Happy New Year 2009!" title="Happy New Year 2009!" /><div><a href="" title="Happy New Year 2009!"><img class="post-image" src="http://blueprintds.com/wp-content/themes/startbox/includes/scripts/timthumb.php?src=http://blueprintds.com/wp-content/uploads/2008/12/hny09.jpg&#038;w=635&#038;h=249&#038;a=tc&#038;zc=1&#038;q=100" width="635" height="249" alt="Happy New Year 2009!" title="Happy New Year 2009!" /></a></div><p>Here at Blueprint Design Studio we would like to thank all of our clients from this year and wishing them and our web sites visitors a safe and happy new years.</p>
<p>Keep check our blog for great new things to come in &#8217;09.</p>
<p>Here&#8217;s some things to look for&#8230;.</p>
<ul>
<li>twitter</li>
<li>tutorials</li>
<li>wp plugins</li>
<li>themes</li>
</ul>
<p>and much more.</p>
<p><span style="color: #551a8b; text-decoration: underline;"><a href="http://blueprintds.com/wp-content/uploads/2008/12/hny09.jpg"><img class="alignnone size-medium wp-image-964" title="hny09" src="http://blueprintds.com/wp-content/uploads/2008/12/hny09-240x109.jpg" alt="hny09" width="240" height="109" /></a></span></p>
<p><em>Want to create the same image we created above (in our header) </em><a href="http://psdtuts.com/text-effects-tutorials/create-a-layered-glowing-text-effect/" target="_blank"><em>check this out</em></a><em>.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blueprintds.com/news/happy-new-year-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

