<?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>Website  Design &#124; Search Optimization &#124; Social Media &#124; Benzing Technologies &#187; Graphic Design</title>
	<atom:link href="http://www.benzingtech.com/blog/graphic-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benzingtech.com</link>
	<description>Your Technology Partner</description>
	<lastBuildDate>Thu, 29 Jul 2010 13:24:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=6998</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Customizing Facebook using MyFanSite Tutorial</title>
		<link>http://www.benzingtech.com/customizing-facebook-myfansite-tutorial/</link>
		<comments>http://www.benzingtech.com/customizing-facebook-myfansite-tutorial/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 06:07:22 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design & Development]]></category>
		<category><![CDATA[Zing Blog]]></category>
		<category><![CDATA[custom facebook page]]></category>
		<category><![CDATA[customize facebook]]></category>
		<category><![CDATA[customize fan page]]></category>

		<guid isPermaLink="false">http://www.benzingtech.com/?p=1347</guid>
		<description><![CDATA[Customizing Facebook has always been a drag because of the unified styles they insist on holding. Limited customization is however available. This is why we created My Fan Site application for Facebook. It's provides an easy interface for web designers to customize a tab on their profile or fan page and give it a little more edge.]]></description>
			<content:encoded><![CDATA[<p>Customizing Facebook has always been a drag because of the unified styles they insist on holding. Limited customization is however available. This is why we created <a href="http://www.facebook.com/apps/application.php?id=105603572335" target="_blank"><strong>MyFanSite</strong></a> application for Facebook. It&#8217;s provides an easy interface for web designers to customize a tab on their profile or fan page and give it a little more edge.</p>
<p><strong>So let&#8217;s get started.</strong><br />
If you want to add it to your personal profile you must approve the application by visiting <a href="http://www.facebook.com/apps/application.php?id=105603572335" target="_blank">http://www.facebook.com/apps/application.php?id=105603572335</a> and click on <strong>&#8216;Go To Application&#8217;</strong> it will require you to login and allow the application to be added. If you want to place it on your fan page click in the top left menu where is says <strong>&#8216;Add To My Page&#8217;</strong> then add it to your fan page from the popup box.</p>
<p>Once you <strong>approved it</strong> then it will bring you to a screen like so:</p>
<p><img class="alignnone size-full wp-image-1349" title="myfansite" src="http://www.benzingtech.com/wp-content/uploads/2009/11/myfansite.jpg" alt="myfansite" width="523" height="534" /></p>
<p>On this screen we see our details and a bunch of different boxes. The only fields you need to <strong>pay attention to</strong> are <strong>&#8216;Background&#8217;,'Font Color&#8217;,'Background Color&#8217;,'Stylesheet&#8217;, and &#8216;Content Box&#8217;.</strong></p>
<p>Now to customize your page you need to first design a <strong>cool custom background</strong>. The size is <strong>760px W x 775px H</strong> once you have your background design go ahead and <strong>upload it</strong>. My example background is below:</p>
<p><img class="alignnone size-full wp-image-1350" title="fb-twitter" src="http://www.benzingtech.com/wp-content/uploads/2009/11/fb-twitter.jpg" alt="fb-twitter" width="521" height="577" /></p>
<p>Ok so we have our background and it&#8217;s uploaded lets test it out. The first thing you need to do is <strong>edit the application settings</strong> to show the tab on your profile or fan page. This is done very easily two ways depending on how your setting it up. Goto <strong>&#8216;Applications-&gt;Edit Applications&#8217;</strong> from your facebook toolbar if your placing it on your profile or if you are using it on a fan page you will need to click <strong>&#8216;Edit Page&#8217; </strong>from your fan site then scroll down to find My Fan Site and click on <strong>&#8216;Application Settings&#8217;</strong>. Once clicked it will popup a box which will allow you to add the tab to your page. It should look something like below:</p>
<p><img class="alignnone size-full wp-image-1352" title="179446441767" src="http://www.benzingtech.com/wp-content/uploads/2009/11/179446441767.jpg" alt="179446441767" width="532" height="288" /></p>
<p>I must also mention this page above is also where you will <strong>&#8216;Edit&#8217;</strong> the Fan Site as well. Now that we have it approved a tab on your page should appear which says &#8216;Fan Site&#8217; and the page should load your <strong>custom background</strong> cool!. Now comes the fun part&#8230;More Customization!</p>
<p>So as I mentioned before the Stylesheet box and Content Box being important, are next.</p>
<p>Make sure you <strong>DO NOT</strong> add &lt;style&gt;&lt;/style&gt; to the Stylesheet Box it will automatically add them. Let&#8217;s start with some simple code place this in your <strong>&#8216;Stylesheet&#8217;</strong> Box:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;">#content-box{position:absolute;width:200px;margin-top:343px;margin-left:66px;}</pre></td></tr></table></div>

<p>This code above will position our &#8216;content-box&#8217; 343 pixels from the top of our uploaded design and 66 pixels from the left of it. So if you have certain areas you want to feature text you can do so by positioning them around your background design.</p>
<p>Make sure your css is all one line of code for optimum performance of your fan site. Sometimes I notices issues with link breaks. Now let&#8217;s add our content. In the <strong>&#8216;Content Box&#8217;</strong> we add the following code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;content-box&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">h1</span>&gt;</span>Test Title<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h1</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">p</span>&gt;</span>Testing some content<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">p</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<p>Then click <strong>&#8216;Save Settings&#8217;</strong> or <strong>&#8216;Create Fan Site&#8217;</strong> if you just added the application. Your settings will be saved and your fan page will be customized with some text positioned over your design. This is however very basic usage of this application and as we grow it into something even more special this tutorial should get you on the right track.</p>
<p>Check out our Facebook Site and Become a Fan: <a href="http://www.facebook.com/benzingtech" target="_blank">http://www.facebook.com/benzingtech</a><br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>Customizing Facebook using MyFanSite Tutorial</b></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/customizing-facebook-myfansite-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Designers Gain A New Resource For Inspiration</title>
		<link>http://www.benzingtech.com/web-designers-gain-a-new-resource-for-inspiration/</link>
		<comments>http://www.benzingtech.com/web-designers-gain-a-new-resource-for-inspiration/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 22:27:04 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Industry News]]></category>
		<category><![CDATA[Web Design & Development]]></category>
		<category><![CDATA[css designs]]></category>
		<category><![CDATA[design gallery]]></category>
		<category><![CDATA[web inspiration]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=835</guid>
		<description><![CDATA[<p>With the internet expanding rapidly coming up with new creative designs can be a daunting task. That&#8217;s why we created a website to help do just that, inspire designers. WebInspir.com is a web 2.0 designer inspiration website. Where online designers can submit their creativity to inspire others. Designers can vote&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>With the internet expanding rapidly coming up with new creative designs can be a daunting task. That&#8217;s why we created a website to help do just that, inspire designers. <a href="http://www.webinspir.com" target="_blank">WebInspir.com</a> is a web 2.0 designer inspiration website. Where online designers can submit their creativity to inspire others. Designers can vote on top designs and we took into consideration the SEO aspects of the website and made sure every page is properly optimized and indexed by the search engines.</p>
<p>So get creative and submit your next design! <a href="http://www.webinspir.com/category/submit/">http://www.webinspir.com/category/submit/</a></p>
<p><img class="alignnone size-large wp-image-836" title="webinspir" src="http://benzingtech.com/wp-content/uploads/2009/08/webinspir-1024x728.jpg" alt="webinspir" width="650" height="461" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/web-designers-gain-a-new-resource-for-inspiration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating a Custom MySpace 2.0 Profile</title>
		<link>http://www.benzingtech.com/creating-a-custom-myspace-2-0-profile/</link>
		<comments>http://www.benzingtech.com/creating-a-custom-myspace-2-0-profile/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 16:14:43 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web Design & Development]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=639</guid>
		<description><![CDATA[<p>Customizing social media pages is an important factor for designers, users, and social media marketers. The ability to create custom backgrounds and designs for myspace, twitter, etc. can become a lucrative business model for savvy designers and developers.</p>
<p>Compared to many other social networking sites, Myspace offers the most flexibility in the layout&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Customizing social media pages is an important factor for designers, users, and social media marketers. The ability to create custom backgrounds and designs for myspace, twitter, etc. can become a lucrative business model for savvy designers and developers.</p>
<p>Compared to many other social networking sites, Myspace offers the most flexibility in the layout and design of a profile page. They provide a ton of customization options and make it easy to get a new look quickly.</p>
<p>There are some prerequisites before we jump into a fully custom design. You will need a photo hosting site account like <a href="http://www.flickr.com" target="_blank">flickr</a>,<a href="http://www.photobucket.com" target="_blank">photobucket</a>,or <a href="http://www.picasa.com" target="_blank">picasa</a>. This will host your background images or other media you want to put on your profile.</p>
<p>Let&#8217;s create a professional-looking page  with the new Myspace 2.0.</p>
<p>Once you sign-in to your account, you’ll click to edit your profile.</p>
<p><img class="alignnone size-full wp-image-641" title="myspace1" src="http://benzingtech.com/wp-content/uploads/2009/08/myspace1.jpg" alt="myspace1" width="151" height="280" /></p>
<p>Now, make sure that your profile is set to MySpace 2.0. If you already upgraded then you can skip this step.</p>
<p><img class="alignnone size-full wp-image-642" title="myspace-2" src="http://benzingtech.com/wp-content/uploads/2009/08/myspace-2.jpg" alt="myspace-2" width="576" height="164" /></p>
<p><img class="alignnone size-full wp-image-643" title="myspace-3" src="http://benzingtech.com/wp-content/uploads/2009/08/myspace-3.jpg" alt="myspace-3" width="579" height="194" /></p>
<p>You’ll now easily be able to browse around and interact with the theme editor at the top of the page. This is where the magic happens and you should play around with different settings to get the feel for how it works and what each selection in the theme editor does.</p>
<p><img class="alignnone size-full wp-image-644" title="myspace-4" src="http://benzingtech.com/wp-content/uploads/2009/08/myspace-4.jpg" alt="myspace-4" width="507" height="222" /></p>
<p>Now you can choose to <strong>use the themes that Myspace offers</strong> or <strong>upload a custom Myspace theme.</strong></p>
<p>This is where your design skills come in handy and the creativity runs wild. To upload your professional Myspace theme, paste your own CSS code into the appropriate box. <strong>Don&#8217;t know how to write css?</strong> no problem. Get a brush up on CSS at <a href="http://www.w3schools.com/Css/default.asp" target="_blank">W3Schools</a>.</p>
<p><img class="alignnone size-full wp-image-645" title="myspace-6" src="http://benzingtech.com/wp-content/uploads/2009/08/myspace-6.jpg" alt="myspace-6" width="676" height="222" /></p>
<p><strong>Make sure that you’ve clicked in the appearance box that you <em>don’t want to choose a layout</em>.</strong> Then input your CSS code in the textbox as seen above. Once you know what CSS is and have an idea on how to code it you need to know what codes in MySpace can be modified. Below is an example blank 2.0 CSS file:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">/* body, main font properties, background of page */
body{
  background-color: #f8f8f8;
  font-family: helvetica, arial;
  font-size: 11px;
  color: #333333;
}
&nbsp;
/* width of profile, second background color */
div.wrap{
  width: 60%;
  background-color: #fff;
  border-left: 1px solid #878787;
  border-right: 1px solid #878787;
}
&nbsp;
/* header <span style="color: #ddbb00;">&amp;amp;</span> navigation properties */
div#header, div#googlebar {background-color: #878787;}
#topnav {background-color: #878787;}
#topnav a {color: white;}
#topnav ul, #topnav ul li {border: none;}
#topnav ul li a:hover {background-color: #6C6C6C;}
&nbsp;
/* global module properties */
div.moduleMid1 {background-color: #EFEFEF; padding: 5px; border: 1px solid #AFAFAF;}
&nbsp;
/* basic details */
div.profileDemographics {background: white; border: 1px solid #AFAFAF;}
&nbsp;
/* Interests, Blog Entries, Details, Friend Space <span style="color: #ddbb00;">&amp;amp;</span> Comments */
h3.moduleHead{
  font-weight: bold;
  font-size: 16px;
}
&nbsp;
/* general, music, status, ethnicity */
strong, h4 {font-weight: bold; color: #333333;}
&nbsp;
/* link properties */
a:link {color: #333333; font-weight: bold;}
a:hover {text-decoration: underline;}
&nbsp;
/* odd/even properties */
.interestsModule .odd, .detailsModule .odd, .commentsModule .odd {background-color: #F7F7F7;}
.interestsModule .even, .detailsModule .even, .commentsModule .even {background-color: #EBEBEB;}
&nbsp;
/* footer properties */
div#footer {font-size: 10px;}</pre></div></div>

<p>If you want to hide boxes and elements on your profile <a href="http://www.freecodesource.com/myspace2codes/index" target="_blank">MySpace 2.0 Codes</a> has a great reference of information to help you out. And a tutorial from Skeedio should get you up to speed on <a href="http://www.skeedio.com/blog/myspace-profile-2-tutorial/" target="_blanl">modifying the css files for MySpace 2.0</a></p>
<p>Once your done, click to publish your profile. Once published, click to view your profile and your Myspace page should appear like so:</p>
<p><img class="alignnone size-full wp-image-646" title="myspace-7" src="http://benzingtech.com/wp-content/uploads/2009/08/myspace-71.jpg" alt="myspace-7" width="578" height="253" /></p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>myspace</strong></li>
<li><a href="http://www.hecklerspray.com/myspace-trawl-%E2%80%93-nedry/200938827.php"><strong>MySpace</strong> Trawl – Nedry | Hecklerspray</a></li>
<li><a href="http://www.spottedhere.com/dallas/clubs">Dallas Clubs</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>Social Media</strong></li>
<li><a href="http://www.socialmedia.biz/2009/08/20/social-media-brands-and-the-way-forward/"><strong>Social media</strong>, brands and the way forward</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/creating-a-custom-myspace-2-0-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Your Brand On Demand?</title>
		<link>http://www.benzingtech.com/is-your-brand-on-demand/</link>
		<comments>http://www.benzingtech.com/is-your-brand-on-demand/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 20:44:00 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[branding]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=622</guid>
		<description><![CDATA[<p>Searching for the next best article to read. I came across a post from Experience Matters by Allyson Hohman. She gives some great information to make you question if your brand is on demand.</p>
<p>She says &#8220;Listen to your audience. Get to know what they really feel about your brand.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Searching for the next best article to read. I came across a post from <a href="http://experiencematters.criticalmass.com/2009/08/13/is-your-brand-on-demand/" target="_blank">Experience Matters by Allyson Hohman</a>. She gives some great information to make you question if your brand is on demand.</p>
<p>She says &#8220;Listen to your audience. Get to know what they really feel about your brand. No, what they REALLY feel. You may be surprised what you hear – good and bad.  There are some free social monitoring tools that can help with this process, but if you only listen for a small amount of time you will find yourself back at square one sooner than you can tweet about the experience. Build a solid foundation for the future. Take the time and invest in a tool that will help you get ahead.&#8221;</p>
<p><img class="size-medium wp-image-623 alignnone" title="social-media-bandwagon" src="http://benzingtech.com/wp-content/uploads/2009/08/social-media-bandwagon-300x242.jpg" alt="social-media-bandwagon" width="300" height="242" /></p>
<h3>The creation of an On Demand Framework is key.</h3>
<h3>So what is &#8220;On Demand&#8221;?</h3>
<p>Being equipped with the right messaging in the right place when the consumer chooses to engage is being ON DEMAND. So how do help with that? Social Media of course&#8230;Join the bandwagon.</p>
<h3>Be…</h3>
<p>1. <strong>Insightful </strong>– Know your audience. What do they like? What is their online behavior?<br />
2. <strong>Remarkable </strong>– Stand out from the crowd. Use emotion to connect with your audience. Let them know you understand them and can make their lives easier and/or more enjoyable.<br />
3. <strong>Valuable</strong> – Getting someone to engage with your content is the first hurdle, but how do you get them to return or engage with you again? Give them something of value. Make it about them, not you.<br />
4. <strong>Dynamic</strong> – “2.83 million pieces of new content are posted every day.” (Nielsen BuzzMetrics) Don’t be part of the clutter; create a path that is uniquely yours.<br />
5.<strong> Portable</strong> – Engage with the consumer wherever they are, at any time. Consumers are looking for you – be there to greet them.<br />
6. <strong>Conversational</strong> – Online media has transformed into a social and interactive experience. Brands must participate in the conversation. Consumers now expect it.<br />
7. <strong>Everywhere*</strong>* – Consumers don’t see the difference between channels. They do not care nor do they want to understand your online strategy.  They just want to find what they are looking for when they want it. Simple. Be where your consumers are. Use insights to make these decisions.</p>
<h3>Do you really need to be everywhere?</h3>
<p>No, but If you want to have a long lasting relationship with your audience, then you must understand where they spend their time online, how they use each channel and why they use each channel. Perhaps in your business this is everywhere.</p>
<p><strong> Use the three P’s as a reminder.</strong></p>
<p><strong>Penetration</strong> – What’s the penetration of a channel against the target audience?</p>
<p><strong>Perception</strong> – What is the consumer perception of a channel among the target?</p>
<p><strong>Potential</strong> – Can we successfully market to them in a particular channel?</p>
<p>If you always start with the customer, use the On Demand framework and consider the 3 P’s, you can place your bets and win every time.</p>
<p>If you need a brand overview feel free to call us.</p>
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <strong>Is Your Brand On Demand?</strong></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/is-your-brand-on-demand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I market online or in print?</title>
		<link>http://www.benzingtech.com/should-i-market-online-or-in-print/</link>
		<comments>http://www.benzingtech.com/should-i-market-online-or-in-print/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 00:37:52 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=522</guid>
		<description><![CDATA[<p>When it comes down to it marketing yourself is a necessity. These days it&#8217;s an overstatement to keep yourself a float. But what methods work best for your company? Is internet marketing just as valuable as paper? I spent a little time investigating these questions and I found some interesting&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>When it comes down to it marketing yourself is a necessity. These days it&#8217;s an overstatement to keep yourself a float. But what methods work best for your company? Is internet marketing just as valuable as paper? I spent a little time investigating these questions and I found some interesting results. Online marketing sales are rising higher than print showing 92% over 88% print advertising. It definitely seems like the internet is a definable method of marketing. Check out the differences from our previous post &#8220;<a href="http://benzingtech.com/online-advertising-tops-the-charts/">Online Advertising Tops The Charts</a>&#8220;.</p>
<p>I recently succeeded in a facebook advertising campaign for our company and I must say it was a pleasant experience but didn&#8217;t pull the results I was looking for. Nor did a similar MySpace campaign. I have no doubt marketing takes time, as so many have said to me. Yet, there is probably nothing more critical for you to consider in  this year than your organization&#8217;s branding.</p>
<p>What is the better, marketing online or print?</p>
<p>&#8220;The Web has become more of a prospecting tool, and print is what you send to those candidates who have leapt through the first qualification hoop.&#8221; says Anne Holland, with her article <a href="http://www.marketingsherpa.com/article.php?ident=29977" target="_blank">Print vs Online &#8212; Should Your Marketing Have the Same Content Online and Off?</a>. I agree to what she says, The web has certainly opened many peoples eyes to explore information at an accelerated pace. Print advertising still has value in the physical aspect. There is no doubt I read my mail from my mailbox and my e-mails every thirty seconds. Which is where I see the value in online advertising compared to print.</p>
<p>Dennis Malaspina of <a href="http://www.returnpath.net/blog/2008/02/postal-vs-email-odd-couple-or.php" target="_blank">Return Path</a> says &#8220;Some say opposites attract, but email and postal are a match made in heaven. Both are direct media and both want to elicit a response from the intended audience.&#8221; he also agrees that the main difference is in the delivery. So why not use them together to bring a harmony of physical and virtual marketing. The objective would be to deliver your brand to the different types of people, some reading only paper and others eyes glued to the monitor. Today I see no difference in elders or youngsters who are involved in the technology outbreak. It&#8217;s here and only moving forward.</p>
<p>So to answer my question, should I market online or print? I choose both. The double whammy to my clients and potential clients. The real understanding of this post is in the effort you put towards it matters. Having a solid marketing plan and business plan will be the successful element in your company&#8217;s success. Being able to place a hat for passion and perseverance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/should-i-market-online-or-in-print/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Decision Making</title>
		<link>http://www.benzingtech.com/visual-decision-making/</link>
		<comments>http://www.benzingtech.com/visual-decision-making/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 17:09:59 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=358</guid>
		<description><![CDATA[<h3>by Patrick Lynch</h3>
<p>User interface experts are often suspicious of the role of visual aesthetics in user interfaces—and of designers who insist that graphic emotive impact and careful attention to a site’s visual framework really contribute to measurable success. Underneath the arguments, I see a fundamental culture clash. In academia,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<h3>by <a href="http://www.alistapart.com/authors/l/plynch">Patrick Lynch</a></h3>
<p>User interface experts are often suspicious of the role of visual aesthetics in user interfaces—and of designers who insist that graphic emotive impact and careful attention to a site’s visual framework really contribute to measurable success. Underneath the arguments, I see a fundamental culture clash. In academia, text (and lots of it) is the only way serious people make serious arguments, and very polished presentations are often seen as <a href="http://en.wikipedia.org/wiki/Prima_facie">prima facie</a> evidence that the presenter may be hiding a weak argument with graphic <a href="http://en.wiktionary.org/wiki/frou-frou">frou-frou</a>.</p>
<p>Many eyetracking studies conclude that large graphics and graphic elements attract few “gaze fixations,” but can we really conclude that large, aesthetic, tone-setting graphics have no lasting effect on the user’s attitudes toward a site? To put it bluntly, are designers who create visually compelling sites simply wasting time and treasure on graphic indulgences that obstruct efficient e-commerce and communication?</p>
<p><img class="size-full wp-image-360 alignleft" style="margin: 10px;" title="Visual_Decision" src="http://benzingtech.com/wp-content/uploads/2009/07/Visual_Decision.jpg" alt="Visual_Decision" width="270" height="488" align="left" />Perhaps not. Another body of web user experience research shows that website users are powerfully influenced by aesthetics, and that positive perceptions of order, beauty, novelty, and creativity increase the user’s confidence in a site’s trustworthiness and usability. Recent design writing and interface research illustrate how visual design and user research can work together to create better user experiences on the web: experiences that balance the practicalities of navigation with aesthetic interfaces that delight the eye and brain. In short: there’s lots of evidence that beauty enhances usability. [<a id="FNPTR-1" name="FNPTR-1"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-1">1</a>]</p>
<p>What can we learn from user experience analysis tools such as eyetracking? Eyetracking is great for analyzing and understanding how users see, interpret, and use information. However, I disagree with usability researcher Jakob Nielsen, who asserts that, since his research subjects (apparently) pay little attention to large graphics on web pages, we can infer that those graphics have little influence on users — and that “useless” or “superfluous” images form “obstacle courses” for users. Nielsen isn’t talking about catalog images or other images closely related to merchandize or tasks, but about the images and other graphic content that designers use to create a site’s aesthetic ambiance. [<a id="FNPTR21" name="FNPTR-2"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-2">2</a>, <a id="FNPTR-3" name="FNPTR-3"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-3">3</a>]</p>
<p>I have no doubt that Nielsen and other researchers accurately report what their eyetracking study participants do in response to task-centric research on websites. Context is important here: In such studies, participants have a set of specific tasks to accomplish, and thus their gaze tends to focus on navigation links, titles, labels, and interface controls such as buttons and form fields. Expressive or visual tone-setting graphics are rarely useful in such tasks, and it’s not surprising that users performing these tasks (apparently) ignore most page graphics, as indicated by the infrequent gazes directed at large images.</p>
<p>To reconcile the differing views of the proper role of visual aesthetics, we need to understand how the brain processes images and responds to what we see.</p>
<h2>It happens in an instant</h2>
<p>Thanks to the work of the early 20th Century <a href="http://en.wikipedia.org/wiki/Gestalt_psychology">Gestalt</a> psychologists—and to many studies since—we know that the brain’s response to images is extremely complex, and in many cases nearly instantaneous. The process seems semi-magical and therefore untrustworthy. How could something so complex happen so fast? How can we trust the results of a process we don’t thoroughly understand? Research confirms that users make aesthetic decisions about the overall visual impression of web pages in as little as 50 milliseconds (1/20th of a second). [<a id="FNPTR41" name="FNPTR-4"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-4">4</a>, <a id="FNPTR-5" name="FNPTR-5"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-5">5</a>] These instant visceral reactions to web pages happen in virtually all users, are consistent over visit length, and strongly influence the user’s sense of trust in the information. In short, users have made fundamental, consistent, and lasting aesthetic decisions about the credibility and authority of sites before major eyetracking events begin.</p>
<p>In intensely visual fields such as art history and diagnostic radiology, this kind of sophisticated, complex, near-instant Gestalt visual judgment is well-known and respected, although the exact neural mechanisms at work are not well understood. In <cite>Blink</cite> Malcolm Gladwell tells the story of the <a href="http://en.wikipedia.org/wiki/Getty_kouros">Getty Museum’s famous kouros</a>, a nominally ancient Greek statue now widely regarded as a modern forgery. Although the provenance and mineralogy tests seemed to provide definitive proof of the statue’s age, independent art history experts were almost universally negative in their first visceral reactions to the statue. <a href="http://en.wikipedia.org/wiki/Thomas_Hoving">Thomas Hoving</a>’s immediate reaction to the statue’s unveiling was “fresh,” hardly the right word for a sculpture that had supposedly been buried for two thousand years. At first, the experts had only their gut visual reactions as proof, but their skepticism caused the Getty to reconsider, and the evidence supporting the statue’s age and provenance fell apart on closer inspection. [<a id="FNPTR-6" name="FNPTR-6"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-6">6</a>]</p>
<p>Although Jakob Nielsen has been one of the most vocal skeptics of highly graphical sites, his business partner, Donald Norman, has best articulated the ways in which sophisticated visual design not only influences users, but also contributes to better usability.</p>
<h2>Why attractive things work better</h2>
<p>In psychology, emotional reactions to stimuli are called affective responses. Affective responses happen very fast, and are governed in an automatic, unconscious way by the lower centers of the brain that also govern basic instincts (food, fear, sex, breathing, blinking, etc.). Think of affective responses as the brain’s bottom-up reaction to what you see and feel. Cognitive responses are your brain’s slower, top-down, more considered responses. They’re governed by your personal cultural views, learning, experiences, and personal preferences that you are aware of and can easily articulate. Affective reactions assign value to your experiences; cognitive reactions assign meaning to what you see and use.</p>
<p>Affective and cognitive responses to visual stimuli are governed by a three-stage process in the brain, at visceral, behavioral, and reflective processing levels:</p>
<div><img src="http://www.alistapart.com/d/visual-decision-making/patrick-lynch-levels-graphic.gif" alt="three stage process diagram" /></div>
<div>The three-stage process governed by affective and cognitive responses to visual stimuli.</div>
<p>The <strong>visceral (“gut”) processing level</strong> reacts quickly to appearances. It’s the visceral reaction to web pages that researchers measure when they detect reaction times as fast as 50 milliseconds. It’s crucial to understand that these instant good/bad visceral-level affective responses are largely unconscious: it can take seconds or minutes to become consciously aware of your first, visceral reaction to a stimulus—particularly a stimulus as complex as a web page.</p>
<p><strong>Behavioral-level processing</strong> involves the more familiar aspects of usability: it responds to the feel of using the site, the functionality, the understandability of the structure and navigation, and the overall physical performance of the site. At this level, users are consciously aware of their attitudes toward the behavior of the system, and their reactions (pleasure, for example, or frustration) play out over seconds and minutes as users interact with a site. It’s at this behavioral level that techniques such as eyetracking are most powerful and trustworthy, because they offer</p>
<p>detailed moment-by-moment evidence of what users consciously decided to look at and do to fulfill a given task.</p>
<p><strong>Reflective processing</strong> of reactions is the most complex level, and typically involves a user’s personal sense of a site’s beauty, meaning, cultural context, and immediate usefulness. Reflective processing often triggers memories and encourages pragmatic judgments about the overall</p>
<p>aesthetic worth and value of what a user sees. Eyetracking and traffic logs are irrelevant at this level, but user interviews can give you insight into your user’s reflective judgments.</p>
<p>Visceral (affective) reactions can take a relatively long time to bubble up through layers of processing to enter conscious awareness at the behavioral or reflective levels, but that doesn’t mean that affective reactions don’t immediately influence thought. In fact, it’s the instant,</p>
<p>pre-conscious pleasure of seeing a well designed page that makes you predisposed to find a beautiful design easy to use—an effect that lingers long after the slower, conscious behavioral and reflective levels of processing kick in and make you aware of how you feel about what you see.</p>
<h2>Classical and expressive aesthetics in web design</h2>
<p>To explore viewer reactions to site design, user experience researchers need basic aesthetic models that simplify a complex subject, but nonetheless do offer some guidance to designers.</p>
<p>These models are often divided into “classical aesthetics” versus “expressive aesthetics.” [<a id="FNPTR-7" name="FNPTR-7"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-7">7</a>] Users bring context, expectations, and intentions with them, and the extent to which a site’s visual design matches those expectations will strongly influence perceptions of the quality and reliability of information or site interactions.</p>
<h3>Classical aesthetics</h3>
<p>Classical aesthetics stress orderliness and clarity in design, and use familiar web and print conventions. Research shows that classical aesthetics strongly correlate with perceived usability. This model is most successful when users expect an e-commerce or content site to provide large amounts of information in a well-organized way, with a clear visual hierarchy and conventional headers, subheads, captions, and navigation—think newspapers, sophisticated magazines or e-commerce sites, or reference sites such as Wikipedia. The pleasure and trust that classical aesthetics generate seems to be centered in the higher and slower reflective level of processing. However, classically beautiful sites also generate instant positive visceral reactions as well, and this creates a lasting sense that a site is easy to use.</p>
<h3>Expressive aesthetics</h3>
<p>Expressive aesthetics emphasize the originality, creativity, and visual richness of the site design. Think about the kind of site that typically wins design awards from <cite>Print</cite> or <cite>Communication Arts</cite>. Successful expressive designs generate immediate, positive visceral reactions in most users. It is less clear that this immediate expressive response influences longer-term positive judgments as strongly as successful classical designs, particularly in perceived ease of use. Understanding your audience is particularly crucial in expressive designs: a “successful” design approach for foreign policy wonks may be less successful with fans of the Jonas Brothers.</p>
<p>Expressive and classical aesthetics seem to correlate equally with the general positive or negative attractiveness of a site, but user expectations and context influence longer-term responses. Users expect the aesthetic model to complement the purposes of the site, for example, and thus text-rich content sites seem to benefit more from the classical aesthetic approach. Carefully built designs contribute strongly to the sense that a site is trustworthy and credible, no matter which aesthetic model they use.</p>
<h2>Using data in the context of design (and not vice versa)</h2>
<p>The visual aesthetics that frame and define content are much more than simply a “skin” that we can apply or discard without consequence. Users react in fast, profound, and lasting ways to the aesthetics of what they see and use, and research shows that the sophisticated visual content presentation influences user perceptions of usability, trust, and confidence in the web content they view. [<a id="FNPTR-8" name="FNPTR-8"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FOOTNOTE-8">8</a>] Those user judgments begin within 50 milliseconds of seeing the first page of your site.</p>
<p>Smart graphic design is always some balance of current expressive trends, information architecture, classical layout aesthetics, and detailed research on user preferences and motivations. You should never ignore solid user experience data, but mountains of data won’t auto-magically build you a successful site. Design is a synthetic activity. It can be informed by the results of analysis, but the tools of analysis don’t create beautiful designs. <a href="http://stopdesign.com/archive/2009/03/20/goodbye-google.html">Douglas Bowman’s recent experience</a> as a graphic designer among Google’s engineers who want “data” behind every aesthetic decision is instructive: data and user feedback are always important components of good design, but they are never its sole ingredients.</p>
<h2>References</h2>
<p>[<a id="FOOTNOTE-1" name="FOOTNOTE-1"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-1">1</a>] Norman, Donald. <cite>Emotional Design</cite>. New York: Basic Books, 2004.</p>
<p>[<a id="FOOTNOTE-2" name="FOOTNOTE-2"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-2">2</a>] Nielsen, Jakob. <cite>Eyetracking Web Usability</cite>. Fremont, CA: Nielsen Norman Group, 2006.</p>
<p>[<a id="FOOTNOTE-3" name="FOOTNOTE-3"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-3">3</a>] Nielsen, Jakob. <a href="http://www.useit.com/alertbox/20000514.html">Eyetracking study of web readers</a>. Alertbox, 2000.</p>
<p>[<a id="FOOTNOTE-4" name="FOOTNOTE-4"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-4">4</a>] Lindgaard, G., G. Fernandes, and C. Dudek. “Attention web designers: You have 50 milliseconds to make a good first impression.” <cite>Behavior &amp; Information Technology</cite>, 25:2 (2006): 115-126.</p>
<p>[<a id="FOOTNOTE-5" name="FOOTNOTE-5"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-5">5</a>] Tractinsky, N., A. Cokhavi, M. Kirschenbaum, and T. Sharfi. “<a href="http://tinyurl.com/cayjd7">Evaluating the consistency of immediate aesthetic perceptions of web pages</a>.” <cite>International Journal of Human-Computer Studies</cite>. 64:11 (2006): 1071-1083.</p>
<p>[<a id="FOOTNOTE-6" name="FOOTNOTE-6"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-6">6</a>] Gladwell, Malcolm. <cite>Blink: The Power of Thinking Without Thinking.</cite> New York: Little Brown, 2005.</p>
<p>[<a id="FOOTNOTE-7" name="FOOTNOTE-7"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-7">7</a>] Schaik, P., and J. Ling. “<a href="http://tinyurl.com/cm5dse">The role of context in perceptions of web pages over time</a>.” <cite>International Journal of Human-Computer Studies</cite>. 67 (2008): 79-89.</p>
<p>[<a id="FOOTNOTE-8" name="FOOTNOTE-8"></a><a href="http://www.alistapart.com/articles/visual-decision-making/#FNPTR-8">8</a>] Stanford Persuasive Technology Lab. “<a href="http://credibility.stanford.edu/guidelines/index.html">Stanford Guidelines for Web Credibility</a>.” 2004.</p>
<p>Article Source: A List Apart &#8211; <a href="http://www.alistapart.com/articles/visual-decision-making/" target="_blank">http://www.alistapart.com/articles/visual-decision-making/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/visual-decision-making/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Template Design</title>
		<link>http://www.benzingtech.com/web-template-design/</link>
		<comments>http://www.benzingtech.com/web-template-design/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:53:38 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=187</guid>
		<description><![CDATA[<p>Sometimes clients come to us asking to just have the face of their website changed. Our designers are specialists in website templates, flash templates and other graphic services that are ready-made web designs, that can be used as a basis for fast and high-quality websites. Our website templates, flash templates&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Sometimes clients come to us asking to just have the face of their website changed. Our designers are specialists in website templates, flash templates and other graphic services that are ready-made web designs, that can be used as a basis for fast and high-quality websites. Our website templates, flash templates and all other products are completely customizable and ready for integration into your website. Benzing Technologies does our best to provide you with premium quality web template designs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/web-template-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Design</title>
		<link>http://www.benzingtech.com/blog-design/</link>
		<comments>http://www.benzingtech.com/blog-design/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:53:25 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design & Development]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=185</guid>
		<description><![CDATA[<p>Our professional designers have been creatively putting together designs for blogging systems for years. From hosted solutions or custom coded we can definitely provide you a unique look and feel to your blog. We do specialize in WordPress templates and would recommend WordPress over any blogging system on the web.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Our professional designers have been creatively putting together designs for blogging systems for years. From hosted solutions or custom coded we can definitely provide you a unique look and feel to your blog. We do specialize in WordPress templates and would recommend WordPress over any blogging system on the web.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-281" title="paint_bucket" src="http://benzingtech.com/wp-content/uploads/2009/07/paint_bucket.jpg" alt="paint_bucket" width="212" height="331" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/blog-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stationary Design</title>
		<link>http://www.benzingtech.com/stationery-design/</link>
		<comments>http://www.benzingtech.com/stationery-design/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:53:14 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=183</guid>
		<description><![CDATA[<p>After logo design, stationery design is most important to the business. Stationery acts as an ambassador for the business since it reaches to the hands of both existing and prospect clients. Stationery design includes letterheads, business cards and envelopes. It is not just a piece of paper, stationery leaves a&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>After logo design, stationery design is most important to the business. Stationery acts as an ambassador for the business since it reaches to the hands of both existing and prospect clients. Stationery design includes letterheads, business cards and envelopes. It is not just a piece of paper, stationery leaves a very profound impact and thus stationery design should reflect the objective of your business. Creativity is the most imperative element of stationery design.</p>
<p>Your stationery design is incomplete if it does not represent your business thus choose an agency that knows how to create strong and attractive stationery design. People normally don&#8217;t give stationery design any importance and entrust such an imperative job to any printing house. These printing houses play havoc by creating disgusting and obscure stationery design.</p>
<p>Benzing Technologies has been creating stationery design for its clients from all walks of life. We realize the importance of stationery and thus create stationery design which is both aesthetic and logical.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/stationery-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logo Design</title>
		<link>http://www.benzingtech.com/logo-design/</link>
		<comments>http://www.benzingtech.com/logo-design/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 13:52:53 +0000</pubDate>
		<dc:creator>Rusty</dc:creator>
				<category><![CDATA[Graphic Design]]></category>

		<guid isPermaLink="false">http://benzingtech.com/?p=181</guid>
		<description><![CDATA[<p>Looking for a logo design that will give your new business the edge, but won&#8217;t break the bank?</p>
<p>We&#8217;re a professional graphic design agency that takes the cost out of creating a new company identity. Now there&#8217;s no need to spend thousands on a logo design. Born out of more&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Looking for a logo design that will give your new business the edge, but won&#8217;t break the bank?</p>
<p>We&#8217;re a professional graphic design agency that takes the cost out of creating a new company identity. Now there&#8217;s no need to spend thousands on a logo design. Born out of more than 10 years of logo design experience, every single logo in our portfolio was designed for application to web, print and more.</p>
<p style="text-align: center;"><img class="size-full wp-image-293  aligncenter" title="BRANDING" src="http://benzingtech.com/wp-content/uploads/2009/07/BRANDING.jpg" alt="BRANDING" width="274" height="240" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benzingtech.com/logo-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/7 queries in 0.025 seconds using disk
Object Caching 1057/1075 objects using disk

Served from: www.benzingtech.com @ 2010-07-30 19:26:45 -->