<?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>DBS Interactive Blog &#187; The Design Blog</title>
	<atom:link href="http://www.dbswebsite.com/blog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbswebsite.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 20:27:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>5 Great Tools for Web Designers</title>
		<link>http://www.dbswebsite.com/blog/2010/09/01/5-great-tools-for-web-designers/</link>
		<comments>http://www.dbswebsite.com/blog/2010/09/01/5-great-tools-for-web-designers/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 20:27:13 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[The Design Blog]]></category>
		<category><![CDATA[web design add-ons]]></category>
		<category><![CDATA[web design addons]]></category>
		<category><![CDATA[web design plug-ins]]></category>
		<category><![CDATA[web design plugins]]></category>
		<category><![CDATA[web design tips]]></category>
		<category><![CDATA[web design tools]]></category>
		<category><![CDATA[web design tricks]]></category>

		<guid isPermaLink="false">http://www.dbswebsite.com/blog/?p=742</guid>
		<description><![CDATA[
			
				
			
		
As with any profession, there is a certain amount of knowledge that cannot be taught, but must be acquired through direct experience.  In most cases, it’s not that this information is not capable of being taught.  It’s just most people probably wouldn’t see the value in the knowledge until they were familiar with or had [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F09%2F01%2F5-great-tools-for-web-designers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F09%2F01%2F5-great-tools-for-web-designers%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>As with any profession, there is a certain amount of knowledge that cannot be taught, but must be acquired through direct experience.  In most cases, it’s not that this information is not capable of being taught.  It’s just most people probably wouldn’t see the value in the knowledge until they were familiar with or had somehow encountered a specific situation in which the knowledge was needed to successfully complete the task at hand.  In the case of <a href="/design">web design</a>, much of this knowledge pertains to various tips and tricks regarding workflow improvements, validation of code, and debugging of websites.  Many of these problems result from having to design a site to display correctly across a handful of browsers and versions.  To many <a href="/design">web designers&#8217;</a> delight, both Firefox and Chrome embrace the open source initiative and a large community of developers provides a steady flow of new plug-ins, add-ons, and tools, free of charge, that address these specific issues.</p>
<h2><strong>Firefox</strong></h2>
<p>Being that Firefox is perhaps the oldest and most widely used open-source browser, Firefox takes the cake for the largest number of plug-ins and add-ons available to its users.  The add-ons have a variety of purposes which range from social networking, simplified bookmarking, and even language support.  My favorite category however is the group of add-ons that relate to <a href="/design/web-development">web development</a>.  Firefox’s website shows the current number of web development add-ons to be over 1,100 strong.  Many of these add-ons can greatly help your performance and efficiency when designing a site.  Three of my most used plug-ins for Firefox are:</p>
<h3>Firebug</h3>
<p><a href="http://getfirebug.com/"><img class="alignnone size-full wp-image-744" title="firebug" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/09/firebug.jpg" alt="firebug" width="600" height="273" /></a></p>
<p>Firebug has come to be one of the most popular tools used by web designers.  Its popularity can be attributed to its ease of use and the large variety of features it offers designers. One of the best uses for Firebug is for locating and fixing the little bugs, whose source seems to elude designers.  Firebug allows designers to quickly inspect HTML and modify style and layout in real time.  It has what is arguably the best Javascript debugger available for any browser.  In addition, its analyze feature gives designers the ability to look at detailed measurements of a site&#8217;s network activity.  And last, but not least, it has a console log which allows you to send messages to the console direct from your webpage through Javascript.</p>
<h3>HTML Validator</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/249/"><img class="alignnone size-full wp-image-745" title="html-validator" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/09/html-validator.jpg" alt="html-validator" width="600" height="242" /></a></p>
<p>This tool is amazing!  As an employee of a company who continually preaches the importance of W3C compliance, the HTML Validator has helped me out immensely with keeping my code cleaner and ensuring that every website I design complies with W3C standards.  This is important for many reasons, one of which is to make sure I’m not causing errors with simple syntax errors. It has a very easy to understand interface that directs you to the specific portion of the code that may be causing the errors.  Any error that is discovered is explained in detail without having to visit W3C’s website. Right now the only drawback with the HTML Validator plug-in is that it does not yet work with HTML5.</p>
<h3>Web Developer</h3>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60/"><img class="alignnone size-full wp-image-743" title="web-developer-toolbar" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/09/web-developer-toolbar.jpg" alt="web-developer-toolbar" width="600" height="204" /></a></p>
<p>The Web Developer add-on has tons of useful features for aspiring web designers and developers.  It’s non obtrusive and easy to use. This tool adds a menu of options and a toolbar for inspecting and debugging webpages.  When paired with Firebug, the Web Developer add-on can really help round out your development skills.</p>
<h2>Chrome</h2>
<p>Out of the three major browsers, Chrome tends to be my browser of choice.  Based on a webkit framework, Chrome appeals to designers because its support of the latest functionalities, like HTML5 and CSS3.  And of course, its speed is hard to beat.  Just like Firefox, Google Chrome fully embraces open-source and has a thriving community of developers to prove it.  Although there are many useful add-ons aimed at designers, one of my favorites is:</p>
<h3>IE Tab Classic</h3>
<p><a href="https://chrome.google.com/extensions/detail/miedgcmlgpmdagojnnbemlkgidepfjfi"><img class="alignnone size-full wp-image-746" title="ie-classic" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/09/ie-classic.jpg" alt="ie-classic" width="410" height="264" /></a></p>
<p>IE Tab Classic is a nifty little tool that allows users to run Internet Explorer (IE-7) inside of a Chrome browser.  I use this add-on for browser testing.  Of course it is best practice to have a real copy of IE-7 for tried and true testing, but this is a great substitute if the machine you work from does not have access.</p>
<h2>Internet Explorer</h2>
<p>Internet Explorer is the bane of most designers’ existence.  Their unwillingness to support emerging functionalities or open-source initiatives leaves many designers with a sour taste in their mouth.  Despite these problems, recent statistics show that Internet Explorer is still the most popular browser.  And so, as designers, it is our duty to ensure that our designs display correctly on all versions.  Even without an open-source community backing them, IE has managed to produce a few helpful tools, with my favorite being:</p>
<h3>IE Web Developer Toolbar</h3>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en"><img class="alignnone size-full wp-image-743" title="web-developer-toolbar" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/09/web-developer-toolbar.jpg" alt="web-developer-toolbar" width="600" height="204" /></a><br />
One of the best tools for helping designers find and debug problems is Internet Explorer’s Web Developer Toolbar. It has a lot of unique features, like the ability to directly edit DOM elements to test problems. You can even test and inspect JavaScript to help explore variable attributes. And maybe most importantly, since this is one of the biggest problems associated with IE, is it enables you to view how your webpage will degrade in IE with compatibility viewing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2010/09/01/5-great-tools-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Progress is Good, Right?</title>
		<link>http://www.dbswebsite.com/blog/2010/08/04/progress-is-good-right/</link>
		<comments>http://www.dbswebsite.com/blog/2010/08/04/progress-is-good-right/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:13:55 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[The Design Blog]]></category>
		<category><![CDATA[css 3]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[progress in web design]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[web design principles]]></category>

		<guid isPermaLink="false">http://dbswebsite.com/blog/?p=703</guid>
		<description><![CDATA[
			
				
			
		

So why aren’t we attempting to be more progressive when we build web sites? The idea sounds simple on paper, but practicing progressive thinking when creating for the web requires patience, objectivity, foresight, and most importantly, knowledge.
If you are in the industry, CSS 3 and HTML 5 may come to mind when you hear the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F08%2F04%2Fprogress-is-good-right%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F08%2F04%2Fprogress-is-good-right%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignnone size-full wp-image-704" title="progress" src="http://dbswebsite.com/blog/wp-content/uploads/2010/08/progress.jpg" alt="progress" width="500" height="251" /></p>
<p>So why aren’t we attempting to be more progressive when we build web sites? The idea sounds simple on paper, but practicing progressive thinking when creating for the web requires patience, objectivity, foresight, and most importantly, knowledge.</p>
<p>If you are in the industry, CSS 3 and HTML 5 may come to mind when you hear the word ‘progressive’. These advancing technologies are some of the most popular discussion topics when it comes to the future of <a href="http://www.dbswebsite.com">web design</a>, but we can’t forget that the practice of implementing progressive techniques is not limited to the tools we utilize; it stretches into every aspect of the project from conception to execution.</p>
<p>When we are planning and creating web sites, we must move past old habits and traditions that characterize the early days of the web. The web has become a necessity in many people’s lives because it has rapidly grown and matured from its experimental childhood. In order for the web to continue to advance and become more useful, we cannot solely become content with what we have already accomplished.</p>
<p>That’s where progressive thinking and action plays a vital role.  Designers should always push the web sites and copy we create in a forward direction. This involves, but is not limited to constantly rethinking about how sites are planned, built, and used. The web is constantly shifting and changing, we <em>must</em> be able to adapt along with it.</p>
<p>One of the greatest changes to the web in the future will likely be the implementation of <a href="http://en.wikipedia.org/wiki/Semantic_Web">semantic web</a> technologies.  The semantic web is a term coined by <a class="zem_slink" title="World Wide Web Consortium" rel="homepage" href="http://www.w3.org/">World Wide Web Consortium (W3C)</a> director, Tim Berners-Lee, which describes the methods and technologies that will allow computers to understand the information the Internet displays as humans do.  This semantic web is a vision of information that is understandable by computers, so computers can perform more of the tedious work involved in finding, combining, and acting upon information on the web.  This may sound extremely complicated, but many of the technologies proposed by the W3C already exist and are currently being used in one way or the other.  When looking to the future, web designers should consider how large leaps such as the semantic web will affect their designs.</p>
<p>The key concept to progressive design is to cater to the latest methods available while remaining <a class="zem_slink" title="Backward compatibility" rel="wikipedia" href="http://en.wikipedia.org/wiki/Backward_compatibility">backwards compatible</a> with older methods. This applies to every step in the project from usability testing to coding. For example, if you are implementing a new usability technique in your project, do it in a subtle way that experienced users will catch on and benefit from your practice, while less-savvy users will not be impeded by your changes.</p>
<p>Above all else, educate. It is the greatest and most important role for someone who creates for the web.  Progression is impossible without education. Informing others of where the web is going, allows us to continue trying new, exciting ideas.  Because of those who were willing to look ahead and face new challenges, the web has evolved by small, rapid changes that continue to push the movement forward.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=793b7bb4-b33b-4861-9cc7-3f12f3f64441" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2010/08/04/progress-is-good-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need Web Design Inspiration?  Go To A News Stand!</title>
		<link>http://www.dbswebsite.com/blog/2010/06/25/need-web-design-inspiration-go-to-a-news-stand/</link>
		<comments>http://www.dbswebsite.com/blog/2010/06/25/need-web-design-inspiration-go-to-a-news-stand/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 23:47:15 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[The Design Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[flash flex]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://dbswebsite.com/blog/?p=622</guid>
		<description><![CDATA[
			
				
			
		

Do you ever grow tired of seeing the uninspiring, cookie-cutter site designs that seem to be so prevalent on the web these days?  Don’t you wish that there were somewhere or someone you could consult to find the next, game-changing web design trend?  Believe it or not, this somewhere may actually be in [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F06%2F25%2Fneed-web-design-inspiration-go-to-a-news-stand%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F06%2F25%2Fneed-web-design-inspiration-go-to-a-news-stand%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://dbswebsite.com/blog/wp-content/uploads/2010/06/mags.jpg" alt="mags" title="mags" width="500" height="148" class="alignnone size-full wp-image-629" /></p>
<p>Do you ever grow tired of seeing the uninspiring, cookie-cutter site designs that seem to be so prevalent on the web these days?  Don’t you wish that there were somewhere or someone you could consult to find the next, game-changing web design trend?  Believe it or not, this somewhere may actually be in your bathroom.  Confused?  Let me explain.  </p>
<p>Walk into any American household and chances are there is a basket full of magazines and other reading material in the bathroom.  Web designers rarely consider using this print material for inspiration because of the inherit differences between the two mediums.  Truth be told, these stacks of magazines are an absolute gold mine for creative inspiration.  Print design and web design share many commonalities in their core principles; however, it is absolutely vital that web designers understand the differences between the two mediums before drawing any inspiration from them.</p>
<p>Let’s use an analogy to point out one of the major differences.  If we were to compare the two mediums to animals, I’d say print design is most comparable to the nimble-footed hare, whereas web design more closely resembles the lethargic tortoise.  The point I’m trying to make (Keyword being “trying”) is that the web tends to fall slightly behind on some design trends because of the time it takes to produce a webpage. This is not to say that all sites are outdated, but print gives web designers another place to look for cutting-edge ideas without having to worry about the compatibility issues that exist when designing for multiple browsers.    </p>
<p>Page layout in print design is also vastly different from web sites’ standard layout.  Twenty years ago, web designers were limited to creating basic, hierarchical table structures in HTML.  Thanks to the utilization of new web technologies and standards such as CSS, Flash, and Flex, we have seen web design shift towards designs that more closely resemble traditional print ads.  Despite the resemblance, print and website design are not the same.  Designing a website that is identical to an ad you just ran in your local newspaper will never be considered a best practice.  Regardless, I think it is fairly safe to assume that we will see web design principles continue to evolve towards their print counterparts.      </p>
<p>Lastly, web typography creates a handful of additional concerns that don’t apply to print design.  As web designers, we have to worry about screen resolution and readability, which is a concept that is likely completely foreign to print designers.  Serif fonts are easier to read with printed materials, while sans serif fonts are better for screen viewing.  Web designers also have to consider the circulation of their font.  Just because your computer has a font downloaded, does not always mean that the majority of your users have it as well.  </p>
<p>Once you identify these differences, it becomes quite simple to draw inspiration from print design.  </p>
<p>Some magazines I look at for inspiration are <a href="http://www.howdesign.com">HOW</a><br />
<img src="http://dbswebsite.com/blog/wp-content/uploads/2010/06/howmag1.jpg" alt="howmag1" title="howmag1" width="500" height="500" class="alignnone size-full wp-image-625" /><br />
<a href="http://www.printmag.com">PRINT</a><br />
<img src="http://dbswebsite.com/blog/wp-content/uploads/2010/06/print1.jpg" alt="print1" title="print1" width="500" height="500" class="alignnone size-full wp-image-626" /><br />
<a href="http://www.commarts.com">Communication Arts</a><br />
<img src="http://dbswebsite.com/blog/wp-content/uploads/2010/06/ca1.jpg" alt="ca1" title="ca1" width="500" height="500" class="alignnone size-full wp-image-624" /><br />
and <a href="http://www.baselinemag.com">Baseline</a>.<br />
<img src="http://dbswebsite.com/blog/wp-content/uploads/2010/06/baseline1.jpg" alt="baseline1" title="baseline1" width="500" height="500" class="alignnone size-full wp-image-623" /><br />
These magazines have proven time and time again to be invaluable resources. </p>
<p>Print design is a medium that is certainly exploited by other print designers for inspiration, but following it as a web designer, may leave you a step ahead of the competition. Next time you are lacking creative inspiration, don’t bother browsing the web.  Instead, try settling down in a cozy recliner and studying your favorite magazine.  And forget about the guilty-conscious nonsense – like the great Audre Lorde preached, “There are no new ideas. There are only new ways of making them felt.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2010/06/25/need-web-design-inspiration-go-to-a-news-stand/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Out of the Box CMS Comparisons</title>
		<link>http://www.dbswebsite.com/blog/2010/05/14/out-of-the-box-cms-comparisons/</link>
		<comments>http://www.dbswebsite.com/blog/2010/05/14/out-of-the-box-cms-comparisons/#comments</comments>
		<pubDate>Fri, 14 May 2010 21:37:34 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[The Design Blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management systems]]></category>
		<category><![CDATA[design blog]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[expression engine]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[open source development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.dbswebsite.com/blog/?p=492</guid>
		<description><![CDATA[
			
				
			
		
Drupal, Joomla, WordPress, and Expression Engine are all great content management systems, but deciding which is best to use for different sites and clients can be difficult.  To ensure you make the most informed decision, we’ll begin by examining the strengths and weaknesses of each system.

Drupal &#8211; Drupal has a great deal of power [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F05%2F14%2Fout-of-the-box-cms-comparisons%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F05%2F14%2Fout-of-the-box-cms-comparisons%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Drupal, Joomla, WordPress, and Expression Engine are all great content management systems, but deciding which is best to use for different sites and clients can be difficult.  To ensure you make the most informed decision, we’ll begin by examining the strengths and weaknesses of each system.</p>
<p><a href="http://www.drupal.com"><img class="alignnone size-full wp-image-498" title="drupal_logo" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/05/drupal_logo.jpg" alt="drupal_logo" width="226" height="87" /></a></p>
<p><strong><a href="http://www.drupal.com">Drupal</a></strong> &#8211; Drupal has a great deal of power out-of-the-box, and a large library of add-ons from its community. It contains a number of robust features for sites that need high functionality. Drupal also has a large list of pre-installed modules that can be easily activated by simply turning them on.  <a href="http://www.ubercart.org/">Ubercart</a>, an e-commerce module accessible on Drupal, is fairly intuitive. For this reason, Drupal is a good choice for smaller sites needing e-commerce functionality.</p>
<p>Now the downside. Because Drupal is a large content management system, it is very cumbersome. You may need to strip the CMS of unnecessary nuts and bolts that can bog down your site. The learning curve for Drupal is also fairly steep. When you first begin using Drupal, the task of trying to figure out the quirks for the various template files, and using hooks and function overrides, can be overwhelming.</p>
<p>When it’s all said and done, Drupal holds a significant amount of power and owns a strong community of development for modules. If you can wrestle it into the structure you need, Drupal can be a great tool for controlling your site, while making everything easily modified and accessible. When Drupal 7 is finally released, we may see some critical changes in relation to the robustness and missing functionality of the current version, making Drupal a more advanced CMS option.</p>
<p><a href="http://www.joomla.org"><img class="alignnone size-full wp-image-497" title="joomla" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/05/joomla.jpg" alt="joomla" width="300" height="76" /></a></p>
<p><strong><a href="http://www.joomla.org/">Joomla</a></strong> &#8211; This open source CMS has come a long way recently, recovering from a long standing reputation of having a very low performance level. Joomla, like WordPress is easily themed, but has a very different approach to how its templating systems are built. Joomla is mostly based on overriding files, based on folder structure, keeping you from editing the main template files, similar to Drupal. WordPress on the other hand, will allow you to start your template from scratch, and use hooks to pull in the other functional content you need.</p>
<p>While Joomla is growing fast, it currently lacks imperative features that impede its chance in the race. Legacy support for its extensions is becoming an issue by means of having to make sure the right versions are compatible with what you are working with. However, with the newer version of Joomla on the rise, we may see extensions that don’t rely on supporting a legacy project, as well as modifications for deficient features.</p>
<p><a href="http://www.wordpress.com"><img class="alignnone size-medium wp-image-500" title="Wordpress-logo" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/05/Wordpress-logo-300x67.png" alt="Wordpress-logo" width="300" height="67" /></a></p>
<p><strong><a href="http://www.wordpress.com">WordPress</a></strong> &#8211; WordPress is a great CMS. It is incredibly simple to understand, has strong community support, can be easily skinned, and presents more plug-ins than you can handle. I would highly recommend it for really simple sites that don’t need complex functionality. But even with more complex functionality, once you are familiar with WordPress, adding in your own custom functions can be easier than many other content management platforms. Since WordPress is built mainly for blogs, its best use is for simple sites. Its templating system and admin interface is intuitive and most clients don’t have any problems figuring out how to use the basic content features. But since it is so specialized, it cannot be easily compared to the others as a “full CMS”. The main drawback of WordPress is the difficulty of adding complex functionality, such as e-commerce.</p>
<p><a href="http://www.expressionengine.com"><img class="alignnone size-full wp-image-496" title="ee_logo2" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/05/ee_logo2.gif" alt="ee_logo2" width="241" height="88" /></a></p>
<p><strong><a href="http://www.expressionengine.com">Expression Engine</a></strong> &#8211; Expression Engine is by far one of the strongest CMS’s available; it has a vast community following and technical support. With tons of modules available and its growing popularity, this CMS can be considered great.  One of Expression Engines strengths is that it is not an open source community driven project, so its updates are not as frequent, providing a more stable platform for developers. This also means your personal site development can go a bit more smoothly because of their strict guidelines for how modules are put together. This CMS also has great security, but Expression Engine is not built to build the web page for you. You have to start from scratch and know exactly what you want; you are required to put it together yourself. However, its biggest catch is the price; you have to pay to get this extra support and functionality.</p>
<p>When choosing which content management platform to build you site with, best practice says to start with the goals and objectives of your site.  If one of your goals is to sell merchandise on your site, than it is likely that Wordpress is not the solution you require.  Compare the goals of your site to the strengths of the individual content management systems and I’m confident that you will make the correct decision.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/bcc5c938-400c-440e-8679-090b0fccf439/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=bcc5c938-400c-440e-8679-090b0fccf439" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2010/05/14/out-of-the-box-cms-comparisons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An Introduction to CMS&#8217;s</title>
		<link>http://www.dbswebsite.com/blog/2010/05/07/an-introduction-to-content-management-systems/</link>
		<comments>http://www.dbswebsite.com/blog/2010/05/07/an-introduction-to-content-management-systems/#comments</comments>
		<pubDate>Fri, 07 May 2010 20:29:27 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[The Design Blog]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[louisville web development]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web designer louisville]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.dbswebsite.com/blog/?p=487</guid>
		<description><![CDATA[
			
				
			
		
&#8220;Why should my company’s website utilize a CMS?&#8221;
You may have found yourself pondering this question at some point at your current organization.  To address this question intelligently, we need to first lay down the basic foundation, starting with a definition.  What is a CMS?  CMS stands for Content Management System.  According [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F05%2F07%2Fan-introduction-to-content-management-systems%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F05%2F07%2Fan-introduction-to-content-management-systems%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>&#8220;Why should my company’s website utilize a CMS?&#8221;</p>
<p>You may have found yourself pondering this question at some point at your current organization.  To address this question intelligently, we need to first lay down the basic foundation, starting with a definition.  What is a CMS?  CMS stands for Content Management System.  According to Wikipedia, a <a href="http://en.wikipedia.org/wiki/Content_management_systems">Content Management System</a> (CMS) is a collection of procedures used to manage work flow in a collaborative environment.  Honestly, Wikipedia’s definition doesn’t do much for me, as it doesn’t provide any more information than what the actual word implies.  A better definition would describe a CMS as a computer system used by a Content Manager to manage the creation, modification, and organization of content from a website without the need or expertise of a webmaster.</p>
<p>So what are the benefits of using a CMS to manage your website?  It turns out there are many!</p>
<p>•	<strong>Intuitive UI</strong> &#8211; The obvious benefit to content management systems is that it allows individuals, who may have little to no experience with HTML or code, to efficiently manage the content of a website.  Content managers can effortlessly change an image, replace text, and even add a new page with just the click of a button.  Although we would prefer to manage the content on your site, given our expertise in <a href="/marketing/">online marketing</a> and <a href="/marketing/seo/">search engine optimization</a>, content management systems allow us to hand back control of the website to you with complete confidence that the website will succeed.</p>
<p>•	<strong>Customization</strong> &#8211; No two businesses have the same needs and luckily, CMS’s are easily tailored to an organization’s requirements through the use of various plugins and add-ons.  Plugins are available for a large variety of tasks, but some popular categories include search engine optimization, E-commerce, caching, and web forms.</p>
<p>•	<strong>Wide Community Support</strong> &#8211; At some point in time, your website is bound to encounter some problems.  When something does go wrong, content management systems offer great community support.  Millions of individuals around the world use CMS’s to manage their websites and it is very likely that someone else has run into the same problem.</p>
<p>•	<strong>Restrictive Access</strong> &#8211; Let’s face it, while CMS’s make editing content very easy, there are still some people you may not trust with that responsibility.  CMS’s allow the content manager to assign varying levels of privileges to members in his/her organization.  While some may have full privileges, you could potentially allow individuals only certain abilities like editing a specific page.</p>
<p>•	<strong>Decentralized Maintenance</strong> &#8211; Content managers can edit the site through any browser, on any computer, with an Internet connection; therefore you are not tied to your server. Having this capability is a great feature, but is often overlooked.  Another byproduct of decentralized maintenance is increased security.  Since the website is edited through a CMS, the server is never directly accessed.</p>
<p>There are essentially two trains of thought when implementing a CMS into your website.  Developers can choose to build upon existing content management platforms, adapting the product to fulfill the needs of the client, or they can choose to develop a custom solution, where a CMS is built from scratch.  Most don’t choose the custom development route but instead choose to develop the system by customizing one of the 3 popular content management platforms: Wordpress, Drupal, and Joomla.  Each CMS has its own strengths and weaknesses, but for now, we’ll stick with just introducing each system to you.</p>
<p>•	<a href="http://wordpress.com/"><strong>Wordpress</strong></a> – Although most identify Wordpress with blogging, Wordpress is in fact a very powerful content management platform.  It behaves and looks very similar to the Wordpress blog UI, but adds oodles of new functionality.  Content managers are able to easily extend the functionality of the CMS by integrating open-source plugins made available by the Wordpress community.</p>
<p>•	<a href="http://drupal.com/"><strong>Drupal</strong></a> – Drupal is a free software package that allows a content manager to easily publish, manage, and organize a wide variety of content on a website.  Drupal has great built-in functionality, and when combined with the many free add-ons available through the Drupal community, content managers’ are enabled with endless possibilities for customization.</p>
<p>•	<a href="http://www.joomla.org/"><strong>Joomla</strong></a> – As with the other two, Joomla is an open source solution which enables content managers to build websites and powerful online applications.  Joomla is highly customizable and thousands of add-ons are available in the Joomla Extensions Directory.</p>
<p>I hope this has helped clear any confusion as to what a content management system is and shows the importance of utilizing a CMS for your company’s website.  Next week, we’ll dive further into the topic and explore the individual strengths and weaknesses of Wordpress, Drupal, and Joomla.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/061fd669-a303-4d96-af44-bc87b21bcf4c/"><img class="zemanta-pixie-img" style="border:none;float:right" src="http://img.zemanta.com/reblog_e.png?x-id=061fd669-a303-4d96-af44-bc87b21bcf4c" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2010/05/07/an-introduction-to-content-management-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Am a Web Designer and I Love Code</title>
		<link>http://www.dbswebsite.com/blog/2010/03/22/i-am-a-web-designer-and-i-love-code/</link>
		<comments>http://www.dbswebsite.com/blog/2010/03/22/i-am-a-web-designer-and-i-love-code/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 20:30:28 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[The Design Blog]]></category>
		<category><![CDATA[how to code]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design css]]></category>
		<category><![CDATA[web design html]]></category>
		<category><![CDATA[web designer louisville]]></category>

		<guid isPermaLink="false">http://www.dbswebsite.com/blog/?p=342</guid>
		<description><![CDATA[
			
				
			
		
There has been recent debate about whether a web designer should know HTML and CSS. This isn’t a blog post to prove either side right or wrong; both have their own advantages and disadvantages. This post is about personal advantages of knowing HTML and CSS, and being only once small voice in a larger conversation. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F03%2F22%2Fi-am-a-web-designer-and-i-love-code%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F03%2F22%2Fi-am-a-web-designer-and-i-love-code%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>There has been <a href="http://elliotjaystocks.com/blog/web-designers-who-cant-code/" target="_blank">recent debate</a> about whether a web designer <a href="http://carsonified.com/blog/uncategorized/5-good-reasons-why-designers-should-code/" target="_blank">should know HTML and CSS</a>. This isn’t a blog post to prove either side right or wrong; both have their own advantages and disadvantages. This post is about personal advantages of knowing HTML and CSS, and being only once small voice in a larger conversation. I happen to be one of the individuals who learned code before developing my design skill set. <a href="http://www.markboulton.co.uk/journal/comments/on-designers-writing-html" target="_blank">I encourage you</a> to catch up on the topic as there are some <a href="http://www.viget.com/inspire/going-gray/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+Viget+Inspire&amp;utm_content=Google+Reader" target="_blank">great points</a> being discussed.</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<a href="http://www.flickr.com/photos/21284630@N00/20562069"><img class=" " title="Matrix Code" src="http://farm1.static.flickr.com/15/20562069_7cf1e2aaec_m.jpg" alt="Matrix Code" width="240" height="179" /></a>
</div>
<p><strong>Finding Beauty in Code </strong></p>
<p>I’m one of those eccentric designers who is able to find beauty and appreciation in the code I write. Writing semantic, standards compliant HTML, and intelligent CSS is as important to me as jumping into Photoshop and creating the best mockup I can. I’m always conscious about the next step in my workflow, and that statement is no more prevalent than when I am inside Photoshop painting pixels on the screen.</p>
<p>As my mockups come together in Photoshop, the code that will breathe life into them, and transform them into an actual website, livens. Being able to understand the limitations of your medium while designing for it is the most important advantage of knowing how to code. Designing with markup in mind will provide you with final code that does not have to bend or break to accommodate your mockup. The code remains clean, standards compliant, and accessible.</p>
<p><strong>Drawing Inspiration and Ideas</strong></p>
<p>Not everything a website does can be represented in a mockup; it lacks interactivity and functionality. Having a strong understanding of the capabilities of HTML, CSS, JavaScript, and other languages, can help you look past the mockup and begin to design pieces of interactivity that usually only occurs during the coding stages.</p>
<p>I draw a lot of inspiration from these avenues, and they usually blossom into larger ideas. Had I not understood the capabilities of code that were going to be implemented for my design, I may never have touched upon them.</p>
<p><strong>I Am a Web Designer</strong></p>
<p>There’s one truth I stand by personally when it comes to my profession; in order to design for the web, I need to understand how the web works. I can build on this idea, but for the sake of this blog post, I’m narrowing it down to primarily HTML and CSS. This statement may not apply to everyone, but in my case, it makes me a better web designer.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/e982b72b-2502-4c3f-8733-c8cfa5d9e6ec/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=e982b72b-2502-4c3f-8733-c8cfa5d9e6ec" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2010/03/22/i-am-a-web-designer-and-i-love-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the difference between 3D and 2D animation?</title>
		<link>http://www.dbswebsite.com/blog/2010/01/29/what-is-the-difference-between-3d-and-2d-animation/</link>
		<comments>http://www.dbswebsite.com/blog/2010/01/29/what-is-the-difference-between-3d-and-2d-animation/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 15:35:45 +0000</pubDate>
		<dc:creator>DBS</dc:creator>
				<category><![CDATA[The Design Blog]]></category>
		<category><![CDATA[2d]]></category>
		<category><![CDATA[2d animation]]></category>
		<category><![CDATA[2d animation louisville]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[3d animation]]></category>
		<category><![CDATA[3d animation louisville]]></category>
		<category><![CDATA[3d character branding]]></category>
		<category><![CDATA[animated character]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[animation louisville]]></category>
		<category><![CDATA[character branding]]></category>
		<category><![CDATA[flash animation]]></category>
		<category><![CDATA[flash animation louisville]]></category>

		<guid isPermaLink="false">http://www.dbswebsite.com/blog/?p=241</guid>
		<description><![CDATA[
			
				
			
		
The easiest way to explain the difference is by using examples of animation that you might have seen.
2D Animation Examples


Bugs Bunny, Daffy Duck, Elmer Fudd.
Snow White, The Jungle Book, The Little Mermaid.
The Simpsons
Family Guy
South Park

2D animation is the traditional animation method that has existed since the late 1800s. It is one drawing followed by another [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F01%2F29%2Fwhat-is-the-difference-between-3d-and-2d-animation%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2010%2F01%2F29%2Fwhat-is-the-difference-between-3d-and-2d-animation%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The easiest way to explain the difference is by using examples of animation that you might have seen.</p>
<h3>2D Animation Examples</h3>
<p><a style="text-decoration: none;" href="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/wl-2d-head1.jpg"><img class="aligncenter size-full wp-image-243" title="Example of 2D Animation" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/wl-2d-head1.jpg" alt="" width="175" height="200" /></a></p>
<ul>
<li>Bugs Bunny, Daffy Duck, Elmer Fudd.</li>
<li>Snow White, The Jungle Book, The Little Mermaid.</li>
<li>The Simpsons</li>
<li>Family Guy</li>
<li>South Park</li>
</ul>
<p>2D animation is the traditional animation method that has existed since the late 1800s. It is one drawing followed by another in a slightly different pose, followed by another in a slightly different pose, on and on for 24 frames a second.</p>
<p><a style="text-decoration: none;" href="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/2d-walk-cycle.jpg"><img class="aligncenter size-full wp-image-244" title="Example of a 2D Walk Cycle" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/2d-walk-cycle.jpg" alt="" width="500" height="285" /></a></p>
<p>Traditionally these were put together in an amazing process where artists drew pencil drawings of every frame of film, then these images were painted onto clear plastic sheets called &#8216;cels&#8217;, and each of the thousands of handrawn and painted cels were photographed one at a time over a hand painted background image and those thousands of images compiled to run as film at 24 frames a second.</p>
<p><a href="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/cell_animation3.jpg"><img class="aligncenter size-full wp-image-245" title="Example of Cell Animation" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/cell_animation3.jpg" alt="" width="500" height="375" /></a></p>
<p>Today most 2D animation involves using computer software to one degree or another, from just digitally coloring the cels to be photographed in the traditional method, to doing every single element in the computer.</p>
<p><span><br />
<a style="text-decoration: none;" href="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/ae-wl-runcycle.jpg"><img class="aligncenter size-full wp-image-248" title="2D Walk Cycle" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/ae-wl-runcycle.jpg" alt="" width="500" height="285" /></a></span></p>
<h3>3D Animation Examples</h3>
<p><a style="text-decoration: none;" href="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/wl-3d-head.jpg"><img class="aligncenter size-full wp-image-246" title="Example of 3D Animation" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/wl-3d-head.jpg" alt="" width="175" height="200" /></a></p>
<ul>
<li>Toy Story</li>
<li>Shrek</li>
<li>The Incredibles</li>
<li>Jurassic Park (the dinosaurs)</li>
<li>The Transformers (the robots)</li>
</ul>
<p>3D animation (aside from stop-motion, which <span>really</span> is a form of 3D animation), is completely in the computer. Things that you create in a 3D animation program exist in an X, Y &amp; Z world. Instead of a drawing of a globe, I have a sphere that can actually turn 360 degrees.</p>
<p><a style="text-decoration: none;" href="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/globes_compare.jpg"><img class="aligncenter size-full wp-image-247" title="Nature of 3D Animation" src="http://www.dbswebsite.com/blog/wp-content/uploads/2010/01/globes_compare.jpg" alt="" width="500" height="238" /></a></p>
<p>3D allows you to do things that simply are not possible in 2D animation.</p>
<ul>
<li>3D objects, once modeled, can be treated almost as a physical object. You can light it differently, you can move a camera to look at it from above, or below. In 2D animation EVERYTHING is drawn. &#8220;Moving the camera&#8221; in 2D means drawing everything from another angle. &#8220;Moving the camera&#8221; in 3D is simply dragging it to another position to see if you like it better.</li>
<li>3D allows you to create realistic objects. You can use textures and lighting to create objects that appear solid, and can even be integrated seamlessly into live video elements.</li>
</ul>
<p>There are pros and cons about both methods. Which method of animation is best is based the specifics of  what a client needs, but like all animation it lets you do things that would be otherwise implausible or impossible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2010/01/29/what-is-the-difference-between-3d-and-2d-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Impact of Color</title>
		<link>http://www.dbswebsite.com/blog/2009/03/06/the-impact-of-color/</link>
		<comments>http://www.dbswebsite.com/blog/2009/03/06/the-impact-of-color/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 21:03:11 +0000</pubDate>
		<dc:creator>DBS</dc:creator>
				<category><![CDATA[The Design Blog]]></category>

		<guid isPermaLink="false">http://www.dbswebsite.com/blog/?p=164</guid>
		<description><![CDATA[Choosing the right colors for your web design is a decision that should not be taken lightly. Color is the first thing viewers notice on a webpage. It can evoke a variety of strong emotional reactions and each color can contain a different association. Although everyone’s experience and taste can vary greatly, there are still some basic tenants one can follow when working with color:]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2009%2F03%2F06%2Fthe-impact-of-color%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2009%2F03%2F06%2Fthe-impact-of-color%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p class="MsoNoSpacing">Choosing the right colors for your <a href="/design/">web design</a> is a decision that should not be taken lightly. Color is the first thing viewers notice on a webpage. It can evoke a variety of strong emotional reactions and each color can contain a different association. Although everyone’s experience and taste can vary greatly, there are still some basic tenants one can follow when working with color:</p>
<p class="MsoNoSpacing" style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: &quot;Times New Roman&quot;;"> </span></span></span><!--[endif]--><strong>Consistency -</strong> This applies not only to font and background color, but also to the images and other cursory elements. It would be awkward to have a black and white image on a site full of bright, colorful backgrounds. It is typically best to choose colors that go along with the company branding and it is important that the brand identity seamlessly fits into the design. Also, limiting the design to just a few main colors—2 or 3 main colors and 1 or 2 accent colors—is usually a good standard and helps to maintain the consistency. Too many colors can cause your design to become erratic and visually confusing to the viewer.</p>
<p class="MsoNoSpacing" style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: &quot;Times New Roman&quot;;"> </span></span></span><!--[endif]--><strong>Contrast</strong> &#8211; If you use colored copy, make sure that it contrasts well with the background to be easily legible. Stark color contrast is a powerful tool and can draw the eye, so make sure the most important elements have the most contrast in the design. Having muted colors for your title copy and a bright bold color for the body would be a poor use of contrast, applying viewer focus to the wrong element.</p>
<p class="MsoNoSpacing" style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: &quot;Times New Roman&quot;;"> </span></span></span><!--[endif]--><strong>Complements</strong> – Complementary color choices are also extremely important. And it’s not just the literal complementary colors that are key, but also colors that complement each other as an accent or highlight. There are many different types of color balances and every designer should be very familiar with color theory and its impact on design.</p>
<p class="MsoNoSpacing" style="margin-left: 0.5in; text-indent: -0.25in;"><!--[if !supportLists]--><span style="font-family: Symbol;"><span>·<span style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; font-family: &quot;Times New Roman&quot;;"> </span></span></span><!--[endif]--><strong>Color Theory</strong> &#8211; Some designers feel that it is enough to just have a feel for the right colors and that color theory is unnecessary. While having a good eye for color can certainly help develop a good design, color theory is still important. It is important to know what types of emotions your colors will convey so that you cater to your target audience. Click <a href="http://en.wikipedia.org/wiki/Color_theory">here</a> for more information on color theory.</p>
<p class="MsoNoSpacing">Staying inspired can be tough.<span> </span>A great place to find new ideas for your designs is <a href="http://designmeltdown.com/">http://designmeltdown.com/</a>. And, for the complexities of color theory and experimenting with new ideas, try <a href="http://kuler.adobe.com/">kuler.adobe.com</a> or <a href="http://www.colorjack.com/">http://www.colorjack.com/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2009/03/06/the-impact-of-color/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problem Solving Design</title>
		<link>http://www.dbswebsite.com/blog/2008/12/16/problem-solving-design/</link>
		<comments>http://www.dbswebsite.com/blog/2008/12/16/problem-solving-design/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:19:23 +0000</pubDate>
		<dc:creator>DBS</dc:creator>
				<category><![CDATA[The Design Blog]]></category>

		<guid isPermaLink="false">http://www.dbswebsite.com/blog/?p=17</guid>
		<description><![CDATA[As web designers, we’ve learned one very valuable lesson: creating a design that pleases everyone is impossible and in attempting to do so, we lose sight of the project’s original intentions.

Design is naturally subjective, eliciting different emotions based on the...]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2008%2F12%2F16%2Fproblem-solving-design%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.dbswebsite.com%2Fblog%2F2008%2F12%2F16%2Fproblem-solving-design%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">As web designers, we’ve learned one very valuable lesson: creating a <a href="/design/">design</a> that pleases everyone is impossible and in attempting to do so, we lose sight of the project’s original intentions.</span></p>
<p>Design is naturally subjective, eliciting different emotions based on the individual viewer. In the early planning stages of any project, target audiences and goals are listed in order to preemptively remedy this problem. Unfortunately, these well-intentioned guidelines are often lost once the first pixel is placed on the screen. When the design of a site is viewed as nothing more than an aesthetic skin, personal opinion takes over and the <a href="/design/">design</a> begins to lose its original intent.</p>
<p>Simply because we are the professionals does not mean we can expect clients to take our word for any design decision. Yet, blanket statements such as “I don’t like this color” or “that graphic is too small” do not improve the design and offer no real constructive criticism. The statements are ultimately empty and leave the designer wondering. Instead, we should encourage reasoning behind any idea or adaptation, thereby keeping the process objective and oriented toward the original goals. “I don’t like this color because it will not appeal to our target audience” and “that graphic is too small for the elderly who will be the majority of our visitors” are objective, informed statements that help the <a href="/design/">design</a> in more ways than just aesthetic appeal. Problems are solved, not created.</p>
<p>We’re not just addressing how external assessments are made, however. We understand that there is always room for internal improvement. We should exercise problem solving oriented practices even more so than anyone else, setting an example that will lead to good design, productive relationships and better end results.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/blog/2008/12/16/problem-solving-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
