<?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; Website Usability</title>
	<atom:link href="http://www.sayenkodesign.com/category/website-usability/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>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>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>
	</channel>
</rss>
