<?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>Blue Lobster Art and Design - Sacramento Web Design and Graphic Design &#187; Dreamweaver</title>
	<atom:link href="http://blulob.com/category/tutorials/dreamweaver-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://blulob.com</link>
	<description>Web and graphic design</description>
	<lastBuildDate>Wed, 26 Aug 2009 21:28:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make a Multi-Level CSS Dropdown Menu in Dreamweaver CS4</title>
		<link>http://blulob.com/2009/05/29/multilevel-css-dropdown-menu-dreamweaver/</link>
		<comments>http://blulob.com/2009/05/29/multilevel-css-dropdown-menu-dreamweaver/#comments</comments>
		<pubDate>Sat, 30 May 2009 06:43:52 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/?p=3159</guid>
		<description><![CDATA[Traditionally, multi-level dropdown menu navigation has been done in JavaScript. These kinds of menus can be very confusing to code, and more confusing to go back and edit later. Do it better and more beautifully with CSS and Dreamweaver CS4.

For this tutorial, we&#8217;ll be making a horizontal navigation bar for a zoo. It will have [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F05%2F29%2Fmultilevel-css-dropdown-menu-dreamweaver%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F05%2F29%2Fmultilevel-css-dropdown-menu-dreamweaver%2F" height="61" width="51" /></a></div><div id="attachment_3277" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/mini-150.gif" alt="Menu Preview" title="Menu Preview" width="150" height="150" class="size-full wp-image-3277" /><p class="wp-caption-text">Menu Preview</p></div><img class="alignright size-full wp-image-458" title="Dreamweaver CS4" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/dreamweaver_cs4.gif" alt="Dreamweaver CS4" width="30" height="30" />Traditionally, multi-level dropdown menu navigation has been done in JavaScript. These kinds of menus can be very confusing to code, and more confusing to go back and edit later. Do it better and more beautifully with CSS and Dreamweaver CS4.</p>
<p><span id="more-3159"></span></p>
<p>For this tutorial, we&#8217;ll be making a horizontal navigation bar for a zoo. It will have dropdowns and a couple of items will have flyouts to the right. We&#8217;ll simplify it the navigation by pretending our zoo has only four animals. I guess we can&#8217;t expect too many paid admissions. Luckily, after you&#8217;ve completed this tutorial you should be able to adapt this technique for any site.</p>
<p><a href="http://www.bluelobsterart.com/previews/menu.html">Preview our menu here.</a></p>
<p>&nbsp;</p>
<h4>Step One: Plan Your Nav</h4>
<p><div id="attachment_3163" class="wp-caption alignleft" style="width: 150px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/140px-blue-winged_kookaburra_arp.jpg" alt="Kookaburra" title="Kookaburra" width="140" height="174" class="size-full wp-image-3163" /><p class="wp-caption-text">Kookaburra</p></div>It&#8217;s really important to get organized before you code. The BluLob Zoo needs three first-level navigation items: Home, Visit Us and Animals. Visit Us will need three second-level items: Hours &amp; Pricing, Maps, and Calendar. Animals will have two second level items &#8211; Birds and Beast, and each of these will feature two animals at a third level (<a href="http://en.wikipedia.org/wiki/Kookaburra">Kookaburra</a> and <a href="http://en.wikipedia.org/wiki/Hammerkop">Hammerkop</a> for Birds; <a href="http://en.wikipedia.org/wiki/Wolverine">Wolverine</a> and <a href="http://en.wikipedia.org/wiki/Wombat">Wombat</a> for Beasts). </p>
<p>It will help to create an outline of how we want our navigation organized. This can be done on the computer, but I often find myself sketching things up on Post-It notes or sheets of scratch paper. Here&#8217;s my sketch:</p>
<p><div id="attachment_3166" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/sketch.gif" alt="Sketch of Navigation Organization" title="Sketch of Navigation Organization" width="450" height="321" class="size-full wp-image-3166" /><p class="wp-caption-text">Sketch of Navigation Organization</p></div>
<p>An alternate outline would look like this:
<ul>
<li>Home</li>
<li>Visit Us
<ul>
<li>Hours &amp; Pricing</li>
<li>Maps</li>
<li>Calendar</li>
</ul>
</li>
<li>Animals
<ul>
<li>Birds
<ul>
<li>Kookaburra</li>
<li>Hammerkop</li>
</ul>
</li>
<li>Beasts
<ul>
<li>Wolverine</li>
<li>Wombat</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Both of these outlines together will help us visualize how our navigation will be built. Let&#8217;s go!</p>
<p>&nbsp;</p>
<h4>Step Two: Build the HTML</h4>
<p>Our navigation bar has two components: the HTML on the web page, and the CSS styling which will be in an external CSS style sheet that can control every page on our site. We&#8217;ll start with the basic content in HTML without any styling. Take a look at that second outline above. We need to recreate that in Dreamweaver. Remember to save your file frequently!</p>
<ol>
<li>Create a new HTML page in Dreamweaver (File > New). Then select Blank Page and HTML. Choose (none) for the layout, and set XHTML 1.0 Transitional as the Doctype. Click Create.</li>
</ol>
<div id="attachment_3172" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav01.gif" alt="Create a new HTML page" title="Create a new HTML page" width="450" height="291" class="size-full wp-image-3172" /><p class="wp-caption-text">Create a new HTML page</p></div>
<ol start="2">
<li>Save the file as menu.html (File > Save As). Click on the Design button in the <a href="http://bluelobsterart.com/2009/03/11/the-dreamweaver-cs4-workspace/">Document Toolbar</a>.</li>
</ol>
<div id="attachment_3174" class="wp-caption alignnone" style="width: 373px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav02.gif" alt="Save As and Design button" title="Save As and Design button" width="363" height="233" class="size-full wp-image-3174" /><p class="wp-caption-text">Save As and Design button</p></div>
<ol start="3">
<li>Navigation is really just a type of list, so we&#8217;ll make our menu a list. In the Property Inspector, click on the Unordered List icon. If you cannot see the Property Inspector, go to Window > Properties.</li>
</ol>
<div id="attachment_3178" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav03.gif" alt="Unordered List icon" title="Unordered List icon" width="450" height="107" class="size-full wp-image-3178" /><p class="wp-caption-text">Unordered List icon</p></div>
<ol start="4">
<li>Type out your first level navigation: <strong>Home</strong>, <strong>Visit Us</strong> and <strong>Animals</strong>. Press Enter (Mac: Return) after each item. Don&#8217;t worry that we appear to be going down rather than across. We will finesse that in the CSS.</li>
</ol>
<div id="attachment_3180" class="wp-caption alignnone" style="width: 205px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav04.gif" alt="First Level Navigation" title="First Level Navigation" width="195" height="157" class="size-full wp-image-3180" /><p class="wp-caption-text">First Level Navigation</p></div>
<ol start="5">
<li>Click with your cursor just after the <em>s</em> in <em>Visit Us</em>. Press Enter/Return and then press Tab. The list should indent and the bullet type should change. This will be for our second-level navigation.</li>
</ol>
<div id="attachment_3182" class="wp-caption alignnone" style="width: 205px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav05.gif" alt="Second-level navigation" title="Second-level navigation" width="195" height="157" class="size-full wp-image-3182" /><p class="wp-caption-text">Second-level navigation</p></div>
<ol start="6">
<li>Type in <strong>Hours &amp; Pricing</strong> and press Enter/Return. Type in <strong>Maps</strong> and press Enter/Return. Type in <strong>Calendar</strong>.</li>
</ol>
<div id="attachment_3184" class="wp-caption alignnone" style="width: 220px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav06.gif" alt="Subnavigation for Visit Us" title="Subnavigation for Visit Us" width="210" height="201" class="size-full wp-image-3184" /><p class="wp-caption-text">Subnavigation for Visit Us</p></div>
<ol start="7">
<li>Click after the empty bullet at the bottom of the list and press Tab. Type in <strong>Birds</strong> and press Enter/Return. Type in <strong>Beasts</strong>.</li>
</ol>
<div id="attachment_3185" class="wp-caption alignnone" style="width: 217px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav07.gif" alt="Subnavigation for Animals" title="Subnavigation for Animals" width="207" height="229" class="size-full wp-image-3185" /><p class="wp-caption-text">Subnavigation for Animals</p></div>
<ol start="8">
<li>Time for our third-level items. Click after the <em>s</em> in <em>Birds</em>. Press Enter/Return and type <strong>Kookaburra</strong>. Press Enter/Return and type <strong>Hammerkop</strong>.</li>
</ol>
<div id="attachment_3188" class="wp-caption alignnone" style="width: 235px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav08.gif" alt="Subnavigation for Birds" title="Subnavigation for Birds" width="225" height="269" class="size-full wp-image-3188" /><p class="wp-caption-text">Subnavigation for Birds</p></div>
<ol start="9">
<li>Repeat for beasts: type in <strong>Wolverine</strong> and <strong>Wombat</strong>.</li>
</ol>
<div id="attachment_3190" class="wp-caption alignnone" style="width: 231px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav09.gif" alt="Subnavigation for Beasts" title="Subnavigation for Beasts" width="221" height="304" class="size-full wp-image-3190" /><p class="wp-caption-text">Subnavigation for Beasts</p></div>
<ol start="10">
<li>Finally, we need to set up each item as a link. We don&#8217;t have pages to actually link to yet, so we&#8217;ll put in a pound sign (#) which is a sort of link placeholder. Select the word <em>Home</em>. In the Property Inspector, type <strong>#</strong> in the Link box and press Tab.</li>
</ol>
<div id="attachment_3193" class="wp-caption alignnone" style="width: 418px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav10.gif" alt="Add a link placeholder" title="Add a link placeholder" width="408" height="297" class="size-full wp-image-3193" /><p class="wp-caption-text">Add a link placeholder</p></div>
<ol start="11">
<li>Do the same for all the other navigational items.</li>
</ol>
<div id="attachment_3195" class="wp-caption alignnone" style="width: 234px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/cssnav11.gif" alt="Add link placeholders" title="Add link placeholders" width="224" height="300" class="size-full wp-image-3195" /><p class="wp-caption-text">Add link placeholders</p></div>
<p>All of our basic HTML scripting is done. Now we need to tell Dreamweaver what CSS classes and IDs to use in the HTML. And  we need to set up all of our style rules in an external CSS file.</p>
<p>&nbsp;</p>
<p>Next: Step Three: <a href="http://blulob.com/2009/05/29/multilevel-css-dropdown-menu-dreamweaver/2/">Start Building the CSS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/05/29/multilevel-css-dropdown-menu-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>The Hexadecimal Color Wheel</title>
		<link>http://blulob.com/2009/03/15/the-hexadecimal-color-wheel/</link>
		<comments>http://blulob.com/2009/03/15/the-hexadecimal-color-wheel/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 01:30:17 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=834</guid>
		<description><![CDATA[Hexadecimal color is the color mode used on the Web. It&#8217;s a very efficient method, using only six digits to identify a single color out of the 16.8 million available on modern computer monitors. This guide will help you understand what &#8220;hexadecimal&#8221; means, and how to predict what particular color a given six-digit figure (like [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F15%2Fthe-hexadecimal-color-wheel%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F15%2Fthe-hexadecimal-color-wheel%2F" height="61" width="51" /></a></div><div id="attachment_835" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/hexadecimal-color-wheel-mini.jpg" alt="Hexadecimal Color Wheel" title="Hexadecimal Color Wheel" width="150" height="150" class="size-full wp-image-835" /><p class="wp-caption-text">Hexadecimal Color Wheel</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/photoshop-dreamweaver-cs4.gif" alt="photoshop-dreamweaver-cs4" title="photoshop-dreamweaver-cs4" width="30" height="60" class="alignright size-full wp-image-836" />Hexadecimal color is the color mode used on the Web. It&#8217;s a very efficient method, using only six digits to identify a single color out of the 16.8 million available on modern computer monitors. This guide will help you understand what &#8220;hexadecimal&#8221; means, and how to predict what particular color a given six-digit figure (like #7700ff) might create (like violet).</p>
<p><span id="more-834"></span></p>
<p>&nbsp;</p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/hexadecimal-color-wheel-lg.jpg" rel='gb_imageset[the-hexadecimal-color-wheel]'><div id="attachment_839" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/hexadecimal-color-wheel-sm.jpg" alt="Hexadecimal Color Wheel" title="Hexadecimal Color Wheel" width="450" height="450" class="size-full wp-image-839" /><p class="wp-caption-text">Hexadecimal Color Wheel</p></div></a></p>
<p>&nbsp;</p>
<p>The color wheel above shows three primary colors (red, green and blue) and three secondary colors (yellow, cyan and magenta). This color scheme is just like in the <a href="http://bluelobsterart.com/wordpress/2009/03/08/the-rgb-color-wheel/">RGB Color Wheel</a>, but the colors here are identified with a different code &#8211; hexadecimal. The hexadecimal code always starts with a pound (#) sign in HTML and CSS coding. You will also find a field for hexadecimal values in the Color Pickers for <a href="http://bluelobsterart.com/wordpress/2009/03/04/the-photoshop-color-picker/">Photoshop</a> and <a href="http://bluelobsterart.com/wordpress/2009/03/04/the-illustrator-color-picker/">Illustrator</a>.</p>
<p><div id="attachment_848" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/color-picker.jpg" alt="Color Picker" title="Color Picker" width="450" height="302" class="size-full wp-image-848" /><p class="wp-caption-text">Color Picker</p></div>
<p>&nbsp;</p>
<h4>The Rules of Hexadecimal Color</h4>
<p>There are three important things to remember about hexadecimal color:</p>
<ol>
<li>In decimal (&#8220;base ten&#8221;) counting, each digit can be any number from 0 to 9, or ten possibilities. That&#8217;s how we normally count, of course. In hexadecimal (&#8220;base sixteen&#8221;) counting, each digit can be any number from 0 to 9 -OR- any letter from A to F. That gives us sixteen possibilities. You would count in this order, from lowest to highest: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f.<br />
<div id="attachment_852" class="wp-caption alignnone" style="width: 360px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rule-1.gif" alt="Base Ten vs. Base Sixteen" title="Base Ten vs. Base Sixteen" width="350" height="92" class="size-full wp-image-852" /><p class="wp-caption-text">Base Ten vs. Base Sixteen</p></div></li>
<li>In decimal counting, two digits side-by-side can give you 100 possibilities (0 to 99). That&#8217;s ten for the first digit times ten for the second digit. In hexadecimal, you get 16 times 16, which gives you 256 possibilities. That&#8217;s convenient, since there are 256 possible values for red in RGB, 256 for green, and 256 for blue.<br />
<div id="attachment_854" class="wp-caption alignnone" style="width: 360px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rule-2.gif" alt="Double-Digit Hexadecimal" title="Double-Digit Hexadecimal" width="350" height="99" class="size-full wp-image-854" /><p class="wp-caption-text">Double-Digit Hexadecimal</p></div></li>
<li>The first two digits in hexadecimal tell you the red values. The second pair tell you the green values, and the last pair tell you the blue values. 256 for Red x 256 for Green x 256 for Blue equals just under 16.8 million.<br />
<div id="attachment_857" class="wp-caption alignnone" style="width: 360px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rule-3.gif" alt="Combining Red, Green and Blue" title="Combining Red, Green and Blue" width="276" height="200" class="size-full wp-image-857" /><p class="wp-caption-text">Combining Red, Green and Blue</p></div></li>
</ol>
<p>&nbsp;</p>
<h4>High-Saturation Hues</h4>
<p>The higher the number in the first pair of a hexadecimal number, the more that red is contributing to the color. Ditto for green in the second pair, and blue in the third pair. Alternatively, a lower number means a color is contributing less.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff0000">&nbsp;</td>
<td width="20" bgcolor="#ffff00">&nbsp;</td>
<td height="20" width="20" bgcolor="#00ff00">&nbsp;</td>
<td width="20" bgcolor="#00ffff">&nbsp;</td>
<td height="20" width="20" bgcolor="#0000ff">&nbsp;</td>
<td width="20" bgcolor="#ff00ff">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#ff0000 pure red</td>
<td width="20">#ffff00 yellow: pure red plus pure green</td>
<td width="20">#00ff00 pure green</td>
<td height="20" width="20">#00ffff cyan: pure green plus pure blue</td>
<td width="20">#0000ff pure blue</td>
<td width="20">#ff00ff magenta: pure blue plus pure red</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Shades of White</h4>
<p>Pure white is indicated by the highest hexadecimal value there is: #ffffff. The background behind this text is #ffffff. You can get softer whites by decreasing the values of red, green, and especially blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#eeffff">&nbsp;</td>
<td width="20" bgcolor="#efffff">&nbsp;</td>
<td height="20" width="20" bgcolor="#ffefff">&nbsp;</td>
<td width="20" bgcolor="#ffeeff">&nbsp;</td>
<td height="20" width="20" bgcolor="#ffffef">&nbsp;</td>
<td width="20" bgcolor="#ffffee">&nbsp;</td>
<td height="20" width="20" bgcolor="#ffffde">&nbsp;</td>
<td width="20" bgcolor="#ffffdd">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#eeffff</td>
<td width="20">#efffff</td>
<td height="20" width="20">#ffefff</td>
<td width="20">#ffeeff</td>
<td height="20" width="20">#ffffef</td>
<td width="20">#ffffee</td>
<td height="20" width="20">#ffffde</td>
<td width="20">#ffffdd</td>
</tr>
</table>
<p>Notice that if you reduce just the red values, the color gets more cyan. If you reduce just the green values, the color gets more magenta. And if you reduce just the blue values, the color gets more yellow.</p>
<p>&nbsp;</p>
<h4>Shades of Black and Gray</h4>
<p>Pure black is indicated by the lowest hexadecimal value there is: #000000. This text is #000000. You can get softer blacks and grays by increasing the values of red, green, and blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#440000">&nbsp;</td>
<td width="20" bgcolor="#004400">&nbsp;</td>
<td height="20" width="20" bgcolor="#000044">&nbsp;</td>
<td width="20" bgcolor="#444444">&nbsp;</td>
<td width="20" bgcolor="#999999">&nbsp;</td>
<td width="20" bgcolor="#cccccc">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#440000</td>
<td width="20">#004400</td>
<td height="20" width="20">#000044</td>
<td width="20">#444444</td>
<td width="20">#999999</td>
<td width="20">#cccccc</td>
</tr>
</table>
<p>Notice that if you increase just the red values, the color gets more red. If you increase just the green values, the color gets more green. And if you increase just the blue values, the color gets more blue. Adding equal amounts of red, green and blue results in a gray; the higher the number, the lighter the gray.</p>
<p>&nbsp;</p>
<h4>Muted Colors</h4>
<p>Muted colors are less saturated (vivid) and more natural. You get these in hexadecimal by adding a touch of two other two primaries to your main primary color, and reducing the value for that main primary.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff0000">&nbsp;</td>
<td width="20" bgcolor="#ffff00">&nbsp;</td>
<td width="20" bgcolor="#00ff00">&nbsp;</td>
<td height="20" width="20" bgcolor="#00ffff">&nbsp;</td>
<td width="20" bgcolor="#0000ff">&nbsp;</td>
<td width="20" bgcolor="#ff00ff">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#ff0000 red</td>
<td width="20">#ffff00 yellow</td>
<td height="20" width="20">#00ff00 green</td>
<td width="20">#00ffff cyan</td>
<td height="20" width="20">#0000ff blue</td>
<td width="20">#ff00ff magenta</td>
</tr>
<tr>
<td height="20" width="20" bgcolor="#cc3333">&nbsp;</td>
<td width="20" bgcolor="#cccc33">&nbsp;</td>
<td width="20" bgcolor="#99cc99">&nbsp;</td>
<td height="20" width="20" bgcolor="#339999">&nbsp;</td>
<td width="20" bgcolor="#6666cc">&nbsp;</td>
<td width="20" bgcolor="#993399">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#cc3333 muted red</td>
<td width="20">#cccc33 muted yellow</td>
<td width="20">#99cc99 muted green</td>
<td height="20" width="20">#339999 muted cyan</td>
<td width="20">#6666cc muted blue</td>
<td width="20">#993399 muted magenta</td>
</tr>
</table>
<p>Notice that if you increase just the red values, the color gets more red. If you increase just the green values, the color gets more green. And if you increase just the blue values, the color gets more blue. Adding equal amounts of red, green and blue results in a gray; the higher the number, the lighter the gray.</p>
<p>&nbsp;</p>
<h4>Shades of Brown</h4>
<p>Browns tend to be versions of muted orange. Try mixing middle values of red and green and leaving blue as 00.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#996600">&nbsp;</td>
<td width="20" bgcolor="#663300">&nbsp;</td>
<td width="20" bgcolor="#683500">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">#996600</td>
<td width="20">#663300</td>
<td width="20">#683500</td>
</tr>
</table>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/15/the-hexadecimal-color-wheel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dreamweaver CS4 Workspace</title>
		<link>http://blulob.com/2009/03/11/the-dreamweaver-cs4-workspace/</link>
		<comments>http://blulob.com/2009/03/11/the-dreamweaver-cs4-workspace/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 15:18:20 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=427</guid>
		<description><![CDATA[When working with Dreamweaver tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Dreamweaver CS4 workspace. After the jump, I describe the components I will refer to the most in my tutorials.

Click on the image below to view a much larger version.
&#160;
Application Bar
The Application Bar includes [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F11%2Fthe-dreamweaver-cs4-workspace%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F11%2Fthe-dreamweaver-cs4-workspace%2F" height="61" width="51" /></a></div><div id="attachment_428" class="wp-caption alignleft" style="width: 160px"><img class="size-full wp-image-428" title="Dreamweaver CS4 Workspace" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-mini.gif" alt="Dreamweaver CS4 Workspace" width="150" height="113" /><p class="wp-caption-text">Dreamweaver CS4 Workspace</p></div>
<p><img class="alignright size-full wp-image-458" title="Dreamweaver CS4" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/dreamweaver_cs4.gif" alt="Dreamweaver CS4" width="30" height="30" />When working with Dreamweaver tutorials here, elsewhere on the Web, or in books, it pays to memorize the main components of the Dreamweaver CS4 workspace. After the jump, I describe the components I will refer to the most in my tutorials.</p>
<p><span id="more-427"></span></p>
<p><em>Click on the image below to view a much larger version.</em></p>
<div id="attachment_430" class="wp-caption alignnone" style="width: 460px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-lg.jpg" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-430" title="Dreamweaver CS4 Workspace" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-sm.gif" alt="Dreamweaver CS4 Workspace" width="450" height="338" /></a><p class="wp-caption-text">Dreamweaver CS4 Workspace</p></div>
<p>&nbsp;</p>
<h4>Application Bar</h4>
<div id="attachment_435" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-application.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-435" title="Application Bar" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-application.gif" alt="Application Bar" width="100" height="100" /></a><p class="wp-caption-text">Application Bar</p></div>
<p>The Application Bar includes menus* that give you access to Dreamweaver’s commands and features. They also allow you to make things visible or invisible like panels. Some menu items act on your instruction right away. Other menu items are followed by an ellipsis (…). When you select these menu items, you will get a dialog box which gives you options to modify your request.</p>
<p>Many menu items are accompanied by mysterious text on the right, such as “Ctrl-Alt+T”. This indicates that there is a keyboard shortcut associated with this command. In the example above, you would hold down the Ctrl and Alt keys (on the PC), then click the T key to create a table. It is possible to create your own keyboard shortcuts (Edit &gt; Keyboard Shortcuts…).</p>
<p>Application Bar commands are indicated in my tutorials as a series of terms separated by a “Greater Than” (&gt;) character. For example, Insert &gt; Layout Objects &gt; Div Tag means start with the Insert menu, select the Layout Objects item, and then select Div Tag from the fly-out menu.</p>
<p>The Application Bar gives you some button shortcuts to common functions, like viewing the site map and opening the Extension Manager. It also includes the Workspace Switcher, which allows you to change the configuration of your workspace to accommodate your work flow. It simply allows you to save and load different arrangements of panels. To save your own custom workspace, click on this button and select New Workspace…</p>
<p>* PCs only; Macs show the menus in a separate bar.</p>
<p>&nbsp;</p>
<h4>Document Toolbar</h4>
<div id="attachment_436" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-doctoolbar.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-436" title="Document Toolbar" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-doctoolbar.gif" alt="Document Toolbar" width="100" height="100" /></a><p class="wp-caption-text">Document Toolbar</p></div> The Document Toolbar allows allows you to change between the design and code views of your file, view your file as it would appear in a browser, enter a title for your document, make code hints and guides visible, and perform other common functions.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h4>Files Panel</h4>
<p><div id="attachment_437" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-files.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-437" title="Files Panel" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-files.gif" alt="Files Panel" width="100" height="100" /></a><p class="wp-caption-text">Files Panel</p></div>
<p>The Files Panel is one of many panels available in Dreamweaver, and it&#8217;s the one I use most frequently. Panels allow you do all sorts of tasks quickly, like edit your style sheets, and behaviors to your page, and insert common page elements. The Files Panel allows you to view and manage the files in your Web site. You can see the files on your local computer, on the server, or both. The up and down buttons allow you to upload (&#8220;put&#8221;) or download (&#8220;get&#8221;) the files you specify.</p>
<div id="attachment_482" class="wp-caption alignnone" style="width: 252px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-filesdet.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-482" title="Files Panel" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-filesdet.gif" alt="Files Panel" width="242" height="181" /></a><p class="wp-caption-text">Files Panel</p></div>
<p>&nbsp;</p>
<h4>Tag Selector</h4>
<div id="attachment_438" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-tagsel.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-438" title="Tag Selector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-tagsel.gif" alt="Tag Selector" width="100" height="100" /></a><p class="wp-caption-text">Tag Selector</p></div>
<p>The Tag Selector gives you a quick snapshot of where your cursor is placed within the code, and allows you to select entire HTML tags. The hierarchy left to right goes from the general to the more specific (where your cursor is located).</p>
<p>For example, in the image below, the cursor is place inside a paragraph &lt;p&gt; tag. This &lt;p&gt; tag is inside a &lt;td&gt;  (table data cell) tag, which is in a &lt;tr&gt; (table row) tag. All of these are inside a table. You can select the entire table (and its contents) for editing by clicking on &lt;table&gt; in the Tag Selector, as I have done here. Once you&#8217;ve selected a tag, you change change its settings in the Property Inspector.</p>
<p>You can see, finally, that the table is inside the main &lt;body&gt;.</p>
<p><img class="size-full wp-image-490" title="Tag Selector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-tagseldetail1.gif" alt="Tag Selector" width="450" height="90" /></p>
<p>&nbsp;</p>
<h4>Property Inspector</h4>
<div id="attachment_440" class="wp-caption alignleft" style="width: 110px"><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-property.gif" rel='gb_imageset[the-dreamweaver-cs4-workspace]'><img class="size-full wp-image-440" title="Property Inspector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-property.gif" alt="Property Inspector" width="100" height="100" /></a><p class="wp-caption-text">Property Inspector</p></div>
<p>The Property Inspector allows you to see and edit the settings for any given selected object or text. Each type of object will have a different set of options in the Property Inspector.</p>
<p>For example, a table tag will have options for number of rows and columns, overall width, border width, and any spacing between individual table cells or between the border and the cell contents. An image tag will have options for image source, width, height, alt attribute, and alignment.</p>
<p><img class="size-full wp-image-495" title="Property Inspector" src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/interface-dreamweaver-cs4-propertydet.gif" alt="Property Inspector" width="450" height="100" /></table>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/11/the-dreamweaver-cs4-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3-Column Web Page Using CSS Layers in Dreamweaver CS4</title>
		<link>http://blulob.com/2009/03/10/create-a-3-column-web-page-using-css-layers/</link>
		<comments>http://blulob.com/2009/03/10/create-a-3-column-web-page-using-css-layers/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 16:38:36 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[box model]]></category>
		<category><![CDATA[layers]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=422</guid>
		<description><![CDATA[Doing layout for Web pages with tables is so 1998. Tables should be used for data, not to arrange the elements on your Web page. A better method is to use CSS layers. They are much easier to format than tables, once you get the hang of it. But the best thing is that if [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F10%2Fcreate-a-3-column-web-page-using-css-layers%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F10%2Fcreate-a-3-column-web-page-using-css-layers%2F" height="61" width="51" /></a></div><p><div id="attachment_402" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/images/tutorials/css-layers-26-mini.gif" alt="mini results" title="mini results" width="150" height="121" class="size-full wp-image-402" /><p class="wp-caption-text">3-Column CSS Layout</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/dreamweaver_cs4.gif" alt="Dreamweaver CS4" title="Dreamweaver CS4" width="30" height="30" class="alignright size-full wp-image-458" />Doing layout for Web pages with tables is <em>so</em> 1998. Tables should be used for data, not to arrange the elements on your Web page. A better method is to use CSS layers. They are much easier to format than tables, once you get the hang of it. But the best thing is that if you use CSS layers to design your site, you can make a site-wide layout change in the blink of an eye.</p>
<p>If you&#8217;ve never tried CSS layers for your site layout, try this one. Dreamweaver CS4 makes it a cinch, if you pay attention to the details.</p>
<p><span id="more-422"></span></p>
<p class="feedback">Your feedback is encouraged and much appreciated!</p>
<p>P.S. If you do not have Firefox installed, I highly recommend you <a href="http://www.mozilla.com/en-US/firefox/">install it</a>.</p>
<p>&nbsp;</p>
<h4>What You Should Know First</h4>
<ul>
<li><a href="http://bluelobsterart.com/wordpress/2009/03/11/the-dreamweaver-cs4-workspace/">The Dreamweaver CS4 Workspace</a></li>
</ul>
<p>&nbsp;</p>
<h4>Step 1: Create the Body</h4>
<p>We&#8217;ll build a Web page design essentially like the class Web site I built at <a href="http://www.nhsdesigns.com">nhsdesigns.com</a>. First, we&#8217;ll set up a gray background behind it all, and set the font style. To do this, we will use CSS to redefine the formatting of the &lt;body&gt; tag.</p>
<ol>
<li>Create a new, blank HTML document in Dreamweaver.</li>
<li>Save the file as <strong>index.html</strong> inside your CSS Layers folder. </li>
<li>In the Document tool bar, change the Title to <strong>CSS Layers</strong>. </li>
<li>Show the CSS Styles (Window &gt; CSS Styles) and click on the <em>All</em> button.</li>
<li>Click on the <em>New CSS Rule</em> icon. <br />
                <img src="http://bluelobsterart.com/images/tutorials/css-layers-01.gif" width="237" height="241" alt="CSS Styles panle" />                </li>
<li>Use these settings and click OK:
<ol type="a">
<li>Selector Type: <strong>Tag</strong></li>
<li>Selector Name: <strong>body</strong></li>
<li>Rule Definition: <strong>New Style Sheet File</strong><br />
      <img src="http://bluelobsterart.com/images/tutorials/css-layers-02.gif" width="350" height="279" alt="New CSS Rule" />    </li>
</ol>
</li>
<li>Save the style sheet file as <strong>main.css</strong> in your CSS Layers folder.<br />
                <img src="http://bluelobsterart.com/images/tutorials/css-layers-03.gif" width="350" height="278" alt="Save Style Sheet File as" />                </li>
<li>In the <em>CSS Rule definition for body</em> box, use these settings and click OK:
<ol type="a">
<li>In the Type category, change the Font-family to <strong>Verdana, Geneva, sans-serif</strong>, the Font-size to <strong>10px</strong>, and the Color to <strong>#000000</strong>.</li>
</ol>
</li>
</ol>
<p><img src="http://bluelobsterart.com/images/tutorials/css-layers-04.gif" width="450" height="324" alt="CSS Rule definition for body" /></p>
<ol>
<ol start="2" type="a">
<li>In the Background category, change the Background-color to <strong>#CCCCCC</strong> (a light gray).</li>
</ol>
</ol>
<p><img src="http://bluelobsterart.com/images/tutorials/css-layers-05.gif" width="450" height="324" alt="CSS Rule Definition for body" /></p>
<ol start="9">
<li>Save both the source code and main.css (Save &gt; Save All.) With index.html active, press <strong>F12</strong> to view the page in a browser. It should look like this:</li>
</ol>
<p><img src="http://bluelobsterart.com/images/tutorials/css-layers-06.gif" width="450" height="362" alt="end of step one" /></p>
<p>&nbsp;</p>
<h4>Step 2: Create the Outer Container </h4>
<p>Next, we&#8217;ll create the large white layer that contains  everything else. Using this layer to contain the others layers will create a nice, 15-pixel white border around your page. To do this, we will create an  ID selector, which can be used only once by a single div tag on the page. ID styles begin with a pound (#) sign.</p>
<ol>
<li>In the CSS Styles panel, click on the <strong>New CSS Style</strong> icon. </li>
<li>In the New CSS Rule box, use these setting and click OK:
<ol type="a">
<li>Selector Type: <strong>ID</strong></li>
<li>Selector Name: <strong>#container</strong></li>
<li>Rule Definition: <strong>main.css</strong></li>
</ol>
</li>
<li>In the <em>CSS Rule definition for #container </em> box, use these settings and click OK twice: </li>
</ol>
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC">
<tr>
<th>Category</th>
<th>Subcategory</th>
<th>Setting</th>
<th>Value</th>
</tr>
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF">Background</td>
<td valign="top" bgcolor="#FFFFFF">Background color: </td>
<td valign="top" bgcolor="#FFFFFF">#ffffff</td>
</tr>
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF">Box</td>
<td valign="top" bgcolor="#FFFFFF">Width</td>
<td valign="top" bgcolor="#FFFFFF">720 pixels </td>
</tr>
<tr>
<td rowspan="5" valign="top" bgcolor="#FFFFFF">&nbsp;</td>
<td valign="top" bgcolor="#FFFFFF">Padding  (UNCHECK same for all)</td>
<td valign="top" bgcolor="#FFFFFF">Top</td>
<td valign="top" bgcolor="#FFFFFF">0</td>
</tr>
<tr>
<td rowspan="4" valign="top" bgcolor="#FFFFFF">Margin  (UNCHECK same for all)</td>
<td valign="top" bgcolor="#FFFFFF">Top</td>
<td valign="top" bgcolor="#FFFFFF">0</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Right</td>
<td valign="top" bgcolor="#FFFFFF">Auto</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Bottom</td>
<td valign="top" bgcolor="#FFFFFF">0</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Left</td>
<td valign="top" bgcolor="#FFFFFF">Auto</td>
</tr>
<tr>
<td colspan="2" rowspan="3" valign="top" bgcolor="#FFFFFF">Border (same for all) </td>
<td valign="top" bgcolor="#FFFFFF">Style</td>
<td valign="top" bgcolor="#FFFFFF">solid</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Width</td>
<td valign="top" bgcolor="#FFFFFF">15 pixels </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Color</td>
<td valign="top" bgcolor="#FFFFFF">#ffffff</td>
</tr>
</table>
<ol start="4">
<li>To insert the layer into the page, click inside the page and choose the following menu command: <strong>Insert &gt; Layout Objects &gt; Div Tag</strong>. </li>
<li>In the dialog box, select ID: <strong>container</strong> and click <strong>OK</strong>.<br />
    <img src="http://bluelobsterart.com/images/tutorials/css-layers-07.gif" alt="Insert Div Tag" width="350" height="153" />    </li>
<li>Save both the source code and main.css (Save &gt; Save All.) With index.html active, press <strong>F12</strong> to view the page in a browser. It should look like this:</li>
</ol>
<p><img src="http://bluelobsterart.com/images/tutorials/css-layers-08.gif" width="450" height="362" alt="end of step 2" /></p>
<p>&nbsp;</p>
<h4>Step 3: Create the Header</h4>
<p>Here we&#8217;ll create a header area in which a banner image could go  later. It will have a baby blue background, and have a 1-pixel white  bottom border which separates it from the navigation bar. </p>
<ol>
<li>Click inside the <em>#container</em> layer. Delete the text that automatically filled the layer but leave your cursor inside the layer. </li>
<li>Let&#8217;s try a quicker way to insert the Div tag:
<ol type="a">
<li>Open the Insert panel (Window &gt; Insert). </li>
<li>Make sure that Common is selected in the drop-down menu at the top of the panel.</li>
<li>Click on the <em>Insert Div Tag</em> button.<br />
        <img src="http://bluelobsterart.com/images/tutorials/css-layers-09.gif" width="237" height="246" alt="Insert Div Tag" /></li>
</ol>
</li>
<li>In the <em>Insert Div Tag</em>  box, click on the New CSS Rule button.<br />
    <img src="http://bluelobsterart.com/images/tutorials/css-layers-10.gif" width="350" height="152" alt="Insert Div Tag" />    </li>
<li>In the <em>New CSS Rule  </em> box, use these settings and click OK:
<ol type="a">
<li>Selector Type: <strong>ID</strong></li>
<li>Selector Name: <strong>#header</strong></li>
<li>Rule Definition: <strong>main.css</strong></li>
</ol>
</li>
<li>In the <em>CSS Rule definition for #header </em> box, use these settings and click OK twice: </li>
</ol>
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC">
<tr>
<th>Category</th>
<th>Subcategory</th>
<th>Setting</th>
<th>Value</th>
</tr>
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF">Background </td>
<td valign="top" bgcolor="#FFFFFF">Background color: </td>
<td valign="top" bgcolor="#FFFFFF">#22b5ff</td>
</tr>
<tr>
<td colspan="2" rowspan="2" valign="top" bgcolor="#FFFFFF">Box </td>
<td valign="top" bgcolor="#FFFFFF">Width</td>
<td valign="top" bgcolor="#FFFFFF">720 pixels </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Height</td>
<td valign="top" bgcolor="#FFFFFF">220 pixels </td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#FFFFFF">Border   (UNCHECK same for all in all 3 columns)</td>
<td rowspan="3" valign="top" bgcolor="#FFFFFF">Bottom</td>
<td valign="top" bgcolor="#FFFFFF">Style</td>
<td valign="top" bgcolor="#FFFFFF">solid</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Width</td>
<td valign="top" bgcolor="#FFFFFF">1 pixel</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Color</td>
<td valign="top" bgcolor="#FFFFFF">#ffffff</td>
</tr>
</table>
<ol start="6">
<li>Save both the source code and main.css (Save &gt; Save All.) With index.html active, press <strong>F12</strong> to view the page in a browser. It should look like this:</li>
</ol>
<p><img src="http://bluelobsterart.com/images/tutorials/css-layers-11.gif" width="450" height="363" alt="end of step 3" /></p>
<p>&nbsp;</p>
<h4>Step 4: Create the Navigation Area</h4>
<p>We need a rectangle below the banner for links. It will have a dark  blue background and white text. It will also have a 1-pixel white  bottom border, and 10 pixels of padding around its text. First, we need  to tell Dreamweaver precisely where to put it (after the header div) by viewing the code. </p>
<ol>
<li>Click on the <em>Code</em> button on the Document tool bar. </li>
<li>Find this bit of code and click just before it:<br />
      &lt;/div&gt;<br />
      &lt;/body&gt;<br />
      &lt;/html&gt;<br />
    <img src="http://bluelobsterart.com/images/tutorials/css-layers-12.gif" width="350" height="225" alt="code view" />    </li>
<li>Click on the <em>Design</em> button on the Document tool bar. </li>
<li>In the Insert panel, click on the <em>Insert Div Tag</em> button.</li>
<li>Click on the <em>New CSS Rule</em> button.</li>
<li>In the <em>New CSS Rule </em> box, use these settings and click OK:
<ol type="a">
<li>Selector Type: <strong>ID</strong></li>
<li>Selector Name: <strong>#navigation</strong></li>
<li>Rule Definition: <strong>main.css</strong></li>
</ol>
</li>
<li>In the <em>CSS Rule definition for #navigation </em> box, use these settings and click OK twice: </li>
</ol>
<table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#CCCCCC">
<tr>
<th>Category</th>
<th>Subcategory</th>
<th>Setting</th>
<th>Value</th>
</tr>
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF">Type</td>
<td valign="top" bgcolor="#FFFFFF">Color</td>
<td valign="top" bgcolor="#FFFFFF">#ffffff</td>
</tr>
<tr>
<td colspan="2" valign="top" bgcolor="#FFFFFF">Background </td>
<td valign="top" bgcolor="#FFFFFF">Background color: </td>
<td valign="top" bgcolor="#FFFFFF"><span class="li2deep">#005ac9</span></td>
</tr>
<tr>
<td colspan="2" rowspan="2" valign="top" bgcolor="#FFFFFF">Box </td>
<td valign="top" bgcolor="#FFFFFF">Width</td>
<td valign="top" bgcolor="#FFFFFF">700 pixels </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Height</td>
<td valign="top" bgcolor="#FFFFFF">20 pixels </td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">&nbsp;</td>
<td valign="top" bgcolor="#FFFFFF">Padding (same for all) </td>
<td valign="top" bgcolor="#FFFFFF">Top</td>
<td valign="top" bgcolor="#FFFFFF">10 pixels</td>
</tr>
<tr>
<td rowspan="3" valign="top" bgcolor="#FFFFFF">Border (UNCHECK same for all in all 3 columns)</td>
<td rowspan="3" valign="top" bgcolor="#FFFFFF">Bottom</td>
<td valign="top" bgcolor="#FFFFFF">Style</td>
<td valign="top" bgcolor="#FFFFFF">solid</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Width</td>
<td valign="top" bgcolor="#FFFFFF">1 pixel</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF">Color</td>
<td valign="top" bgcolor="#FFFFFF">#ffffff</td>
</tr>
</table>
<ol start="8">
<li>Save both the source code and main.css (Save &gt; Save All.) With index.html active, press <strong>F12</strong> to view the page in a browser. It should look like this:</li>
</ol>
<p><img src="http://bluelobsterart.com/images/tutorials/css-layers-13.gif" width="450" height="362" alt="end of step 4" /></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/10/create-a-3-column-web-page-using-css-layers/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>The RGB Color Wheel</title>
		<link>http://blulob.com/2009/03/08/the-rgb-color-wheel/</link>
		<comments>http://blulob.com/2009/03/08/the-rgb-color-wheel/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 01:43:21 +0000</pubDate>
		<dc:creator>Dawn Pedersen</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[color wheel]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://bluelobsterart.com/wordpress/?p=320</guid>
		<description><![CDATA[ RGB stands for Red-Green-Blue, which are the primary colors of light. RGB is the color mode used on computer monitors because they shine light into your eyes. When you add all three RGB primary colors together, you get pure white light. That&#8217;s why RGB is called &#8220;additive color&#8221;. After the jump, learn more!

When you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F08%2Fthe-rgb-color-wheel%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblulob.com%2F2009%2F03%2F08%2Fthe-rgb-color-wheel%2F" height="61" width="51" /></a></div><div id="attachment_321" class="wp-caption alignleft" style="width: 160px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-mini.jpg" alt="RGB Color Wheel" title="RGB Color Wheel" width="150" height="150" class="size-full wp-image-321" /><p class="wp-caption-text">RGB Color Wheel</p></div><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/cs4-suite.gif" alt="Photoshop Illustrator and Dreamweaver" title="Photoshop Illustrator and Dreamweaver" width="30" height="90" class="alignright size-full wp-image-454" /> RGB stands for Red-Green-Blue, which are the primary colors of light. RGB is the color mode used on computer monitors because they shine light into your eyes. When you add all three RGB primary colors together, you get pure white light. That&#8217;s why RGB is called &#8220;additive color&#8221;. After the jump, learn more!</p>
<p><span id="more-320"></span></p>
<p>When you remove red, green, and blue light you get black, or no light at all. Mixing these primaries together in various ways gives us all the colors in the rainbow &#8211; literally. On a monitor, it&#8217;s only 16.8 millions colors. But that&#8217;s a lot, right?</p>
<p><em>Click on the image below to view a much larger version.</em></p>
<p><a href="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-lg.jpg" rel='gb_imageset[the-rgb-color-wheel]'><div id="attachment_322" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-sm.jpg" alt="RGB Color Wheel" title="RGB Color Wheel" width="450" height="450" class="size-full wp-image-322" /><p class="wp-caption-text">RGB Color Wheel</p></div></a></p>
<p>&nbsp;</p>
<p>The color wheel above shows three colors in addition to the primary colors. In between each pair of primaries is a secondary color (a mix of two primaries), and two tertiary colors (a mix between a primary and a secondary). Red and green make yellow (I know, weird, huh?) Green and blue make cyan, and blue and red make magenta. </p>
<p>I&#8217;ve shown two formulas for each color. The first is the degree around the circle, the top (red) being 0&deg; and a full rotation clockwise being 360&deg;. You will see color expressed as a degree in some functions in Photoshop. In particular, it is used for the Hue slider in <strong>Image > Adjustments > Hue and Saturation</strong>. </p>
<p>The second formula indicates the values for red, green and blue you would enter into the RGB fields in the <a href="http://bluelobsterart.com/wordpress/2009/03/04/the-photoshop-color-picker/">Color Picker</a>. Each of these RGB values can be anywhere from zero to 255, making 256 possible values. 256 for red x 256 for green x 256 for blue = the approximately 16.8 million colors we talked about above. Zero in the Red box means that no red is contributing to the selected color. 255 in the Red box means that Red is as strong as it can possibly be in the selected color. Ditto for Green and Blue.</p>
<p><div id="attachment_686" class="wp-caption alignnone" style="width: 346px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-venn.gif" alt="RGB Venn Diagram" title="RGB Venn Diagram" width="336" height="267" class="size-full wp-image-686" /><p class="wp-caption-text">RGB Venn Diagram</p></div>
<ul>
<li>You can get a pure <strong>white </strong>with R:255, G:255, B:255.</li>
<li>You can get a pure <strong>black </strong>with R:0, G:0, B:0.</li>
<li>An equal number for all three colors (other than 0 or 255) will get you various shades of <strong>gray</strong>; the higher the number, the lighter the gray.</li>
</ul>
<p>For more details on pinpointing just the right color, see below.</p>
<p>&nbsp;</p>
<h4>Red</h4>
<div id="attachment_337" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-red-hue.jpg" alt="Red" title="Red" width="450" height="150" class="size-full wp-image-337" /><p class="wp-caption-text">Red</p></div><br />
<div id="attachment_338" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-red.jpg" alt="Red" title="Red" width="133" height="272" class="size-full wp-image-338" /><p class="wp-caption-text">Red</p></div>
<p>In the RGB color wheel, red is at the top, at 0 degrees.</p>
<p>Pure red is created with a value of 255 for R and 0 for G and B. To achieve a darker red, reduce the value for R. To achieve a lighter red (pink), add a bit of G and B at equal amounts. Oranges can be created with pure red and some green. For example, 255-125-0 is a rich orange.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff0000">&nbsp;</td>
<td width="20" bgcolor="#7d0000">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">255-0-0</td>
<td width="20">125-0-0</td>
</tr>
<tr>
<td width="20" bgcolor="#ff7d7d">&nbsp;</td>
<td height="20" width="20" bgcolor="#ff7d00">&nbsp;</td>
</tr>
<tr>
<td width="20">255-125-125</td>
<td height="20" width="20">255-125-0</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Yellow</h4>
<div id="attachment_342" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-yellow-hue.jpg" alt="Yellow" title="Yellow" width="450" height="150" class="size-full wp-image-342" /><p class="wp-caption-text">Yellow</p></div><br />
<div id="attachment_343" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-yellow.jpg" alt="Yellow" title="Yellow" width="133" height="272" class="size-full wp-image-343" /><p class="wp-caption-text">Yellow</p></div>
<p>In the RGB color wheel, yellow is 1/6th the way around clockwise, at 60 degrees.</p>
<p>Pure yellow is created with a value of 255 for R and G, and 0 for B. To achieve a darker yellow (which in light or paint ends up greenish), reduce the values for R and G. To achieve a lighter yellow, add a bit of B. A nice yellow-green requires a reduction of red.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ffff00">&nbsp;</td>
<td width="20" bgcolor="#7d7d00">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">255-255-0</td>
<td width="20">125-125-0</td>
</tr>
<tr>
<td width="20" bgcolor="#ffff7d">&nbsp;</td>
<td width="20" bgcolor="#7dff7d">&nbsp;</td>
</tr>
<tr>
<td width="20">255-255-125</td>
<td width="20">125-255-125</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Green</h4>
<div id="attachment_345" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-green-hue.jpg" alt="Green" title="Green" width="450" height="150" class="size-full wp-image-345" /><p class="wp-caption-text">Green</p></div><br />
<div id="attachment_346" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-green.jpg" alt="Green" title="Green" width="133" height="272" class="size-full wp-image-346" /><p class="wp-caption-text">Green</p></div>
<p>In the RGB color wheel, green is 1/3th the way around clockwise, at 120 degrees.</p>
<p>Pure green is created with a value of 0 for R, 255 for G, and 0 for B. To achieve a darker green, reduce the value for G. To achieve a lighter green, add a bit of R and B (that gets me in the mood for some Motown). Turquoise can be yours if you add a generous dose of blue to green.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#00ff00">&nbsp;</td>
<td width="20" bgcolor="#007d00">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">0-255-0</td>
<td width="20">0-125-0</td>
</tr>
<tr>
<td width="20" bgcolor="#7dff7d">&nbsp;</td>
<td width="20" bgcolor="#00ffc8">&nbsp;</td>
</tr>
<tr>
<td width="20">125-255-125</td>
<td width="20">0-255-200</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Cyan</h4>
<div id="attachment_348" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-cyan-hue.jpg" alt="Cyan" title="Cyan" width="450" height="150" class="size-full wp-image-348" /><p class="wp-caption-text">Cyan</p></div><br />
<div id="attachment_349" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-cyan.jpg" alt="Cyan" title="Cyan" width="133" height="272" class="size-full wp-image-349" /><p class="wp-caption-text">Cyan</p></div>
<p>In the RGB color wheel, cyan is 1/2 the way around clockwise, at 180 degrees.</p>
<p>Pure cyan is created with a value of 0 for R, and 255 for G and B. To achieve a darker cyan, reduce the values for G and B. To achieve a lighter cyan, add a bit of R. You can get a cornflower blue by leave R at 0 and reducing G by half.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#00ffff">&nbsp;</td>
<td width="20" bgcolor="#007d7d">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">0-255-255</td>
<td width="20">0-125-125</td>
</tr>
<tr>
<td width="20" bgcolor="#7dffff">&nbsp;</td>
<td width="20" bgcolor="#007dff">&nbsp;</td>
</tr>
<tr>
<td width="20">125-255-255</td>
<td width="20">0-125-255</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Blue</h4>
<div id="attachment_351" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-blue-hue.jpg" alt="Blue" title="Blue" width="450" height="150" class="size-full wp-image-351" /><p class="wp-caption-text">Blue</p></div><br />
<div id="attachment_352" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-blue.jpg" alt="Blue" title="Blue" width="133" height="272" class="size-full wp-image-352" /><p class="wp-caption-text">Blue</p></div>
<p>Blue, our final primary, is 2/3th the way around clockwise, at 240 degrees.</p>
<p>Pure blue is created with a value of 0 for R and G, and 255 for B. To achieve a darker blue, reduce the value for B. To achieve a lighter blue, add a bit of R and G. Voilet/purple is created by adding some red into a pure blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#0000ff">&nbsp;</td>
<td width="20" bgcolor="#00007d">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">0-0-255</td>
<td width="20">0-0-125</td>
</tr>
<tr>
<td width="20" bgcolor="#7d7dff">&nbsp;</td>
<td width="20" bgcolor="#7d00ff">&nbsp;</td>
</tr>
<tr>
<td width="20">125-125-255</td>
<td width="20">125-0-255</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Magenta</h4>
<div id="attachment_354" class="wp-caption alignnone" style="width: 460px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-magenta-hue.jpg" alt="Magenta" title="Magenta" width="450" height="150" class="size-full wp-image-354" /><p class="wp-caption-text">Magenta</p></div><br />
<div id="attachment_355" class="wp-caption alignleft" style="width: 143px"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/03/rgb-color-wheel-magenta.jpg" alt="Magenta" title="Magenta" width="133" height="272" class="size-full wp-image-355" /><p class="wp-caption-text">Magenta</p></div>
<p>Magenta, our final secondary color, is 5/6ths the way around clockwise, at 300 degrees.</p>
<p>Magenta is created with a value of 255 for R, 0 for G, and 255 for B. To achieve a darker magenta, reduce the value for R and B by equal amounts. To achieve a lighter magenta, add a bit of G. A pretty fuchsia color can be had by reducing the blue.</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#ff00ff">&nbsp;</td>
<td width="20" bgcolor="#7d007d">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">255-0-255</td>
<td width="20">125-0-125</td>
</tr>
<tr>
<td width="20" bgcolor="#ff7dff">&nbsp;</td>
<td width="20" bgcolor="#ff007d">&nbsp;</td>
</tr>
<tr>
<td width="20">255-125-255</td>
<td width="20">255-0-125</td>
</tr>
</table>
<p>&nbsp;</p>
<h4>Browns</h4>
<p>Browns tend to fall in the muted-orangey area. Here are a few to get you started:</p>
<table cellspacing="10">
<tr>
<td height="20" width="20" bgcolor="#c5af8f">&nbsp;</td>
<td width="20" bgcolor="#a4814e">&nbsp;</td>
</tr>
<tr>
<td height="20" width="20">197-175-143</td>
<td width="20">164-129-78</td>
</tr>
<tr>
<td width="20" bgcolor="#6c4918">&nbsp;</td>
<td width="20" bgcolor="#643c03">&nbsp;</td>
</tr>
<tr>
<td width="20">108-73-24</td>
<td width="20">100-60-3</td>
</tr>
</table>
<p>&nbsp;</p>
<p style="text-align:center;"><img src="http://bluelobsterart.com/wordpress/wp-content/uploads/2009/05/done-slug.jpg" alt="Done" title="Done" width="100" height="56" class="alignnone size-full wp-image-2666" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blulob.com/2009/03/08/the-rgb-color-wheel/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
