<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Daniel Hughes</title>
	
	<link>http://cre8vedesign.com/blog</link>
	<description>Web Developement Tutorials for Beginners</description>
	<lastBuildDate>Fri, 18 Feb 2011 10:28:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DanielHughes" /><feedburner:info uri="danielhughes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>DanielHughes</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Best Link Strategies</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/4rQ41wvEtTA/</link>
		<comments>http://cre8vedesign.com/blog/2011/02/best-link-strategies/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 10:27:29 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=377</guid>
		<description><![CDATA[CLICK HERE.  Have you seen this as a button for websites. Is this descriptive enough? What is wrong with this method?  For the most part it lacks originality and just seems like the designer gave up on a linking strategy.  Let&#8217;s take a look at some of the strategies that will equip you to design [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2011/02/best-link-strategies/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p><a href="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/clcikhere.jpg"><img class="alignleft size-medium wp-image-384" style="margin-left: 5px; margin-right: 5px;" title="click here" src="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/clcikhere-300x225.jpg" alt="click here" width="300" height="225" /></a>CLICK HERE.  Have you seen this as a button for websites. Is this descriptive enough? What is wrong with this method?  For the most part it lacks originality and just seems like the designer gave up on a linking strategy.  Let&#8217;s take a look at some of the strategies that will equip you to design and code with usability in mind.  This post will cover some of  the best practices when it comes to links.  Some of the newer practices that are cropping up on the scene aren&#8217;t necessarily the ideal method and we will discuss some bad habits that will be reminders for some of you.<span id="more-377"></span></p>
<p><strong>Scan-ability</strong><br />
One important thing to remember with content is that users scan your content.  This  isn&#8217;t anything new but we need to realize this and know that this transfers to links as well. How this translates is that the links need to be scannable; just link scanning the content.  For example, if your business is named Shark Boards and you have a list of links in which you use shark boards as the beginning for each link, this isn&#8217;t easily scanned by the user as they have to scan and read through every &#8220;sharkboards&#8221; to find where or what the link actually is.</p>
<p>www.sharkboards.com/audio<br />
www.sharkboards.com/archive<br />
www.sharkboards.com/video<br />
www.sharkboards.com/morelinks</p>
<p>Just imagine if the name of the URL is longer than Shark Boards and you can see how that can be a hindrance to usability.</p>
<p><strong>Generic Links</strong><br />
This was a poor practice that just took off and everyone used and that is the &#8220;click here&#8221; button.  To this day many people choose to use this and it is not a valid choice when trying to decide what to use for your buttons or links.  You should use meaningful words that tell the user what the link is for.  So rather than &#8220;click here&#8221; you could use &#8220;Shark Board Items&#8221; or &#8220;Don&#8217;t forget to view our very own Shark Board surfers.</p>
<p><strong>Color me Links</strong><br />
This one is a bit more open for discussion but let me just say reserve blue for unvisited links and a less saturated color for visited links.  The hue blue is synonymous for links and great for usability; however, some designers work with a color pallet and they don&#8217;t want that blue so they change it.  In this case I would definitely use an underline with this method to show that the colored text is a link as that is also a widely understood method for distinguishing links. This is done quite simply so let me show you how to do this.</p>
<p><strong>Link states and some prep work</strong></p>
<ul>
<li> When the CSS is embedded in the page and not an external style sheet it resides in the <strong><em>&lt;head&gt;&lt;/head&gt;</em></strong>.</li>
<li> The colors are irrelevant and you determine what these are but the order is what is important.</li>
<li> The<strong> /*  */ </strong>is how you comment the CSS and in no way affects the code.</li>
<li> In the <em><strong>href=&#8221;URL&#8221;</strong></em> you place the destination such as <strong><em>http://www.cre8vedesign.com/blog</em></strong>.</li>
<li> The <strong><em>Target _blank</em></strong> tells the link to open a separate new page.</li>
<li> The <strong>&#8220;<em>This is a link&#8221;</em></strong> is the text that you enter which displays; this doesn&#8217;t have to match the link.</li>
</ul>
<p>So, my long URL <strong><em>http://www.cre8vedesign.com/blog</em></strong> doesn&#8217;t have to be seen by the user because in between the <strong><em>&gt; and the &lt;</em></strong> you enter the text of what you want the user to see.  All of this together will give you a great link and the users will be able to discern a link and determine when the link has been visited.</p>
<ul>
<li><span style="font-family: 'Times New Roman'; color: #010101;">a:link &#8211; a normal, unvisited link</span></li>
<li><span style="font-family: 'Times New Roman'; color: #010101;">a:visited &#8211; a link the user has visited</span></li>
<li><span style="font-family: 'Times New Roman'; color: #010101;">a:hover &#8211; a link when the user mouses over it</span></li>
<li><span style="font-family: 'Times New Roman'; color: #010101;">a:active &#8211; a link the moment it is clicked</span></li>
</ul>
<p><strong>Remember:</strong> that a:hover MUST come after a:link and a:visited in the CSS definition in order to be  effective and a:active MUST come after a:hover in the CSS definition in order to be effective(w3schools).</p>
<blockquote>
<pre><strong>&lt;html&gt;
 &lt;head&gt;
 &lt;style type="text/css"&gt;
 a:link {color:#cc0000;}    /* unvisited link */
 a:visited {color:#00cc00;} /* visited link */
 a:hover {color:#cc00cc;}   /* mouse over link */
 a:active {color:#0000cc;}  /* selected link */
 &lt;/style&gt;
 &lt;/head&gt;</strong>
<strong> &lt;body&gt;
 &lt;a href="<strong>URL</strong>" target="<strong>_blank</strong>"&gt;<strong>This is a link</strong>&lt;/a&gt;
 &lt;/body&gt; </strong>

<strong>&lt;/html&gt;
</strong></pre>
</blockquote>
<p>Some additional thoughts on the color of links is in regards to the unvisited state.  Black is a poor choice due to usability issues as body copy is black the majority of the time or at least understood as body copy and it would be quite easy to overlook.  Some sites recently have been using gray as the visited link color and this is an example of not following new trends just to do it because gray is known as something being unavailable.</p>
<p><strong>Home Products<span style="text-decoration: underline;"> Links</span> Contact Us<br />
</strong>This used to be a common practice which is using the word links as the menu text for the links page.  This falls under the same category as using &#8220;click here&#8221; for a link. Instead name it according to what the links are for or what they are pointing to.<strong> </strong></p>
<p><strong><br />
Linking non-web pages<br />
</strong>If your linking to pdf files, audio, video or other sources that aren&#8217;t a web page you need to define this in some way.  Audio icons, video icons and so forth need to be implemented so the user isn&#8217;t surprised or their browser crashes do to the resources that are needed for the computer if they happen to be on a dial up Internet or have 2 gigs of ram.  If they see the video icon they would avoid it from the start and not have this unfortunate experience.<strong><br />
</strong></p>
<p><strong>Case Studies<br />
</strong>http://www.cnn.com/<strong><br />
</strong>If you notice some of their images are truly images but what if the videos lack the common play icon and the user thought the video was a simple image; this could effect that users experience.  CNN does well by simply placing a small play button in the corner of the images that are video content.</p>
<p>http://www.foxnews.com/<strong></p>
<p></strong>Depending on when you read this and view the site it may vary; but, Fox News commonly will have text under an image that is a hyper link and they will often have a video icon such as a small camcorder to represent that the link is a video. This is a great example of linking properly.</p>
<p><strong>What &#8220;best&#8221; practices to you adhere to when working with links?</strong></p>
<p><strong>Regards </strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2011%2F02%2Fbest-link-strategies%2F&amp;title=Best%20Link%20Strategies">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=4rQ41wvEtTA:OC74CPzUo7w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=4rQ41wvEtTA:OC74CPzUo7w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=4rQ41wvEtTA:OC74CPzUo7w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=4rQ41wvEtTA:OC74CPzUo7w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=4rQ41wvEtTA:OC74CPzUo7w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=4rQ41wvEtTA:OC74CPzUo7w:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/4rQ41wvEtTA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2011/02/best-link-strategies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2011/02/best-link-strategies/</feedburner:origLink></item>
		<item>
		<title>6 Steps to Deciding on Content</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/k-T2ARUgIy4/</link>
		<comments>http://cre8vedesign.com/blog/2011/02/6-steps-to-deciding-on-content/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 00:49:55 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=355</guid>
		<description><![CDATA[So in this series I was reviewing some of my notes from a class I had taken.  I thought I would re-organize the notes and post them as a series on visual design.  I will provide links to sources and resources for you to check out that will be a great supplement.  My notes were [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2011/02/6-steps-to-deciding-on-content/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p><a href="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/contentlow.gif"><img class="alignleft size-medium wp-image-357" style="margin: 2px;" title="contentlow" src="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/contentlow-300x100.gif" alt="" width="264" height="88" /></a>So in this series I was reviewing some of my notes from a class I had taken.  I thought I would re-organize the notes and post them as a series on visual design.  I will provide links to sources and resources for you to check out that will be a great supplement.  My notes were taken from a class that used the book <em>Site-Seeing: A Visual Approach to Web Usability</em> as one of the textbooks. This is a lengthy post but I believe it contains some great information to help you with your designs and clients.<span id="more-355"></span></p>
<p><strong>Step 1: We must learn to think before we speak</strong></p>
<p>This simply means that we have to think about images, text, organization, interaction, motion, video, and more.  We need to work these things flawlessly together to create amazing presentations. Wroblewski states, “Speaking ‘web’ means thoroughly thinking through the organization and interaction of a Web site, and how it is presented to an audience (Wroblewski).”  To successfully communicate over the web we have to merely communicate well.  Does that seem confusing; basically, even though it is different to communicate over the web than other forms of communication, it is still communication and follows some of the same rules.</p>
<p><strong>Step 2: Knowing what to say</strong></p>
<p>Some communication can be interpreted by two different people two different ways; so it is vital to recognize this to be successful at speaking “web.”</p>
<p>So, how do we communicate well?</p>
<p>How do we make sure user #1 and user #2 both receive the same message and that what they see or hear is our planned message?  Sometimes just thinking through the most important message that you want to get across and how to effectively articulate often does the trick.  Basically, we have to make sure we are conscious of what we are saying and to whom we are saying it to.</p>
<p>Who is saying what to whom?</p>
<p><strong>Step 3: Saying it in our new “web” language</strong></p>
<p>There is a message whether we are aware of it or not.<strong> </strong>Every web page and web site has a message; sometimes these are deliberate messages and other times they are not. This message is communicated by imagery, content, colors, sounds and many of the items listed already in step 1.  If we don’t give enough thought to what were “saying” then sometimes our message can come across mistaken.</p>
<p>A simple example: Let’s say your favorite color is red and so you design your site strongly in red.  What are you communicating?  Does the user know it’s your favorite color?  According to Color Wheel Pro website red is the color of fire and blood; so it’s often associated by rage, war, danger, strength, power, love and determination (http://www.color-wheel-pro.com/color-meaning.html).  Now what if this was for your new family Diner; did you want to portray danger, war, rage or love? The intended message needs to match the users interpretation of what we are saying. We need to make sure that when user #1 and #2 visit your site, they interpret your message the same way. In order for the user to be able to use the site it has to be understood.</p>
<p><strong>Step 4: Effective communication</strong><br />
We can ask several questions that can help us understand our sites goals and mission.<br />
(Some questions came from <a href="http://www.usability.gov/" target="_blank">usability.gov</a>)</p>
<p>1.  Who are the users of your Web site and what are their tasks and goals?</p>
<p>2.  What information and functions do your users need, and in what form do they need it?</p>
<p>3.  What hardware and software will the majority of your users use to access your site?</p>
<p>4.  Who is your audience?</p>
<p>5.  How would you describe the site?</p>
<p>6.  From an organization’s viewpoint?</p>
<p>7.   From a user’s viewpoint?</p>
<p>8.  Why are they coming to your site?</p>
<p>9.  How do users think your Web site should work and what are their experience levels with the Web site?</p>
<p>When talking goals we need to make sure these are <strong>clear</strong> goals.  Instead of saying my client needs a cool menu; we could say, we need an interactive menu that never loses the user or leads them to a dead end.  Just make sure your goals and tasks and other answers to your usability questions are clearly defined.</p>
<p><strong>Step 5: Getting to know you client</strong></p>
<p>Before we start designing for a client we need to spend some time educating ourselves with the client.  What do they do, what do they need and what do they expect of you? Before we speak for the client we have to be familiar with the client.  This can be done by analyzing their brochures, examining their business plan, trying their products or research their industry (I find this one to be a great way to learn about what you need to do).</p>
<p><strong>Step 6: Mission statement</strong></p>
<p>Now that you’re entirely overwhelmed with all these steps and information we need to put it together.  This allows you to refer back to it to keep you on track. Write a mission statement in response to your usability questions.</p>
<p>Sources:</p>
<p><a href="http://www.usability.gov/" target="_blank">http://www.usability.gov/</p>
<p>http://www.color-wheel-pro.com/color-meaning.html</p>
<p></a><a href="http://www.amazon.com/exec/obidos/ASIN/0764536745/ref=ase_lukewinterfac-20/" target="_blank">Site-Seeing: A Visual Approach to Web Usability</a> by Luke Wroblewski (Highly recommend this book)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2011%2F02%2F6-steps-to-deciding-on-content%2F&amp;title=6%20Steps%20to%20Deciding%20on%20Content">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=k-T2ARUgIy4:lGhhPXrvwSw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=k-T2ARUgIy4:lGhhPXrvwSw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=k-T2ARUgIy4:lGhhPXrvwSw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=k-T2ARUgIy4:lGhhPXrvwSw:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=k-T2ARUgIy4:lGhhPXrvwSw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=k-T2ARUgIy4:lGhhPXrvwSw:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/k-T2ARUgIy4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2011/02/6-steps-to-deciding-on-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2011/02/6-steps-to-deciding-on-content/</feedburner:origLink></item>
		<item>
		<title>Introduction to Dreamweaver CS4</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/Xv97W9t00OE/</link>
		<comments>http://cre8vedesign.com/blog/2011/02/introduction-to-dreamweaver-cs4/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 09:21:07 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Adobe Products]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML/CSS]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=364</guid>
		<description><![CDATA[I will be posting some Dreamweaver tutorials for the beginner.  There are many tutorials out there, though they provide good content, I am noticing with the response of many of you out there that you get left in the dust with advance work mixed in with beginner content.  Many are just frustrated as they don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2011/02/introduction-to-dreamweaver-cs4/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p>I will be posting some Dreamweaver tutorials for the beginner.  There are many tutorials out there, though they provide good content, I am noticing with the response of many of you out there that you get left in the dust with advance work mixed in with beginner content.  Many are just frustrated as they don&#8217;t know what panels are and keyboard shortcuts  and many other things that others instinctively know and just move entirely to fast for someone who just opened Adobe Dreamweaver and wants to start ant square one.  These tutorials are for you.</p>
<p>To start I am posting this image for reference; so when I say that I am in the property inspector you can reference this image to see where I am at and it helps you remember where things are without referencing th image. Make sure you click the image to view the High Resolution form so you can see clearly the marked up information.</p>
<p><a href="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/DW_layout.jpg"><img class="alignleft size-medium wp-image-365" title="DW Interface" src="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/DW_layout-300x171.jpg" alt="Dreamweaver interface" width="300" height="171" /></a></p>
<p><strong>Application Bar:</strong> This contains all of the DW menus (Windows) and it includes 4 menus that are shared by Mac and Win users.  It also has the search field and workspace switch drop down menu.</p>
<p><strong>Workspace Dropdown:</strong> Here you can choose between workspace layouts.  You can also create custom layouts to suit your needs or reset your current layout.</p>
<p><strong>Search for Help:</strong> You can enter your search term and this will search and find results on the internet. If your not connected there are still built in search features so you will still get some help with your topic.<span id="more-364"></span></p>
<p><strong>Document Toolbar:</strong> There are three options here and they include design view, split code, and code view. Design view is for working with your site in a What You See Is What You Get (WYSIWYG). Split code will allow you to work on the design view and the code view by splitting your screen in half.  Code view is similar to using a text editor in that you manually type the code in to get your results.</p>
<p>Additionally you can preview your page in the Document Toolbar, check your code for mistakes and work with a remote server.</p>
<p><strong>Document Window:</strong> This is your main area in which you see your content whether its in design view or code view; you simply use this for your editing.</p>
<p><strong>Tag Selector:</strong> This is a great way to see where your at in your site by the mouse cursor. It is the document tree that reveals which page elements,  ID or class you have selected.  This is great in combination with the Property inspector as you can select an element then move to the Property Inspector and make your changes.</p>
<p><strong>Property Inspector:</strong> This is DW main area for working with code for the area that is selected; and this changes its features depending on what you have selected.  This is called content sensitive which basically means that it changes when you choose certain ID&#8217;s, Classes, or other areas of your site. You will also notice that you can select HTML or CSS on the left to make your changes.</p>
<p><strong>Status Bar:</strong> This is information that is for the current page; this includes encoding, size and dimensions.</p>
<p><strong>Panel Groups:</strong> These panels control how your work with your file.  They can be docked together, floated, changed and customized.  They include panels for common features like site files, CSS and they change depending on your workspace that you choose.</p>
<p>That is it for this post; next I will talk a bit about workspaces, creating your own custom workspace, describe the difference between the default workspaces and working with the panels.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2011%2F02%2Fintroduction-to-dreamweaver-cs4%2F&amp;title=Introduction%20to%20Dreamweaver%20CS4">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Xv97W9t00OE:BBAyP5vkdzk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Xv97W9t00OE:BBAyP5vkdzk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=Xv97W9t00OE:BBAyP5vkdzk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Xv97W9t00OE:BBAyP5vkdzk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Xv97W9t00OE:BBAyP5vkdzk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=Xv97W9t00OE:BBAyP5vkdzk:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/Xv97W9t00OE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2011/02/introduction-to-dreamweaver-cs4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2011/02/introduction-to-dreamweaver-cs4/</feedburner:origLink></item>
		<item>
		<title>3 Ingredients for Great User Experience(UX)</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/mdfHdOsQ6XA/</link>
		<comments>http://cre8vedesign.com/blog/2011/02/3-ingredients-for-great-user-experienceux/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 10:09:31 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=328</guid>
		<description><![CDATA[The key to successful UX can be a combination of three things: Organization, Presentation, and Interaction. We will cover various aspects of presentation with these tutorials or posts in this series. Presentation: Everything related to how the web site looks; such as, fonts, images, colors and so forth. Organization: This includes everything related to the [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2011/02/3-ingredients-for-great-user-experienceux/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p>The key to successful UX can be a combination of three things: Organization, Presentation, and Interaction. We will cover various aspects of presentation with these tutorials or posts in this series.</p>
<ul>
<li> Presentation: Everything related to how the web site looks; such as, fonts, images, colors and so forth.</li>
<li> Organization: This includes everything related to the structure of the site; such as, information architecture.</li>
<li> Interaction: Interaction takes into account how users and systems behave.</li>
</ul>
<p>To get these to all work together is another story.  With this blog series I want to help you along the path of learning about presentation, known by several names but I will choose visual design to usability.  As you will see as we go along, you could come up with another name for it and that may be a better choice for these posts; however, getting the &#8220;right&#8221; name for it isn&#8217;t as important as learning some of the principles of usability and visual design.</p>
<p><strong>Next post: Content: What to say?</strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2011%2F02%2F3-ingredients-for-great-user-experienceux%2F&amp;title=3%20Ingredients%20for%20Great%20User%20Experience%28UX%29">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdfHdOsQ6XA:f164hYRSs3w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdfHdOsQ6XA:f164hYRSs3w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=mdfHdOsQ6XA:f164hYRSs3w:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdfHdOsQ6XA:f164hYRSs3w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdfHdOsQ6XA:f164hYRSs3w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=mdfHdOsQ6XA:f164hYRSs3w:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/mdfHdOsQ6XA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2011/02/3-ingredients-for-great-user-experienceux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2011/02/3-ingredients-for-great-user-experienceux/</feedburner:origLink></item>
		<item>
		<title>The Fossil of the Layout World</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/WvmNfvknOIc/</link>
		<comments>http://cre8vedesign.com/blog/2011/02/the-fossil-of-the-layout-world/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 09:34:34 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=311</guid>
		<description><![CDATA[Table based layouts are a little outdated,  yet some people still use them and they can be made more proficient then the way most people use them. I want to give some pointers on how to use tables in the cleanest way possible if that is your choice of weapon. Efficient use of tables is [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2011/02/the-fossil-of-the-layout-world/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><div id="attachment_312" class="wp-caption alignleft" style="width: 310px"><a href="http://cre8vedesign.com/blog/wp-content/uploads/2010/10/1115562_98761972-1.jpg"><img class="size-medium wp-image-312" src="http://cre8vedesign.com/blog/wp-content/uploads/2010/10/1115562_98761972-1-300x185.jpg" alt="" width="300" height="185" /></a><p class="wp-caption-text">Miguel Saavedr</p></div>
<p>Table based layouts are a little outdated,  yet some people still use them and they can be made more proficient then the way most people use them. I want to give some pointers on how to use tables in the cleanest way possible<strong> if </strong>that is your choice of weapon.<span id="more-311"></span></p>
<p>Efficient use of tables is all about writing basic HTML code that is fat free. Remember, basic HTML elements outside a table, will display before the table. The reason behind this is that browsers parse the content of the table before it can be displayed in the browser.</p>
<p><span style="text-decoration: underline;">Common pitfalls that designers make:</span></p>
<ul>
<li>Creating tables with separate rows for each part of the      content</li>
<li>Nesting tables within tables within tables      within&#8230;well you get the picture.</li>
</ul>
<p><strong>Devil’s advocate</strong><br />
When these two options are chosen and then implemented, your site will be bogged down. This domino effect creates an ineffective site. The solution is surprisingly overlooked; and the answer is to not use nested tables. Anyways, I know it sounds uncomplicated but if we can stay away from nested tables and make use of simpler design methods such as CSS layouts or even &lt;div&gt; layouts.</p>
<p>So let’s say you are going to use tables no matter what or it may be all you know at this point in time; there are ways to help your table layouts work for you and not against you.</p>
<p><strong>Your mission if you choose to accept it</strong><br />
Now I am not going to offer some key answers or numerous steps to enhance your site. Your mission is to compose the table as straightforward as possible by using hardly any rows and implementing exact codes. When you do this you will get pages that load faster.  To make this even better, use CSS to be in command of the design of your HTML.  Remember as you design with tables not to commit the two cardinal sins that were mentioned in the common pitfalls section.</p>
<p>I know many will say just don&#8217;t use them and that CSS and &lt;div&gt; is the way to go. Even though I agree and I don&#8217;t use tables for layout.  Many designers or self taught individuals still do and so I just wanted to give a couple of pointers and things to avoid.</p>
<p><strong>Do you have any helpful advice to those who are using tables for layout?</strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2011%2F02%2Fthe-fossil-of-the-layout-world%2F&amp;title=The%20Fossil%20of%20the%20Layout%20World">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=WvmNfvknOIc:JH2nQlmUYUs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=WvmNfvknOIc:JH2nQlmUYUs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=WvmNfvknOIc:JH2nQlmUYUs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=WvmNfvknOIc:JH2nQlmUYUs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=WvmNfvknOIc:JH2nQlmUYUs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=WvmNfvknOIc:JH2nQlmUYUs:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/WvmNfvknOIc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2011/02/the-fossil-of-the-layout-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2011/02/the-fossil-of-the-layout-world/</feedburner:origLink></item>
		<item>
		<title>FREE HD Images and Textures</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/xuM_QhWFhpI/</link>
		<comments>http://cre8vedesign.com/blog/2011/02/free-hd-images-and-textures/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 08:41:10 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
		
		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=332</guid>
		<description><![CDATA[I spent the day at the ocean today and took some pictures.  I am just passing them along totally free for your use.  Link or share in the comment section if you use please(not required). Zip file of 4 textures both fully saturated and desaturated. http://cre8vedesign.com/blog/wp-content/uploads/2011/02/ocean.zip Click for HD image to download.]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2011/02/free-hd-images-and-textures/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p>I spent the day at the ocean today and took some pictures.  I am just passing them along totally free for your use.  Link or share in the comment section if you use please(not required).</p>
<p><strong>Zip file of 4 textures both fully saturated and desaturated.<br />
</strong><a href="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/ocean.zip" target="_blank">http://cre8vedesign.com/blog/wp-content/uploads/2011/02/ocean.zip</a></p>
<p><strong>Click for HD image to download.</strong></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=view&amp;id=1336107"><img class="alignleft size-medium wp-image-333" title="Treebranch" src="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/treebranch-300x200.jpg" alt="" width="180" height="120" /></a></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=view&amp;id=1336109"><img class="alignleft size-medium wp-image-334" title="BW_pillar_color" src="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/BW_pillar_color-300x200.jpg" alt="" width="180" height="120" /></a></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=view&amp;id=1336104"><img class="alignleft size-medium wp-image-335" title="Dock 2" src="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/dock2-300x200.jpg" alt="" width="180" height="120" /></a></p>
<p><a href="http://www.sxc.hu/browse.phtml?f=view&amp;id=1336110"><img class="alignleft size-medium wp-image-336" title="Bridge" src="http://cre8vedesign.com/blog/wp-content/uploads/2011/02/bridge-300x200.jpg" alt="" width="180" height="120" /></a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2011%2F02%2Ffree-hd-images-and-textures%2F&amp;title=FREE%20HD%20Images%20and%20Textures">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=xuM_QhWFhpI:9qSq1Fp-luU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=xuM_QhWFhpI:9qSq1Fp-luU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=xuM_QhWFhpI:9qSq1Fp-luU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=xuM_QhWFhpI:9qSq1Fp-luU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=xuM_QhWFhpI:9qSq1Fp-luU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=xuM_QhWFhpI:9qSq1Fp-luU:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/xuM_QhWFhpI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2011/02/free-hd-images-and-textures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2011/02/free-hd-images-and-textures/</feedburner:origLink></item>
		<item>
		<title>Creating and Editing Artboards in Illustrator</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/GF16jqSiIu8/</link>
		<comments>http://cre8vedesign.com/blog/2011/02/creating-and-editing-artboards-in-illustrator/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 11:37:31 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Illustrator]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=326</guid>
		<description />
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2011/02/creating-and-editing-artboards-in-illustrator/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p><iframe title="YouTube video player" width="500" height="350" src="http://www.youtube.com/embed/Ljao3yi2zPg?hd=1" frameborder="0" allowfullscreen></iframe></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2011%2F02%2Fcreating-and-editing-artboards-in-illustrator%2F&amp;title=Creating%20and%20Editing%20Artboards%20in%20Illustrator">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=GF16jqSiIu8:vzFavGnRbuc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=GF16jqSiIu8:vzFavGnRbuc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=GF16jqSiIu8:vzFavGnRbuc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=GF16jqSiIu8:vzFavGnRbuc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=GF16jqSiIu8:vzFavGnRbuc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=GF16jqSiIu8:vzFavGnRbuc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/GF16jqSiIu8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2011/02/creating-and-editing-artboards-in-illustrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2011/02/creating-and-editing-artboards-in-illustrator/</feedburner:origLink></item>
		<item>
		<title>Absolute vs Relative Font Styling</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/mdDlCywVH0I/</link>
		<comments>http://cre8vedesign.com/blog/2010/10/absolute-vs-relative-font-styling/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 21:22:18 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=294</guid>
		<description><![CDATA[Relative The reason that a designer would use relative font sizing is for scalability/flexibility for the user.  Many consider this a &#8220;best&#8221; practice for designers.  Using flexible font styling creates an accessible website that is more user friendly than absolute font styling (css/font/why7). In fact, relative font sizing is recommended by the W3C&#8217;s Accessibility Guidelines, [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2010/10/absolute-vs-relative-font-styling/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><div id="attachment_295" class="wp-caption alignleft" style="width: 310px"><strong><a href="http://cre8vedesign.com/blog/wp-content/uploads/2010/10/770230_95285142.jpg"><strong><img class="size-medium wp-image-295 " style="margin: 5px;" title="absolute versus relative css styling" src="http://cre8vedesign.com/blog/wp-content/uploads/2010/10/770230_95285142-300x194.jpg" alt="absolute versus relative css styling" width="300" height="194" /></strong></a></strong><p class="wp-caption-text">Image by: Zeeshan Qureshi</p></div>
<p><strong>Relative</strong></p>
<p>The reason that a designer would use relative font sizing is for scalability/flexibility for the user.  Many consider this a &#8220;best&#8221; practice for designers.  Using flexible font styling creates an accessible website that is more user friendly than absolute font styling (css/font/why7). In fact, relative font sizing is recommended by the W3C&#8217;s Accessibility Guidelines, U.S. Section 508 requirements, and other accessibility guidelines and requirements (css/font/why).<span id="more-294"></span></p>
<p>The results show that, across all browsers, text at the medium browser setting is rendered identically to text set in pixels (howtosizetextincss). It also demonstrates that text sized in ems can be re-sized across all browsers. However IE6 and IE7 unacceptably exaggerate the smallness and largeness of the re-sized text (howtosizetextincss).</p>
<p><script type="text/javascript">// <![CDATA[  google_ad_client = "ca-pub-2888932089433740"; /* web design */ google_ad_slot = "8563365593"; google_ad_width = 300; google_ad_height = 250; // ]]&gt;</script></p>
<p><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">// <![CDATA[
]]&gt;</script></p>
<p>Another reason to not use absolute styling is when it comes to screen display. They render inconsistently across platforms and can&#8217;t be re-sized by the user (www.w3.org/QA/Tips/font-size). For example, the style for print falls under this example. % are recommended but even better is the use of em.</p>
<p>Absolute</p>
<p>Example:</p>
<blockquote><p>body {</p>
<p>font-size: 0.7em;</p>
<p>}</p>
<p>h1 {</p>
<p>font-size: 3em;</p>
<p>}</p>
<p>p {</p>
<p>font-size: 2em;</p>
<p>}</p></blockquote>
<p>This looks good and many designers in fact design like this, but there’s a problem — if you set the “text-size” setting in Internet Explorer to “smaller” or “smallest,” the text becomes so small it is unreadable (alistapart.com/articles/elastic). As Internet Explorer is so popular and the “smaller” text-size setting is a popular one, ems do not appear to be a valid option (alistapart.com/articles/elastic).</p>
<p><strong>There are many opinions and information out there and this was just my take on it for an assignment.  What are your thoughts? Do you stick with one over the other?</strong></p>
<p><strong></p>
<p></strong></p>
<p><strong><strong>Sources:</p>
<p></strong><a href="http://www.alistapart.com/articles/elastic">http://www.alistapart.com/articles/elastic</a></strong></p>
<p><strong><a href="http://www.w3.org/QA/Tips/font-size">http://www.w3.org/QA/Tips/font-size</a></strong></p>
<p><strong><a href="http://www.alistapart.com/articles/howtosizetextincss/">http://www.alistapart.com/articles/howtosizetextincss/</a></strong></p>
<p><strong><a href="http://websitetips.com/articles/css/fonts/#why">http://websitetips.com/articles/css/fonts/#why</a></strong></p>
<p><strong></p>
<p></strong></p>
<p><strong><strong>Additional resources</strong></strong></p>
<p><strong>Research and images of ALL the variations of type styling: <a href="http://www.thenoodleincident.com/tutorials/box_lesson/font/">http://www.thenoodleincident.com/tutorials/box_lesson/font/</a></strong></p>
<p><strong>Alternative style sheets: (used to create different versions of one site)</strong></p>
<p><strong> <a href="http://www.alistapart.com/articles/alternate/">http://www.alistapart.com/articles/alternate/</a></strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2010%2F10%2Fabsolute-vs-relative-font-styling%2F&amp;title=Absolute%20vs%20Relative%20Font%20Styling">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdDlCywVH0I:ESXxAIQPpV4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdDlCywVH0I:ESXxAIQPpV4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=mdDlCywVH0I:ESXxAIQPpV4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdDlCywVH0I:ESXxAIQPpV4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=mdDlCywVH0I:ESXxAIQPpV4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=mdDlCywVH0I:ESXxAIQPpV4:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/mdDlCywVH0I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2010/10/absolute-vs-relative-font-styling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2010/10/absolute-vs-relative-font-styling/</feedburner:origLink></item>
		<item>
		<title>…and the Survey Says!</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/Wm70R8GJh-k/</link>
		<comments>http://cre8vedesign.com/blog/2010/10/and-the-survey-says/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 19:34:47 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=277</guid>
		<description><![CDATA[What resolution do you prefer to design with?  You have several options, and choices to make when choosing to use a particular resolution for your design. There is no hard and fast rule, yet there are some things to think about that will help you make an informed decision. Make the decision to optimize When [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2010/10/and-the-survey-says/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p><img class="alignleft" style="margin: 5px;" src="http://farm4.static.flickr.com/3500/3992052978_3b090796af.jpg" alt="" width="300" height="178" /><br />
What resolution do you prefer to design with?  You have several options, and choices to make when choosing to use a particular resolution for your design. There is no hard and fast rule, yet there are some things to think about that will help you make an informed decision.<span id="more-277"></span></p>
<p><strong>Make the decision to optimize</strong><br />
When designing a website you could optimize your sites with a resolution of 1024 x 768. As a designer you will have to make a decision such as which screen size is best or maybe you will conclude that it doesn&#8217;t matter which resolutions. Just a few years back, when we were strictly using web safe colors (say this more colorfully), everyone stuck with the 800 x 600 resolution for web design.  Is that still relevant today?   Should you design at the highest end of the screens that are on the market? Or perhaps, you can as a general rule, optimize uour designs for a certain resolution.</p>
<p><strong>Are liquid layouts the answer?</strong><br />
A poll taken at  <a href="http://www.hobo-web.co.uk/">http://www.hobo-web.co.uk</a> shows that 61% of their users prefer to design at 1280 x 800 resolutions; however, it is best to optimize for 1024 x 768. One way to do this is  <a href="http://www.w3.org/TR/WCAG-TECHS/G146.html">liquid layouts</a> which are meant to present a website without the use of scrolling horizontal bars. You could design a site at 1024 x 768 using liquid layouts in %; but, there are many ways to do this and some of you may decide another way is better and that is fine. Okay now getting back to that special word optimize. What does it mean? Basically, it means that you as the designer should aim to create a site that&#8217;s made to work on the most common screens, which you fill see after very minimal investigation is 1024 x 768.</p>
<p><script type="text/javascript">// <![CDATA[
 google_ad_client = "pub-2888932089433740"; /* 300x250, created 10/19/10 */ google_ad_slot = "3549666142"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript">
</script><strong>Reality check</strong><br />
Take a step back and let reality set in. Your number one goal is to design a site based on the UX (user experience) and not a screen resolution.  Your first priority is the needs of your users and then work that in with the screen resolutions and are your users more likely to have a 800 x 600 monitor or is your audience a tech audience with large LCD screens.</p>
<div><strong>Above the fold or not above the fold</strong><br />
Lastly, one way to judge your sites is to use what is known as &#8221; <a>above the fold</a> &#8220; (<a href="http://en.wikipedia.org/wiki/Above_the_fold).">http://en.wikipedia.org/wiki/Above_the_fold).</a> This just means when you arrive at a site what do you see without scrolling down.  You want to be able to see your focal points in your visual hierarchy and not the bottom half of your masthead (banner). Test this on different computers to make sure your above the fold is the same as 2 or 3 others. This is subject to many considerations, but this post at <a href="http://www.boxesandarrows.com/">http://www.boxesandarrows.com</a> explains some studies that refute this design principle. One thing to remember is that people who are used to your site will scroll but will the new person give you the time and day to scroll to the bottom? This answer is up to you to figure out based on what you believe is needed in regards to your users. One thing is for sure, great design will draw the eye and naturally allow them to follow the site. Whether you use the &#8220;fold&#8221; technique or not, design well and use <a href="http://en.wikipedia.org/wiki/Visual_hierarchy">visual hierarchy</a> to manipulate where your users look first, second, and so on.</p>
<p><strong>Your thoughts</strong><br />
What are your thoughts?<br />
Do you agree or disagree?<br />
How long till we start optimizing for higher resolutions?<br />
What are your thoughts on fluid layouts?</p>
<p><strong>Sources.</strong><br />
<a href="http://www.hobo-web.co.uk/seo-blog/index.php/best-screen-size/">http://www.hobo-web.co.uk/seo-blog/index.php/best-screen-size/</a><br />
<a href="http://www.w3.org/TR/WCAG-TECHS/G146.html">http://www.w3.org/TR/WCAG-TECHS/G146.html</a><br />
<a href="http://en.wikipedia.org/wiki/Above_the_fold">http://en.wikipedia.org/wiki/Above_the_fold</a></p>
</div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2010%2F10%2Fand-the-survey-says%2F&amp;title=%26%238230%3Band%20the%20Survey%20Says%21">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Wm70R8GJh-k:DrFMls1VqJc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Wm70R8GJh-k:DrFMls1VqJc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=Wm70R8GJh-k:DrFMls1VqJc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Wm70R8GJh-k:DrFMls1VqJc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=Wm70R8GJh-k:DrFMls1VqJc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=Wm70R8GJh-k:DrFMls1VqJc:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/Wm70R8GJh-k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2010/10/and-the-survey-says/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2010/10/and-the-survey-says/</feedburner:origLink></item>
		<item>
		<title>Triangle of Web Design</title>
		<link>http://feedproxy.google.com/~r/DanielHughes/~3/jc5GxTuuxAY/</link>
		<comments>http://cre8vedesign.com/blog/2010/10/triangle-of-web-design/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 18:56:34 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[UX Design]]></category>

		<guid isPermaLink="false">http://cre8vedesign.com/blog/?p=260</guid>
		<description><![CDATA[How many of you are avid campers? Perhaps you are even into the more primitive art known as  bush-crafting , as I am. One thing is certain; many of the outdoor enthusiasts understand fire building.  When teaching the fundamentals of fire making we use the triangle of fire technique. Wikipedia defines this as, &#8221;The fire triangle or combustion triangle is [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://cre8vedesign.com/blog/2010/10/triangle-of-web-design/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:25px"></iframe><p><a href="http://cre8vedesign.com/blog/wp-content/uploads/2010/10/195px-Fire_triangle.svg_.png"><img class="alignleft size-full wp-image-264" title="195px-Fire_triangle.svg" src="http://cre8vedesign.com/blog/wp-content/uploads/2010/10/195px-Fire_triangle.svg_.png" alt="" width="195" height="170" /></a></p>
<div>How many of you are avid campers? Perhaps you are even into the more primitive art known as  <a href="http://en.wikipedia.org/wiki/Bushcraft">bush-crafting</a> , as I am. One thing is certain; many of the outdoor enthusiasts understand fire building.  When teaching the fundamentals of fire making we use the triangle of fire technique. Wikipedia defines this as, &#8221;The<strong> </strong>fire triangle or combustion triangle is a simple model for understanding the ingredients necessary for most fires.&#8221;<span id="more-260"></span></div>
<p><strong>Basics of Fire</strong><br />
I was walking around the house and decided to try and find some correlations between the two things that I enjoy.  Surprisingly, this came quite quickly and it was the first thing I reflected on; the triangle of fire.  Basically you have heat, fuel, and oxygen; or more commonly referred to as air, wood, and fire (other methods exist). You may be asking how on earth can we take this and apply it to web design. I liken wood as the structure since many if not all fires are built with some form of a wood structure, tepee being the most common. Oxygen is life and we all need it to live and fire is interaction to the extreme. You can smell fire, feel fire, and see fire.</p>
<p><strong>The Triangle of Design</strong><br />
When building a site the first thing you need to do is provide some structure. Essentially, wood becomes HTML; and as you can&#8217;t heap a bunch of wood on the floor to make a fire, we can&#8217;t just toss together the HTML.  We need to create art with HTML and shape a basic layout and assemble from there creating clean code. Next, we need oxygen; this comes in the form of CSS.  HTML creates boring looking pages and we can breathe life into the structure with gorgeous CSS. Finally, we need a flame, something to make the site interactive; something that is tangible and hot.  I liken this to JavaScript; however, there are many forms of scripting that can do this but for straightforwardness I will use JavaScript for my illustration.</p>
<p><strong>Recap</strong><br />
As we wrap up this short post lets recap what we just learned.  We have to collect up our small code or sticks and begin to put together the structure with bigger pieces of code and then we insert CSS to add some oxygen or life to the structure and finally we need scripting to bring our site to life and create interaction.</p>
<p><strong>What are your thoughts on the triangle of web design?  If you had to narrow design down to 3 things to form this theory what would it be?</strong></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fcre8vedesign.com%2Fblog%2F2010%2F10%2Ftriangle-of-web-design%2F&amp;title=Triangle%20of%20Web%20Design">Share/Bookmark</a> </p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DanielHughes?a=jc5GxTuuxAY:DLDFFaBImDs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=jc5GxTuuxAY:DLDFFaBImDs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=jc5GxTuuxAY:DLDFFaBImDs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=jc5GxTuuxAY:DLDFFaBImDs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DanielHughes?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DanielHughes?a=jc5GxTuuxAY:DLDFFaBImDs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/DanielHughes?i=jc5GxTuuxAY:DLDFFaBImDs:D7DqB2pKExk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanielHughes/~4/jc5GxTuuxAY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://cre8vedesign.com/blog/2010/10/triangle-of-web-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://cre8vedesign.com/blog/2010/10/triangle-of-web-design/</feedburner:origLink></item>
	</channel>
</rss>
