<?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>Sayenko Design &#187; Web Design</title>
	<atom:link href="http://www.sayenkodesign.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sayenkodesign.com</link>
	<description>Graphic Design Services</description>
	<lastBuildDate>Wed, 14 Jul 2010 20:03:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>15% OFF all Web Design and Graphic Design Services</title>
		<link>http://www.sayenkodesign.com/15-off-all-web-design-and-graphic-design-services/</link>
		<comments>http://www.sayenkodesign.com/15-off-all-web-design-and-graphic-design-services/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 20:02:22 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Strategy]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=725</guid>
		<description><![CDATA[Sayenko Design is proud to introduce a 15% SALE on all new custom designed websites through July 31st, 2010. Mention this article to receive a discount towards a new custom designed website and/or print marketing. Refer one or more customers we will bump your discount to 25%. In order to receive the discount, contract must be signed with Sayenko [...]]]></description>
			<content:encoded><![CDATA[<p>Sayenko Design is proud to introduce a<strong> 15% SALE</strong> on all new custom designed websites <strong>through July 31st, 2010</strong>. Mention this article to receive a discount towards a <strong>new custom designed website and/or print marketing</strong>. Refer <strong>one or more customers</strong> we will bump your discount to <strong>25%. </strong>In order to receive the discount, contract must be signed with Sayenko Design before the date above.</p>
<p>We would love to help you succeed in all your business endeavors and <strong>work within your budge</strong> with <strong>cost effective marketing</strong> that will bring you <strong>returned business, <a href="http://sayenkodesign.com/contact" target="_self">Contact Us</a> today!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sayenkodesign.com/15-off-all-web-design-and-graphic-design-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Use CSS (Cascading style sheet)?</title>
		<link>http://www.sayenkodesign.com/why-use-css-cascading-style-sheet/</link>
		<comments>http://www.sayenkodesign.com/why-use-css-cascading-style-sheet/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 06:00:56 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Website Usability]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=699</guid>
		<description><![CDATA[A while back a potential client asked me, "Why should I use CSS?" I realized at that moment that while those of us who work with HTML and CSS on a daily basis are intimately familiar with the benefits, many are not. If you are one of those not aware of the full benefits of CSS this article will help you understand why so many people are switching to CSS.]]></description>
			<content:encoded><![CDATA[<p>A while back a potential client asked me, &#8220;Why should I use <a class="zem_slink" title="Cascading Style Sheets" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a>?&#8221; I realized at that moment that while those of us who work with HTML and CSS on a daily basis are intimately familiar with the benefits, many are not. If you are one of those not aware of the full benefits of CSS this article will help you understand why so many people are switching to CSS.</p>
<p><span id="more-699"></span><!--more--><a href="http://www.sayenkodesign.com/wp-content/uploads/2009/10/Sayenko_Profile.jpg" rel="shadowbox[post-699];player=img;"><img class="alignleft size-full wp-image-624" style="margin-right: 20px;" title="Mike Sayenko" src="http://www.sayenkodesign.com/wp-content/uploads/2009/10/Sayenko_Profile.jpg" alt="Mike Sayenko" width="150" height="150" /></a>I will begin with the traditional method of <a class="zem_slink" title="Web design" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_design">web design</a> and then explore a new method that many developers are now using due to the vastly changing web world.  Feel free to sit back, relax and take notes as we explore the wide world of CSS.</p>
<p>First, let’s look at the history of CSS (Cascade Style Sheets). The governing body of the Web, <a class="zem_slink" title="World Wide Web Consortium" rel="homepage" href="http://www.w3.org/">W3C</a>, recommended CSS in December 1996, with CSS Level 1 specification. CSS Level 1 described attributes for use in HTML pages. These attributes replaced the traditional font tag along with other “styles” such as borders and colors. In May 1998, W3C introduced CSS Level 2, adding additional capabilities to level 1, including positioning attributes. These attributes replaced the <strong>widespread incorrect usage of the table tag</strong> to design web page elements. The most recent version of CSS is 2.1 removes some of the attributes that previously had limited usage and adds refinement to others.</p>
<p><strong>Problems with the Traditional Table Layout and CSS Responses:</strong></p>
<p>Making simple changes such as moving images, changing navigation, or switching colors can take hours. Traditional Table layouts have slow-loading pages because the browser has to retrieve the page from the server and decipher the complex elements of the nested tables. When using CSS, the browser instantly renders content from the server because there isn’t extensive <a class="zem_slink" title="Markup language" rel="wikipedia" href="http://en.wikipedia.org/wiki/Markup_language">markup language</a> there.</p>
<p>Another down side to tables is the browser needs to retrieve, analyze, and <strong>render each individual page</strong>. The browser has to go through these steps for each page, which can really slow down your website. But, if you use a cascade style sheet (CSS), the first page of the site allows the browser to <a class="zem_slink" title="Cache" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cache">cache</a> the linked style sheet file that is used for that page. Meaning, all of the remainder of the pages will load faster since the style sheet has been decoded.</p>
<p>Lastly using traditional table layouts <strong>adds lots of extra code</strong>, which takes time for the computer to figure out and longer for rendering, features such as font tags. This can be minimized by moving codes to a CSS design. This will minimize your code by as much as 50% or more!!! <strong>Less code = a faster loading website!</strong></p>
<p>Hopefully this has helped you better understand CSS and why it has become the web standard for design. If you have any questions feel free to comment on this article or <a href="http://sayenkodesign.com/contact/" target="_self">contact us</a> directly. We would love to help on your next project.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.noupe.com/css/15-css-habits-to-develop-for-frustration-free-coding.html">15 CSS Habits to Develop for Frustration-Free Coding</a> (noupe.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><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.sayenkodesign.com/why-use-css-cascading-style-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Should I build my website in Adobe Flash or HTML?</title>
		<link>http://www.sayenkodesign.com/should-i-build-my-website-in-adobe-flash-or-html/</link>
		<comments>http://www.sayenkodesign.com/should-i-build-my-website-in-adobe-flash-or-html/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 20:11:53 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Strategy]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=623</guid>
		<description><![CDATA[
A question I often get from perspective clients is: “should I build my website in Adobe Flash?”
To answer this question lets look at the cost vs. benefit of an all/ partial built flash website.
Benefits of a Flash Site:

Slick Look
Able to animate just about anything
Strong potential for great looking portfolio
Excellent presentation piece
Attractive for Splash Pages (home [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sayenkodesign.com/wp-content/uploads/2009/10/Sayenko_Profile.jpg" rel="shadowbox[post-623];player=img;"><img class="alignleft size-full wp-image-624" style="margin-right: 20px;" title="Mike Sayenko" src="http://www.sayenkodesign.com/wp-content/uploads/2009/10/Sayenko_Profile.jpg" alt="Mike Sayenko" width="150" height="150" /></a></p>
<p>A question I often get from perspective clients is: <strong>“should I build my website in <a class="zem_slink" title="Adobe Flash" rel="homepage" href="http://www.adobe.com/products/flash/flashpro/">Adobe Flash</a>?”</strong></p>
<p>To answer this question lets look at the cost vs. benefit of an all/ partial built flash website.</p>
<p><strong>Benefits of a Flash Site:</strong></p>
<ul>
<li>Slick Look</li>
<li>Able to animate just about anything</li>
<li>Strong potential for great looking portfolio</li>
<li>Excellent presentation piece</li>
<li>Attractive for Splash Pages (home page)</li>
<p><span id="more-623"></span><!--more--></p>
<li>Great for applications that might be used on your      website</li>
</ul>
<p><strong>Downsides to Flash Sites:</strong></p>
<ul>
<li>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 117px"><a href="http://en.wikipedia.org/wiki/Image:Adobe_Flash_cs3.png" rel="shadowbox[post-623];player=img;"><img class=" " title="Adobe Flash" src="http://upload.wikimedia.org/wikipedia/en/3/3a/Adobe_Flash_cs3.png" alt="Adobe Flash" width="107" height="107" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p><strong>Search Engines can’t read the website</strong> because it is essentially a      movie embedded in an HTML page. So if you care about Optimizing your      website for <a class="zem_slink" title="Web search engine" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_search_engine">search engines</a> don’t even think about going fully flash. Think      target audience! How is Flash going to help in the use of your site? No      search engine to date is able to extract textual elements from Flash      content. For most people SEO is a very valuable source for bringing      visitors to you website – without a search engine’s help you could      potentially loose up to 80% of your web traffic!</li>
</ul>
<ul>
<li><strong>Hard to update</strong> &#8211; you need a Flash Web Master to update the      site, as they need to make edits in Adobe Flash.</li>
</ul>
<ul>
<li><strong>Long Download time </strong>- means you are waiting longer      for the website to load in your browser. Most people don’t have time to      wait, or aren’t patient enough.</li>
</ul>
<ul>
<li><strong>Flash requires bandwidth – </strong>even though most people use DSL      Internet, there are still people who use dialup or other limited bandwidth      internet connections. Flash files take a much longer time to load then      HTML, especially those with sound effects, embedded movies or bitmap      images.</li>
</ul>
<ul>
<li><strong>Blogging is hard</strong> &#8211; if you blog often this would be very tedious      with flash as you have to update the site through an FTP (<a class="zem_slink" title="File Transfer Protocol" rel="wikipedia" href="http://en.wikipedia.org/wiki/File_Transfer_Protocol">File Transfer Protocol</a>).      There is no way to directly update your website content online.</li>
</ul>
<ul>
<li><strong>No <a class="zem_slink" title="Content management system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Content_management_system">Content Management System</a> (CMS)</strong> – How regularly do you want to      update content? Using an all Flash website means you are uploading all      your content manually to the web <a class="zem_slink" title="Web server" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_server">server</a> and manually updating. This means      opening up the Flash software and adding new text or pages. This can be a      problem after a while as its time-consuming and increases the size of your      Flash website. Ultimately it will slow down your slick looking website,      and might have some impatient visitors leave the website completely.</li>
</ul>
<p>On the other hand, if you have a Flash designer working on your case, the website can be set up to use text files to automatically add content to your website. <strong><em>Problem solved?</em></strong> Wait, putting in all those text files will take download time, and again you will lose impatient visitors.</p>
<p>Flash can be a great tool and limited use draws spectacular results. It involves <strong>understanding your audience</strong> before letting your site run loose on the Internet.</p>
<p><strong>One solution</strong> is to have <strong>two versions of your website</strong> on the splash page (first page that people see, or your default page). A Flash and a non-Flash version of the site. We all get excited about fancy animation power with Flash, but you have to step back and sit in the shoes of the user. Some animations are distracting and can deter from what your site is actually offering. At Sayenko Design, we create hints of Flash in most of the websites we create to enhance the professional look but never do we wrap Flash around content. <strong>The conclusion is:</strong> use Flash wisely if you do and don’t sweat it if you don’t include it in your design.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><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.sayenkodesign.com/should-i-build-my-website-in-adobe-flash-or-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Please become a fan of the Sayenko Design Facebook page</title>
		<link>http://www.sayenkodesign.com/please-become-a-fan-of-the-sayenko-design-facebook-page/</link>
		<comments>http://www.sayenkodesign.com/please-become-a-fan-of-the-sayenko-design-facebook-page/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:57:19 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Website Launch]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=682</guid>
		<description><![CDATA[If you have a facebook account and have not already done so, will you please consider becoming a fan of Sayenko Design ?
This may seem like a trivial thing but it actually has a big impact on our market exposure &#8211; and it allows us to market in a very economical manner.
Please take a few [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a facebook account and have not already done so, will you please consider becoming a fan of <strong>Sayenko Design</strong><strong> </strong>?</p>
<p>This may seem like a trivial thing but it actually has a <strong>big impact </strong>on our market exposure &#8211; and it allows us to market in a very economical manner.<br />
<strong>Please take a few minutes and help us let the facebook community know who we are.</strong></p>
<p>We are in business today in this <strong>tough economic market</strong> and we are hoping to bring <strong>brand awareness</strong> to others by having you on our list of <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a> friends/fans -</p>
<p>You can <a href="http://facebook.com/pages/Sayenko-Design/138830942113" target="_blank">click here to the Sayenko Design facebook page</a><span id="more-682"></span><br />
or search for (Sayenko Design) in the search box and click on &#8220;become a fan&#8221; &#8211; I would<br />
love to add you to my friend list and stay in touch with you.</p>
<p>Thanks much &#8211; I hope your doing well!</p>
<p>Mike Sayenko</p>
<p><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sayenkodesign.com/please-become-a-fan-of-the-sayenko-design-facebook-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launch of Northwest Canopies!</title>
		<link>http://www.sayenkodesign.com/launch-of-northwest-canopies/</link>
		<comments>http://www.sayenkodesign.com/launch-of-northwest-canopies/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 00:23:20 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Website Launch]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=652</guid>
		<description><![CDATA[We are proud to launch our latest website design, Northwest Canopies. 
Northwest Canopies, INC, based in Bellevue, Washington, builds custom canopies in order to meet the specific needs of their customers. Founded in 2000, the company provides long lasting shelters for RVs, boats, heavy machinery, livestock, and sports equipment. These canopies have proven to be [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to launch our latest website design, <a id="g3v9" title="Northwest Canopies" href="http://nwcanopies.com/" target="_blank">Northwest Canopies. </a></p>
<p>Northwest Canopies, INC, based in <strong>Bellevue, Washington,</strong> <strong>builds custom canopies </strong>in order to meet the specific needs of their customers. Founded in 2000, the company <strong>provides long lasting shelters for RVs, boats, heavy machinery, livestock, and sports equipment</strong>. These canopies have proven to be a wise alternative to shipping containers or monthly slip and storage fees.</p>
<p>In designing NW Canopies’ website, <strong>our goal</strong> was to create a professional, clean design, by highlighting the website with strategic <strong>key word placement</strong> for <strong><a class="zem_slink" title="Search engine optimization" rel="wikipedia" href="http://en.wikipedia.org/wiki/Search_engine_optimization">Search Engine Optimization</a> (SEO)</strong> purposes.</p>
<p><span id="more-652"></span><img title="More..." src="../wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" />We also kept in mind the possibility of <strong>ecommerce expansion</strong> in the future and designed the website to accommodate that possibility.  We started with <strong><a class="zem_slink" title="Market research" rel="wikipedia" href="http://en.wikipedia.org/wiki/Market_research">market research</a></strong> by sifting through different websites on canopy products. We then pulled together a <strong>branding strategy</strong> that would make <strong>NW Canopies’ website </strong>stand out from the rest.</p>
<p><a href="http://www.sayenkodesign.com/wp-content/uploads/2010/01/Old-Site.png" rel="shadowbox[post-652];player=img;"><img class="alignleft size-medium wp-image-657" style="margin-right: 10px; margin-left: 0px;" title="Old NW Canopies Website" src="http://www.sayenkodesign.com/wp-content/uploads/2010/01/Old-Site-300x233.png" alt="Old NW Canopies Website" width="300" height="233" /></a></p>
<p>This led us to create a <strong>logo and <a class="zem_slink" title="Color scheme" rel="wikipedia" href="http://en.wikipedia.org/wiki/Color_scheme">color scheme</a></strong> that <strong>communicated a northwest</strong> feel through the use of a green palette. From there, we <strong>re-branded </strong>from the old website, pictured on your left, to a green earthly tone and an easy to use navigation that symbolizes a shelter like covering over each menu item.</p>
<p>We are happy to see the website grow in success and enjoy our friendship with the fantastic people at NW Canopies.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><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.sayenkodesign.com/launch-of-northwest-canopies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of the Year SALE 15% OFF Web Design and Graphic Design Services</title>
		<link>http://www.sayenkodesign.com/end-of-the-year-sale-15-off-web-design-and-graphic-design-services/</link>
		<comments>http://www.sayenkodesign.com/end-of-the-year-sale-15-off-web-design-and-graphic-design-services/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 02:13:48 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=639</guid>
		<description><![CDATA[Sayenko Design is proud to introduce an End of the Year 15% SALE on all new custom designed websites through December 31st, 2009. Mention this article to receive a discount towards a new custom designed website and/or print marketing. Refer one or more customers we will bump your discount to 25%. In order to receive [...]]]></description>
			<content:encoded><![CDATA[<p>Sayenko Design is proud to introduce an <strong>End of the Year 15% SALE</strong> on all new custom designed websites <strong>through December 31st, 2009</strong>. Mention this article to receive a discount towards a <strong>new custom designed website and/or print marketing</strong>. Refer <strong>one or more customers</strong> we will bump your discount to <strong>25%. </strong>In order to receive the discount, contract must be signed with Sayenko Design before the date above.</p>
<p>We would love to help you succeed in all your business endeavors and <strong>work within your budge</strong> with <strong>cost effective marketing</strong> that will bring you <strong>returned business, <a href="http://sayenkodesign.com/contact" target="_self">Contact Us</a> today!<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sayenkodesign.com/end-of-the-year-sale-15-off-web-design-and-graphic-design-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Don’t Make Me Think, How to Communicate Effectively on the Web</title>
		<link>http://www.sayenkodesign.com/don%e2%80%99t-make-me-think-how-to-communicate-effectively-on-the-web/</link>
		<comments>http://www.sayenkodesign.com/don%e2%80%99t-make-me-think-how-to-communicate-effectively-on-the-web/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 00:37:47 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Website Usability]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=573</guid>
		<description><![CDATA[When it comes to web design, you want your website to be an effective communicator, correct? That means having your information clear and precise. The statement “Don’t make me think” refers to your website structure and how easily and quickly your audience draws needed information from your site. This should be a simple process for your audience or they may get impatient and leave, or get the wrong impression about your site.]]></description>
			<content:encoded><![CDATA[<p>When it comes to web design, you want your website to be an effective communicator, correct? That means having your information clear and precise. The term <strong><a href="http://en.wikipedia.org/wiki/Don%27t_Make_Me_Think" target="_blank">“Don’t make me think”</a> </strong>refers to your website structure and how easily and quickly your audience daws needed information from your site. This should be a simple process for your audience or they may get impatient and leave, or get the wrong impression about your site.<br />
<img class="alignleft" style="margin: 10px;" src="/wp-content/uploads/2009/Sayenko_Profile.jpg" alt="" width="150" height="150" /><br />
When most people create a website, <strong>they believe people are going to carefully read every page line by line, </strong>weighing their options before deciding which link to click.<span id="more-573"></span></p>
<p>In reality, most people glance at each page and, if you’re lucky, scan some of the text, clicking on the first link that catches their interest or vaguely resembles what they are looking for. <strong>Usually there are large chunks of the page that the user doesn’t even look at.</strong></p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:YahooSportsHomepage.PNG" rel="shadowbox[post-573];player=img;"><img title="Yahoo! Sports homepage" src="http://upload.wikimedia.org/wikipedia/en/thumb/3/3f/YahooSportsHomepage.PNG/300px-YahooSportsHomepage.PNG" alt="Yahoo! Sports homepage" width="300" height="216" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;"></dd>
</dl>
</div>
</div>
<p>The <strong>Home page</strong> of a website gives a <strong>first impression </strong>and thus should have some thought invested in its design. It <strong>needs to be straightforward, easy to navigate, and possess a clear message</strong>. Below are some questions you need to ask yourself about your current website or the one you plan on building. If you cannot quickly answer the questions below then you might want to redesign your website.</p>
<p><strong>Lets Start with the Trunk Test:</strong></p>
<ul>
<li>What site is this?</li>
<li>What page am I on?</li>
<li>Where am I in the site scheme?</li>
<li>What are my options from this level?</li>
</ul>
<p><strong>Design</strong></p>
<ul>
<li>· Conventionally, the logo should be at the <strong>upper left</strong> hand corner because we read left to right and it is the first thing that catches our eye. Also, the logo should be easy to read, <strong>conveying useful information or enhancing the branding value of the website.</strong></li>
<li>· The <strong>home page</strong> should have <strong>Call to Action</strong> and <strong>contact info</strong> placed <strong>prominently.</strong></li>
<li>· Click-ability should be obvious</li>
<li>· Scan-ability – fast info</li>
<li>· Text entry areas are obvious &#8211; <strong>Empty space effectively ends the page and no one is going to scroll beyond it.</strong> Anything below this will be lost, so design page layout and flow to <strong>maximize sales potential of page real estate.</strong><strong> </strong></li>
<li>· Formatting applied via CSS (Cascade Style Sheets)</li>
<li>· Conventions applied to all pages</li>
<li>· Busy-ness and background noise are minimal</li>
<li>· Footer includes copyright date and text</li>
<li>· Correct Spelling/ Grammar</li>
<li>· Image Quality – make sure images are not pixilated (stretched out)</li>
</ul>
<p><strong>Navigation</strong></p>
<ul>
<li>Site Map</li>
<li>Sense of scale, directions and location</li>
<li>Page name matches that links that bring people there</li>
<li>Breadcrumbs and site-level Navigation</li>
</ul>
<p><strong> </strong></p>
<p>When it comes to site design, most think of a product brochure, while the users reality is much closer to “billboard going by at 70 miles an hour.”<strong> People don’t read pages. They scan them</strong>. Try the three second scan-ability rule on your website. What can you remember about it after that time span? The most <strong>important information should stand out from the rest in those three seconds and you should be able to recall what that information is.</strong></p>
<p><strong><sub> </sub></strong></p>
<p>Does this all make sense? If you use these easy usability conventions, your site will communicate clearly and effectively.</p>
<p><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sayenkodesign.com/don%e2%80%99t-make-me-think-how-to-communicate-effectively-on-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS tools, what is it? Do you need it?</title>
		<link>http://www.sayenkodesign.com/cms-tools-what-is-it-do-you-need-it/</link>
		<comments>http://www.sayenkodesign.com/cms-tools-what-is-it-do-you-need-it/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 06:39:28 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Content management]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[File Transfer Protocol]]></category>
		<category><![CDATA[Site Management]]></category>
		<category><![CDATA[Web content management system]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=537</guid>
		<description><![CDATA[If your similar to most people you have never heard of a Content Management System, short for CMS. This is critical to the success of almost every website, and yet many businesses and organizations are not familiar with this technology.&#160; A good question always comes up as we talk with potential clients on the subject. [...]]]></description>
			<content:encoded><![CDATA[<p>If your similar to most people you have never heard of a Content Management System, short for CMS. This is critical to the success of almost every website, and yet many businesses and organizations are not familiar with this technology.&nbsp; A good question always comes up as we talk with potential clients on the subject. </p>
<p><strong>What is this tool and why is it so effective?</strong></p>
<p><span id="more-537"></span><br />
<strong>What is this tool?</strong></p>
<p><img class="alignleft" style="border: 1px solid black; margin-right: 15px; margin-bottom: 15px;" title="Editing Pages" src="http://www.sayenkodesign.com/wp-content/uploads/2008/12/edit-page.png" alt="CMS Edit Pages" height="430" width="620"></p>
<p>A <a id="tt_j" title="'web content management'" href="http://en.wikipedia.org/wiki/Content_management_system">&#8216;web content management&#8217;</a> (WCM) system is a CMS designed to simplify the publication of <a title="Web content" href="http://en.wikipedia.org/wiki/Web_content">Web content</a> to Web sites, in particular allowing content creators to submit content without requiring technical knowledge of <a title="HTML" href="http://en.wikipedia.org/wiki/HTML">HTML</a> or the <a class="mw-redirect" title="Uploading" href="http://en.wikipedia.org/wiki/Uploading">uploading</a> of files.</p>
<address class="mceTemp"> </address>
<dl class="wp-caption alignright" style="width: 325px;">
<dt class="wp-caption-dt"><img style="border: 1px solid black; margin: 15px;" title="CMS Login" src="http://www.sayenkodesign.com/wp-content/uploads/2008/12/login.png" alt="CMS Dashboard Page" height="171" width="315"></dt>
<dd class="wp-caption-dd" style="text-align: right;">
<address><strong>CMS Backend Login</strong></address>
</dd>
</dl>
<p><strong>Old Problems</strong></p>
<p>You have a website that has grown organically over time, much of the content is out-of-date, updating the website is very complex, its hard to find things, and the appearance is becoming dated. Its now to the point where you&#8217;ve lost track of where pages are in the website. You might have a skilled Webmaster that does this all for you, but even for them the updates are becoming a burden. You can’t remember what was on the site last week, or last month. If this sounds about right, you’re not alone. In fact, it&#8217;s the way most maintain their website, using <strong>manual tools</strong> such as Frontpage or Dreamweaver. This is where Content Management System comes in, to clean the mess.</p>
<p><strong>Problems Solved</strong></p>
<ul>
<li>CMS allows you to update your website through the back-end of your website, by logging in as an administrator, and <strong>updating your site directly through the Internet</strong>. This is very powerful as anyone can update the website from anywhere as long as they have Internet.</li>
<li>The <strong>old fashion</strong> of updating content of a website is to edit locally on your computer then uploading it through a <strong>File Transfer Protocol </strong>(FTP) program. This is tedious and time consuming, having a chance of overwriting documents by accident or loosing data.</li>
</ul>
<ul>
<address class="mceTemp"> </address>
<dl class="wp-caption alignright" style="width: 600px;">
<dt class="wp-caption-dt"><img style="border: 1px solid black; margin: 25px 30px 30px;" title="CMS Edit Page" src="http://www.sayenkodesign.com/wp-content/uploads/2008/12/dashboard.png" alt="CMS Dashboard Page" height="328" width="590"></dt>
<dd class="wp-caption-dd" style="text-align: right;">
<address style="text-align: center;">
</address>
</dd>
</dl>
<li>While with CMS, you have the ability to <strong>auto save files (archives)</strong> and go back to a previous saved version of the page if you accidentally deleted something.</li>
<li>Add content <strong>without any technical knowledge</strong> of HTML.</li>
<li><strong>Control and maintain</strong> your newsletter subscribers and send out HTML emails directly through your CMS system.</li>
</ul>
<address class="mceTemp"></address>
<dl class="wp-caption alignright" style="width: 325px;">
<dt class="wp-caption-dt"><img style="border: 1px solid black; margin: 15px;" title="Controlling Pages" src="http://www.sayenkodesign.com/wp-content/uploads/2008/12/pages.png" alt="CMS Pages Page" height="171" width="315"></dt>
<dd class="wp-caption-dd" style="text-align: right;">
<address><strong>Page View of all the Pages in the site </strong></address>
</dd>
</dl>
<h3>Why is it so effective? Business benefits</h3>
<ul>
<li>Reduces site maintenance costs</li>
<li>Fast publishing process</li>
<li>Faster turnaround time for new pages and changes</li>
<li>Great consistency</li>
<li>Improved site flow and navigation</li>
<li>Greater security</li>
<li>Reduced duplication of information</li>
<li>Superior capacity for growth</li>
<li>Increased site flexibility</li>
</ul>
<p>Besides the above, the greatest asset to the CMS is to support your business strategies and goals. These are all the reasons why Sayenko Design is operated on a CMS system and integrates this system into majority of our client websites. If you have any further questions don&#8217;t hesitate to ask, we would love to help.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/ac504211-dcef-42e4-9324-e3db3c8d3df7/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=ac504211-dcef-42e4-9324-e3db3c8d3df7" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sayenkodesign.com/cms-tools-what-is-it-do-you-need-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Babies Going Green?</title>
		<link>http://www.sayenkodesign.com/babies-going-green/</link>
		<comments>http://www.sayenkodesign.com/babies-going-green/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 20:32:59 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Business and Economy]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Interior design]]></category>
		<category><![CDATA[Organic baby products]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=514</guid>
		<description><![CDATA[We are proud to launch our latest website design, Organic Baby Nursery. 
Organic Baby Nursery Co. is a custom interior decorating company based in Mill Creek, Washington. The company is a start up, provide families with an easy way to design a healthy, personalized, organic nursery room for their children.
In designing Organic Baby Nursery&#8217;s website, [...]]]></description>
			<content:encoded><![CDATA[<p>We are proud to launch our latest website design, <a id="g3v9" title="Organic Baby Nursery" href="http://organicbabynurseryco.com/" target="_blank">Organic Baby Nursery. </a></p>
<p>Organic Baby Nursery Co. is a <strong>custom interior decorating company</strong> based in Mill Creek, Washington. The company is a start up, provide families with an easy way to design a healthy, personalized, organic nursery room for their children.</p>
<p>In designing Organic Baby Nursery&#8217;s website, <strong>our goal</strong> was to create an elegant image and highlight the safety of their products. We started with <strong>market research</strong> by sifting through different websites of organic baby products. We then pulled together a <strong>branding strategy</strong> that would make Organic Baby Nursery&#8217;s website stand out from the rest.</p>
<p><span id="more-514"></span><a href="http://www.sayenkodesign.com/wp-content/uploads/2008/12/org-babyco.png" rel="shadowbox[post-514];player=img;"><img class="alignright" src="http://www.sayenkodesign.com/wp-content/uploads/2008/12/org-babyco.png" alt="" width="303" height="124" /></a> This led us to create a <strong>logo and color scheme</strong> that <strong>communicated an organic</strong> feel through the use of earth tones. To stand out we chose a color palate that avoided the usual bright green colors used on most other organic product websites and decided to stand out with a chocolate brown background.</p>
<p>From there, we used <strong>technology</strong> to help us display a modern, sophisticated and sleek image. We added home page <strong>flash animation</strong>, and a rotating image gallery with featured products that you can click on, to view those product pages. They don&#8217;t sell anything online, which usually is the case with a long product list such as this, this made the process seamless but not easy as there was a 100 page PDF we had to work off to pull all the images and products off, re crop the images and format them to fit the page layout.</p>
<blockquote><p><strong>Scott Carney the owner had this to say,</strong> <em>&#8220;We are completely satisfied with the highly skilled and dedicated work of Sayenko Design.  Mike developed a fantastic logo which received rave reviews from many business associates and friends.  He really did a great job of partnering with us during the entire process of developing our custom website and blog. We are thrilled with the elegance, style, color, and animation which is sure to grab our customers attention. We can&#8217;t say how excited we are about launching our new business.  Thank you Sayenko Design.&#8221;</em></p></blockquote>
<p>We are happy to see the website grow in success and enjoy our friendship with the fantastic people at Organic Baby Nursery.</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/c8564efe-c563-4054-962e-281f0591d7cf/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=c8564efe-c563-4054-962e-281f0591d7cf" 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.sayenkodesign.com/babies-going-green/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Process, what does it look like?</title>
		<link>http://www.sayenkodesign.com/our-process-what-does-it-look-like/</link>
		<comments>http://www.sayenkodesign.com/our-process-what-does-it-look-like/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:23:41 +0000</pubDate>
		<dc:creator>mike sayenko</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Strategy]]></category>
		<category><![CDATA[Website Launch]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.sayenkodesign.com/?p=486</guid>
		<description><![CDATA[To get things clear on our process I thought it would be helpful to show the list of actions taken while going through a project.

<strong>1.    Potential Client meets Designer</strong> - to get a good grasp of the project we will get in contact over the phone, email, or set up a meeting.

<strong>2.    Project Quote Issued by Designer</strong> - an email sent to the prospective client with an attached PDF quote for the project.

<strong>3.    Approval of Quote by Client</strong> -  usually an email sent back stating the approval.

<strong>4.    Contract/Project Outline Issued by Designer </strong>- the designer emails the contract or meets in person.
<!--more-->]]></description>
			<content:encoded><![CDATA[<p>To get things clear on our process I thought it would be helpful to show the list of actions taken while going through a project.</p>
<p><strong>1.    Potential Client meets Designer</strong> &#8211; to get a good grasp of the project we will get in contact over the phone, email, or set up a meeting.</p>
<p><strong>2.    Project Quote Issued by Designer</strong> &#8211; an email sent to the prospective client with an attached PDF quote for the project.</p>
<p><strong>3.    Approval of Quote by Client</strong> &#8211;  usually an email sent back stating the approval.</p>
<p><strong>4.    Contract/Project Outline Issued by Designer </strong>- the designer emails the contract or meets in person.</p>
<p><span id="more-486"></span></p>
<div id="attachment_485" class="wp-caption alignright" style="width: 160px"><a href="http://www.sayenkodesign.com/wp-content/uploads/2009/01/mike_profile.jpg" rel="shadowbox[post-486];player=img;"><img class="size-thumbnail wp-image-485" style="margin: 3px;" title="mike sayenko " src="http://www.sayenkodesign.com/wp-content/uploads/2009/01/mike_profile.jpg" alt="Mike Sayenko" width="150" height="150" /></a><p class="wp-caption-text">Mike Sayenko</p></div>
<p><strong>5.    Contract is Signed/Project Outline is Approved</strong> &#8211; paperwork is given back to Sayenko Design.</p>
<p><strong>6.    Client Provides 50% Retainer Fee</strong> &#8211; along with the signed paper work we require a check of 50% deposit, you know to make sure you are serious about the project.</p>
<p><strong>7.    Consultation</strong> &#8211; Client and Designer Meet, this may or may not happen as most of the communication is going to be over email/ phone. If there is a need to meet to understand the project better and to hand off project assets for example as CD with images, products that might need to be photographed, and anything that might need to be accomplished over a meeting.</p>
<p><strong>8.    Proposal Provided by Designer</strong> &#8211; the designer sends an email to the client with a composition of the design usually in JPG (image) format.</p>
<p><strong>9.    Proposal Reviewed by Client</strong> &#8211; client sends back revisions in an email.</p>
<p><strong>10.    Revised Proposal Provided by Designer</strong> &#8211; the designer emails back the revisions.</p>
<p><strong>11.    Finalization of Project</strong> &#8211; project is approved by client and ready to go live (if it&#8217;s a website).</p>
<p><strong>12.    Final Payment Submitted by Client</strong> &#8211; client sends the rest of the payment (usually 50%) within 30 days of completion of the project.</p>
<p>Again nothing is set in stone we are flexible and try to work together with a client on things such as payments, sometimes things aren&#8217;t so linear. If you have any further questions don&#8217;t hesitate to <a href="http://sayenkodesign.com/contact/" target="_blank">Contact Us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sayenkodesign.com/our-process-what-does-it-look-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
