<?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>The Webmaster's Edge &#187; Design / Maintenace</title>
	<atom:link href="http://webmastersedge.net/home/category/running-a-website/design-maintenace/feed/" rel="self" type="application/rss+xml" />
	<link>http://webmastersedge.net/home</link>
	<description>Offering help to monetize, advertise, build, and maintain your website.</description>
	<lastBuildDate>Fri, 08 Aug 2008 12:17:14 +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>HTML Attributes A-Z: The A Tag</title>
		<link>http://webmastersedge.net/home/2008/html-attributes-a-z-the-a-tag/</link>
		<comments>http://webmastersedge.net/home/2008/html-attributes-a-z-the-a-tag/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 20:45:44 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML tags]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=203</guid>
		<description><![CDATA[



Something which is most necessary to be added to the Wiki is an HTML Tag Reference.  To this end, I have decided to start a series going through the tags from A-Z.  Within a few days of each post I will then update the Wiki with the new information.  Today I will [...]]]></description>
			<content:encoded><![CDATA[<p><div class="c_intxt_boxad">
<script type="text/javascript"><!--
ch_client = "bliedel";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_non_contextual = 4;
ch_color_title = "3366FF";
ch_font_title = "verdana,tahoma,georgia";
ch_font_text = "verdana,tahoma,georgia";
ch_vertical ="premium";
ch_target = "_blank";
ch_sid = "300x250 Chitika Premium";
ch_alternate_ad_url = "http://webmastersedge.net/ad_banners/chitika_300x250_alt_ad.html";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
//--></script>
<script  src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript">
</script>
</div>Something which is most necessary to be added to the Wiki is an HTML Tag Reference.  To this end, I have decided to start a series going through the tags from A-Z.  Within a few days of each post I will then update the Wiki with the new information.  Today I will start with the Anchor Tag.</p>
<h3>The Anchor Tag</h3>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span></div></div>
<p><font size="+1"><b>a</b></font> &#8211; The Anchor tag, which is most commonly associated with hyperlinks.</p>
<p>&nbsp;</p>
<ul>
<li><b>charset</b> &#8211; This attribute specifies the character encoding of the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>See the <a href="http://www.iana.org/assignments/character-sets">IANA Character Sets</a> for these values.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>coords</b> &#8211; This attribute specifies the coordinates that define a linked region in an image map.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>If the image map is a circle &#8211; Enter three coordinates: <i>center-x-axis,center-y-axis,radius</i></li>
<li>If the image map is a polygon &#8211; Enter the X/Y coordinates of each corner: <i>x1,y1,x2,y2,x3,y3,x4,y4&#8230;</i></li>
<li>If the image map is a rectangle &#8211; Enter the X/Y coordinates of each of the four corners: <i>left(x1),top(y1),right(x2),bottom(y2)</i></li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>href</b> &#8211; This attribute specifies the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>Absolute URLs &#8211; Example: <b>webmastersedge.net</b> &#8211; Navigates to a new site.</li>
<li>Anchor URLs &#8211; Example: <b>index.html</b> &#8211; Navigates to another page.</li>
<li>Relative URLs &#8211; Example: <b>#top</b> &#8211; Navigates to an anchor within the page.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>hreflang</b> &#8211; This attribute specifies the target URL&#8217;s written language with a two letter language code.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>See the <a href="http://people.w3.org/rishida/utils/subtags/index.php?searchtype=3&#038;searchtext=notext&#038;submit=Display">IANA Language Subtag Registry Search</a> for these values.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>name</b> &#8211; This attribute names an anchor.  While this is widely being replaced with the id attribute, it can be used to set an anchor point which can specify a spot on the page to be &#8220;jumped to&#8221; by using another hyperlink.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>Can have any value that starts with a letter and only contains: <i>a-z</i> , <i>A-Z</i> , <i>0-9</i> , <i>colons</i> , <i>hyphens</i> , <i>periods</i> , <i>underscores</i></li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>rel</b> &#8211; This attribute specifies the relationship between the current document and the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>alternate</b> &#8211; Suggests that the target URL is an alternate version or mirror of the current page.</li>
<li><b>appendix</b> &#8211; Suggests that the target URL is an appendix.</li>
<li><b>bookmark</b> &#8211; Suggests that the target URL is a related page.</li>
<li><b>chapter</b> &#8211; Suggests that the target URL is a chapter of a series of pages.</li>
<li><b>contents</b> &#8211; Suggests that the target URL is a table of contents for the current page.</li>
<li><b>copyright</b> &#8211; Suggests that the target URL is a page containing copyright information.</li>
<li><b>glossary</b> &#8211; Suggests that the target URL is a glossary of terms used in the current page.</li>
<li><b>help</b> &#8211; Suggests that the target URL is a help document.</li>
<li><b>index</b> &#8211; Suggests that the target URL is an index of the current page.</li>
<li><b>next</b> &#8211; Suggests that the target URL is the next page in the current series.</li>
<li><b>prev</b> &#8211; Suggests that the target URL is the previous page in the current series.</li>
<li><b>section</b> &#8211; Suggests that the target URL is a section of a series of pages.</li>
<li><b>start</b> &#8211; Suggests that the target URL is the first page in a series.</li>
<li><b>stylesheet</b> &#8211; Suggests that the target URL is an external stylesheet for the current page.</li>
<li><b>subsection</b> &#8211; Suggests that the target URL is a subsection of the current series.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>rev</b> &#8211; This attribute specifies the relationship between the current document and the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>alternate</b> &#8211; Suggests that the target URL is an alternate version or mirror of the current page.</li>
<li><b>appendix</b> &#8211; Suggests that the target URL is an appendix.</li>
<li><b>bookmark</b> &#8211; Suggests that the target URL is a related page.</li>
<li><b>chapter</b> &#8211; Suggests that the target URL is a chapter of a series of pages.</li>
<li><b>contents</b> &#8211; Suggests that the target URL is a table of contents for the current page.</li>
<li><b>copyright</b> &#8211; Suggests that the target URL is a page containing copyright information.</li>
<li><b>glossary</b> &#8211; Suggests that the target URL is a glossary of terms used in the current page.</li>
<li><b>help</b> &#8211; Suggests that the target URL is a help document.</li>
<li><b>index</b> &#8211; Suggests that the target URL is an index of the current page.</li>
<li><b>next</b> &#8211; Suggests that the target URL is the next page in the current series.</li>
<li><b>prev</b> &#8211; Suggests that the target URL is the previous page in the current series.</li>
<li><b>section</b> &#8211; Suggests that the target URL is a section of a series of pages.</li>
<li><b>start</b> &#8211; Suggests that the target URL is the first page in a series.</li>
<li><b>stylesheet</b> &#8211; Suggests that the target URL is an external stylesheet for the current page.</li>
<li><b>subsection</b> &#8211; Suggests that the target URL is a subsection of the current series.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>shape</b> &#8211; This attribute defines the shape of an image map.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>circ</b> &#8211; Defines a circular region of an image map.</li>
<li><b>circle</b> &#8211; Defines a circular region of an image map.</li>
<li><b>default</b> &#8211; Defines the entire area an image map.</li>
<li><b>poly</b> &#8211; Defines a polygonal region of an image map.</li>
<li><b>polygon</b> &#8211; Defines a polygonal region of an image map.</li>
<li><b>rect</b> &#8211; Defines a rectangular region of an image map.</li>
<li><b>rectangle</b> &#8211; Defines a rectangular region of an image map.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>target</b> &#8211; This attribute specifies where to open the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li><b>_blank</b> &#8211; Sets the target URL to open in a new window.</li>
<li><b>_parent</b> &#8211; Sets the target URL to open in the parent frameset.</li>
<li><b>_self</b> &#8211; Sets the target URL to open in the same frame as the link.</li>
<li><b>_top </b> &#8211; Sets the target URL to open in current window.</li>
<li><i>wildcard</i> &#8211; You can enter the name of a frame in order for the URL to open in that specified frame.</li>
</ul>
</li>
<p>&nbsp;</p>
<li><b>type</b> &#8211; This attribute specifies the MIME type of the target URL.<br />
<i style="padding-left:15px">Values</i>:</p>
<ul>
<li>See the <a href="http://www.iana.org/assignments/media-types/">IANA Registered MIME Types</a> for these values.</li>
</ul>
</li>
</ul>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fhtml-attributes-a-z-the-a-tag%2F';
  addthis_title  = 'HTML+Attributes+A-Z%3A+The+A+Tag';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/html-attributes-a-z-the-a-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Tutorial: Creating A Sidebar Part Four &#8211; Widgitize Your Theme</title>
		<link>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme/</link>
		<comments>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 18:37:47 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[woolleymom.com]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=159</guid>
		<description><![CDATA[



As you may know, I am helping to administer The Woolly Mom. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.
Today’s Topic: Widgitize The Sidebar
In order to ad widgets to a sidebar, we must undergo [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->As you may know, I am helping to administer The <a href="http://woollymom.com/">Woolly Mom</a>. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.</p>
<h3>Today’s Topic: Widgitize The Sidebar</h3>
<p>In order to ad widgets to a sidebar, we must undergo a few simple steps in order to widgetize the theme, assuming the theme isn&#8217;t already widget-ready.  The first step is to take a look at your sidebar setup.  Ours is:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sbartitle&quot;</span>&gt;</span>THE TITLE<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
THE WIDGET<br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span></div></div>
<p>So to facilitate this, we create a functions.php template file and include the following in it:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <a href="http://www.php.net/function_exists"><span style="color: #990000;">function_exists</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'register_sidebar'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; register_sidebar<span style="color: #009900;">&#40;</span><a href="http://www.php.net/array"><span style="color: #990000;">array</span></a><span style="color: #009900;">&#40;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'before_widget'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;li&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'after_widget'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/div&gt;&lt;/li&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'before_title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;div class=&quot;sbartitle&quot;&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">'after_title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'&lt;/div&gt;&lt;div style=&quot;margin-right:10px&quot;&gt;'</span><span style="color: #339933;">,</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>Once this is setup, I placed the following code where her sidebar should be (after the &lt;ul&gt; tag):</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #339933;">!</span><a href="http://www.php.net/function_exists"><span style="color: #990000;">function_exists</span></a><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dynamic_sidebar'</span><span style="color: #009900;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #339933;">||</span> <span style="color: #339933;">!</span>dynamic_sidebar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>Then right before the &lt;/ul&gt; tag:</p>
<div class="codecolorer-container php default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></div>
<p>And viola!  Add the widgets and that&#8217;s that!  If you want some items to appear in the sidebar before the widgets (without using the text widget), just add those items before the above code right after the &lt;ul&gt; tag.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme%2F';
  addthis_title  = 'Wordpress+Tutorial%3A+Creating+A+Sidebar+Part+Four+%26%238211%3B+Widgitize+Your+Theme';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-four-widgitize-your-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Hundred And One Posts Later&#8230;And WoollyMom Updates</title>
		<link>http://webmastersedge.net/home/2008/one-hundred-and-one-posts-laterand-woollymom-updates/</link>
		<comments>http://webmastersedge.net/home/2008/one-hundred-and-one-posts-laterand-woollymom-updates/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 16:57:02 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Webmaster's Edge Updates]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[woolleymom.com]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=158</guid>
		<description><![CDATA[I&#8217;m far from new to making websites, but this is my first Blog.  Hard to believe I&#8217;ve had 101 posts already, but in looking at the growth of my other websites I suppose it isn&#8217;t really that surprising after all.  Still, in the beginning I was wondering whether or not I would have [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I&#8217;m far from new to making websites, but this is my first Blog.  Hard to believe I&#8217;ve had 101 posts already, but in looking at the growth of my other websites I suppose it isn&#8217;t really that surprising after all.  Still, in the beginning I was wondering whether or not I would have the dedication to post at least 1-3 times everyday, but there is no question in my mind now.  It is easier than I thought.  There are still so many things I want to discuss and to do with this site, I highly doubt I&#8217;ll have to worry about writer&#8217;s block for some time to come, if ever.</p>
<p>Katie (of the WoollyMom, not my wife <img src='http://webmastersedge.net/home/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) contacted me yesterday about the menu changes.  She didn&#8217;t like where the menu items were and said that something felt off.  After pondering this for a while I agreed, so I made some changes today.  I switched her 468&#215;60 ad with her menu item options.  My only debate now is whether or not to keep the menu items where they are, or to move them into the upper right of the header.  Your thoughts?</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fone-hundred-and-one-posts-laterand-woollymom-updates%2F';
  addthis_title  = 'One+Hundred+And+One+Posts+Later%26%238230%3BAnd+WoollyMom+Updates';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/one-hundred-and-one-posts-laterand-woollymom-updates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress Tutorial: Creating A Sidebar Part Three</title>
		<link>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-three/</link>
		<comments>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-three/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 18:13:59 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=155</guid>
		<description><![CDATA[As you may know, I am helping to administer The Woolly Mom. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.
Today’s Topic: Moving The Page Navigation
The next step in transforming The Woolly Mom&#8217;s Sidebar is [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->As you may know, I am helping to administer <a href="http://woollymom.com/">The Woolly Mom</a>. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.</p>
<h3>Today’s Topic: Moving The Page Navigation</h3>
<p>The next step in transforming The Woolly Mom&#8217;s Sidebar is to pull the Page listing out of the sidebar and turn it into a menu.  To do this I am going to make a CSS rollover list.  Lets start with the HTML for the menu:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;topmenu&quot;</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('siteurl'); ?&gt;</span></span>&quot; title=&quot;Home&quot;&gt;Home<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;?php wp_list_pages<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'title_li=&amp;depth=1&amp;'</span>.$page_sort.<span style="color: #ff0000;">'&amp;'</span>.$pages_to_exclude<span style="color: #66cc66;">&#41;</span>?&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>This will place all of the menu items in a list with an ID of topmenu.  Now we need to define the constraints of the list.  We start by defining the constraints of the unordered list itself:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ul<span style="color: #cc00cc;">#topmenu</span> <span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">margin-top</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">white-space</span><span style="color: #00AA00;">:</span><span style="color: #993333;">nowrap</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<p>Now we need to clear the style of the list items and set the display to inline:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #cc00cc;">#topmenu</span> li <span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">inline</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<p>The easiest way to make the menu items &#8220;flashy&#8221; and roll over is to use links with hover changes.  You can also do this by using rollover images, but I decided to go with the easier method.  Set the &#8220;box sizes&#8221; and font options for the links:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #cc00cc;">#topmenu</span> a <span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">3px</span> <span style="color: #933;">6px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">14px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<p>Then set the colors:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #cc00cc;">#topmenu</span> a<span style="color: #3333ff;">:link</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#topmenu</span> a<span style="color: #3333ff;">:visited </span><span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#6699CC</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<p>Now change the colors by using link hover:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #cc00cc;">#topmenu</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><br />
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FF6633</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span><br />
<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<p>Viola!  Here is the finished product:</p>
<p><img src="http://webmastersedge.net/home/wp-content/uploads/2008/07/wm_menu.jpg" alt="Woolly Mom\&#039;s New Menu" title="wm_menu" width="480" height="240" class="alignnone size-full wp-image-156" /></p>
<p>And when one hovers over an option:</p>
<p><img src="http://webmastersedge.net/home/wp-content/uploads/2008/07/wm_menu_highlighted.jpg" alt="Woolly Mom\&#039;s New Menu With An Option Highlighted" title="wm_menu_highlighted" width="480" height="240" class="alignnone size-full wp-image-157" /></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwordpress-tutorial-creating-a-sidebar-part-three%2F';
  addthis_title  = 'Wordpress+Tutorial%3A+Creating+A+Sidebar+Part+Three';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-three/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Tutorial: Creating A Sidebar Part Two</title>
		<link>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-two/</link>
		<comments>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-two/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 20:42:24 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=151</guid>
		<description><![CDATA[As you may know, I am helping to administer The Woolly Mom. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.
Today’s Topic: Deciding The Layout
In this tutorial I will go over deciding the actual layout [...]]]></description>
			<content:encoded><![CDATA[<p>As you may know, I am helping to administer <a href="http://woollymom.com/">The Woolly Mom</a>. However, the theme we are using doesn’t have a dynamic sidebar. I must correct this! The steps: Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.</p>
<h3>Today’s Topic: Deciding The Layout</h3>
<p>In this tutorial I will go over deciding the actual layout of the sidebar itself.  Many people utilize h2 tags for the titles.  I <strong>highly</strong> recommend <strong>against</strong> using h2 tags.  These tags help with SEO and emphasizing things like &#8220;Top Commentators&#8221; and &#8220;Categories&#8221; is bad business for SEO.  Therefore we&#8217;re going to want to use div&#8217;s for the titles.</p>
<p>Here is the <strong>current CSS</strong> for the sidebar:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080; font-style: italic;">/*--------------Sidebar------------*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">2px</span> <span style="color: #933;">0px</span> <span style="color: #933;">10px</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul h2 <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">218px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">12px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">17px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp;<br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333333</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul li <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#333</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">211px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #933;">2px</span> <span style="color: #933;">10px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">10px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul li <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">3px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">square</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-image</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/arrow.jpg</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/*border-bottom:1px dashed #CCCCCC;<br />
&nbsp; &nbsp; list-style-image:url(images/arrow.gif);*/</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul ul <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">180px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul ul li <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">circle</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-image</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>images/arrow2.jpg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">/*border-bottom:1px dashed #CCCCCC;*/</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<br />
<span style="color: #cc00cc;">#sidebar</span> a <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333333</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #00AA00;">&#125;</span><br />
&nbsp; &nbsp; <br />
<span style="color: #cc00cc;">#sidebar</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#333333</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #00AA00;">&#125;</span></div></div>
<p>Here is the <strong>current HTML</strong> for her sidebar:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sidebar&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php include <span style="color: #66cc66;">&#40;</span>TEMPLATEPATH . <span style="color: #ff0000;">'/searchform.php'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp;<br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>Pages<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('siteurl'); ?&gt;</span></span>&quot; title=&quot;Home&quot;&gt;Home<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_list_pages<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'title_li=&amp;depth=1&amp;'</span>.$page_sort.<span style="color: #ff0000;">'&amp;'</span>.$pages_to_exclude<span style="color: #66cc66;">&#41;</span>?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>Entrecard<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://entrecard.s3.amazonaws.com/widget.js?user_id=18479&amp;type=standard_127&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;ecard_widget&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>Categories<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php <span style="color: #66cc66;">//</span>wp_list_cats<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'sort_column=name&amp;optioncount=1&amp;hierarchical=0'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_list_cats<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>Archives<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_get_archives<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'type=monthly'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span>Meta<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/h2.html"><span style="color: #000000; font-weight: bold;">h2</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('rss2_url'); ?&gt;</span></span>&quot; title=&quot;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Syndicate this site using RSS'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot;&gt;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'&lt;abbr title=&quot;Really Simple Syndication&quot;&gt;</span></span>RSS<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/abbr.html"><span style="color: #000000; font-weight: bold;">abbr</span></a>&gt;</span>'); ?&gt;<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('comments_rss2_url'); ?&gt;</span></span>&quot; title=&quot;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'The latest comments to all posts in RSS'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot;&gt;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Comments &lt;abbr title=&quot;Really Simple Syndication&quot;&gt;</span></span>RSS<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/abbr.html"><span style="color: #000000; font-weight: bold;">abbr</span></a>&gt;</span>'); ?&gt;<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.nattywp.com/&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Wordpress Themes&quot;</span>&gt;</span>Wordpress Themes<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_meta<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php get_links_list<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>I&#8217;m going to run with that, however I&#8217;m going to skip out on the h2 tags for the previously mentioned reasons.  The code itself is going to look very similar.</p>
<p>Here&#8217;s the <strong>new sidebar HTML</strong>:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sidebar&quot;</span>&gt;</span><br />
<span style="color: #009900;">&lt;?php include <span style="color: #66cc66;">&#40;</span>TEMPLATEPATH . <span style="color: #ff0000;">'/searchform.php'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
<br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sbartitle&quot;</span>&gt;</span>Pages<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('siteurl'); ?&gt;</span></span>&quot; title=&quot;Home&quot;&gt;Home<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_list_pages<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'title_li=&amp;depth=1&amp;'</span>.$page_sort.<span style="color: #ff0000;">'&amp;'</span>.$pages_to_exclude<span style="color: #66cc66;">&#41;</span>?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sbartitle&quot;</span>&gt;</span>Entrecard<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;&lt;<a href="http://december.com/html/4/element/center.html"><span style="color: #000000; font-weight: bold;">center</span></a>&gt;&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;</span><br />
<span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://entrecard.s3.amazonaws.com/widget.js?user_id=18479&amp;type=standard_127&quot;</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;ecard_widget&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">script</span></a>&gt;&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;&lt;<a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">br</span></a> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/center.html"><span style="color: #000000; font-weight: bold;">center</span></a>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sbartitle&quot;</span>&gt;</span>Categories<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php <span style="color: #66cc66;">//</span>wp_list_cats<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'sort_column=name&amp;optioncount=1&amp;hierarchical=0'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_list_cats<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span> <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sbartitle&quot;</span>&gt;</span>Archives<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_get_archives<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'type=monthly'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sbartitle&quot;</span>&gt;</span>Meta<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('rss2_url'); ?&gt;</span></span>&quot; title=&quot;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Syndicate this site using RSS'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot;&gt;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'&lt;abbr title=&quot;Really Simple Syndication&quot;&gt;</span></span>RSS<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/abbr.html"><span style="color: #000000; font-weight: bold;">abbr</span></a>&gt;</span>'); ?&gt;<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('comments_rss2_url'); ?&gt;</span></span>&quot; title=&quot;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'The latest comments to all posts in RSS'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>&quot;&gt;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Comments &lt;abbr title=&quot;Really Simple Syndication&quot;&gt;</span></span>RSS<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/abbr.html"><span style="color: #000000; font-weight: bold;">abbr</span></a>&gt;</span>'); ?&gt;<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;&lt;<a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.nattywp.com/&quot;</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Wordpress Themes&quot;</span>&gt;</span>Wordpress Themes<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">a</span></a>&gt;&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php wp_meta<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/li.html"><span style="color: #000000; font-weight: bold;">li</span></a>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/ul.html"><span style="color: #000000; font-weight: bold;">ul</span></a>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">div</span></a>&gt;</span></div></div>
<p>Not many changes, but the BIG changes can be seen in the CSS.  I have made significant changes to the headings to make them &#8220;pop&#8221; as well as the links themselves to make them a bit more noticable and seperated from eachother.  The sidebar now looks as though there are actual options rather than a conglomeration of &#8220;miscellaneous stuff&#8221;.  I made sure to add plenty of comments to the CSS to highlight the changes that were made.</p>
<p>Here is the <strong>new CSS</strong> for your viewing pleasure:</p>
<div class="codecolorer-container css default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;height:300px;"><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #808080; font-style: italic;">/*--------------Sidebar------------*/</span><br />
<br />
<br />
<span style="color: #808080; font-style: italic;">/*-- &nbsp;Ok, so I'm going to change this up a bit.<br />
I'm going to eliminate left and right margins. --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">2px</span> <span style="color: #933;">0px</span> <span style="color: #933;">10px</span> <span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">/*-- &nbsp;Instead of an h2 tag, lets go with a class to <br />
be used in a div tag...we'll call it sbartitle<br />
I also want the titles to be more..obvious. &nbsp;<br />
So I'm going to change the font and background.<br />
Added an image, resized the sidebar from 280px <br />
to 286px, and made them look like title bars<br />
as they should --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul <span style="color: #6666ff;">.sbartitle</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/sbarbg.gif</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">286px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span><span style="color: #933;">16px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#FFF</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span><span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">/*-- No DRASTIC changes here, but a few minor edits. --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul li <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">/*-- &nbsp;Adding 20px of padding on the left side to <br />
make up for the padding removed elsewhere.<br />
Also increasing the width slightly. --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">226px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span> <span style="color: #933;">2px</span> <span style="color: #933;">10px</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span> <span style="color: #933;">0px</span> <span style="color: #933;">10px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">/*-- Adding a dashed bottom border between menu <br />
list items. --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul li <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">3px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">square</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-image</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/arrow.jpg</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">dashed</span> <span style="color: #cc00cc;">#CCCCCC</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">/*-- Minor edits --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul ul <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">206px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">20px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">/*-- Minor edits --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> ul ul ul li <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-type</span><span style="color: #00AA00;">:</span><span style="color: #993333;">circle</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">list-style-image</span><span style="color: #00AA00;">:</span><span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span>images/arrow2.jpg<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">border-bottom</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">dotted</span> <span style="color: #cc00cc;">#CCCCCC</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<br />
<span style="color: #808080; font-style: italic;">/*-- Changing the color of links to blue --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> a<span style="color: #3333ff;">:link</span><span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#sidebar</span> a<span style="color: #3333ff;">:visited </span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#477CC8</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<br />
<span style="color: #808080; font-style: italic;">/*-- Highlighting a link when hovered in orange with <br />
an underline. --*/</span><br />
<br />
<span style="color: #cc00cc;">#sidebar</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FF6633</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span><span style="color: #993333;">underline</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></div>
<h3>Before Changes Screenshot</h3>
<p><img src="http://webmastersedge.net/home/wp-content/uploads/2008/07/wm-sidebar-before-css.jpg" alt="Woolly Mom Sidebar Before CSS Changes" title="wm-sidebar-before-css" width="480" height="480" class="alignnone size-full wp-image-152" /></p>
<h3>After Changes Screenshot</h3>
<p><img src="http://webmastersedge.net/home/wp-content/uploads/2008/07/wm-sidebar-after-css.jpg" alt="Woolly Mom Sidebar After CSS Changes" title="wm-sidebar-after-css" width="480" height="480" class="alignnone size-full wp-image-153" /></p>
<p>Much better IMO.  Your thoughts?  WoollyMom, what do YOU think of the changes?  Is there anything you&#8217;d like to see altered about the sidebar?  Once it is finalized I will widgitize it.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwordpress-tutorial-creating-a-sidebar-part-two%2F';
  addthis_title  = 'Wordpress+Tutorial%3A+Creating+A+Sidebar+Part+Two';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-two/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress Tutorial: Creating A Sidebar Part One</title>
		<link>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-one/</link>
		<comments>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-one/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 22:15:59 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=145</guid>
		<description><![CDATA[As you may know, I am helping to administer The Woolly Mom.  However, the theme we are using doesn&#8217;t have a dynamic sidebar.  I must correct this!  The steps:  Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.
Today&#8217;s Topic: Expand The Sidebar Width
I know that I don&#8217;t want [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->As you may know, I am helping to administer <a href="http://woollymom.com">The Woolly Mom</a>.  However, the theme we are using doesn&#8217;t have a dynamic sidebar.  I must correct this!  The steps:  Decide the layout, Write the CSS, Make it dynamic, Add the Widgets.</p>
<h3>Today&#8217;s Topic: Expand The Sidebar Width</h3>
<p>I know that I don&#8217;t want to use h2 tags for the titles due to search relevancy, so I&#8217;m just going to use div&#8217;s for everything to keep it simple.  The first thing I want to do though is to make her sidebar a bit wider so that she may fit side-by-side 125&#215;125 ads in it.  I also think that it would be helpful if her navigation were under the top graphic as well, so I&#8217;m going to run with that.  To that end, I first need to do some image editing in The Gimp in order to expand her right sidebar&#8217;s width.  Here&#8217;s the Before:</p>
<p><img src="http://webmastersedge.net/home/wp-content/uploads/2008/07/wm-sidebar-before.jpg" alt="Woollymom Sidebar Before" title="wm-sidebar-before" width="450" height="100" class="alignnone size-full wp-image-149" /></p>
<p>And the After:</p>
<p><img src="http://webmastersedge.net/home/wp-content/uploads/2008/07/wm-sidebar-after.jpg" alt="Woollymom Sidebar After" title="wm-sidebar-after" width="450" height="100" class="alignnone size-full wp-image-150" /></p>
<p>Editing the images themselves was pretty easy as all it really involved was some copying and pasting, so I won&#8217;t go into the finer details there.  I&#8217;ll make a few points about the CSS changes though.  To do this with the CSS I first changed the left hand content CSS from:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#content {<br />
&nbsp; &nbsp; background-image:url(images/bodybg.jpg);<br />
&nbsp; &nbsp; background-repeat:repeat-y;<br />
&nbsp; &nbsp; background-color:#D5E09E;<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; width: 632px;<br />
&nbsp; &nbsp; padding: 10px;<br />
}</div></div>
<p>to:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#content {<br />
&nbsp; &nbsp; background-image:url(images/bodybg.jpg);<br />
&nbsp; &nbsp; background-repeat:repeat-y;<br />
&nbsp; &nbsp; background-color:#D5E09E;<br />
&nbsp; &nbsp; float: left;<br />
&nbsp; &nbsp; width: 600px;<br />
&nbsp; &nbsp; padding: 10px;<br />
}</div></div>
<p>Then altered the right sidebar from:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#sidebar {<br />
&nbsp; &nbsp; width: 248px;<br />
&nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; padding: 0px;<br />
&nbsp; &nbsp; margin: 0px;<br />
}</div></div>
<p>to:</p>
<div class="codecolorer-container html4strict default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">#sidebar {<br />
&nbsp; &nbsp; width: 280px;<br />
&nbsp; &nbsp; float: right;<br />
&nbsp; &nbsp; padding: 0px;<br />
&nbsp; &nbsp; margin: 0px;<br />
}</div></div>
<p>Viola, an expanded Sidebar!  Tomorrow I&#8217;ll start making changes to the contents of the sidebar and work on new navigation.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fwordpress-tutorial-creating-a-sidebar-part-one%2F';
  addthis_title  = 'Wordpress+Tutorial%3A+Creating+A+Sidebar+Part+One';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/wordpress-tutorial-creating-a-sidebar-part-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ask The Edge: What Should I Do With My Gallery?</title>
		<link>http://webmastersedge.net/home/2008/ask-the-edge-what-should-i-do-with-my-gallery/</link>
		<comments>http://webmastersedge.net/home/2008/ask-the-edge-what-should-i-do-with-my-gallery/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 14:19:52 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Ask the edge]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Money Making Ideas]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Scripts / Software]]></category>
		<category><![CDATA[Website Monetization]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=139</guid>
		<description><![CDATA[Welcome to another edition of Ask The Edge!  Tyna writes&#8230;
Hi Bradford, Please can you take a look at my gallery and suggest ways of improving it,do i need to register a name for it? host it seperatly? anything from design to turning it into a membership site.I haven’t been able to get back to [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->Welcome to another edition of Ask The Edge!  Tyna writes&#8230;</p>
<blockquote><p>Hi Bradford, Please can you take a look at my gallery and suggest ways of improving it,do i need to register a name for it? host it seperatly? anything from design to turning it into a membership site.I haven’t been able to get back to you bcos i have been packing up for our relocation soon.Here is the gallery link. http://blogbytyna.com/Gallery/index.php</p></blockquote>
<p>First off&#8230;</p>
<blockquote><p>i have been packing up for our relocation soon</p></blockquote>
<p>I hope everything goes well!  Travel is fun and exciting, but it can also become a headache.  Lets hope for the former!</p>
<p>Well Tyna, I most certainly have some suggestions and take them or leave them, I hope they help!  Especially since I feel you are a gifted photographer, I hope that my recommendations help!  Lets start with&#8230;</p>
<blockquote><p>do i need to register a name for it?</p></blockquote>
<p>The short answer: No.  The long answer: Depends on what you want to do with it.  How do you feel about the photo gallery?  Do you feel it is an important part of your website?  Do you feel that it has a &#8220;life of its own&#8221;?  More importantly, do you <span style="text-decoration: underline;">WANT</span> it to have a life of its own completely seperate from your Blog?  If so, then definately!</p>
<blockquote><p>host it seperatly?</p></blockquote>
<p>Well, that highly depends on your webhost.  It looks like you have it hosted on a CPanel server, so if your host allows you an <a href="http://webmastersedge.net/home/2008/cpanel-domain-definitions/">Add-on Domain</a> or not.  If so, then you can quickly and easily setup the new domain with very few changes to your gallery or hosting account!</p>
<blockquote><p>turning it into a membership site</p></blockquote>
<p>Well, this depends on what you would like to do with the photos and what kind of membership you mean.  If you mean to turn it into a &#8220;paid membership site&#8221; where people pay to see your photography, I wouldn&#8217;t recommend that route unless the gallery is already exceedingly popular, though I would even be careful with membership then.  I would most definately do advertising, however I could see adding a paid membership feature to the site allowing people to utilize your photos on their websites or in print.  Sort of a &#8220;royalty-free stock photo&#8221; gallery where people pay you to remove watermarks from your images and use the photos.</p>
<p>If the type of membership you are looking to do is to allow people to register on your site and post their own photos, that can most certianly work, however you&#8217;ll want to be careful with it.  Spam is one thing, but image Spam can get pretty&#8230;well&#8230;not very pretty at all.  <img src='http://webmastersedge.net/home/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />   It would probably be best if you moderated all of the photos that get posted if you go with a membership of this type.  A few things to consider though:</p>
<ul>
<li>What types of photos do you want others to post?</li>
<li>Will the gallery have a primary focus?</li>
<li>What types of visitors are you looking to attract?</li>
</ul>
<p>These questions are very important when deciding on membership and membership rules.  They are also very important in choosing your domain name, should you decide to host the gallery on its own domain.</p>
<p>Lastly&#8230;</p>
<blockquote><p>suggest ways of improving it</p></blockquote>
<p>and</p>
<blockquote><p>anything from design</p></blockquote>
<ul>
<li>First and foremost I would change the template/theme.  It is too&#8230;&#8221;gray&#8221;.  It gives off a very somber mood.</li>
<li>Use a lightbox!  Lightboxes are GREAT ways to make a photo gallery more&#8230;&#8221;flashy&#8221;.  See:  <a href="http://www.huddletogether.com/projects/lightbox2/">http://www.huddletogether.com/projects/lightbox2/</a> I manage a Vet website and chose to use Gallery2 for their gallery.  I utilized a lightbox for displaying the large versions of the photos.  Check it out when you click on a photo in the gallery at: <a href="http://kernroadvet.com/gallery/v/august_openhouse/">http://kernroadvet.com/gallery/v/august_openhouse/</a></li>
<li>Link your sites together in a more &#8220;prominent&#8221; fashion.  While your Blog links to your photography website and photo gallery, it is almost difficult to find the links.  Even on a large monitor (I am running in 1680&#215;1050), after one full page scroll the links are at the bottom of that scroll.  I really like your navigation for <a href="http://www.tynaezenma.com/">http://www.tynaezenma.com/</a> and think that you should use similar navigation to navigate between all three sites/subsites.  Now, I wouldn&#8217;t use the image example I have included below, but I threw together a very quick photoshopped idea.  Maybe include three options&#8230;&#8221;Tyna Ezenma Photography&#8221;, &#8220;Blog By Tyna&#8221; and &#8220;Tyna&#8217;s Photo Gallery&#8221;.</li>
</ul>
<p><img class="aligncenter size-medium wp-image-140" title="Quickly and poorly photoshopped idea for Tynas Nav" src="http://webmastersedge.net/home/wp-content/uploads/2008/07/tyna_nav.jpg" alt="Quickly and poorly photoshopped idea for Tynas Nav" width="480" height="300" /></p>
<p>If you don&#8217;t mind, I&#8217;d like to offer a few quick suggestions regarding your blog as well.</p>
<ul>
<li>Your right side ads are bugged in Firefox.  See:</li>
</ul>
<p><img class="aligncenter size-medium wp-image-141" title="bugged_ads" src="http://webmastersedge.net/home/wp-content/uploads/2008/07/bugged_ads.jpg" alt="Bugged 125x125 Ad Placement" width="480" height="136" /></p>
<ul>
<li>Your RSS feed is only slightly &#8220;noticable&#8221; and I think it would be good to emphasize it more.  Maybe something along the lines of&#8230;</li>
</ul>
<p><img src="http://webmastersedge.net/home/wp-content/uploads/2008/07/tyna_rss_example.jpg" alt="RSS Example For Tyna" title="tyna_rss_example" width="480" height="176" class="aligncenter size-medium wp-image-142" /></p>
<p>I hope these suggestions helped!!  Now&#8230;do <strong>YOU</strong> also have a question for The Edge?  Just drop me a line through the comments and I&#8217;ll see what I can do!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fask-the-edge-what-should-i-do-with-my-gallery%2F';
  addthis_title  = 'Ask+The+Edge%3A+What+Should+I+Do+With+My+Gallery%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/ask-the-edge-what-should-i-do-with-my-gallery/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Helping Out Another Blogger Today And Format Soon</title>
		<link>http://webmastersedge.net/home/2008/helping-out-another-blogger-today-and-format-soon/</link>
		<comments>http://webmastersedge.net/home/2008/helping-out-another-blogger-today-and-format-soon/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 16:24:12 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Scripts / Software]]></category>
		<category><![CDATA[Server Administration]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=116</guid>
		<description><![CDATA[I had a request from a blogger who&#8217;s been frequenting The Edge for a little help on their Blog.  They were having a few separate issues and was able to assist.  The main issue was with the Related Posts plugin and another plugin that allowed you to widgetize the Related Posts.  What [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I had a request from a blogger who&#8217;s been frequenting The Edge for a little help on their Blog.  They were having a few separate issues and was able to assist.  The main issue was with the Related Posts plugin and another plugin that allowed you to widgetize the Related Posts.  What I found was that while the widget had settings that you could change, they weren&#8217;t actually reflected.  In order to correct the changes I made those changes to the actual Related Posts plugin and the issue is now corrected!  There were a few other misc issues that were resolved through a Wordpress version upgrade, but that in turn caused another issue which is hosting-related.  I am having him contact his webhost to correct it and he should hopefully be all set at that point.  <img src='http://webmastersedge.net/home/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Outside of that I am also finishing up preparations for a format of my main PC, which will likely occur tomorrow, depending on when my new parts show up in the mail.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fhelping-out-another-blogger-today-and-format-soon%2F';
  addthis_title  = 'Helping+Out+Another+Blogger+Today+And+Format+Soon';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/helping-out-another-blogger-today-and-format-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working On The Woolly Mom</title>
		<link>http://webmastersedge.net/home/2008/working-on-the-woolly-mom/</link>
		<comments>http://webmastersedge.net/home/2008/working-on-the-woolly-mom/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 18:45:24 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[woolleymom.com]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=84</guid>
		<description><![CDATA[I&#8217;m working on woollymom.com today, making some alterations to her Wordpress theme, installing addons, and general maintenance.  Katie is a good friend of mine and I&#8217;m glad to see her on the Blogosphere!  I like the theme that she chose, but she and I both agree that it needs to be &#8220;lightened up&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->I&#8217;m working on <a href="http://woollymom.com/">woollymom.com</a> today, making some alterations to her Wordpress theme, installing addons, and general maintenance.  Katie is a good friend of mine and I&#8217;m glad to see her on the Blogosphere!  I like the theme that she chose, but she and I both agree that it needs to be &#8220;lightened up&#8221; a tad.  Too much brown, making it feel &#8220;bookshelvey&#8221;.</p>
<p>I have a bit of a vision for the site and the site will likely see a gradual transformation over the next month or two.  If you are a parent or are about to become one, I highly recommend her new Blog!</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fworking-on-the-woolly-mom%2F';
  addthis_title  = 'Working+On+The+Woolly+Mom';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/working-on-the-woolly-mom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browser Support Charts</title>
		<link>http://webmastersedge.net/home/2008/browser-support-charts/</link>
		<comments>http://webmastersedge.net/home/2008/browser-support-charts/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 14:44:47 +0000</pubDate>
		<dc:creator>Bradford</dc:creator>
				<category><![CDATA[Design / Maintenace]]></category>
		<category><![CDATA[Running a Website]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://webmastersedge.net/home/?p=81</guid>
		<description><![CDATA[
Some Web Designers fret about support for older browsers, while others could care less and only support the latest browsers.  Sometimes it is personal preference and other times it is based on the site&#8217;s users.  Cross-browser support can be a huge pain in the rear sometimes and it can be helpful to have [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->
<p>Some Web Designers fret about support for older browsers, while others could care less and only support the latest browsers.  Sometimes it is personal preference and other times it is based on the site&#8217;s users.  Cross-browser support can be a huge pain in the rear sometimes and it can be helpful to have a reference to help determine what is and is not supported in various browsers.  Below are some charts that can help with these determinations, showing which browsers support what.  This is by no means an exhaustive list, but a useful one indeed.</p>
</p>
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="6">
<tr>
<td align="right" style="font-size:15px;font-weight:bold">Table Color Key:</td>
<td bgcolor="#00FF00" style="font-size:11px;font-weight:bold">Full Support</td>
<td bgcolor="#FFFF00" style="font-size:11px;font-weight:bold">Partial Support</td>
<td bgcolor="#CC0000" style="font-size:11px;font-weight:bold;color:#FFF">Little To No Support</td>
</tr>
</table>
<table bgcolor="#ffffff" border="1" cellpadding="1" cellspacing="0">
<tr>
<td colspan="16" bgcolor="#000" style="color:#FFF;font-weight:bold;font-size:18px">Windows</td>
</tr>
<tr>
<td width="120" valign="bottom" style="font-size:9px;font-weight:bold;text-align:right">Browsers</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Java</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Plug Ins</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Add Ons</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 1.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 2.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 3.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">GIF 89</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">PNG</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 2</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 3</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">dhtml</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">HTML 5.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">iframe</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">XML</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">RSS</td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer 8</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer 7</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer 6</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer 5.5</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer    5.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer      4</td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Firefox 3</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Firefox 2</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Firebird</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Mozilla 1.31</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Mozilla 1.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Netscape 7.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Netscape 6.1</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Netscape 6.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<td align="right" style="font-size:10px;font-weight:bold">Navigator 4.7</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Navigator 4.5</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Safari  3.1</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Safari 3.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00">  </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 10</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 9</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00">  </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 8</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00">  </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00">  </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 7.x</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00">  </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 6.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00">  </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 5.11</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00">  </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 4.02</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
</table>
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="6">
<tr>
<td align="right" style="font-size:15px;font-weight:bold">Table Color Key:</td>
<td bgcolor="#00FF00" style="font-size:11px;font-weight:bold">Full Support</td>
<td bgcolor="#FFFF00" style="font-size:11px;font-weight:bold">Partial Support</td>
<td bgcolor="#CC0000" style="font-size:11px;font-weight:bold;color:#FFF">Little To No Support</td>
</tr>
</table>
<table bgcolor="#ffffff" border="1" cellpadding="1" cellspacing="0">
<tr>
<td colspan="16" bgcolor="#000" style="color:#FFF;font-weight:bold;font-size:18px">MacOS</td>
</tr>
<tr>
<td width="120" valign="bottom" style="font-size:9px;font-weight:bold;text-align:right">Browsers</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Java</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Plug Ins</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Add Ons</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 1.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 2.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 3.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">GIF 89</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">PNG</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 2</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 3</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">dhtml</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">HTML 5.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">iframe</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">XML</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">RSS</td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer 5.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Firefox 3</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Firefox 2</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Netscape 7.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Netscape 6.1</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Netscape 6.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<td align="right" style="font-size:10px;font-weight:bold">Navigator 4.7</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Navigator 4.5</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Safari 3.1</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Safari 3.0</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 10</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 9</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 8</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 7.x</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
<tr>
</table>
</p>
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="6">
<tr>
<td align="right" style="font-size:15px;font-weight:bold">Table Color Key:</td>
<td bgcolor="#00FF00" style="font-size:11px;font-weight:bold">Full Support</td>
<td bgcolor="#FFFF00" style="font-size:11px;font-weight:bold">Partial Support</td>
<td bgcolor="#CC0000" style="font-size:11px;font-weight:bold;color:#FFF">Little To No Support</td>
</tr>
</table>
<table bgcolor="#ffffff" border="1" cellpadding="1" cellspacing="0">
<tr>
<td colspan="16" bgcolor="#000" style="color:#FFF;font-weight:bold;font-size:18px">*NIX</td>
</tr>
<tr>
<td width="120" valign="bottom" style="font-size:9px;font-weight:bold;text-align:right">Browsers</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Java</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Plug Ins</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Add Ons</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 1.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 2.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 3.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">GIF 89</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">PNG</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 2</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 3</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">dhtml</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">HTML 5.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">iframe</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">XML</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">RSS</td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Firefox 3</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Firefox 2</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 10</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 9</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Konqueror</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
</tr>
</table>
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="6">
<tr>
<td align="right" style="font-size:15px;font-weight:bold">Table Color Key:</td>
<td bgcolor="#00FF00" style="font-size:11px;font-weight:bold">Full Support</td>
<td bgcolor="#FFFF00" style="font-size:11px;font-weight:bold">Partial Support</td>
<td bgcolor="#CC0000" style="font-size:11px;font-weight:bold;color:#FFF">Little To No Support</td>
</tr>
</table>
<table bgcolor="#ffffff" border="1" cellpadding="1" cellspacing="0">
<tr>
<td colspan="16" bgcolor="#000" style="color:#FFF;font-weight:bold;font-size:18px">Mobile Devices</td>
</tr>
<tr>
<td width="120" valign="bottom" style="font-size:9px;font-weight:bold;text-align:right">Browsers</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Java</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Plug Ins</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Add Ons</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 1.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 2.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 3.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">GIF 89</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">PNG</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 2</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 3</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">dhtml</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">HTML 5.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">iframe</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">XML</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">RSS</td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Explorer 7</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Safari  3.1</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera Mobile</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera Mini</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
</table>
<table bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="6">
<tr>
<td align="right" style="font-size:15px;font-weight:bold">Table Color Key:</td>
<td bgcolor="#00FF00" style="font-size:11px;font-weight:bold">Full Support</td>
<td bgcolor="#FFFF00" style="font-size:11px;font-weight:bold">Partial Support</td>
<td bgcolor="#CC0000" style="font-size:11px;font-weight:bold;color:#FFF">Little To No Support</td>
</tr>
</table>
<table bgcolor="#ffffff" border="1" cellpadding="1" cellspacing="0">
<tr>
<td colspan="16" bgcolor="#000" style="color:#FFF;font-weight:bold;font-size:18px">Game Consoles</td>
</tr>
<tr>
<td width="120" valign="bottom" style="font-size:9px;font-weight:bold;text-align:right">Browsers</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Java</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Plug Ins</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Add Ons</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 1.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 2.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">CSS 3.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">GIF 89</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">PNG</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 2</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">Acid 3</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">dhtml</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">HTML 5.0</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">iframe</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">XML</td>
<td width="23" valign="bottom" style="font-size:9px;font-weight:bold;text-align:center">RSS</td>
</tr>
<tr>
<td align="right" style="font-size:10px;font-weight:bold">Opera 9</td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#CC0000"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#FFFF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
<td bgcolor="#00FF00"> </td>
</tr>
</table>
<p>Enjoy!!  I&#8217;ll be adding these charts as well as the color code charts to the Wiki next week.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwebmastersedge.net%2Fhome%2F2008%2Fbrowser-support-charts%2F';
  addthis_title  = 'Browser+Support+Charts';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://webmastersedge.net/home/2008/browser-support-charts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

